/* LINKS */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');


/* RESET or DEFAULT */

* {
    margin: 0;
    padding: 0;-moz-binding:
}

html, body {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #228adf;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #0553b0;
    text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

::-webkit-input-placeholder {
    color: #BABFBF;
}
:-moz-placeholder {
    color: #BABFBF;
}
::-moz-placeholder {
    color: #BABFBF;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #BABFBF;
}

body::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
 
body::-webkit-scrollbar-track {
}
 
body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a5a5a5;
    outline: 1px solid slategrey;
}

input[type="radio"] {
    margin-right: 1em;
    top: 4px;
    position: relative;
    width: 18px;
    height: 18px;
}


/* THEME */

.navbar {
    background-color: #0553b0;
    margin-bottom: 0;
}

.navbar-brand img {
    width: 184px;
    padding-top: 1.3em;
}

.navbar > div {
    padding-right: 0;
}

.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    color: #FFF;
    width: 95px;
    font-weight: bold;
    font-size: 0.8em;
}

.navbar-default .navbar-nav > li > a > span.nav-icon {
    font-size: 1.5em;
}

.dv-navbar-account {
    background-color: #91B9FA;
    font-size: 1.1em;
    padding: 1em 0 0.8em 0;
    color: #FFF;
    text-align: center;
}

.dv-navbar-account .spn-username {
    font-size: 1.25em;
    font-weight: bold;
    color: #FFF;
}

.dv-navbar-account .spn-role {
    color: #c1f8ff;
}

.navbar-nav li a span {
    margin-left: 0.2em;
}

.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav>.open > a:focus {
    background-color: #91B9FA;
    color: #FFF;
}


/* LAYOUT */

/* HEADER */

.dv-navbar-account {
    padding: 1.5em 20px;
    font-size: 11px;
    color: #b2b2b2;
}

.header {
    background-image: url('../../img/background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    color: #FFF;
    vertical-align: middle;
    display: list-item;
    padding: 0.7em 0 2em 0;
}

.header h5 {
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: bolder;
}

.btn-group .btn {
    margin-right: 2px;
}

.btn-group .btn:last-child(-n+2) {
    margin-right: 1px;
}

.btn-group .btn:first-child {
    margin-right: 2px;
}

.btn-group .btn:last-child {
    margin-right: 0;
}

/* CONTENT */

.content {
    min-height: calc(100vh - 250px);
}

.content p,
.modal p {
    color: #999;
}

.icon-calendar::before {
    font-family: FontAwesome;
    content: "\f133";
    position: absolute;
    top: 32px;
    right: 26px;
    color: #7d8588;
}

.icon-search::before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 7px;
    right: 25px;
    color: #7d8588;
}

.icon-search-with-label::before {
    font-family: FontAwesome;
    content: "\f002";
    position: absolute;
    top: 9px;
    right: 25px;
    color: #7d8588;
}

.icon-search input::-webkit-input-placeholder,
.icon-search-with-label input::-webkit-input-placeholder{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis !important;
    max-width: 85%;
}

.load-more {
    border: 1px solid #494949;
    color: #494949;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.load-more:hover,
.load-more:active,
.load-more:focus {
    background-color: #494949;
    border: 1px solid #494949;
    color: #FFF;
    -webkit-box-shadow: none;
    box-shadow: none; 
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.fileinput-button {
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}

.modal .modal-body .btn-attach,
.modal .modal-body .img-profile {
    width: 100%;
}

.modal .modal-body input[type=checkbox] {
    float: left;
    display: block;
    margin-right: 1em !important;
    margin: 0px 16px 0 0 !important;
    position: relative;
    width: 18px;
    height: 18px;
}

.modal .modal-body .form-icon {
    position: relative;
}

.modal .modal-body .icon-calendar::before {
    font-family: FontAwesome;
    content: "\f133";
    position: absolute;
    top: 32px;
    right: 26px;
    color: #7d8588;
}

.fileinput-button input {
    position: absolute;
    top: 219px;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 24px;
    direction: ltr;
    cursor: pointer;
    width: 335px;
}

/* FOOTER */

.footer {
    margin-top: 8em;
    height: 6em;
}

.footer h6  {
    line-height: 1.5em;
}

@media (max-width: 768px) {
    .navbar > div {
        padding-right: 15px;    
    }
}

/* STATUS */

.status {
    width: 10px;
    height: 10px;
}

.status-active {
    background-color: #488EFF;
}

.status-inactive {
    background-color: #35404D;
}

/* HELPERS */

.table-fixed {
    table-layout: fixed;
}

.required {
    color: red;
    font-weight: bold;
}

.alert-note {
    color: #696969;
    background-color: #fbfbfb;
    border-color: #e4e4e4;
}

.alert-note span.status {
    color: #06D095;
    text-transform: uppercase;
}

.page-title strong {
    color: #06D095;
}

.page-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    color: #727272;
}

.tab-title {
    margin: 0;
    padding: 0;
    font-weight: bolder;
    color: #488EFF;  
}

.sub-title {
    margin: 0;
    padding: 0;
    color: #999;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.input-tbl-edit {
    width: 70px;
    margin: 0 auto;
}

.font-normal {
    font-weight: normal;
}

.gray {
    color: #999;
}

.lt-blue {
    color: #459ead;
}

.drk-blue {
    color: #445568;
}

.no-border-shadow {
    border: none;
    box-shadow: none;
}

.progress-attach {
    background-color: #228adf;
    position: relative;
    height: 16px;
    top: 10px;
    min-width: 100px;
}

.overflow-hidden {
    overflow: hidden;
}

.fa-stack {
    width: 1em;
    height: 1em;
    line-height: normal;
    vertical-align: middle;
    margin-right: 1em;
}

.fa-stack .fa-stack-1x {
    color: #488EFF;
    font-size: 1.25em;
    top: -3px;
}

.fa-stack .fa-envelope {
    padding-left: 4px;
}

.fa-stack .fa-icon-top {
    background-color: #EC5566;
    border-radius: 20px;
    padding: 5px;
    position: relative;
    top: -14px;
    left: 10px;
    font-size: 0.6em;
    font-weight: bold;
    color: #FFF;
}

/* Modal Danger */

.modal-header-danger {
    background-color: #D9534F;
}

/* MODAL SCROLL */

.modal-scroll-vertical {
    overflow-y: scroll;
    height: 300px;
}

.modal-dialog {
    overflow-y: initial !important
}
.modal-body {
}

.modal-inv-validation {
    height: 450px;
}

.modal-scroll {  
/*    height: 400px;*/
    overflow-y: scroll;
}

.modal-scroll::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}
 
.modal-scroll::-webkit-scrollbar-track {
}
 
.modal-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #a5a5a5;
    outline: 1px solid slategrey;
}


.sub-modal {
    width: 43em;
}

/* Modal Center */

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Modal on Modal Backdrop Fix */

.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}


/* SPACER */

/* MARGIN */

.top-m-1 {
    margin-top: 1rem;
}

.top-m-2 {
    margin-top: 1.5rem;
}

.top-m-3 {
    margin-top: 2rem;
}

.top-m-4 {
    margin-top: 2.5rem;
}

.top-m-5 {
    margin-top: 3rem;
}

.top-m-6 {
    margin-top: 3.5rem;
}

.top-m-7 {
    margin-top: 4rem;
}

.top-m-8 {
    margin-top: 4.5rem;
}

.top-m-9 {
    margin-top: 5rem;
}

.top-m-10 {
    margin-top: 5.5rem;
}


.right-m-1 {
    margin-right: 1rem;
}

.right-m-2 {
    margin-right: 1.5em;
}

.right-m-3 {
    margin-right: 2rem;
}

.right-m-4 {
    margin-right: 2.5rem;
}

.right-m-5 {
    margin-right: 3rem;
}

.right-m-6 {
    margin-right: 3.5rem;
}

.right-m-7 {
    margin-right: 4rem;
}

.right-m-8 {
    margin-right: 4.5rem;
}

.right-m-9 {
    margin-right: 5rem;
}

.right-m-10 {
    margin-right: 5.5rem;
}


.bottom-m-1 {
    margin-bottom: 1rem;
}

.bottom-m-2 {
    margin-bottom: 1.5rem;
}

.bottom-m-3 {
    margin-bottom: 2rem;
}

.bottom-m-4 {
    margin-bottom: 2.5rem;
}

.bottom-m-5 {
    margin-bottom: 3rem;
}

.bottom-m-6 {
    margin-bottom: 3.5rem;
}

.bottom-m-7 {
    margin-bottom: 4rem;
}

.bottom-m-8 {
    margin-bottom: 4.5rem;
}

.bottom-m-9 {
    margin-bottom: 5rem;
}

.bottom-m-10 {
    margin-bottom: 5.5rem;
}


.left-m-1 {
    margin-left: 1rem;
}

.left-m-2 {
    margin-left: 1.5rem;
}

.left-m-3 {
    margin-left: 2rem;
}

.left-m-4 {
    margin-left: 2.5rem;
}

.left-m-5 {
    margin-left: 3rem;
}

.left-m-6 {
    margin-left: 3.5rem;
}

.left-m-7 {
    margin-left: 4rem;
}

.left-m-8 {
    margin-left: 4.5rem;
}

.left-m-9 {
    margin-left: 5rem;
}

.left-m-10 {
    margin-left: 5.5rem;
}

/* PADDING */

.top-p-1 {
    padding-top: 1rem;
}

.top-p-2 {
    padding-top: 1.5rem;
}

.top-p-3 {
    padding-top: 2rem;
}

.top-p-4 {
    padding-top: 2.5rem;
}

.top-p-5 {
    padding-top: 3rem;
}

.top-p-6 {
    padding-top: 3.5rem;
}

.top-p-7 {
    padding-top: 4rem;
}

.top-p-8 {
    padding-top: 4.5rem;
}

.top-p-9 {
    padding-top: 5rem;
}

.top-p-10 {
    padding-top: 5.5rem;
}


.right-p-1 {
    padding-right: 1rem;
}

.right-p-2 {
    padding-right: 1.5rem;
}

.right-p-3 {
    padding-right: 2rem;
}

.right-p-4 {
    padding-right: 2.5rem;
}

.right-p-5 {
    padding-right: 3rem;
}

.right-p-6 {
    padding-right: 3.5rem;
}

.right-p-7 {
    padding-right: 4rem;
}

.right-p-8 {
    padding-right: 4.5rem;
}

.right-p-9 {
    padding-right: 5rem;
}

.right-p-10 {
    padding-right: 5.5rem;
}


.bottom-p-1 {
    padding-bottom: 1rem;
}

.bottom-p-2 {
    padding-bottom: 1.5rem;
}

.bottom-p-3 {
    padding-bottom: 2rem;
}

.bottom-p-4 {
    padding-bottom: 2.5rem;
}

.bottom-p-5 {
    padding-bottom: 3rem;
}

.bottom-p-6 {
    padding-bottom: 3.5rem;
}

.bottom-p-7 {
    padding-bottom: 4rem;
}

.bottom-p-8 {
    padding-bottom: 4.5rem;
}

.bottom-p-9 {
    padding-bottom: 5rem;
}

.bottom-p-10 {
    padding-bottom: 5.5rem;
}


.left-p-1 {
    padding-left: 1rem;
}

.left-p-2 {
    padding-left: 1.5rem;
}

.left-p-3 {
    padding-left: 2rem;
}

.left-p-4 {
    padding-left: 2.5rem;
}

.left-p-5 {
    padding-left: 3rem;
}

.left-p-6 {
    padding-left: 3.5rem;
}

.left-p-7 {
    padding-left: 4rem;
}

.left-p-8 {
    padding-left: 4.5rem;
}

.left-p-9 {
    padding-left: 5rem;
}

.left-p-10 {
    padding-left: 5.5rem;
}

.might-overflow {
    width: 22em; 
    text-overflow: ellipsis;
    overflow : hidden;
    white-space: nowrap;
}

.might-overflow:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-all;
}
.strong{
    font-weight:bold;
    color:#445568;
}

.display-inline {
    display: inline-block;
}
.display-none {
    display:none !important;
}
