body {
    background: #f0f2f9;
    font-size: 17px;
}

body, table, select, input, textarea, label.form-control {
    color: #222956 !important;
}

a {
    color: #0067b8;
}
a:hover {
    color: #004798;
}

::-webkit-scrollbar {
    width: 8px;
    height: 13px;
}
::-webkit-scrollbar-track {
    background-color: #fefefe;
    border-left: 0 solid #eee;
}
::-webkit-scrollbar-track:hover {
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #444;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #535353;
}

button:focus,
a:focus,
input[type='button']:focus {
    outline: 1px dashed #999ca3 !important;
}

.upper, select.upper option {
    text-transform: uppercase;
}
.lower {
    text-transform: lowercase;
}
.star-required {
    color: #e34; 
    font-size: 18px;
}

.text-muted {
    color: #5a606a;
}

input::-ms-clear {
    display: none;
    height: 0;
    width: 0;
}
/*input:-internal-autofill-selected {
    
}*/

@media (min-width: 768px) {
    .columns-2 {
        -webkit-column-count: 2;
            -moz-column-count: 2;
                 column-count: 2;
    }
}

.logo {
    height: 57px;
    margin-right: 12px;
    margin-top: -5px;
    margin-bottom: 5px;
    float: left;
}

.menu {
    margin-top: 4px;
}
.menu a.btn {
    display: inline-block;
    margin: 0 !important;
    padding: 5px 6px;
    color: #012;
}
.menu a:not(.btn) {
    display: inline-block;
    color: #5a5d6a;
    font-weight: bold;
    font-size: 13px;
    padding: 4px 6px;
}
.menu .navbar-right a.btn {
    color: #707070;
}

.menu .dropdown-menu {
    padding: 15px;
    box-shadow: 0 10px 30px 0 rgba(31,45,61,.4);
    border: 0;
    border-top: 2px solid #45c;
    border-radius: 4px;
}
.menu .dropdown-menu hr {
    margin: 7px 0;
}
.menu .dropdown-menu .dropdown-header {
    color: #111;
    font-weight: bold;
    padding: 0;
    margin-bottom: 4px;
}
.menu .dropdown-menu a {
    font-weight: normal;
    color: #333;
}
.menu .dropdown-menu a:hover {
    font-weight: normal;
    color: #000;
}

body:not(.is-modal) .container-application {
    padding: 0;
    max-width: 1600px;
    margin: 0 auto !important;
    margin-bottom: 80px !important;
}
body:not(.is-modal) .container-application:not(.no-margin) {
    margin-left: 58px;
}
body:not(.is-modal) .container-padding {
    padding-left: 63px;
}
body:not(.is-modal) .container-application > .panel {
    border: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
body.is-modal .container-application > .panel {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.container-application > .panel > .panel-body {
    padding: 18px;
}


.btnCloseModal {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 8px 11px !important;
    font-size: 16px !important;
    z-index: 999;
     -webkit-transition: background 0.4s ease-out 0.03s !important;
    -moz-transition: background 0.4s ease-out 0.03s !important;
    -o-transition: background 0.4s ease-out 0.03s !important;
    transition: background 0.4s ease-out 0.03s !important;
}
.btnCloseModal:focus {
    box-shadow: none !important;
}

body.hidden-menu .side-bar {
    display: none;
}
body.hidden-menu .container-padding {
    padding-left: 0;
}

.side-bar {
    width: 63px;
    height: 100%;
    background: #33a;
    position: fixed;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
}

.side-bar::-webkit-scrollbar {
    width: 7px;
}
.side-bar .btn:focus {
    outline: none;
    box-shadow: none !important;
}   
.side-bar hr {
    margin: 3px 5px;
    border-top: 1px solid #55c;
}
/*.side-bar:hover {
    width: 300px;
}*/
.side-bar .btn-lg {
    padding: 8px 11px;
    margin: .06em 0;
    margin-bottom: 1.3px;
    font-size: 21px;
}
.side-bar .btn-lg .circle-marker {
    border-radius: 50%;
    background: #d47; 
    font-size: 1px; 
    width: 11px; 
    height: 11px;
    position: absolute;
    /*margin-top: -2px;
    margin-left: 16px;*/
    margin: -5px -11px;
    /*margin-right: 7px;*/
}

.bar-title {
    padding-top: 8px;
    padding-bottom: 18px;
}

body.is-modal .bar-title:first-child {
   padding-top: 0px;
}
.bar-title a,
.bar-title button {
    margin-right: 2px;
}
.bar-title a:not(.btn) {
    font-size: 15px;
}
.bar-title .title {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
}
.bar-buttons {
    margin: 0 7px;
    display: inline-block;
}
.bar-buttons .btn-primary-solid:first-child,
.bar-buttons .btn-danger-solid:first-child {
    padding: 9px 12px;
    margin-right: 3px;
}

.cs-default {
    cursor: default !important;
}
.cs-pointer {
    cursor: pointer;
}
.cs-help {
    cursor: help;
}
.cs-wait {
    cursor: wait;
}

a[disabled] {
    pointer-events: none;
    cursor: not-allowed !important;
}

.input-group-addon {
    background: #f2f4f6;
    color: inherit;
    padding: 6px 8px;
}
.input-group-addon input[type="radio"] {
    vertical-align: middle;
    margin-top: -2px;
    transform: scale(1.1);
    margin-right: 1px;
}

.btn-xs {
    font-size: 13px;
}
.btn-rounded {
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
}

.btn-default {
    /*background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    text-shadow: 0 1px 0 #fff;
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #ddd 100%);
    border-color: #bfbfbf;
    color: #123;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
/*.btn-default {
    background-image: linear-gradient(to bottom, #fcfcfc 0%, #ddd 100%);
    border-color: #bfbfbf;
    color: #123;
}*/
.btn-primary {
    background-image: linear-gradient(to bottom, #537ab7 0%, #365a88 100%);
    border-color: #345580;
}
.btn-success {
    background-image: linear-gradient(to bottom, #6cad5c 0%, #419041 100%);
    border-color: #408040;
}
.btn-info {
    background-color: #2e7aad !important;
    background-image: linear-gradient(-180deg, #4094db, #3481b3 90%);
    border-color: #2370a2 !important;
}

.btn-light-default-solid,
.btn-default-solid,
.btn-primary-solid,
.btn-primary-light-solid,
.btn-danger-solid,
.btn-success-solid,
.btn-light-success-solid,
.btn-white-solid {
    transition: all 0.15s ease-in;
}

.btn-primary-solid {
    background: #33a;
    color: #fff;
}
.btn-primary-light-solid {
    background: #46b;
    color: #fff;
}
.btn-primary-light-solid:active,
.btn-primary-light-solid:focus,
.btn-primary-light-solid:hover,
.btn-primary-solid.active,
.btn-primary-solid:active,
.btn-primary-solid:focus,
.btn-primary-solid:hover {
    background: #44b;
    color: #fff;
}

.btn-danger-solid {
    background: #b44;
    color: #fff;
}
.btn-danger-solid.active,
.btn-danger-solid:active,
.btn-danger-solid:focus,
.btn-danger-solid:hover {
    background: #a44;
    color: #fff;
}

/*.btn-primary-solid:focus {
    outline: 3;
}*/

.btn-default-solid {
    background: #f4f4f4;
    color: #333;
}

.btn-default-solid:hover {
    background: #ddd;
    color: #000 !important;
}
.btn-light-default-solid {
    background: #f9f9f9;
    color: #345;
}

.btn-light-default-solid:hover {
    background: #e7e7e7;
    color: #000 !important;
}

.btn-white-solid {
    background: #fff;
    color: #333;
}
.btn-white-solid:not([disabled]):hover {
    background: #ddd;
    color: #000 !important;
}

.btn-sm {
    font-size: 14px;
}
.btn:not(.btn-sm)
    :not(.btn-xs)
    :not(.btn-md)
    :not(.btn-lg) {
    font-size: 15px;
}
.btn:not(.btn-sm):not(.btn-md):not(.btn-lg):not(.btn-xs) i.fa {
    font-size: 16px;
    margin-right: 1px;
}
.btn-sm i.fa {
    font-size: 15px;
}
.btn-md {
    padding: 8px 14px;
    font-size: 16px;
}
.btn .img-circle {
    margin: -7px -13px;
    margin-right: 7px;
}
.btn.btn-sm .img-circle {
    margin: -5px -10px;
}
.btn .btn-toggle {
    display: none;
    margin-right: -3px;
    margin-left: 3px;
}
.btn:hover .btn-toggle:not([disabled]) {
    display: inline-block;
}

.btn-success-solid {
    background: #2b7;
    color: #fff;
}

.btn-success-solid:hover,
.btn-success-solid:active,
.btn-success-solid:focus {
    background: #10a052;
    color: #fff !important;
}

.btn-light-success-solid {
    background: #dbfae6;
}

.btn-light-success-solid:hover,
.btn-light-success-solid:active,
.btn-light-success-solid:focus {
    background: #c8f3cb;
}

.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
  background-color: #e0e0e0;
  background-image: none;
}

.input-group-btn .btn-lg {
    padding: 11px; 
    font-size: 16px;
}
.input-group-btn .btn {
    padding: 7px 9px; 
    height: 39px;
}

select.form-control:not([disabled]):hover {
    cursor: pointer;
    font-size: 17px;
}

textarea:not(.resizable) {
    resize: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-text-fill-color: #282d56;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
}

input.input-lg:-webkit-autofill:first-line {
    font-size: 18px;
    font-weight: bold;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
.form-control { 
    border: 1px solid #bbb;
    box-shadow: none;
    padding: 6px;
    -webkit-transition: border-color ease-in-out .2s, -webkit-box-shadow ease-in-out .2s;
    -o-transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
    transition: border-color ease-in-out .2s, box-shadow ease-in-out .2s;
}
.form-control:not(textarea) {
    font-weight: bold;
}

.form-control.underline { 
    border: none;
    border-bottom: 2px solid #bbb;
    border-radius: 0;
    box-shadow: none !important;
    padding: 0;
}
.form-control.underline:focus { 
    border-bottom: 2px solid #33a;
}

input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    border: 1px solid rgb(42, 131, 203);
    box-shadow: 0 0 0 4px rgba(76, 137, 234, 0.23);
}
.form-control:focus {
    border: 1px solid rgb(42, 131, 203);
    box-shadow: 0 0 0 4px rgba(76, 137, 234, 0.23);
}
.btn:not(.btn-block):focus {
    outline: none;
}

.form-control[readonly],
.form-control[disabled] {   
    background: #f6f7f7 !important;
}
.help-block {
    margin-top: 3px;
    margin-bottom: 1px;
    color: #838383;
}
.options-group label:not(.btn) {
    font-size: 16px;
    cursor: pointer;
}
.options-group label:not(.btn) input {
    transform: scale(1.2);
}

.form-control:not(.input-lg) {  
    height: 39px;
    font-size: 17px;
}

.row {
    margin: 0;
}
.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 24px;
}
.row .control-label,
.form-group .control-label {
    font-size: 17px;
    font-weight: normal;
}

input.scale-md,
label.scale-md input {
    transform: scale(1.3) !important;
}
input.scale-lg,
label.scale-lg input {
    transform: scale(1.4) !important;
}

.tooltip-inner {
    font-size: 14px;
}

.label-info {
    background: #68f;
}
.label-danger {
    background: #c45;
}

.badge {
    font-size: 13px;
}
.badge-light {
    padding: 6px 8px;
    background: #d9e2eb;
    color: #012;
    border-radius: 12px;
}
.badge-primary {
    background: #b5caff; 
    color: #123 !important; 
    padding: 6px 8px;
}
.badge-success {
    background: #b2e8c5; 
    color: #012 !important; 
    padding: 6px 8px;
}
.badge-danger {
    background: #e3bdc6; 
    color: #012 !important; 
    padding: 6px 8px;
}
.badge-warning {
    background: #dc9;
    color: #000; 
    padding: 6px 8px;
}
.badge-warning.hover:hover,
.badge-warning.hover:focus,
.badge-warning.hover:active {
    background: #f7d3c1;
    color: #000; 
}

.nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
}
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a {
    color: #202533;
}
.nav-tabs > li > a {
    color: #777;
    -webkit-transition: all 0.1s ease-out 0.01s;
    -moz-transition: all 0.1s ease-out 0.01s;
    -o-transition: all 0.1s ease-out 0.01s;
    transition: all 0.1s ease-out 0.01s;
}
.nav-tabs > li a:hover {
    color: #333 !important;
    background: #e5edfb;
    border: 1px solid transparent;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}

.grid {
    margin-bottom: 10px !important;
}
.grid tbody tr.active > td {
    background: #94d7f0 !important;
}
.grid tbody tr > td.checkmarker {
    text-align: center;
    background-color: #eee !important;
}
.grid tbody tr:nth-child(odd) > td.checkmarker {
    background-color: #e5e5e5 !important    ;
}
.grid tbody tr.active td.checkmarker {
    background: #358 !important;
}
.grid tbody tr.active td.checkmarker > input {
    transform: scale(1.15);
}
.grid:not(.table-condensed) > tbody > tr > td {
    padding: 10px 6px;
}
.grid > thead > tr > th {
    padding: 6px;
    padding-top: 8px;
}
.grid .check-all {
    width: 39px; 
    min-width: 35px;
    text-align: center; 
    background: #e8e8e8;
    vertical-align: middle;
    padding: 0;
    border-radius: 5px 5px 0 0;
}
.grid .check-all .btn {
    padding: 3px 8px;
}

.dropdown-menu {
    font-size: 15px;
    padding: 10px 0;
}
.dropdown-menu > li > a {
    padding: 5px 20px;
}
.dropdown-menu .dropdown-header {
    margin-bottom: 1px;
}
/*.modal-menu .modal-body {
    padding: 10px 15px;
}*/
.dropdown-menu a {
    font-size: 16px !important;
    transition: all 0.15s ease-in;
    margin-top: -2px;
    padding: 7px 0;
    background: transparent;
    text-align: left;
    border-radius: 3px;
}
.dropdown-menu .glyphicon {
    font-size: 17px;
}
.dropdown-menu .fa {
    font-size: 19px;
}
.dropdown-menu a:hover {
    transform: scale(1.03);
    padding: 7px 13px;
    background: #d4effd !important;
}

.input-group-addon label {
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 0 !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

input[type="radio"], 
input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 2px;
    vertical-align: top;
    line-height: normal;
    cursor: pointer;
    transform: scale(1.12);
}

sub {
    font-size: 12px;
}

hr {
    margin-top: 15px;
    margin-bottom: 10px;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 50%;
  width: 0;
  height: 0;
  position: relative;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 7px 8px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}
.dropdown-menu-arrow:after {
  bottom: -18px;
  right: -8px;
  border-bottom-color: #fff;
}
.dropdown-menu-arrow:before {
  bottom: -17px;
  right: -8px;
  border-bottom-color: rgba(0,0,0,.15);
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
.col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12,
.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12,
.col-md-1, .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-md-10, .col-md-11, .col-md-12, 
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.alert {
    background: transparent;
    color: inherit;
    text-shadow: none;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 14px 10px;
    font-size: 15px;
    box-shadow: none;
}
.alert-info {
    border-left: 4px solid #56c;
}
.alert-danger {
    border-left: 4px solid #c45;
}
.alert-warning {
    border-left: 4px solid #b76;
}
.alert-success {
    border-left: 4px solid #7a6;
}

.password {
    text-security: disc;
    -webkit-text-security: disc;
    -moz-text-security: disc;
}
input[type="text"],
select {
    letter-spacing: .045em;
}
input[type="password"],
.password {
    letter-spacing: 3px !important;
}

.animation-pulse {
    animation: pulse 1.0s infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.animation-6x {
    animation-play-state: running;
    animation-iteration-count: 6;
}
.animation-pulse:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        /*background-color: #001F3F;*/
        transform: scale(1.0);
    }
    50% {
        transform: scale(1.03);
    }
}


.btn-circle {
    background-color: #efefef;
    font-weight: bold;
    padding: 20px 25px;
    margin: 10px 3px;
    -webkit-border-radius: 38px;
    -moz-border-radius: 38px;
    border-radius: 38px;
    text-align: left;
    line-height: 16px;
    /*overflow: hidden;*/
    

    -webkit-transition: background-color 0.4s ease-out 0.2s;
    -moz-transition: background-color 0.4s ease-out 0.2s;
    -o-transition: background-color 0.4s ease-out 0.2s;
    transition: background-color 0.4s ease-out 0.2s;
}
.btn-circle sub {
    bottom: 0.1em;
}
.btn-circle:hover {
    background-color: #ddd;
}
.btn-circle .img-circle {
    height: 83px; 
    width: 83px; 
    margin: -28px -27px; 
    margin-right: 8px; 
    /*float: left; */
    display: inline-block;
    background-position: 50%; 
    background-size: auto 100%;
}
.btn-circle sub {
    color: #656;
}
.btn-circle.btn-warning {
    background: #ee4e35 !important;
    color: #fff;
    padding: 15px 18px;
    border-color: #ec4730 !important;
}
.btn-circle.btn-warning:hover {
    background: #e31 !important;
    border-color: #f24e37 !important;
}
.btn-circle.btn-success {
    background: #11a860 !important;
    color: #fff;
    padding: 15px 18px;
}
.btn-circle.btn-success:hover {
    background: #32bd60 !important;
    border-color: #22ad50 !important;
}
.btn-circle.btn-danger {
    background: #c06363/* !important*/;
    border: 0;
}
.btn-circle.btn-danger:hover {
    background: #cd4242/* !important*/;
}

.btn-group .btn-circle {
    padding: 15px 13px;
    font-size: 12px;
}

.ui-helper-hidden-accessible { 
    display:none; 
}
.ui-autocomplete {
    list-style: none;
    padding: 0;
    font-size: 18px !important;
    font-family: inherit !important;
    z-index: 999;
    color: inherit;
    background: #fdfdfd !important;
    position: absolute;
    overflow-y: scroll;
    max-height: 240px;
}
.ui-autocomplete li {
    padding: 1px 10px;
    cursor: pointer;
    border: 0;
}
.ui-autocomplete li.ui-state-focus,
.ui-autocomplete li:active,
.ui-autocomplete li:focus,
.ui-autocomplete li:hover {
    background: #33a !important;
    color: #fff !important;
    border: 0 !important;
}

select.btn {
    border: 0;
}

#dialog .modal-footer {
    cursor: pointer; 

    text-align: center; 
    color: #fff; 
    font-size: 20px; 
    padding: 15px;
    -webkit-transition: background-color 300ms ease-out 0.1s;
    -moz-transition: background-color 300ms ease-out 0.1s;
    -o-transition: background-color 300ms ease-out 0.1s;
    transition: background-color 300ms ease-out 0.1s;
}
#dialog {
    margin-top: 5px;
}
#dialog .btnCloseModal {
    font-size: 14px !important;
    padding: 7px 10px !important;
    top: 8px;
    right: 10px;
}
#dialog .modal-body {
    padding: 23px 35px;
}
#dialog.confirm .btnConfirm {
    background: #654;
}
#dialog.confirm .btnConfirm:hover {
    background: #386; 
}
#dialog.confirm .btnRefuse {
    background: #765;
}
#dialog.confirm .btnRefuse:hover {
    background: #e43; 
}
#dialog .btnConfirm,
#dialog .btnRefuse,
#dialog .btnOk {
    border: 0;
}
#dialog.success .btnOk {
    background: #275;
}
#dialog.success .btnOk:hover {
    background: #386; 
}
#dialog.error .btnOk {
    background: #e32; 
}
#dialog.error .btnOk:hover {
    background: #e43; 
}

#loading {
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
#loading > .block {
    margin: 0 auto;
    background: rgba(20, 70, 170, 0.68);
    padding: 23px 18px;
    width: 350px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    border-radius: 0 0 16px 16px;
}
#loading sub {
    color: rgba(255, 255, 255, 0.8);
}
#loading img,
#loading svg {
    margin-right: 10px;
    float: left;
}

.img-zoom-1-2x:hover {
    transform: scale(1.2);
    -webkit-transition: transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
}

.container-block {
    padding: 4px 18px;
    float: left;
}

.ui-datepicker {
    z-index: 1051 !important;
}


.dropdown-menu.multi-column {
    min-width: 400px;
}

.dropdown-menu.multi-column .dropdown-menu {
    display: block !important;
    position: static !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important;
    min-width:100px;
}

.modal.fade {
    transition: all .005s, z-index .0s;
}
.modal-backdrop.fade {
    /*transition: all .1s;*/
}

.modal-backdrop.in {
    opacity: 0.16;
    background: #000;
}

.glyphicon-ok {
    margin-right: 3px;
}


.modal-menu .modal-dialog {
    margin: 0;
}
.modal-menu .modal-content {
    margin-left: 64px;
}
.modal-menu .modal-body {
    padding: 5px 20px;
}
.modal-menu .btn-block {
    font-size: 16px !important;
    transition: all 0.1s ease;
    margin-top: -2px;
    margin-bottom: 1px;
    padding: 7px 0;
    text-align: left;
}
.modal-menu .btn-block:not(.btn-primary-solid) {
    background: transparent;
}
.modal-menu .btnCloseModal {
    padding: 7px 11px !important
}
.modal-menu .btn-block .glyphicon {
    font-size: 17px;
}
.modal-menu .btn-block .fa {
    font-size: 18px;
}
.modal-menu .btn-block:hover,
.modal-menu .btn-block.active {
    transform: scale(1.08) !important;
    padding: 7px 13px;
    box-shadow: none;
}


.modal-menu .btn-block:hover:not(.btn-primary-solid),
.modal-menu .btn-block.active:not(.btn-primary-solid) {
    background: #d4effd;
}

.modal-menu .btn-block.warning:hover:not(.btn-primary-solid) {
    background: #f0c0cc !important;
}
.modal-menu .btn-block.warning.active:not(.btn-primary-solid) {
    background: #f3dbdf;
}
.modal-menu hr {
    margin: 4px 0;
}
.modal-menu .sub {
    margin: 0 -15px;
    padding: 0 15px;
    background: #f8f8f8;
}
.modal-dialog {
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 0;
}
body.is-modal .modal-dialog {
    margin-bottom: 0;
}
.modal-content {
    box-shadow: none;
    border: 0;
    border-radius: 0 0 8px 8px;
}
.modal-body {
    padding: 20px;
}
#modal-iframe .modal-body {
    padding: 0;
}
.modal-body iframe {
    width: 100%;
    border: 0;
}
.modal-lg {
    width: 100%;
    max-width: 1220px;
}
.modal-md {
    width: 100%;
    max-width: 960px;
}
.modal-sm {
    width: 100%;
    max-width: 750px;
}
.modal-xs {
    width: 100%;
    max-width: 550px;
}
.modal-full {
    width: 100%;
}


.table {
    margin-bottom: 0;
    font-size: 16px;
}
.table tr.model {
    display: none;
}
.table.header-fixed {
    background: #fff;
    position: absolute;
    z-index: 3;
}
.table > thead > tr > th {
    border-bottom: 1px solid #ccc;
}
.table > tfoot > tr:not(:first-child) > td {
    border-top: 0;
}
.table:not(.not-hover) tbody tr:hover td {
    background-color: #d3dadb !important;
    color: #123;
}
.table > tbody > tr > td {
    border-top: 0 !important;
    vertical-align: middle !important;
}

.table tr td:first-child { border-top-left-radius: 7px; }
.table tr td:last-child { border-top-right-radius: 7px; }
.table tr td:first-child { border-bottom-left-radius: 7px; }
.table tr td:last-child { border-bottom-right-radius: 7px; }

.table-striped > tbody > tr:nth-child(odd) > td, 
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fafafa;
}
.table label {
    margin-bottom: 0;
}
.table > tbody > tr.marked td {
    background: #fef582;
}
.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: 1px solid #ccc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td:not(.checkmarker),
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #fbf2f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td:not(.checkmarker),
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #e7f4ed;
}

.table > tbody > tr:not(.active).warning > td.checkmarker {
    background-color: #e9deb7 !important;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td:not(.checkmarker),
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #faf4ca;
}

.dropdown-menu .dropdown-menu-column {
    position: initial;
    display: block;
    border: 0;
    box-shadow: none;
    margin: -3px 0;
    width: max-content;
    min-width: 260px
}