/* BOOTSTRAP OVERRIDES */

.btn,
.form-control {
    font-size: 12px;
}

/* NAVIGATION */

#wrapper {
    padding-left: 0;    
}

#page-wrapper {
    margin-top: 70px;
    width: 100%;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
}

/* Top Navigation */
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
    min-height: 60px;
}

.top-nav {
    padding: 0 15px;
}

.top-nav > li {
    display: inline-block;
    float: left;
}

.top-nav > li > a {
    padding: 20px 30px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

.top-nav > li > a:hover,
.top-nav > li > a:focus,
.top-nav > .open > a,
.top-nav > .open > a:hover,
.top-nav > .open > a:focus {
    color: #fff;
    background-color: #228adf;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

.top-nav > .open > .dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    width: 200px;
    border-radius: 6px;
}

.top-nav > .open > .dropdown-menu > li > a {
    white-space: normal;
    font-size: 13px;

    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

.user-thumbnail {
    position: relative;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-color: #FFF;
    border-radius: 10px;
}

.user-thumbnail img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

@media(max-width:767px) {

    .navbar-right {
        display: none;
    }

    .side-nav {
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #0553b0;
        bottom: 0;
        overflow-x: hidden;
        font-weight: 400;
    }


    .side-nav::-webkit-scrollbar {
        width: 0.5em;
    }
     
    .side-nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
    }
     
    .side-nav::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #2771b9;
        outline: 1px solid #2771b9;

        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; 
    }

    .side-nav > li > a {
        color: #FFF;
        width: 225px;
        border-bottom: transparent;
        padding: 15px 20px;
        font-size: 13px;
        font-weight: 400;
        width: 100%;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        background-color: #228adf !important;
        outline: none;
        color: #FFF;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; 
    }

    .side-nav > li > a > i:last-child {
        margin-top: 0.3em; 
    }

    .side-nav > li > a > i:first-child {
        margin-right: 1em;
    }

    .side-nav::-webkit-scrollbar {
        width: 0.5em;
    }
     
    .side-nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
    }
     
    .side-nav::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #2771b9;
        outline: 1px solid #2771b9;

        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; 
    }

}

/* Side Navigation */

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 22px 10px;
    }

    .side-nav {
        position: fixed;
        top: 60px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        border-top: 1px solid #228adf;
        overflow-y: auto;
        background-color: #0553b0;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
        font-weight: 400;
    }


    .side-nav::-webkit-scrollbar {
        width: 0.5em;
        height: 0.5em;
    }
     
    .side-nav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.3);
    }
     
    .side-nav::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #2771b9;
        outline: 1px solid #2771b9;

        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; 
    }

    .side-nav > li > a {
        color: #FFF;
        width: 225px;
        border-bottom: transparent;
        padding: 15px 20px;
        font-size: 13px;
        font-weight: 400;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        background-color: #228adf !important;
        outline: none;
        color: #FFF;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s; 
    }

    .side-nav > li > a > i:last-child {
        margin-top: 0.3em; 
    }

    .side-nav > li > a > i:first-child {
        margin-right: 1em;
    }
}

.side-nav > li > ul {
    padding: 0;
    border-bottom: transparent;
}

.side-nav > li > ul > li > a {
    background-color: #064d93;
    display: block;
    padding: 10px 15px 10px 48px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;   
}

.side-nav > li > ul > li > a:hover {
    color: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

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

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    margin-right: 0;
    padding: 14px 10px;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #228adf;
}

.navbar-inverse .navbar-nav > li > ul > .active > a,
.navbar-inverse .navbar-nav > li > ul > .active > a:focus,
.navbar-inverse .navbar-nav > li > ul > .active > a:hover {
    color: #fff;
    background-color: #228adf;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #228adf;
}

.navbar .nav > li > a > .label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 10px;
    font-weight: normal;
    min-width: 15px;
    min-height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

.navbar .nav > li > a:hover > .label {
  top: 10px;
}

.navbar-brand {
    padding: 0 20px;
}

.navbar {
    border: none;
    border-radius: 0;
}

.navbar-default .navbar-nav > li > a {
    height: 59px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

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

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 550px;
}

.dropdown-menu {
    border: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.dropdown-menu > li > a {
    background-color: #064d93;
    padding: 15px 20px;
    color: #FFF;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #228adf;
    color: #FFF;
}

.dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropdown-menu > li > a > .fa {
    margin-right: 1em;
}

.dropdown-menu > .divider {
    background-color: #228adf;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #228adf;
    color: #FFF;
}

.dropdown-menu li a span {
    margin-right: 0.8em;
}

.dropdown-menu .divider {
    margin: 0;
}

.table .btn-group .btn:last-child(:hover) {
    background: #F99;
}

/* NAV TABS */

.nav-tabs {
    border-bottom: 1px solid #488EFF;
}

.nav-tabs > li > a {
    border: 1px solid #488EFF;
    border-right: transparent;
    border-radius: 4px 4px 0 0;
    margin-right: 0;
    color: #488EFF;
}

.nav-tabs > li > a:hover {
    border: 1px solid #488EFF;
    border-right: transparent;
    background-color: transparent;
    color: #488EFF;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 1px solid #488EFF;
    border-right: transparent;
    border-left: 1px solid #488EFF;
    color: #488EFF;
}

.nav-tabs > li:last-child > a {
    border: 1px solid #488EFF;
    border-radius: 4px 4px 0 0;
    margin-right: 0;
    color: #488EFF;
}

.nav-tabs > li:last-child > a:hover {
    border: 1px solid #488EFF;
    background-color: transparent;
    color: #488EFF;
}

.nav-tabs > li.active:last-child > a,
.nav-tabs > li.active:last-child > a:hover,
.nav-tabs > li.active:last-child > a:focus {
    border: 1px solid #488EFF;
    border-bottom: 1px solid #FFF;
    color: #488EFF;
}

/* HELPERS */

.input-group-addon {
    background-color: #FFF;
    color: #7d8588;
}

.form-control {
    border-color: inherit;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

.form-control, .form-control:focus {
    border-color: #AAA;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}

label {
    font-weight: normal;
    color: #445568;
}

.has-feedback .form-control-feedback {
    top: 0;
}

/* TABLE */

.table > thead > tr > th,
.table > tbody > tr > td {
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom: transparent;
    color: #494949;
    font-weight: bold;
    padding: 10px 15px;
    vertical-align: top;
}

.table > tbody > tr > th {
    border-top: none;
    color: #3D444F;
    font-weight: normal;
}

.table > tbody > tr > td {
    color: #999;
    padding: 10px 15px;
}

.table > tbody > tr > td > .ellipsis {
    white-space: nowrap; 
    width: 150px; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.table > tbody > tr:last-child {
    border-bottom: transparent;
}

.table > thead > tr:not(:first-child) > th,
.table > tbody > tr > td {
    border: none;
}


/* MODAL */

body.modal-open .modal[style]:not([style='display: none;']) {
    display: flex !important;
    height: 100%;
} 

body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog {
    margin: auto;
}

.modal-scroll {
    height: 75vh;
    overflow-y: auto;
}

.modal-content {
    border: none;
    box-shadow: none;
}

.modal-header {
    background-color: #0553b0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
 }

 .modal-title {
    color: #FFF;
    font-weight: bold;
 }

 .modal-header .close {
    margin: -22px 4px auto auto;
}
 
.modal-width-standard-1 {
    width: 500px;
}
.modal-width-standard-2 {
    width: 600px;
}
.modal-width-standard-3 {
    width: 700px;
}

.modal-width-standard-4 {
    width: 800px;
}

.modal-width-standard-5 {
    width: 900px;
}
.modal-width-standard-6 {
    width: 1000px;
}
.modal-width-standard-7 {
    width: 1100px;
}

.modal-width-standard-8 {
    width: 1200px;
}

 .close, .close:hover {
    color: #FFF;
    text-shadow: none;
 }

 .close {
    opacity: 0.5;
 }

 .close:hover {
    opacity: 0.9;
 }

 .modal-footer {
    background-color: #F9F9F9;
    margin-top: 0;
    padding: 12px 17px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
 }


/* BUTTON */

.btn-icon-text i {
    margin-right: 0.5em;
}

.btn-min {
    min-width: 100px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}

/* Primary */

.btn-primary { 
    color: #ffffff; 
    background-color: #06D095; 
    border-color: transparent; 
} 
 
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
    color: #ffffff; 
    background-color: #1FB588; 
    border-color: transparent; 
    -webkit-box-shadow: none;
    box-shadow: none; 
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
} 
 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary { 
    background-image: none; 
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #1FB588; 
    border-color: transparent;
}

 
.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: #06D095; 
    border-color: transparent; 
} 
 
.btn-primary .badge { 
    color: #06D095; 
    background-color: #ffffff; 
}

/* Secondary */

.btn-secondary { 
    color: #0553b0; 
    background-color: #FFFFFF;  
    border-color: transparent; 
} 
 
.btn-secondary:hover, 
.btn-secondary:focus, 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
    color: #0553b0; 
    background-color: #FFF;
    border-color: transparent;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 
} 
 
.btn-secondary:active, 
.btn-secondary.active, 
.open .dropdown-toggle.btn-secondary { 
    background-image: none; 
} 
 
.btn-secondary.disabled, 
.btn-secondary[disabled], 
fieldset[disabled] .btn-secondary, 
.btn-secondary.disabled:hover, 
.btn-secondary[disabled]:hover, 
fieldset[disabled] .btn-secondary:hover, 
.btn-secondary.disabled:focus, 
.btn-secondary[disabled]:focus, 
fieldset[disabled] .btn-secondary:focus, 
.btn-secondary.disabled:active, 
.btn-secondary[disabled]:active, 
fieldset[disabled] .btn-secondary:active, 
.btn-secondary.disabled.active, 
.btn-secondary[disabled].active, 
fieldset[disabled] .btn-secondary.active { 
    background-color: #FFFFFF;  
    border-color: transparent; 
} 
 
.btn-secondary .badge { 
    color: #0553b0; 
    background-color: #000000; 
}


/* Tertiary */

.btn-tertiary { 
    color: #494949; 
    background-color: transparent;  
    border-color: transparent; 
} 
 
.btn-tertiary:hover, 
.btn-tertiary:focus, 
.btn-tertiary:active, 
.btn-tertiary.active, 
.open .dropdown-toggle.btn-tertiary { 
    color: #0553b0; 
    background-color: transparent;  
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; 
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
} 
 
.btn-tertiary:active, 
.btn-tertiary.active, 
.open .dropdown-toggle.btn-tertiary { 
    background-image: none; 
} 
 
.btn-tertiary.disabled, 
.btn-tertiary[disabled], 
fieldset[disabled] .btn-tertiary, 
.btn-tertiary.disabled:hover, 
.btn-tertiary[disabled]:hover, 
fieldset[disabled] .btn-tertiary:hover, 
.btn-tertiary.disabled:focus, 
.btn-tertiary[disabled]:focus, 
fieldset[disabled] .btn-tertiary:focus, 
.btn-tertiary.disabled:active, 
.btn-tertiary[disabled]:active, 
fieldset[disabled] .btn-tertiary:active, 
.btn-tertiary.disabled.active, 
.btn-tertiary[disabled].active, 
fieldset[disabled] .btn-tertiary.active { 
    background-color: #FFFFFF;  
    border-color: transparent; 
} 
 
.btn-tertiary .badge { 
    color: #FFFFFF; 
    background-color: transparent; 
}

@media only screen
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}

@media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}

@media only screen 
and (min-device-width : 600px) 
and (max-device-width : 960px) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) {
    .navbar-wrapper .navbar {
        background-color: #09386b !important;
    }

    .navbar-wrapper .navbar-brand {
        padding: 4px 0 0 0 !important;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-brand img {
        width: auto;
    }

    .navbar-default .navbar-nav > li > a {
        text-transform: uppercase;
        color: #FFF;
        width: 100% !important;
        font-weight: bold;
        font-size: 0.8em;
        display: block !important;
        text-align: center;
        height: auto !important;
    }

    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li.active > a {
        background-color: #00438c !important;
        color: #FFF;
        border-radius: 8px;
    }

    .navbar-collapse {
        border: none;
    }

    .carousel-content .img-people {
        display: none;
    }

    .navbar-right {
        display: block;
    }
}


.text-red{
    color:red;
}

.pointer{
    cursor:pointer;
}


/*start table responsive adjustment*/
@media (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: inherit !important;
    }

    .btn-group-vertical > .btn, .btn-group > .btn {
        float: right;
    }
}

@media (min-width: 768px) {
    .table-responsive {
        overflow: inherit;
    }
}
/*end table responsive adjustment*/