html body{
	    background-color: #ebecec;
}

body{
	font-family: Arial, sans-serif;
	color:#4c4c4c;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: Arial, sans-serif;
	    color: #1f1f1f;
}

.navigation{
	font-family: Arial, sans-serif;
}

.header-navbar{
	font-family: Arial, sans-serif;
}

.header-navbar .nav-item + .nav-item {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 65px;
}

.header-navbar .navbar-header .navbar-brand{padding:7px 0px}

.menu-collapsed .header-navbar .navbar-header .navbar-brand .brand-logo{
	width: 45px;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-brand{
	padding: 7px 0;
}

.text-grey{
	color: #6b6f82;
}

.open-sans{
	font-family:'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

nav.bg-info {
    background-color: #0b87c3 !important;
}

.main-menu.menu-light .navigation > li.open > a{
	 border-right: 4px solid #11a3ea;
}

.m-t-20{
	margin-top:20px;
}

html body .content .content-wrapper .content-header-title {
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0;
		color:#222;
}
/*************
DATATABLES
***********/
.dataTables_wrapper .dataTables_info{
	margin-top:20px;
}

.dataTables_wrapper .dataTables_paginate{
	margin-top: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #fff !important;
  border: 1px solid #4999c0 !Important;
  background-color: #11a3ea !important;
  background: linear-gradient(to bottom, #11a3ea 0%, #11a3ea 100%) !Important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	border: 1px solid #4999c0 !Important;
    background-color: #11a3ea !important;
	background: linear-gradient(to bottom, #11a3ea 0%, #11a3ea 100%) !Important;
}

table.dataTable tbody th, table.dataTable tbody td{
	font-size:13px;
}

.btn-taj{
	border-color: #022d60 !important;
    background-color: #022d60 !important;
	color: #fff;
}

.btn-taj:hover,.btn-taj:focus,.btn-taj:active {
	border-color: #bd833f !important;
    background-color: #bd833f !important;
	color: #fff;
}


.attached-img {
    position: relative;
    display: inline-block;
}

.attached-img img {
    height: 50px;
    width: auto;
}

.attached-img:hover .overlay-img {
    opacity: 0.6;
}

.overlay-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #022d60;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.payout-status{
	margin-bottom:30px;
	-webkit-box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
    box-shadow: 0 10px 18px 0 rgba(62, 57, 107, .2);
	padding: .75rem 1rem;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title,
body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title{
	background-color:#11a3ea !important;
}

.header-navbar .navbar-header{
	padding:0;
}

.form-control{
	border-radius: 0;
	height: 35px;
}
.bg-info {
    background: #0774f8!important;
}

.counter-icon {
    margin-bottom: 1rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
}

.box-info-shadow {
    box-shadow: 0 5px 10px rgba(7, 116, 248, 0.3) !important;
}

.statistics-info .counter-icon {
    margin-bottom: 1rem;
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    text-align: center;
		display: inline-flex;
		align-items: center;
		justify-content: center;
}

.statistics-info .counter-icon i{
	font-size: 2rem;
}

.statistics-info h2{
	font-weight: bolder;
}

.ball-pulse-sync>div, .ball-pulse>div{
    background-color: #0774f8;
}
/*********
Modal
*******/
.modal-content{
	border-radius:0;
}
.modal-title{
	font-weight:800;
}
.modal-header{
	border-bottom:none;
}
.modal-footer{
	border-top:none;
}

.modal .close{
	border-color: #022d60 !important;
    background-color: #022d60 !important;
	color: #fff;
	opacity: 1;
}

.modal .close:hover{
	border-color: #bd833f !important;
    background-color: #bd833f !important;
	color: #fff !Important;
	opacity: 1;
}
.center{
	text-align:center;
}
.btn-dark{
	border-color:#06294b;
	background-color:#06294b;
}
.btn-dark:hover{
	border-color:#031a31;
	background-color:#031a31;
}

.emp-name span{
	font-size:21px;
	font-weight:800;
	line-height:1;
	color:#06294b;
}
.mb-10{
	margin-bottom:10px !important;
}
.swal-button--confirm{
	background-color:#022d60  !Important;
}
.circle-2{

}
/*******************************
STATUS
********************************/
.progress-tracker {
  counter-reset: steps;
  display: inline-block;
  list-style: none;
  padding: 2.5em 0 1.5em 0;
      padding-left: 17em;
  text-align: left;
}
.progress-tracker li {
  border-bottom: solid 2px #989898;
  counter-increment: steps;
  display: inline-block;
  position: relative;
      width: 17em;
  margin-right: -0.375em;
}
.progress-tracker li:last-child {
  border-bottom: none;
}
.progress-tracker li:after {
  background: #989898;
  border: solid 4px transparent;
  border-radius: 50%;
  color: #fff;
  content: counter(steps);
  font-weight: bold;
  display: block;
  position: absolute;
  text-align: center;
  width: 2em;
  height: 2em;
  bottom: -1.1em;
  line-height: 2em;
  left: -4px;
  bottom: -1.1em;
  line-height: 20px;
}
.progress-tracker li span {
  display: inline-block;
  color: #7f7f7f;
  position: relative;
  text-align: center;
    width: 17em;
  left: -8em;
  top: -1.75em;
  font-size: 14px;
  overflow: hidden;
      line-height: 1.2;
}
.progress-tracker li span.date {
	    font-size: 12px;
    color: #9a9a9a !important;
    line-height: 1;
    border: -22px !important;
    top: auto;
    position: absolute;
    bottom: -40px;
}
.progress-tracker li.completed {
  border-bottom-color: yellowgreen;
}
.progress-tracker li.completed:after {
  background: yellowgreen;
}
.progress-tracker li.completed span {
  color: #7ba428;
}
.progress-tracker li.current:after {
  background: #fff;
  border-color: yellowgreen;
}
.progress-tracker li.current span {
  color: #7ba428;
}
.progress-tracker li.skipped {
  border-bottom-color: yellowgreen;
}
.progress-tracker li.skipped:after {
  background: #D44D5C;
  color: #fff;
}
.progress-tracker li.skipped span {
  color: #c02e3e;
}
.progress-tracker li.dotted {
  border-bottom-style: dotted;
}
.progress-tracker.v2 {
  padding-left: 3.25em;
}
.progress-tracker.v2 li {
  width: 6.5em;
}
.progress-tracker.v2 li span {
  width: 6.5em;
  left: -2.25em;
}
.progress-tracker.icon li:after {
  content: "";
  font-family:LineAwesome;
}
.progress-tracker.icon li.completed:after {
  content: '\f17b';
}
.progress-tracker.icon li.skipped:after {
  content: '\f342';
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
    height: 54px;
    width: auto;
}
.menu-expanded .full-logo{
    display:block;
}
.menu-expanded .half-logo{
    display:none;
}
.menu-collapsed .half-logo{
    display:block;
}
.menu-collapsed .full-logo{
    display:none;
}

.chat-content-left.filled {
    position: relative;
    display: block;
    padding: 8px 15px;
    clear: both;
    background-color: #ececec;
    border-radius: 4px;
    text-align: left;
    float: left;

    /* color: #6B6F82;
    background-color: #EDEEF0; */
}

.chat-content.filled {
    position: relative;
    display: block;
    padding: 8px 15px;
    clear: both;
    background-color: #11a3ea;
    border-radius: 4px;
    text-align: right;
    float: right;
    color: #fff;
    /* color: #fff;
    background-color: #022d60; */
}
.blackcolor{color: #464855 !important;}
.media-heading{font-weight: 600; color:#fff; }
.media-notation{font-size: 12px; margin-top: 5px}
.media-body .media-notation i{ margin:0 5px}
.chat-content p{
    margin-bottom:7px;
}
.chat-content em.time{
    padding-left:50px;
    display:inline-block;
}
.createnew{font-size: 2rem;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    padding: 0.83333333rem;
    margin: 0;
    background: #fff;
    box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03);
    border-radius: 0.25rem;
    width: 60px;
    height: 60px;float: left}

.createnew i{font-size: 38px !important;color: #1b89bd;}
.card .card-title{
	font-weight: 700;
	text-transform: uppercase;
letter-spacing: 0px;
}

.table.table-sm th, .table.table-sm td {
	padding: 0.5rem;
font-size: 13px;
}

.table .thead-dark-1 th {
    color: #f9fafd;
    border-color: #156d63;
    background-color: #0e9e8e;
}

form label {color: #727584 !Important;}
.btnbutton{float: right;}
.firstnumber{padding: 15px}
.firstnumber .numberclr, .firstnumber .dateclr{margin-bottom: 0;
    font-size: 20px;
    font-weight: 650;
    color: #d92550;}
.firstnumber .dateclr{color : #3F6AD8}
.btn-info.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(22, 170, 255, 0.4), 0 0.0625rem 0.125rem rgba(22, 170, 255, 0.5);
}
.btn-warning.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(247, 185, 36, 0.4), 0 0.0625rem 0.125rem rgba(247, 185, 36, 0.5);
}
.btn-danger.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(217, 37, 80, 0.4), 0 0.0625rem 0.125rem rgba(217, 37, 80, 0.5);
}
.btn-success.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(58, 196, 125, 0.4), 0 0.0625rem 0.125rem rgba(58, 196, 125, 0.5);
}
.btn-primary.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgba(63, 106, 216, 0.4), 0 0.0625rem 0.125rem rgba(63, 106, 216, 0.5);
}
.modal .modal-body .form-group{margin-bottom: 1rem !important;}
.modal .close {
    border-color: transparent !important;
    background-color: transparent !important;
    color: #4a53dd !important;}
.modal .close:hover {
        border-color: transparent !important;
        background-color: transparent !important;
        color: #b21111 !Important;
        opacity: 1;
    }
.modal-body .form-group label{display: block;text-align: left;}
.mb20{margin-bottom:20px }
.bgaliceblue{background-color: aliceblue;}
.tile-cyan { background: #00b29e;}
.tile-cyan:hover {background: #009987;}
.tile-green {background: #00a65a;}
.tile-green:hover {background: #008d4c;}
.countno{color: white;font-size: 35px;font-weight: bolder;}
.counttext{color: white;font-size: 16px;}
.bgicon {
    color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.bgicon i {
  font-size: 100px !important;
    line-height: 0;
    margin: 0;
    padding: 0;
    /* vertical-align: bottom; */
    color: rgba(0, 0, 0, 0.1) !important;
}
.bgicon i:before {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.content-headerdrc {margin: -20px -20px 20px;    height: 170px;
    overflow: hidden;
    border-top-color: #222;}
.content-header-media .header-section {
    z-index: 200;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,.6);
}
.header-section {
    padding: 30px 10px;
}
.content-header-media>img {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    /* height: 248px;
    margin-left: -1280px; */
    opacity: 0.8;
}
.content-headerdrc h1{
    margin: 0;
    font-size: 26px;
    line-height: 32px;
}
#msform fieldset:not(:first-of-type) {
  display: none;
}
.hideDivs {
    display: none;
}
.pull-right{float: right;}
.pull-left{float: left;}

.no-padding{padding: 0 !important}
.bgpm{margin: 5px;
    padding: 15px;
    background-color: aliceblue;}
/* [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
} */
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.innerpages{color: #2b2a29 !important;}
.viewdetails .card-content .form-group p{display: inline-block;color: #007bb7;font-weight: 600;}
.viewdetails .card-content .form-group label{font-weight: 900;}
.btnrow{margin-top: 12px}
.btn-icon{padding: .4rem !important;}
.boxed.seal-type {margin-bottom: 0px;}
.boxed.seal-type input[type="radio"] {display: none;}
.boxed.seal-type label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    width: 100%;
    height: 300px;
    padding: 10px 0px;
    border: none !important;
    transition: all 0.3s;
    text-align: center;
    color: #000;
    font-weight: 800;
    padding: 35px 20px;
    position: relative;
    webkit-box-shadow: 0 6px 10px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px rgba(0,0,0,.15);
		margin-top: 0 !Important;
		margin-bottom: 0 !important;
}
.boxed.seal-type h3 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;margin-top: 15px;
}
.boxed.seal-type input[type="radio"]:checked + label {
  border: none !important;
  color: #fff !important;
	background-color: #09ad95 !important;
}
.bg-white{background-color: #fff;}
.boxed.seal-type input[type="radio"]:checked + label h3 {color: #fff;}
.boxed.seal-type input[type="radio"]:checked + label:before, .boxed input[type="radio"]:not(:checked) + label:before{z-index: -1;}

.fileuploader-item-finner{    position: absolute;
  top: 17%;
  left: unset;
    /* width: 100%; */
    height: 192px;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;    width: calc(12% - -10px);}
/* .fileuploader-item-finner .actions-holder {
        position: absolute;
        top: 6px;
        right: 6px;
        z-index: 2;
        height: 20px;
    } */
    .fileuploader-item-finner{position: absolute; height: 168px;z-index: 9;    top: 0;
        right: 0;    width: calc(12% - -10px);}
.fileuploader-faction{
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        color: #c0c6d2;
        cursor: pointer;
        vertical-align: top;
    }
.fixedfile .focus-border{
        display: block;
    }
.fileuploader-faction{position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #c0c6d2;
    cursor: pointer;
    vertical-align: top;}
.fileuploader-action-fremove i {
      color: #fff;
      font-size: 14px;
      background: #fe7676;
      box-shadow: -1px 1px 6px rgba(254,118,118,.8);
      text-shadow: none;    font-style: normal;
  }
.fileuploader-faction i {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}
.fixedfile{position: relative;
    margin-right: 30px;
    margin: 15px 0 0 15px;}

.fixedfile img{border-radius:6px}

.fileuploader-item-finner .actions-holder{ position: absolute;margin-top: 6px;}
.labeldate{color:#fff}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color: #fff !important;}
.nodata{position: relative;  top: 330px;bottom: 0;left: 0;right: 0;z-index: 0;}

.SumoSelect{ width:100% !important;}

.btn-akh{
	border-radius: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.breadcrumb{
	font-family: Arial, sans-serif;
}

.card {
    border-radius: 0;
}

.card-sm .card-content{
	height: 100%;
}

.match-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.dflex{
  display: flex;
  flex-direction: column;
}

.match-box .card{
  display: flex;
  height: 100%;
  width: 100%;
}

.bg-color-1 {
    background-color: #33b5e5 ;
}

.bg-color-2 {
    background-color: #aa66cc;
}

.bg-color-3 {
    background-color: #0d93ad;
}

.bg-color-4 {
    background-color: #73a5c6;
}

.card-sm .card-body {
    padding: 0.5rem 1.5rem;
		height: 100%;
}

.stat-box h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.card-sm .stat-box h6 {
    font-size: 11px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.stat-box h3 {
    font-size: 2.5rem;
    font-weight: 400 !important;
    color: #fff;
}

.card-sm h3 {
    font-size: 16px !important;
}

.bs-callout-info, .bs-callout-info.callout-transparent {
    display: block;
    border-color: #1e9ff2!important;
    border-radius: .25rem;
}

.bs-callout-info {
    background-color: #b8e1fb;
    color: #010a10;
}

[class*=bs-callout].callout-border-left {
    border-left: 5px solid;
		border-radius: 0;
}

.bs-callout-warning, .bs-callout-warning.callout-transparent {
    display: block;
    border-color: #ff9149!important;
    border-radius: .25rem;
}

.bs-callout-warning {
    background-color: #fff4ec;
    color: #491d00;
}

body ::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}

body ::-webkit-scrollbar{
	width:6px;
	background-color: #fff;
	height: 6px;
}

body ::-webkit-scrollbar-thumb{
	background-color: #ced4da;
}

.documents-box{
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 0 1.5rem 1.5rem;
}


.files {
    display: inline-flex;
		flex-wrap: wrap;
}

.files a {
    display: inline-flex;
    margin-bottom: 10px;
    margin-right: 10px;
}

.files-box {
    padding: 5px;
    background-color: #f5f5f5;
    display: inline-flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.files-box img {
    width: 40px;
}

.files-box p {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    color: #545454;
    margin-top: 5px;
}

.comment-box {
    min-height: 400px;
    position: relative;
    height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.comment-content {
    padding: 1.5rem;
    padding-top: 0;
}

.media-list.comment-list .media {
    padding: 1.5rem 0px;
    padding-top: 0;
}

.media-left i, .media-right i {
    font-style: normal;
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.6rem;
}

.bg-comment-1 {
    background-color: #28d094;
}

.bg-comment-2 {
    background-color: #32cafe;
}

.chat-content {
    position: relative;
    display: block;
    padding: 8px 15px;
    clear: both;
    background-color: #1E9FF2;
    border-radius: 4px;
    text-align: left;
    float: left;
    background-color: #EDEEF0;
}

.chat-content:before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: '';
    border: 5px solid transparent;
    right: auto;
    left: -10px;
    border-right-color: #EDEEF0;
    border-left-color: transparent;
}

.chat-content em.time1 {
    padding-left: 50px;
    display: inline-block;
}

.chat-right:before {
    right: -10px;
    border-left-color: #0070f3;
    border-right-color: transparent;
    left: initial;
}

.chat-right {
    background-color: #0070f3;
    color: #fff;
    float: right;
}

.chat-form {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
}

.chat-form .input {
    box-sizing: border-box;
    flex-basis: 4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    padding: 0.5em;
}

.chat-form .input input.form-control {
    background-image: none;
    padding: 0.5rem 1.5rem;
    margin-right: 1rem;
    flex-grow: 2;
    font-weight: 400;
    letter-spacing: 0.025em;
    width: 70%;
    border-radius: 50px;
    height: 40px;
}

.chat-form a {
    width: 40px;
    background-color: #32c9fd;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.labeldate {
    color: #39393a;
    margin-bottom: 0px;
		font-size: 0.8rem;
}

.st-date-box{
	display: inline-flex;
}

.st-date-box .form-control{
	border-radius: 0;
	height: 30px;
	padding: .75rem;
	border: 1px solid #a2a3a5;
	width: 100px;
	background-color: #fff;
}

.st-date-box button.btn{
	height: 30px !important;
    /* padding: 0; */
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

div.dataTables_wrapper div.dataTables_paginate{
	margin: 15px 10px;
}

div.dataTables_wrapper div.dataTables_filter{
	margin: 0 10px;
}

div.dataTables_wrapper div.dataTables_length label{
	    margin: 10px;
	margin-top: 1rem;
}

div.dataTables_wrapper div.dataTables_filter input{
	border-radius: 0px;
	height: 30px;
}

div.dataTables_wrapper div.dataTables_length select{
	height: 30px;
	border-radius: 0;
}

div.dataTables_wrapper div.dataTables_info{
	padding-top: 0em;
	margin: 10px;
}

.btn.btn-xs{
	width: 25px;
	height: 30px;
	border-radius: 0px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.card-select{
	background-color: #d3eaf0;
}

.SumoSelect > .CaptionCont{
	min-height: 35px;
}

.rd-box{
	position: relative;
}

.boxed.seal-boxed{
	display: inline-flex;
	margin-right: 10px;
}

.boxed.seal-boxed label {
  display: inline-flex;
	align-items: center;
justify-content: center;
  width: auto;
  padding: 10px;
  border: solid 1px #ccc;
  transition: all 0.3s;
	cursor: pointer;
}

.boxed.seal-boxed input[type="checkbox"] {
  /* display: none; */
	opacity:0;
}

.boxed.seal-boxed input[type="checkbox"]:checked + label {
  border: solid 1px #0b87c3;
	background-color: #0b87c3;
	color:#fff !important;
}

.boxed.seal-boxed input[type="checkbox"]:checked + label h3{
	color:#fff;
}

.seal-cs{
	text-align: center;
}

.seal-cs span{
	font-size: 18px;
	font-weight: bold;
}

.seal-cs h3{
	font-size: 14px;
}

.input-group-text{
	border-radius: 0;
	padding: .5rem 1rem;
}

.boxed.cs-rd-btn label {
		display: inline-flex;
    width: 50%;
    padding: 10px;
    border: solid 1px #babfc7;
    transition: all 0.3s;
    height: 35px;
    padding: 0;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    float: left;
    cursor: pointer;
		text-align: center;
    line-height: 1;
}

.boxed.cs-rd-btn input[type="radio"] {
  display: none;
}

.boxed.cs-rd-btn input[type="radio"]:checked + label {
  border-color: #09ad95 ;
	background-color: #09ad95 ;
	color:#fff!important;
}

.fileuploader{
	background-color: #fff;
}

.fileuploader-theme-thumbnails .fileuploader-thumbnails-input, .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item{
	width: calc(12% - 16px);
	padding-top: 10%;
	margin-right: 10px;
}


.fileuploader-input .fileuploader-input-button{
  border-radius: 0;
}

.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success{
  background: #28d094;
  background: -moz-linear-gradient(-45deg,#28d094 0,#28d094 100%);
  background: -webkit-linear-gradient(-45deg,#28d094 0,#28d094 100%);
  background: linear-gradient(135deg,#28d094 0,#28d094 100%);
}

.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i:after {
    content: "\e054" !important;
		font-family: Simple-Line-Icons!important;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="crop"] i::after {
    content:"\e024" !important;
    font-family: Simple-Line-Icons !important;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="rotate-cw"] i::after {
    content:"\e051" !important;
    font-family: Simple-Line-Icons !important;
}

.fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a[data-action="remove"] i::after {
    content:"\e054" !important;
    font-family: Simple-Line-Icons !important;
}

.fileuploader-input .fileuploader-main-icon:after, .fileuploader-items .fileuploader-item .fileuploader-action i, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-tools li a i:after, .fileuploader-popup .fileuploader-popup-move:after{
	font-family: Simple-Line-Icons!important;
}

.fileuploader-theme-thumbnails .fileuploader-item .actions-holder{
	position: absolute;
	z-index: 2;
	height: 20px;
	width: auto;
	top: 5px;
	text-align: right;
	right: 0px;
}

.result-tb{
	padding:0;
	margin-bottom: 1.5rem;
}

.result-tb ul {
    margin: 0;
    padding-left: 0;
}

.result-tb li {
    position: relative;
    list-style: none;
    display: inline-block;
    padding: 0px 8px;
    margin-left: 40px;
    border-radius: 50px;
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 12px;
		background-color: #0774f8;
		color: #fff;
}

.result-tb li:first-child {
    margin-left: 0px;
}

.result-tb li:before {
    content: "\e079";
    font-family: Simple-Line-Icons!important;
    position: absolute;
    color: #666;
    top: 1px;
    left: -30px;
}

.result-tb li:first-child:before{
  display: none;
}

.table.table-input tbody tr td{
	padding: 0;
}

.table.table-input tbody tr td .form-control{
	border:none;
	background-color: transparent;
}

.table.table-input tbody tr td p{
	padding: 0.5rem;
}

.btn-tbl{
	width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
margin: 0.5rem;
}

.table.dt-table thead tr th input{
	border: none;
	height: 30px;
	width: 100%;
	background-color: transparent;
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

.table.dt-table thead tr th input:focus,.table.dt-table thead tr th input:active{
	border:none;
	outline:none;
}

.table.dt-table thead tr th{
	padding: 0 !important;
}

.table.dt-table thead tr th ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.table.dt-table thead tr th :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.table.dt-table thead tr th ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color:#fff !important;
}

.modal .close{
		border-color: #1e9ff2 !important;
    background-color: #1e9ff2 !important;
    color: #fff !important;
		width: 30px;
		height: 30px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		border-radius: 50%;
		position: absolute;
		right: 18px;
		top: 20px;
}

.modal .close:hover,.modal .close:focus,.modal .close:active{
	border-color: #1e9ff2 !important;
	background-color: #1e9ff2 !important;
	color: #fff !important;
}

.modal .close:hover, .modal .close:focus, .modal .close:active{
	outline:none;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #e6f3fb  !important;
    color: #232323  !important;
}
/******************************
RESPONSIVE
******************************/
@media only screen and (max-width: 480px) {
	.header-ts{
		position: relative !Important;
		right: -1rem !Important;
	}
}
@media only screen and (max-width: 1366px) {
form label{font-size: 12px !important}
}

@media (min-width: 992px){
	.col-20 {
		max-width: 20%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 20%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}
}
.chk-error-msg .help-block{position: absolute;
bottom: 0;
left: 14px;
}

.boxed3.cs-rd-btn label{width:33%; font-size:11px;}
.main-menu.menu-light .navigation > li ul li > a {
    padding: 8px 18px 8px 20px;
}
