/*anchor*/
a {
    color: #fc0606;
}

a:hover,
a:focus,
a:active {
    color: #ff6d0a;
}

/*panel*/
.panel {
    border: none;
    box-shadow: none;
    position: relative;
    margin: 0;
}

.panel-heading {
	background-color: #e1eaf2;
    border-color: #d6dee6;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
}
.panel-heading:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.panel-heading .form-control {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0;
    padding: 2px 8px;
}
.panel-body {
    border: 1px solid #e1eaf2;
}
.panel-title {
    color: #32323A;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
}
.panel-title.pull-left {
	line-height: 24px;
}
.panel-primary .tools a {
    color: #fff;
}
.panel-primary > .panel-heading {
    background-color: #1fb5ac;
    border-color: #1a9890;
}
.panel-heading .btn-sm {
    padding: 2px 7px;
    margin: 2px auto;
    font-size: 11px;
}
@media (max-width: 767px) {

}

td.ver-top {
    vertical-align: top !important;
    padding-top: 10px !important;
}
td.ver2-top {
    vertical-align: top !important;
}
.title-ol-3w span {
	background-color: #e0e1e7;
	padding: 3px 5px 3px 10px;
	font-size: 15px;
	font-weight: 600;
	position: relative;
}

.title-ol-3w span:after {
	content: "";
	border-top: 13px solid transparent;
	border-left: 10px solid #e0e1e7;
	border-bottom: 13px solid transparent;
	width: 0;
	height: 0;
	position: absolute;
	left: 100%;
	top: 0;
}

.title-ol-3w.plus-title {
    margin-bottom: 20px;
}
.title-ol-3w.plus-title span {
    background-color: #1fb5ac;
    color: #ffffff;
}
.title-ol-3w.plus-title span:after {
    border-left-color: #1fb5ac;
}
.crop-ol-3w {
    margin: 0;
    display: block;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table {
    width: 100%;
    margin: 0 auto;
}
.form-ol-3w,
.table-ol-3w {
    margin: 0 auto;
}
.form-ol-3w label.form-lb-tp,
.table-ol-3w label.form-lb-tp {
	margin: 0;
    font-weight: 400;
    font-size: 14px;
}
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-color: rgba(205, 205, 205, 0.7);
}
.table-responsive,
.form-responsive {
	margin: 0 auto;
}
.form-ol-btn-tzc {
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5 !important;
	padding: 12px 10px 20px !important;
	text-align: center;
}
.input-statistic {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 600px;
}
.input-statistic input.form-control,
.input-statistic select.form-control {
    float: left;
    width: 32.3333336%;
    margin: 2px 0.5%;
}
.input-statistic .pull-right {
    margin: 2px 0.5% 0;
}
.input-statistic .btn {
    min-width: 90px;
}
.info-statistic-ol p,
.info-statistic-ol label,
.info-panel-top-ol p,
.info-panel-top-ol label {
	margin-bottom: 0;
}
.info-statistic-ol,
.info-panel-top-ol {
	background-color: #efeeaf;
	border-bottom: 1px solid #dbcba2;
	border-radius: 4px 4px 0 0;
	line-height: 22px;
	padding: 5px 15px;
    min-width: 720px;
}
.info-statistic-ol {
	margin-bottom: 10px;
}
.form-group .box-core + .box-core {
    border-top: 1px solid #dddddd;
}
.form-group .col-left-ol {
	border-left: 1px solid #dddddd;
	float: left;
	padding: 8px 15px 3px;
}
.tth-gp-text {
    font-style: italic;
    color: #246195;
    padding-left: 10px;
}
.tth-bg-df {
    border: 1px solid #e2e7eb !important;
    background-color: #e2e7eb;
}
.table tbody > tr > th.tth-bg-df,
.table tbody > tr > td.tth-bg-df {
    padding: 10px;
}
.tth-gp-t {
    border-top: 1px solid #ddd !important;
}
.tth-gp-r {
    border-right: 1px solid #ddd !important;
}
.tth-gp-b {
    border-bottom: 1px solid #ddd !important;
}
.tth-gp-l {
    border-left: 1px solid #ddd !important;
}
.element-relative {
    position: relative;
    padding-right: 45px !important;
}
.btn-get-slug {
    background: url(../images/slug.png) center no-repeat;
    position: absolute;
    width: 28px;
    height: 28px;
    right: 8px;
    top: 10px;
    cursor: pointer;
}
@media (max-width: 960px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
    .info-statistic-ol,
    .info-panel-top-ol,
    .table-responsive>.table-bordered,
    .table-responsive table.dataTable {
        min-width: 720px;
    }
}
@media (max-width: 520px) {
    .input-statistic input.form-control,
    .input-statistic select.form-control {
        width: 49%;
    }
    .form-control.input-sm
    {
        margin-bottom: 10px;
        width: 100%;
    }
}
@media (max-width: 881px) {
	.form-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
    .form-responsive form,
    .table-responsive table {
        min-width: 450px;
    }
}
.show-print p {
	margin: 0;
}
.show-print {
	color: #000000;
	padding: 15px 0;
}

label {
	font-weight: 600;
    margin-bottom: 0;
}

.label {
    padding: 0.5em 0.8em;
}

.label-default {
    background-color: #a1a1a1;
}

.label-primary {
    background-color: #fc0606;
}

.label-success {
    background-color: #A9D86E;
}

.label-info {
    background-color: #20cad5;
}

.label-warning {
    background-color: #FCB322;
}

.label-danger {
    background-color: #FF6C60;
}

.label-inverse {
    background-color: #344860;
}

.label-tag {
    background-color: #dfdfdf;
    font-size: 0.9em;
    padding: 2px 1px 2px 3px;
}

/*text color*/

.text-danger {
    color: #FF6C60;
}

.text-muted {
    color: #acacac;
}

.text-primary {
    color: #fc0606;
}

.text-warning {
    color: #FCB322;
}

.text-success {
    color: #A9D86E;
}

.text-info {
    color: #8175c7;
}

/*modal*/
.modal {
    text-align: center;
}
.modal-dialog {
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: auto;
    width: auto;
    max-width: 90%;
    min-width: 420px;
}
.modal-header {
    background-color: #cfcfcf;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}
.modal-header .close {
    margin-top: 0;
    font-weight: 300;
    opacity: .5;
    filter: alpha(opacity=50);
    text-shadow: none;
}
.modal-content {
    border-radius: 4px;
}
.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.modal-footer {
    margin: 0;
}

/*text input*/
.table thead tr th .form-control,
.table thead tr td .form-control,
.table tbody tr td .form-control {
    width: 100%;
}
@media (min-width: 768px) {
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
		line-height: 0;
	}
}

input, textarea, select, button {
    outline: none !important;
}

/*list*/

ul {
    padding-left: 0;
}

/*button*/
.btn{
    border-radius: 0;
    font-weight: 400;
}

.btn-xs,
.btn-group-xs > .btn {
	min-width: 0;
}
.btn-default {
    background-color: #dfdfdf;
    border-color: #cdcdcd;
    color: #646464;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
    background-color: #cdcdcd;
    border-color: #cdcdcd;
}
.open .dropdown-toggle.btn-default {
    background-color: #ffffff;
    color: #646464;
    border-color: rgba(1, 135, 208, 0.3);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.btn + .btn {
    margin-left: 10px;
}
.modal-footer .btn + .btn {
    margin-left: 15px;
}

.btn-primary {
    background-color: #f62b1a;
    border-color: #f62b1a;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #d12516;
    border-color: #d12516;
}

.btn-success {
    background-color: #20c510;
    border-color: #20c510;
    color: #FFFFFF;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-color: #1caa0e;
    border-color: #1caa0e;
    color: #FFFFFF;
}

.btn-info {
    background-color: #57c8f1;
    border-color: #57c8f1;
    color: #FFFFFF;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-color: #53bee6;
    border-color: #53BEE6;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #feb84d;
    border-color: #feb84d;
    color: #FFFFFF;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color: #fe9900;
    border-color: #fe9900;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #fa8564;
    border-color: #fa8564;
    color: #FFFFFF;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-color: #ec6459;
    border-color: #ec6459;
    color: #FFFFFF;
}

.btn-dark {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    color: #FFFFFF;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    color: #FFFFFF;
}

.btn-pink {
    background-color: #a48ad4;
    border-color: #a48ad4;
    color: #FFFFFF;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open .dropdown-toggle.btn-pink {
    background-color: #9b83c9;
    border-color: #9b83c9;
    color: #FFFFFF;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #dfdfdf;
    border-color: #cdcdcd;
    color: #646464;
}

.btn-sm,
.btn-xs {
	font-weight: 400;
	min-width: 0;
}
.btn-sm {
    padding: 3px 8px;
}

.btn-white {
    box-shadow: none !important;
}

/*Rounded Button*/

.btn-round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.dropdown-menu {
    z-index: 1009;
}
.table .input-group {
    width: 100%;
}
.input-group .input-group-btn .btn {
    padding: 6px 12px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
    min-width: 150px;
}
.bootstrap-select .btn {
    font-weight: normal;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}
.bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    color: #646464;
    border-color: #cfcfd1;
    padding: 5px 10px;
    line-height: 20px;
}
.bootstrap-select .label {
    border-radius: 0;
    font-weight: 400;
}
.bootstrap-select .dropdown-menu.inner,
.bootstrap-select.btn-group .dropdown-menu.inner {
    padding-bottom: 20px;
}
.bootstrap-select.btn-group .dropdown-menu {
    width: auto;
    min-width: 100%;
}
.bootstrap-select .dropdown-menu > li > a,
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    padding: 3px 10px;
}
.bootstrap-select .dropdown-menu > li > a .media {
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a .media > .media-left {
    width: 39px;
}
.bootstrap-select .dropdown-menu > li > a:hover,
.bootstrap-select .dropdown-menu > li > a:focus {
    background-color: #ececec;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: #57c8f1;
    color: #ffffff;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu .dropdown-header {
    background-color: #dfdfdf;
    color: #646464;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}
.bootstrap-select .dropdown-menu > li .bold span.text {
    font-weight: bold;
}
.bootstrap-select .dropdown-menu > li span.fa + span.text {
    margin-left: 3px;
}
.bootstrap-select .dropdown-menu > li > a[class^="space-"] {
    background: url('../images/tree.png') top left 5px no-repeat;
    height: 28px;
    line-height: 26px;
    padding: 1px 20px;
    font-weight: 500;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu > li > a[class^="space-u"] {
    font-weight: 300;
}
.bootstrap-select .dropdown-menu > li > a[class^="space-"] .media > .media-left {
    width: 29px;
    padding-right: 5px;
}
.bootstrap-select .dropdown-menu > li > a[class^="space-"] .media-left > img {
    width: 24px;
    height: 24px;
}
.bootstrap-select .dropdown-menu > li > a.space-u1 {
    background-position: top left 15px;
    padding-left: 30px;
}
.bootstrap-select .dropdown-menu > li > a.space-2 {
    background-position: top left 25px;
    padding-left: 40px;
}
.bootstrap-select .dropdown-menu > li > a.space-u2 {
    background-position: top left 35px;
    padding-left: 50px;
}
.bootstrap-select .dropdown-menu > li > a.space-3 {
    background-position: top left 45px;
    padding-left: 60px;
}
.bootstrap-select .dropdown-menu > li > a.space-u3 {
    background-position: top left 55px;
    padding-left: 70px;
}
.bootstrap-select .dropdown-menu > li > a.space-4 {
    background-position: top left 65px;
    padding-left: 80px;
}
.bootstrap-select .dropdown-menu > li > a.space-u4 {
    background-position: top left 75px;
    padding-left: 90px;
}
.bootstrap-select .dropdown-menu > li > a.space-5 {
    background-position: top left 85px;
    padding-left: 100px;
}
.bootstrap-select .dropdown-menu > li > a.space-u5 {
    background-position: top left 95px;
    padding-left: 110px;
}
.bootstrap-select .dropdown-menu > li:last-child > a[class^="space-"] {
    background-position-y: bottom;
}
.bootstrap-select .dropdown-menu>.active>a,
.bootstrap-select .dropdown-menu>.active>a:hover,
.bootstrap-select .dropdown-menu>.active>a:focus {
    color: inherit;
}
/*dropdown shadow*/

.btn-white.active, .btn:active, .btn.active {
    box-shadow: none;
}

/*dropdown select bg*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #ececec;
    text-decoration: none;
}

/*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: #fff;
}


/*tab*/

.nav-tabs > li > a {
    margin-right: 1px;
}

/*nav inverse*/

.navbar-inverse {
    background-color: #32323A;
    border-color: #32323A;
}

.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: #474752;
}

.navbar-inverse .navbar-nav > li a:hover {
    color: #fff;
}

.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;
}
.bss-input,
.add-item input.bss-input {
    background-color: transparent;
    border: 0;
    color: #8f8f8f;
    padding: 5px;
    margin: -3px;
    width: calc(100% - 22px);
}
.bss-input:hover,
.add-item input.bss-input:hover {
    background-color: #f5f5f5;
}
.add-item .check-mark {
    opacity: 0;
    z-index: -1000;
}
.add-new-icon {
    color: #aaa;
    position: relative;
    padding: 4px 7px;
}
.add-new-icon:before {
    content: "+";
}
.add-new-icon:hover {
    color: #222;
}
.bootstrap-select .dropdown-menu li a.add-item {
    background-color: transparent !important;
    padding-right: 0;
}
/*nav justified*/

.nav-justified {
    width: auto !important;
}

.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: #00A8B3;
    border-color: #00A8B3;
    color: #FFFFFF;
    z-index: 2;
}

.list-group-item-heading {
    font-weight: 300;
}

/*progress*/

.progress {
    box-shadow: none;
    background: #f0f2f7;
}

/*alert*/
.alert {
    border-radius: 0;
    margin-bottom: 15px;
}
.alert-success,
.alert-danger,
.alert-info,
.alert-warning { }

/*table*/
table.dataTable {
    border-spacing: 0;
    border-collapse: separate;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    border-left-width: 0;
}
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
    padding: 12px 5px;
    font-weight: 500;
    vertical-align: middle;
}
.table > thead > tr > th {
	background-color: #006633;
	border-color: rgba(255, 255, 255, 0.5);
	border-bottom: none;
	color: #ffffff;
    font-size: 11px;
	text-align: center;
    text-transform: uppercase;
	vertical-align: middle;
    white-space: nowrap;
}
.table tr > th.text-right {
    text-align: right !important;
}
.table > thead > tr > th.sorting,
.table > thead > tr > th.sorting_asc,
.table > thead > tr > th.sorting_desc {
    padding-right: 12px;
}
.table thead > tr > td,
.table tfoot > tr > td,
.table tbody > tr > th,
.table tbody > tr > td {
    padding: 5px;
    vertical-align: middle;
}
.table-top tbody > tr > th,
.table-top tbody > tr > td {
    vertical-align: top;
}
.table.table-report {
    font-size: 13px;
    line-height: 18px;
}
.table.table-report > thead > tr > th {
    background-color: #dfdfdf;
    color: inherit;
    padding: 8px 5px;
    text-transform: none;
}
.table tr td.tb-child {
    border: none;
    padding: 0;
}
.table .tb-details {
    background-color: #f3e88d;
}
.table .tb-details tbody tr:hover,
.table .tb-details tbody tr.even:hover,
.table .tb-details tbody tr.odd:hover,
table.dataTable.display .tb-details tbody tr:hover {
    background-color: inherit;
}
.table .tb-details > thead > tr > th {
    background-color: #cbcbcb;
    color: inherit;
    font-weight: 700;
}
.table.tb-details tbody > tr > th {
    padding: 10px 5px;
    text-align: center;
}
.table.tb-details.table-bordered {
    border: none;
}
.table.tb-details tr > th,
.table.tb-details tr > td,
.table.tb-details tr:last-child {
    border-color: #cbcbcb !important;
}
.table .table.tb-details .form-control,
.table .table.tb-details .bootstrap-select>.dropdown-toggle {
    background-color: #efecd8;
}
table.dataTable.stripe tbody tr.shown,
table.dataTable.display tbody tr.shown,
table.dataTable.order-column.stripe tbody tr.shown > td,
table.dataTable.display tbody tr.shown > td {
    background-color: #dfdfdf !important;
}
.table-no-border>thead>tr>th,
.table-no-border>tbody>tr>th,
.table-no-border>tfoot>tr>th,
.table-no-border>thead>tr>td,
.table-no-border>tbody>tr>td,
.table-no-border>tfoot>tr>td {
    border: none;
}
.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #fbffc2;
}
.table-sm tbody > tr > th,
.table-sm tbody > tr > td {
    padding: 3px 1px;
    vertical-align: top;
}
table.dataTable {
    font-size: 12px;
    line-height: 18px;
}
/*pagination*/
.pagination {
    margin: 0 5px 5px;
    font-weight: 600;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #dedfe5;
    border: 1px solid #d8d9df;
    border-radius: 50%;
    float: left;
    margin: 1px 2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
}
.pagination-sm>li>a,
.pagination-sm>li>span,
.pagination > li > a:focus,
.pagination > li > span:focus {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #acadb3;
    border-color: #acadb3;
    color: #fff;
}

.has-success .form-control:focus, .has-error .form-control:focus, .has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    border: 1px solid #cfcfd1;
    border-radius: 0;
    color: #646464;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
}
.form-control:focus, #focusedInput {
    border-color: #cfcfd1;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-horizontal .control-label {
    font-weight: 300;
    font-size: 12px;
    text-align: right;
}
.input-group-addon {
    background-color: #dfdfdf;
    border-color: #cfcfd1;
    border-radius: 0;
    font-size: 13px;
}
.input-sm {
    height: 26px;
    padding: 3px 10px;
    line-height: 18px;
    border-radius: 12px;
}
select.input-sm {
    height: auto;
    line-height: 1;
}
.select-manager {
    border-style: dashed;
    height: 26px;
    line-height: 1;
    padding: 0 10px;
}
.panel-group .panel {
    overflow: inherit;
}
.panel-group .panel-heading {
	padding: 10px 15px;
}
.panel-group .panel-heading.clearfix {
	padding: 8px 10px;
}
.panel-group .panel-heading label {
	margin: 0;
}
.panel-group .panel + .panel {
    border-radius: 0;
	margin-top: 10px;
}
.panel-group .panel-heading+.panel-collapse .panel-body {
	border: 1px solid #ddd;
	border-radius: 0 0 4px 4px;
}
.panel-primary>.panel-heading+.panel-collapse .panel-body {
	border-color: #428bca;
}
.panel-success>.panel-heading+.panel-collapse .panel-body {
	border-color: #d6e9c6;
}
.panel-info>.panel-heading+.panel-collapse .panel-body {
	border-color: #bce8f1;
}
.panel-warning>.panel-heading+.panel-collapse .panel-body {
	border-color: #faebcc;
}
.panel-danger>.panel-heading+.panel-collapse .panel-body {
	border-color: #ebccd1;
}
.panel-group .panel-heading+.panel-collapse .panel-body .table {
	margin-bottom: 0;
}
.progress {
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

.progress-bar {
    box-shadow: none;
}

.modal-backdrop.in {
    opacity: .7;
    filter: alpha(opacity=70);
}

/*well*/
.well {
    box-shadow: none;
}

.radio-inline-0,
.checkbox-inline-0 {
	display: inline-block;
	padding-left: 20px !important;
	margin-bottom: 0;
	line-height: 24px;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.popover {
	width: auto;
	max-width: 290px;
	border-radius: 0;
    font-style: normal;
    border-color: rgba(0,0,0,.1);
	padding: 0;
}
.popover-title {
    background-color: #efefef;
    border-radius: 0;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 12px;
}
.popover-content {
    padding: 12px;
}
.popover.right .arrow,
.popover.left .arrow {
    top: 50%;
    margin-top: -11px;
}

@media (min-width: 992px) {
	.calendar-block {
		float:right !important;
	}
}

.footer_client{
    border-top: 0px !important;
    background: #fc0606;
    color: #fff;
    margin-top: -2px;
}
.active_client{
    background: #fc0606;
    color: #fff;
}
.client_logo{
    border-radius: 50%;
    text-align: center;
    width: 100%;
    /* margin-top: 20px; */
}
.client_logo a{
    width: 138px;
    height: 138px;
    display: inline-block;
    overflow: hidden;
    border: 5px solid #42c565;
    border-radius: 50%;
}
.client_logo a img{
    transform: scale(1.12);
    -webkit-transform: scale(1.12);
}
.name_client span{
    font-size: 16px;    display: inline-block;
    margin-top: 5px;
}
.name_client h2{
    font-size: 20px;
    margin-top: 10px;
}
.shif_client{
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 10px;
}
.shif_client span:last-child{
    font-weight: 600;
}
.shif_client span:first-child{
    display:inline-block;
    border-bottom: 1px solid #fff;
}
.content_client .row .col-xs-6{
        text-align: center;
        margin-top: 20px;
}
.content_client .row .col-xs-6{
    margin-bottom: 20px;
}
.content_client{
    margin-top: 20px;
    margin-bottom: 20px;
}
.old_md{
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 6px #42c565;
    padding: 10px 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.old_md:active, .old_md:focus, .old_md:hover,.old_md:visited{
    box-shadow: 1px 2px #42c565;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
}
.content_client .comment_photo{
    color: #4a4a4a;
    text-transform: uppercase;
    margin-top: 10px;
}
.inline_padding{
    padding-left: 10px;
}
.table_hover tr:hover{
    cursor: pointer;
    background: #e8ebf9;
}
.active_table{
    background: #e8ebf9;
}
.message_shift{
    text-align: center;
    font-size: 15px;
    color:#ed2a17;
}
.error_times{
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    color:#ed2a17;
}
.disabled_shift > div {
    pointer-events: none;
    opacity: 0.8;
}
.ative_shift .panel-heading{
    background: none;
    border:none;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    background: #fff;
}
.ative_shift .panel-heading select{
    border-radius: 4px;
    background: url('../images/select.png') right 10px center no-repeat;
    text-align: center;
    outline: none;
    border-color: #7d7d7d;
    padding: 4px 12px;
}
.ative_shift{
    padding: 0px !important;
}
.ative_shift .panel-heading > div{
    padding: 0px 5px;
}
.ative_shift .panel-body{
    margin: 10px 10px 0px;
    background: #fff;
    padding: 5px;
}
.ative_shift .panel-body ul{
    padding: 0px;
    margin: 0px;
}
.ative_shift .panel{
    background: none;
}
.body_shift ul li{
    display: table;
    width: 100%;
    padding: 8px 0px;
}
.body_shift ul.total li{
    display: table;
    width: 100%;
    line-height: inherit;
    height: auto;
    padding: 10px 0px;
}

.body_shift ul li:nth-child(2n){
    background: #f0fafd;
}
.info_shift{
    display: none;
    clear: both;
    min-height: 100px;
    border: 1px solid #f0f0f0;
    width: 100%;
    padding: 5px 5px 5px 15px;
    margin-top: 10px;
}
.info_shift table{
    width: 100%;
}
.info_shift strong{
    font-weight: 500;
}
.show_info_shift{
    margin-top: 6px;
    font-size: 12px;
    color: #ff0000;
    margin-left: 5px;
    display: block;
}
.body_shift input{
    border-radius: 5px;
    border-color: #8a8a8a;
    height: 25px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: right;
}
.name_shift{
    overflow: hidden;
}
.input_shift{
    position: relative;
}
.input_shift .over_input{
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    z-index: 999;
}
.page_shift{
    margin-top: 10px;
}
.ative_shift{
    margin-top: 0px;
}
.shift_alert{
    position: fixed;
    bottom: 50px;
    left: 0px;
    padding: 10px;
}
.input_no_padding{
    padding: 0px 5px 0px 5px !important;
}
.erow{
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e6e6e6;
    z-index: 999;
    -moz-box-shadow:  0 1px #e5e5e5 inset, 0 1px 5px rgba(34, 25, 25, 0.5);
    -webkit-box-shadow: 0 1px #e5e5e5 inset, 0 1px 5px rgba(34, 25, 25, 0.5);
    box-shadow:0 1px #e5e5e5 inset, 0 1px 5px rgba(34, 25, 25, 0.5);
}
.col_nh_3{
    width: 33.333%;
    float: left;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.col_nh_3 img{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 5px;
    -moz-box-shadow:    inset 0 0 5px #a6a3a3;
    -webkit-box-shadow: inset 0 0 5px #a6a3a3;
    box-shadow:         inset 0 0 5px #a6a3a3;
    cursor: pointer;
}
#menu{
    background: #fff;
    z-index: 99999;
}
.mm-navbar.mm-hasbtns{
    padding-left: 0px;
    background: #fc0606;
    color: #fff;
}
.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a{
    background: #fc0606;
    color: #fff;
}
.mm-menu .mm-search input{
    background: #fff;
}
.mm-menu > .mm-panel{
    background: #e8e8e8;
}
.mm-listview > li > a, .mm-listview > li > span{
    color: #111;
}
.mm-listview > li > a .fa, .mm-listview > li > span .fa{
    margin-right: 10px;
}
#nut_ca{
    margin-top: 10px;
    background:#fc0606;
    border: none;
    padding: 5px 10px;
    color: #fff;
}
.mm-page{
    position: inherit;
}
.dt-buttons{
    display: inline-block;
    margin-top: 10px;
    padding-top: 7px;
}
.dt-button{
    padding: 5px 20px;
    margin-right: 5px;
    border: 1px solid #fc0606;
}
.box-icon-right{
    display: inline-block;
}
.box-icon-right a{
    min-width: 40px;
}
.col_md_mover h3{
    text-align: center;
    font-size: 14px;
}
.btn_add_ship{
	border: 0px;
    background: none;
    height: 1px;
    top: -10px;
    position: absolute;
    right: -20px;
}
.ship_add{
	top: 0px;
}
.show_info_success{
	color: #fc0606;
}
.col_smm{
    max-width: 600px;
}
.col_smm #wrapper{
    margin-top: 0px;
}
.col_smm #sidebar{
    display: none;
}
.col_smm #main-content{
    margin-left: 0px;
}
.col_smm .erow{
    max-width: 600px;
    margin:0px  auto;
}
@media (max-width: 330px) {
    .name_client{
        width: 50%;
        float: left;
    }
    .client_logo > a{
        float: left;
    }
    .shif_client{
        margin-bottom: 30px;
    }
}
.firt_ulli{
    background: #fc0606;
    color: #fff;
}
.firt_ulli .name_shift{
 cursor: pointer;
}