﻿
.page-content {
    height: 100%;
    margin: 0;
    padding-top: 20px !important;
    border: 0;
    color: #666;
    background-color: #f5f5f5 !important;
    /*font-family: -apple-system,BlinkMacSystemFont,Fira Sans,Helvetica Neue,Apple Color Emoji,sans-serif;*/
}
.log-hr {
    position: relative;
    height: 2em;
    text-align: center;
}
    .log-hr:before {
        content: "";
        position: relative;
        display: block;
        top: 1em;
        border-top: 1px solid rgba(61,70,79,.125);
        z-index: 1;
    }
    .page-breadcrumb.breadcrumb {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

.glyphicon-plus-sign {
    color: #346cb0;
    cursor:pointer;
}

.sidebar-left, .sidebar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flow-root;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px !important;
    background-color: #f5f5f5;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.bg-white {
    background-color: #fff !important;
}

.border-left {
    border-left: 1px solid rgba(61,70,79,.125) !important;
}

.section {
    border: none;
    -webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
    box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
    position:relative;
}

.section-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.7rem;
}

.form-control {
    -webkit-box-shadow: inset 0 1px 0 0 rgba(61,70,79,.05);
    box-shadow: inset 0 1px 0 0 rgba(61,70,79,.05);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px !important;
}

    .form-control:focus {
        color: #28313b;
        background-color: #fff;
        border-color: #3468a9 !important;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.82), 0 0 8px #346cb0c4;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #346cb0c4;
    }

/* select2*/
.select2-container .select2-selection--single {
    border: 1px solid #e5e5e5;
    height: 34px !important;
    border-radius: 4px !important; 
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--focus .select2-selection--single,
.select2-container--open .select2-selection--single {
    outline: 0;
    border-color: #346cb0;
    -webkit-box-shadow: 0 0 0 1px #346cb0;
    box-shadow: 0 0 0 1px #346cb0;
}
.select2-dropdown {
    border-color: #346cb0;
    -webkit-box-shadow: 0 0 0 1px #346cb0;
    box-shadow: 0 0 0 1px #346cb0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 4px !important;
    border-color: #d4d5d7;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(61,70,79,.05);
    box-shadow: inset 0 1px 0 0 rgba(61,70,79,.05);
}
.select2-results__options::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.select2-results__options::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.input-group .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}

/* Handle */
.select2-results__options::-webkit-scrollbar-thumb {
    background: #346cb0;
}

/* Handle on hover */
.select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #346cb0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    padding-left: 16px;
}

.select2-container.select2-container--open {
    z-index: 999000;
}
/* end select2*/
.cus-select {
    height: calc(2.25rem + 2px);
}

.activitiesTag {
    background-color: #cde69c;
    border-radius: 2px !important;
    border: 1px solid #a5d24a;
    color: #638421;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px;
    margin-right: 4px;
    padding: 3px;
}

.activitiesTag .remove {
    cursor: pointer;
    font-weight: 700;
    color: #638421;
}

.activitiesTag .remove:before {
    content: " x";
}

.bg-gay_light {
    background-color: #f5f5f5 !important;
}

.input-group-addon:first-child {
    border-radius: 4px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: 0 !important;
    background-color: #eee !important;
}

.input-group .form-control:last-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.input-group .form-control:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.input-group-addon:last-child {
    background-color: white;
    border-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-left: 0 !important;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0 !important;
}

.input-group-button {
    background-color: #346cb0 !important;
    border: 1px solid #346cb0 !important;
}

.input-group-button a {
    text-decoration: none !important;
    color: white !important;
}

div.checker.disabled .checked:after {
    color: #999 !important;
}

div.checker.disabled, div.checker.disabled .checked {
    background-color: #e9eaeb !important;
    border-color: #e9eaeb !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f5f5f5 !important;
}

.table thead td, .table thead th {
    border-top-width: 0 !important;
    border-bottom-width: 1px !important;
}

div .checker {
    border-radius: 5px !important;
    margin-right:5px !important;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
    margin-left: 0 !important;
    cursor:pointer;
}

input[type="checkbox"]:focus {
    color: #28313b;
    background-color: #fff;
    border-color: #346cb0;
    outline: 0;
    -webkit-box-shadow: 0 0 0 1px #346cb0;
    box-shadow: 0 0 0 1px #346cb0;
    cursor: pointer;
}

div.checker span {
    border: 1px solid #ccc;
    border-radius: 3px !important;
    background: none;
}
div.checker .checked {
    border-color: #346cb0;
    border-radius: 4px !important;
    border-style: groove;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

div.checker .checked:after {
    font-family: 'FontAwesome';
    content: "\f00c";
    position: absolute;
    color: #346cb0;
    left: 4px;
    top: 2.5px;
    font-size: 0.8em;
}
li div.checker .checked:after {
    top: -3.5px !important;
}

.floatCheck div.checker .checked:after {
    top: -6.5px !important;
}

.border-bottom {
    border: none;
    border-bottom: 1px solid #428bca;
    padding: 0px;
    height: 26px;
}

.padding-5{
    padding:5px;
}
.padding-left-0 {
    padding-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-left-20 {
    padding-left: 20px !important;
}

.padding-left-30{
    padding-left:30px !important;
}

.padding-right-0{
    padding-right:0px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-30 {
    padding-right: 30px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-10{
    padding-top:10px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

/*margin*/
.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-20{
    margin-right:20px;
}

.margin-left-50 {
    margin-left: 50px !important;
}
.margin-left-10 {
    margin-left: 10px !important;
}
.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.margin-bottom-5{
    margin-bottom:5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-25 {
    margin-top: 25px;
}

.w-20 {
    width: 20%;
    float: left;
}

.w-25 {
    width: 25%;
    float: left;
}

.w-30 {
    width: 30%;
    float: left;
}

.w-35 {
    width: 35%;
    float: left;
}

.w-70 {
    width: 70%;
    float: left;
}

.w-65 {
    width: 65%;
    float: left;
}

.width-70{
    width:70%;
}

.w-80 {
    width: 80%;
    float: left;
}


/*color*/
.red {
    color: #f3565d;
}
.redcoat{
    color:#B81324
}

.RawUmber {
    color: #8A6D39;
}

.vandykebrown {
    color: #5E2605;
}
/*end color*/
a {
    color: #0a56b3;
}

.trCollape td:first-child {
    cursor: pointer;
}

.font-300 {
    font-weight: 300;
}

.font-400 {
    font-weight: 400;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}
.border-hiden {
    border: none;
}
.border-hiden:focus {
    background-color: #fff;
    border-color: white;
    outline: 0;
}

.date-format {
    color: #a94442;
    text-decoration: underline;
    cursor:pointer;
}

.date-input {
    cursor: pointer !important;
    background-color: white !important;
}
.table-coloer {
    background: #31708f !important;
    color: white;
}
.alert {
    padding: 10px;
    border: none;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.col-midle{
    margin:0 auto;
    width:40%;
}

.page-breadcrumb.breadcrumb{
    padding-left:0 !important;
}

.title-content {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 28px;
    padding-top: 0.4rem;
}

.tile-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    line-height: 3rem;
    border-radius: .3rem;
}

.tile {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    color: #686f76;
    font-weight: 600;
    font-size: 1rem;
    background-color: #e9eaeb;
    line-height: 2rem;
    text-align: center;
    vertical-align: middle;
    border-radius: .25rem;
}

.line-Height-35 {
    line-height: 35px;
}

table {
    border-radius: calc(0.5rem - 0.5px) calc(0.5rem - 0.5px) 0 0;
}

table tr th, table tr td{
    vertical-align: middle !important;
}

.card-header {
    padding: 0.7rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(19,29,40,.125);
    font-size: 1.2em;
    color: white;
    background: #2a818a;
}


.btn-primary {
    border-color: #2b5a92;
    background-color: #346cb0;
}
.btn{
    border-radius:3px !important;
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0);
    
}
.modal {
    margin-top: 5.25rem;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
}

.modal-dialog {
    margin-top: 4rem;
}

.modal-large{
    width:85%;
}

.label-info {
    background-color: #5bc0de;
    color: white;
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}
.label-warning {
    background-color: #f0ad4e !important;
    color: white;
    font-size: 12px;
    padding: 1px 4px 1px 4px;
}

.modal-content{
    border-radius:4px;
}

.select2-results::-webkit-scrollbar {
    width: 5px;
}

.select2-results::-webkit-scrollbar-thumb {
    background: #31708f;
}
.select2-drop-active {
    outline: 0;
    border-color: #346cb0;
    -webkit-box-shadow: 0 0 0 1px #346cb0;
    box-shadow: 0 0 0 1px #346cb0;
    border:none !important;
}
.scroll-y {
    height: 545px;
    overflow-y: auto;
}
.scroll-y::-webkit-scrollbar {
    width: 5px;
}
.scroll-y::-webkit-scrollbar-thumb {
    background: #31708f;
}

.glyphicon {
    font-size: 0.9em;
}

.btn-secondary {
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
    background: linear-gradient(180deg,#fff,#f5f5f5);
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(61,70,79,.05);
    box-shadow: 0 1px 0 0 rgba(61,70,79,.05);
    color: #28313b;
    border: 1px solid #dcdcdc;
}

.btn-secondary:hover {
    color: #28313b;
    background-color: #e2e2e2;
    border-color: #dcdcdc;
}

.btn-outline-danger {
    color: #dc3545;
    border: 1px solid #dc3545;
    padding: 5px 10px 5px 10px;
}

.btn-outline-danger:hover {
    color: #e27479;
    border: 1px solid #e27479;
}

.panel-collapse:hover {
    background: #eee !important;
}

.img.tle-img{
    text-decoration:none;
}

.img-fluid {
    border-radius: 5px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 0px;
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
    border-bottom: 0.15em solid #346cb0 !important;
}
.nav-tabs > li > a {
    margin-right:0;
}
/*.nav-tabs > li:first-child.active > a, .nav-tabs > li:first-child.active > a:hover, .nav-tabs > li:first-child.active > a:focus {
    border-left: 0px !important;
    border-right: 0px !important;
}*/

.deco-none{
    text-decoration:none !important;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-left: 0px !important;
}

.pointer {
    cursor: pointer;
}

.header-info {
    padding: 0.7rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(19,29,40,.125);
    font-size: 1.5em;
}

.scroller-footer {
    margin-top: 0px !important;
    bottom: 0;
    position: absolute;
    border-top: 1px solid rgba(61,70,79,.125);
    width: 100%;
    padding:7px;
}

.scroller-y{
    overflow:auto;
}

.card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #31708f;
}

.list-group-item {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    padding:5px !important;
}

.sub-title {
    font-size: 1.1em;
    font-weight: 600;
}

.sub-title a {
    font-weight: 500;
    text-decoration: none;
    font-size: 0.9em;
}

.title {
    font-size: 1.4em;
    font-weight: 600;
    border-bottom: 1px solid rgba(19,29,40,.125);
    padding: 0.7rem;
}

.title a {
    text-decoration: none;
}

.card-header-tabs {
    border: 1px solid rgba(19,29,40,.125);
}

    .card-header-tabs > li > a:hover {
        border-color: transparent !important;
        background-color: #fff;
        color: #555;
    }

.card-header-tabs li{
    border-bottom: 1px solid rgba(19,29,40,.125);
}

    .card-header-tabs li:not(:first-of-type) {
        border-top: 1px solid rgba(19,29,40,.125) !important;
    }

.card-header-tabs > li:not(:last-child).active > a, .card-header-tabs > li:not(:last-child).active > a:hover, .card-header-tabs > li:not(:last-child).active > a:focus {
    border-top: 1px solid rgba(19,29,40,.125) !important;
    border-bottom: 0 !important;
}

.card-header-tabs > li {
    border-right: 0.2em solid #2a818a8a !important;
}

.card-header-tabs > li.active, .card-header-tabs > li:hover, .card-header-tabs > li.active:focus {
    border-right: 0.2em solid #31708f !important;
    font-weight: 500;
}

    /*.card-header-tabs > li.active > a:after {
        content: "\f0da";
        font-family: 'FontAwesome';
        position: absolute;
        color: #31708f;
        right: -8px;
        top: 14%;
        font-size: 1.5em;
    }*/


.cart-table {
    padding: 7px;
    border-bottom: 1px solid rgba(61,70,79,.125);
    display: inline-block;
}


.table-scrollable{
    margin-top:0px !important;
}

.dataTable-title {
    line-height: 30px;
    margin-bottom: 0px !important;
}

.buttons-excel {
    background: #35aa47;
    padding: 5px !important;
    color: white !important;
    text-decoration: none;
    float: right !important;
    border-radius: 3px !important;
}

.alert-dismissable .close {
    top: 4px !important;
    right:0 !important;
}

.sub_title{
    padding:8px;
    font-size:14px;
}

.col-pan {
    float: left;
    width: 25%;
}

.dt-buttons.ui-buttonset {
    display: none !important;
}

.control-label-form {
    padding: 6px 12px;
    margin-top:1.4px !important;
    margin-bottom:0 !important;
}

div .checker{
    margin-left:0px !important;
}

.s-border {
    border: 1px solid #31708fdb;
    padding: 0px 5px 0px 5px;
    margin-right: 4px;
    margin-bottom:4px;
}
.drop-bor-none{

}

.droppable-icon {
    color: #333;
    text-align: center;
    border: 1px solid rgba(19,29,40,.125);
    cursor: pointer;
    height: 34px;
    overflow: hidden;
    background-size: contain !important;
    background-position: center !important;
    width: 40px;
    background: white;
    border-radius: 3px !important;
}

.droppable-icon .glyphicon-picture {
    line-height: 30px;
    color: #999;
    margin: 0 !important;
}

.drop-sm {
    padding: 3px 4px 4px 5px !important;
    font-size: 0.75em;
    height: auto;
}

.btn-default:active, .btn-default.active {
    background-color: #0a56b3;
    color: #FFF;
    border-color: #004293;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    font-size: 1.45rem;
    color: inherit;
    white-space: normal;
    border-bottom: none;
    margin-bottom: 1.5rem !important;
    font-weight:700;

}

.title-search {
    margin-top:15px;
    border-bottom: 2px solid rgba(52, 108, 176, 0.54);
}

.title-search .col-50{
    margin:0 auto;
    width:50%;
}

.title-search .col-50 input {
    height: 40px;
}

.title-search .col-50 a, .title-search .col-50 btn {
    font-size: 18px;
    text-transform: uppercase;
}

.input-margin-top {
    margin-top: 0.45rem;
}

.input-group-btn .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.uppercase {
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .modal-lg {
    max-width: 90%;
    }
}

@media (min-width: 576px) {
    .modal-dialog:not(.modal-dialog-centered) {
        margin-top: 5.25rem;
    }
}