﻿
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*.fa.fa-close {
    color: #FFF !important;
}*/
.panel-info {
    border-color: #e0ebf9;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-info > .panel-heading {
    color: #002C77;
    background-color: #BED3E4;
    border-color: #BED3E4;
}

.panel-title {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 0;
}


.text-right {
    text-align: right;
}

.panel-body {
    padding: 0px;
}

.nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav:after, .nav:before {
    content: " ";
    display: table;
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}

.hidden-lg {
    display: none !important;
}

.tab-content > .active {
    display: block;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table, label {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre code, table {
    background-color: transparent;
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-static-top {
    border-radius: 0;
}

.pull-right {
    float: right !important;
}

.page-header.navbar .top-menu .navbar-nav > li.dropdown-user {
    padding: 0 -6px 0 10px;
    /*  margin-top: -49px;*/
    margin-left: 382px !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

element.style {
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group.btn-group-circle > .btn:first-child {
    border-radius: 5px 0 0 5px !important;
}

.btn .caret, .btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}

.btn-tab {
    border: 1px solid #065fab;
    background: #3b99e0;
    color: white;
    font-weight: 600;
}

.btn {
    outline: 0 !important;
}

.btn, .form-control {
    box-shadow: none !important;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.tab-content > .active {
    /* display: block;*/
}

.fade.in {
    opacity: 1;
}

.page-header-inner {
    width: 100%;
}

.table > :not(:first-child) {
    border-top: 0px solid currentColor;
}

.form-control-sm {
    border-width: 1px !important;
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.btn-block {
    display: inline-block;
    width: 100%;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon, .input-group-btn {
    /*width: 1%;*/
    white-space: nowrap;
    vertical-align: middle;
}

.form-control {
    /*height: 31px;*/
    font-size: 0.8rem;
}

label {
    margin-bottom: 5px;
    color: #000000 !important;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.fade:not(.show) {
    /* opacity: 0; */
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
    border-bottom-color: transparent;
    cursor: default;
}

tbody, td, tfoot, th, thead, tr {
    /* border-color: inherit; */
    border-style: inset;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd;
    }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    /*  border: 1px solid transparent;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
    border-color: #ddd;
}

thead td, thead th {
    font-size: 13px !important;
    font-weight: 600;
    text-align: left;
    background: #FAFAFA;
    padding: 5px 8px !important;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #00a0d2;
}

.btn-success {
    color: #fff;
    background-color: #009DE0 !important;
    border-color: #009DE0 !important;
}
/*.row {
    margin-left: -27px;
    margin-right: -15px;
}*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #e7ecf1;
}

.modal.fade {
    /*top: 0%;*/
    /*height: auto;*/
}

.modal-content {
    border: 0px !important;
    /*margin-top: -25px;*/
}

.nav-link {
    transition: none;
}

.clearfix::after {
    display: table;
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    /* margin-top: 0;*/
    color: #000000 !important;
}

.btn-info {
    color: #fff;
    background-color: #327fef;
    border-color: #327fef;
}

.form-group {
    margin-bottom: 15px;
}

.btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #3a80d7;
    border-color: #286ec5;
}

textarea.form-control {
    height: auto;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

b, strong {
    /* font-weight: bolder; */
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 8px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    /* margin-right: -5px; */
}

a {
    text-decoration: none;
}

.page-header.navbar .top-menu .navbar-nav {
    /* padding: 0;
    margin-right: 20px;*/
    display: block;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #009DE0 !important;
    border-color: #009DE0 !important;
}

.btn-info:hover {
    color: #fff !important;
    background-color: #009DE0 !important;
    border-color: #009DE0 !important;
}

.btn-danger {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3598dc;
    border-color: #3598dc;
    color: white;
}

.dashboard-stat2 {
    /* padding: 15px 15px 30px; */
}

.text-left {
    text-align: left;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.btn-danger:hover {
    color: #fff;
    background-color: #FF6600;
    border-color: #FF6600;
}

.col-lg-4 {
    width: 33.333%;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fbfcfd;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

textarea.form-control {
    min-height: calc(3em + 0.75rem + 2px);
}

.modal.fade {
    /*top: 0%;*/
    /*height: auto;*/
    /*padding-right: 0px !important;*/
}

.modal-content {
    border: 0px !important;
    margin-top: -25px;
}

/*.modal-footer {
   padding-bottom: 0px !important; 
}*/
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.navbar-nav .nav-link {
    padding-left: 7px;
}
/*modal close button*/
button.btn-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

.btn-close {
    display: inline-block;
    margin-top: 0 !important;
    margin-right: 0;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(../../images/remove-icon-small.png) !important;
}

.btn-close {
    float: right;
    /*font-size: 21px;*/
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.modal-title {
    margin: 0px;
    line-height: 1.5;
}

.modal {
    position: fixed;
}

.portlet.light.bordered > .portlet-title {
    border-bottom: 1px solid #eef1f5 !important;
}

.fileinput .input-group {
    /*-------------display: inline !important;*/
}

.btn.btn-outline.blue.mt-multiselect {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.dropdown-menu > li > a {
    padding: 8px 0px !important;
}

.multiselect-container > li > a > label {
    padding: 3px 5px 3px 8px !important;
}

.media-list {
    padding-left: 0rem !important;
}

.page-head .page-title > h1 {
    margin-left: 2px !important;
}

.page-container-bg-solid .tabbable-line > .tab-content {
    border-top: 1px solid #dae2ea;
}
/*footer*/
/*.page-footer.clearfix{
    margin-top: 40px;
}*/

.disabled:hover {
    cursor: not-allowed !important;
}

a.disabled {
    cursor: not-allowed !important;
}

.table-bordered td, .table-bordered tr {
    border-color: #e7ecf1 !important;
}

/*SlimScroll Start*/
.dataTables_scrollBody::-webkit-scrollbar, .table-scrollable::-webkit-scrollbar, .dataTables_scroll::-webkit-scrollbar {
    width: 0.2em;
    height: 10px;
}

.dataTables_scrollBody::-moz-scrollbar, .table-scrollable::-moz-scrollbar, .dataTables_scroll::-moz-scrollbar {
    height: 10px;
}

.dataTables_scrollBody::-ms-scrollbar, .table-scrollable::-ms-scrollbar, .dataTables_scroll::-ms-scrollbar {
    height: 10px;
}


.dataTables_scrollBody::-webkit-scrollbar-track, .table-scrollable::-webkit-scrollbar-track, .dataTables_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb, .table-scrollable::-webkit-scrollbar-thumb, .dataTables_scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aeaeae;
}

.dataTables_scrollBody::-moz-scrollbar-thumb, .table-scrollable::-moz-scrollbar-thumb, .dataTables_scroll::-moz-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aeaeae;
}

.dataTables_scrollBody::-ms-scrollbar-thumb, .table-scrollable::-ms-scrollbar-thumb, .dataTables_scroll::-ms-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #aeaeae;
}
/*SlimScroll End*/

