

.row {
  margin-right: -10px;
  margin-left: -10px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, 
.col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, 
.col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, 
.col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, 
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, 
.col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
a{
    color: #333b4d;
    cursor: pointer;
    outline: none !important;
}
a:hover,a:focus{
    color: #2A3542;
    text-decoration: none;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 0px;
}


.list-group{
    margin-bottom: 0px;
}
.popover {
    border-radius: 3px;
}
/*panel*/
.panel{
    padding: 20px 30px;
    border: none;
    border: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 20px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}
.panel .panel-body{
    padding: 0px;
    padding-top: 20px;
}
.panel .panel-body p{
    margin: 0px;
}
.panel .panel-body p+p {
    margin-top: 15px;
}
.panel-default > .panel-heading {
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #797979;
}
.panel-heading {
    border-color:#eff2f7 ;
    font-size: 16px;
    padding: 0;
    padding-bottom: 15px;
}
.panel-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-footer {
    margin: 0px -30px -30px;
    background: #eee;
    border-top: 0px;
}
.panel-group .panel .panel-heading {
padding-bottom: 0;
border-bottom: 0;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 0;
}

/*label*/

.label {
padding: 0.4em .8em;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #3f51b5;
}

.label-success {
    background-color: #2eb398;
}

.label-info {
    background-color: #5bc0de;
}

.label-warning {
    background-color: #ebc142;
}

.label-danger {
    background-color: #FF6C60;
}

.label-inverse {
    background-color: #344860;
}
.label-purple{
    background-color: #ad86df;
}
.label-pink{
    background-color: #f13c6e;
}



.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 11px !important;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-color: #777777;
    border-radius: 12px;
}
.badge-danger{
    background-color: #cb2a2a;
}
.badge-info{
    background-color: #03a9f4;
}
.btn{
    border-radius: 2px;
    opacity: 0.9;
}
.btn:hover{
    opacity: 1;
}
.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger,.btn-inverse,.btn-purple,.btn-pink{
    color: #FFFFFF !important;
}
.btn-default:hover,.btn-default:focus,.btn-default:active{
    background-color: #e6eaed;
}

.btn-primary,.btn-primary:hover,.btn-primary:focus,.btn-primary:active,
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
    background-color: #3f51b5;
    border: 1px solid #3f51b5;
}
.btn-success,.btn-success:hover,.btn-success:focus,.btn-success:active,
.btn-success.active, .btn-success.focus, .btn-success:active, .btn-success:focus, .btn-success:hover, .open>.dropdown-toggle.btn-success{
    background-color: #009688;
    border: 1px solid #009688;
}
.btn-info,.btn-info:hover,.btn-info:focus,.btn-info:active,
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open>.dropdown-toggle.btn-info{
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
}
.btn-warning,.btn-warning:hover,.btn-warning:focus,.btn-warning:active,
.btn-warning.active, .btn-warning.focus, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open>.dropdown-toggle.btn-warning{
    background-color: #ebc142;
    border: 1px solid #ebc142;
}
.btn-danger,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,
.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open>.dropdown-toggle.btn-danger{
    background-color: #cb2a2a;
    border: 1px solid #cb2a2a;
}
.btn-inverse,.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,
.btn-inverse.active, .btn-inverse.focus, .btn-inverse:active, .btn-inverse:focus, .btn-inverse:hover, .open>.dropdown-toggle.btn-inverse{
    background-color: #14082d;
    border: 1px solid #14082d;
    color: #FFFFFF;
}
.btn-purple,.btn-purple:hover,.btn-purple:focus,.btn-purple:active{
    background-color: #ad86df;
    border: 1px solid #ad86df;
    color: #FFFFFF;
}
.btn-pink,.btn-pink:hover,.btn-pink:focus,.btn-pink:active{
    background-color: #f13c6e;
    border: 1px solid #f13c6e;
    color: #FFFFFF;
}
/*text color*/
.text-white {
    color: #ffffff;
}

.text-danger {
    color: #cb2a2a;
}

.text-muted {
    color: #98a6ad;
}

.text-primary {
    color: #3f51b5;
}

.text-warning {
    color: #ebc142;
}

.text-success {
    color: #009688;
}

.text-info {
    color: #03a9f4;
}

.text-inverse {
    color: #14082d;
}

.text-pink {
    color: #F13C6E;
}
.text-purple {
    color: #ad86df;
}
/* text-color */
.text-dark {
      color: #797979;
}
/*modal*/
.modal .modal-dialog .modal-content {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border-color: #DDDDDD;
padding: 30px;
border-radius: 2px;
}
.modal .modal-dialog .modal-content .modal-header {
margin: 0;
padding: 0;
border-bottom-width: 2px;
padding-bottom: 15px;
}
.modal .modal-dialog .modal-content .modal-body {
padding: 20px 0;
}
.modal .modal-dialog .modal-content .modal-footer {
padding: 0;
padding-top: 15px;
}
.modal-full {
    width: 98%;
}

/*text input*/

.form-control {
    background-color: #fafafa;
  color: rgba(0,0,0,0.6);
  font-size: 14px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  border: 1px solid #ccc;
  box-shadow: none;
}
.form-control:focus {
  border: 1px solid #e0e0e0;
  background: #FFF;
  box-shadow: none;
}



input, textarea, select, button {
    outline: none !important;
}
textarea.form-control {
  height: auto;
  min-height: 100px;
}
.input-group-addon {
    border: 1px solid #eee;
    border-radius: 2px;
}
/*list*/




/*dropdown select bg*/
.dropdown-menu {
    border: 1px solid #e4eaec;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05);
}

.dropdown-menu>li>a {
    padding: 6px 20px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: rgba(241, 244, 245, 0.85) !important;
    color: #141719;
    text-decoration: none;
    outline: none;
}
.dropdown-menu .divider {
    margin: 6px 0;
}

/*split dropdown btn*/

.btn-white {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: rgba(150, 160, 180, 0.3);
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
}

/*breadcrumbs*/

.breadcrumb {
    background-color: transparent;
}


/*tab*/

.nav-tabs > li > a {
    margin-right: 1px;
}



/*nav inverse*/

.navbar-inverse {
    background-color: #7087A3;
    border-color: #7087A3;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus{
    background-color: #61748d;
}

.navbar-inverse .navbar-nav > li a:hover {
    color: #2A3542;
}

.navbar-inverse .navbar-nav > li > ul > li a:hover {
    color: #fff;
}

.navbar-inverse .navbar-brand {
    color: #FFFFFF;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
}

/*nav justified*/

.nav-justified li:last-child > a:hover, .nav-justified li.active:last-child > a {
    border-radius: 0 4px 0 0 !important;
    -webkit-border-radius: 0 4px 0 0 !important;
}

/*list group*/

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
   background-color: #ddd;
  border-color: #ddd;
  color: #444;
    z-index: 2;
}

.list-group-item,.list-group-item:first-child ,.list-group-item:last-child  {
    border-radius: 0px;
    padding: 12px 20px;
}

.list-group-item-heading {
    font-weight: 300;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #3f51b5;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
    color: #3f51b5;
}
/*progress*/

.progress {
    box-shadow: none;
    background: #f0f2f7;
}

/*alert*/

.alert-success, .alert-danger, .alert-info, .alert-warning {
    border: none;
}

/*table*/

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid #E3E5E6;
}
.table-striped>tbody>tr:nth-of-type(odd),.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, 
.table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, 
.table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active,.table-hover>tbody>tr:hover {
    background-color: #F3F5F6;
}


.bg-primary{
    background-color: rgba(63, 81, 181, 0.8);
}
.bg-success{
    background-color: rgba(0, 150, 136, 0.8);
}
.bg-info{
    background-color: rgba(3, 169, 244, 0.8);
}
.bg-warning{
    background-color: rgba(235, 193, 66, 0.8);
}
.bg-danger{
    background-color: rgba(203, 42, 42, 0.8);
}
.bg-muted {
    background-color: #d0d0d0;
}
.bg-inverse {
    background-color: rgba(20, 8, 45, 0.8);
}
.bg-purple {
    background-color: rgba(173, 134, 223, 0.8) !important;
}
.bg-pink {
    background-color: rgba(241, 60, 110, 0.8);
}
.white-bg{
    background-color: #ffffff;
}
.bg-fb{
    background-color: #3b5998;
}
.bg-gp{
    background-color: #dd4b39;
}
.bg-tw{
    background-color: #00aced;
}
.bg-dribbble{
    background-color: #ea4c89;
}




/* ------ btn-custom -----*/
.btn-custom{
    background: transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-width: 1px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.btn-custom.btn-default:hover,.btn-custom.btn-default:active,.btn-custom.btn-default:focus{
    color: #333 !important;
}
.btn-custom.btn-primary{
    color: #3f51b5 !important;
}
.btn-custom.btn-success{
    color: #009688 !important;
}
.btn-custom.btn-info{
    color: #03a9f4 !important;
}
.btn-custom.btn-warning{
    color: #ebc142 !important;
}
.btn-custom.btn-danger{
    color: #cb2a2a !important;
}
.btn-custom.btn-inverse{
    color: #14082d !important;
}
.btn-custom.btn-purple{
    color: #ad86df !important;
}
.btn-custom.btn-pink{
    color: #f13c6e !important;
}
.btn-custom:hover,.btn-custom:focus{
    color: #FFFFFF !important;
}

.btn-rounded {
    border-radius: 2em;
}

/* Table */
.table {
    margin-bottom: 0px;
}

.panel.panel-color .panel-heading {
margin-top: -20px;
margin-left: -30px;
margin-right: -30px;
padding: 20px 30px;
border-bottom: 0;
}
.panel-group {
margin-bottom: 30px;
}
.panel-group >.panel.panel-color .panel-heading {
margin-top: -20px;
margin-left: -30px;
margin-right: -30px;
padding: 20px 30px;
border-bottom: 0;
margin-bottom: -20px !important;
border-radius: 0px !important;
}

.panel.panel-primary .panel-heading {
    background-color: #3f51b5;
    color: #fff;
}

.panel.panel-success .panel-heading {
background-color: #009688;
color: #fff;
}

.panel.panel-info .panel-heading {
background-color: #03a9f4;
color: #fff;
}

.panel.panel-warning .panel-heading {
background-color: #ebc142;
color: #fff;
}

.panel.panel-danger .panel-heading {
background-color: #cb2a2a;
color: #fff;
}

.panel.panel-inverse .panel-heading {
background-color: #14082d;
color: #fff;
}

.panel.panel-purple .panel-heading {
background-color: #ad86df;
color: #fff;
}

.panel.panel-pink .panel-heading {
background-color: #f13c6e;
color: #fff;
}



.progress {
    overflow: hidden;
    margin-bottom: 18px;
    background-color: #f5f5f5;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    height: 10px;
}
.progress-bar{
    font-size: 8px;
    line-height: 12px;
    font-weight: 600;
}
.progress.progress-md {
height: 15px !important;
}
.progress.progress-lg {
height: 20px !important;
}
.progress.progress-md .progress-bar {
font-size: 10.8px;
line-height: 14.4px;
}
.progress.progress-lg .progress-bar {
font-size: 12px;
line-height: 20px;
}
.progress-bar-primary {
    background-color: #3f51b5;
}

.progress-bar-success {
    background-color: #009688;
}

.progress-bar-info {
    background-color: #03a9f4;
}

.progress-bar-warning {
    background-color: #ebc142;
}

.progress-bar-danger {
    background-color: #cb2a2a;
}

.progress-bar-inverse {
    background-color: #14082d;
}

.progress-bar-purple {
    background-color: #ad86df;
}

.progress-bar-pink {
    background-color: #f13c6e;
}

.pagination>li>a, .pagination>li>span {
color: #373e4a;
background-color: #fff;
border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
background-color: #1c2b36;
border-color: #1c2b36;
}

/*CUSTOM INPUT*/
.custom-control {
	position:relative;
	display:block;
	min-height:1.35rem;
	padding-left:1.5rem
}
.custom-control-inline {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	margin-right:1rem
}
.custom-control-input {
	position:absolute;
	left:0;
	z-index:-1;
	width:1rem;
	height:1.175rem;
	opacity:0
}
.custom-control-input:checked~.custom-control-label::before {
	color:#fff;
	border-color:#3bc0c3;
	background-color:#3bc0c3
}
.custom-control-input:focus~.custom-control-label::before {
	-webkit-box-shadow:none;
	box-shadow:none
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color:#b3b3b3
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color:#fff;
	background-color:#c4eced;
	border-color:#c4eced
}
.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
	color:#6c757d
}
.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
	background-color:#f3f3f3
}
.custom-control-label {
	position:relative;
	margin-bottom:0;
	vertical-align:top;
	margin-left: 10px;
}
.custom-control-label::before {
	position: absolute;
	top: .016rem;
	left: -2.16rem;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	pointer-events: none;
	content:"";
	background-color:#fff;
	border:#98a6ad solid 1px
}
.custom-control-label::after {
	position: absolute;
	top: .016rem;
	left: -2.16rem;
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	content:"";
	background:no-repeat 50%/50% 50%
}
.custom-checkbox .custom-control-label::before {
	border-radius:.2rem
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color:#3bc0c3;
	background-color:#3bc0c3
}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color:rgba(59,192,195,.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color:rgba(59,192,195,.5)
}
.custom-radio .custom-control-label::before {
	border-radius:50%
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color:rgba(59,192,195,.5)
}
.custom-switch {
	padding-left:2.25rem
}
.custom-switch .custom-control-label::before {
	left:-2.25rem;
	width:1.75rem;
	pointer-events:all;
	border-radius:.5rem
}
.custom-switch .custom-control-label::after {
	top:calc(.175rem + 2px);
	left:calc(-2.25rem + 2px);
	width:calc(1rem - 4px);
	height:calc(1rem - 4px);
	background-color:#98a6ad;
	border-radius:.5rem;
	-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.custom-switch .custom-control-label::after {
		-webkit-transition:none;
		transition:none
	}
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color:#fff;
	-webkit-transform:translateX(.75rem);
	transform:translateX(.75rem)
}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color:rgba(59,192,195,.5)
}
.custom-select {
	display:inline-block;
	width:100%;
	height:calc(1.5em + .9rem + 2px);
	padding:.45rem 1.9rem .45rem .9rem;
	font-size:.9rem;
	font-weight:400;
	line-height:1.5;
	color:#666f7b;
	vertical-align:middle;
	background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%2336404c' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .9rem center/8px 10px;
	border:1px solid #ccc;
	border-radius:.2rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-select:focus {
	border-color:#b3b3b3;
	outline:0;
	-webkit-box-shadow:0 0 0 .15rem rgba(59,192,195,.25);
	box-shadow:0 0 0 .15rem rgba(59,192,195,.25)
}
.custom-select:focus::-ms-value {
	color:#666f7b;
	background-color:#fff
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
	height:auto;
	padding-right:.9rem;
	background-image:none
}
.custom-select:disabled {
	color:#6c757d;
	background-color:#f5f5f5
}
.custom-select::-ms-expand {
	display:none
}
.custom-select:-moz-focusring {
	color:transparent;
	text-shadow:0 0 0 #666f7b
}
.custom-select-sm {
	height:calc(1.5em + .5rem + 2px);
	padding-top:.25rem;
	padding-bottom:.25rem;
	padding-left:.5rem;
	font-size:.7875rem
}
.custom-select-lg {
	height:calc(1.5em + 1rem + 2px);
	padding-top:.5rem;
	padding-bottom:.5rem;
	padding-left:1rem;
	font-size:1.125rem
}
.custom-file {
	position:relative;
	display:inline-block;
	width:100%;
	height:calc(1.5em + .9rem + 2px);
	margin-bottom:0
}
.custom-file-input {
	position:relative;
	z-index:2;
	width:100%;
	height:calc(1.5em + .9rem + 2px);
	margin:0;
	opacity:0
}
.custom-file-input:focus~.custom-file-label {
	border-color:#b3b3b3;
	-webkit-box-shadow:none;
	box-shadow:none
}
.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
	background-color:#f3f3f3
}
.custom-file-input:lang(en)~.custom-file-label::after {
	content:"Browse"
}
.custom-file-input~.custom-file-label[data-browse]::after {
	content:attr(data-browse)
}
.custom-file-label {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1;
	height:calc(1.5em + .9rem + 2px);
	padding:.45rem .9rem;
	font-weight:400;
	line-height:1.5;
	color:#666f7b;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:.2rem
}
.custom-file-label::after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:3;
	display:block;
	height:calc(1.5em + .9rem);
	padding:.45rem .9rem;
	line-height:1.5;
	color:#666f7b;
	content:"Browse";
	background-color:#f5f5f5;
	border-left:inherit;
	border-radius:0 .2rem .2rem 0
}
.custom-range {
	width:100%;
	height:1.3rem;
	padding:0;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-range:focus {
	outline:0
}
.custom-range:focus::-webkit-slider-thumb {
	-webkit-box-shadow:0 0 0 1px #edf0f0,none;
	box-shadow:0 0 0 1px #edf0f0,none
}
.custom-range:focus::-moz-range-thumb {
	box-shadow:0 0 0 1px #edf0f0,none
}
.custom-range:focus::-ms-thumb {
	box-shadow:0 0 0 1px #edf0f0,none
}
.custom-range::-moz-focus-outer {
	border:0
}
.custom-range::-webkit-slider-thumb {
	width:1rem;
	height:1rem;
	margin-top:-.25rem;
	background-color:#3bc0c3;
	border:0;
	border-radius:1rem;
	-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-webkit-appearance:none;
	appearance:none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition:none;
		transition:none
	}
}
.custom-range::-webkit-slider-thumb:active {
	background-color:#c4eced
}
.custom-range::-webkit-slider-runnable-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:#eaeaea;
	border-color:transparent;
	border-radius:1rem
}
.custom-range::-moz-range-thumb {
	width:1rem;
	height:1rem;
	background-color:#3bc0c3;
	border:0;
	border-radius:1rem;
	-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-appearance:none;
	appearance:none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition:none;
		transition:none
	}
}
.custom-range::-moz-range-thumb:active {
	background-color:#c4eced
}
.custom-range::-moz-range-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:#eaeaea;
	border-color:transparent;
	border-radius:1rem
}
.custom-range::-ms-thumb {
	width:1rem;
	height:1rem;
	margin-top:0;
	margin-right:.15rem;
	margin-left:.15rem;
	background-color:#3bc0c3;
	border:0;
	border-radius:1rem;
	-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	appearance:none
}
@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition:none;
		transition:none
	}
}
.custom-range::-ms-thumb:active {
	background-color:#c4eced
}
.custom-range::-ms-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:transparent;
	border-color:transparent;
	border-width:.5rem
}
.custom-range::-ms-fill-lower {
	background-color:#eaeaea;
	border-radius:1rem
}
.custom-range::-ms-fill-upper {
	margin-right:15px;
	background-color:#eaeaea;
	border-radius:1rem
}
.custom-range:disabled::-webkit-slider-thumb {
	background-color:#98a6ad
}
.custom-range:disabled::-webkit-slider-runnable-track {
	cursor:default
}
.custom-range:disabled::-moz-range-thumb {
	background-color:#98a6ad
}
.custom-range:disabled::-moz-range-track {
	cursor:default
}
.custom-range:disabled::-ms-thumb {
	background-color:#98a6ad
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
	-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}
@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before,
	.custom-file-label,
	.custom-select {
		-webkit-transition:none;
		transition:none
	}
}

.select2-container .select2-choice{
	padding: 2px 5px 2px 8px;
}

table.tbl-sortable tr{
	background-color: #fff;
	cursor: pointer;
}

table.tbl-sortable tr.highlight{
	background-color: #fff9c4;
}
table.tbl-sortable tr.highlight td{
	border-top: 1px solid #ffca28;
	border-bottom: 1px solid #ffca28;
}
table.tbl-sortable tr.ui-sortable-helper{
	background-color: #81d4fa;
	color: #5B5B5B;
	cursor: move;
}


.input-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-table;
	/*-ms-flex-wrap: wrap;*/
	/*flex-wrap: wrap;*/
	/*-webkit-box-align: stretch;*/
	/*-ms-flex-align: stretch;*/
	/*align-items: stretch;*/
	width: 100%;
}
.input-group-prepend {
	margin-right: -1px;
}
.input-group-append, .input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0;
}
.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .45rem .9rem;
	margin-bottom: 0;
	font-size: .9rem;
	font-weight: 400;
	line-height: 1.5;
	color: #666f7b;
	text-align: center;
	white-space: nowrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: .2rem;
	border-top-right-radius: 0.2rem;
	border-bottom-right-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
