footer {
    /*margin: auto 10%;*/
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5%;
}

hr {
    /*border-color: #258ecd !important;*/
    border-color: #379683 !important;
}

.btn {
    border-radius: 0 !important;
}

.gridSearch .selectpicker{
    padding: 3px 12px;
}


.modal-body label {
    font-size: medium;
}


.upProgress
{
    top: 0; right: 0; bottom: 0; left: 0;
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);

}
.center
{
   z-index: 10000;
    margin: 250px auto;
    width: 130px;
}

.center img{
    margin-left: -70px;
    opacity: 100;
}


.datepicker {
    z-index: 1151 !important;
}


body {
    background: #e4e4e4 !important;
    color: #259ecd !important;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

a.dept.selected, a.dept.selected:hover, a.dept.active {
    background-color: #258ecd;
    color: #fff;
}

#scrolltop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    background: cornflowerblue;
    border-radius: 3px;
    padding: 10px 12px 10px 14px;
}

    #scrolltop:hover {
        background: brown;
    }

.pending_requests {
    background-size: 40px 40px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
    border: 1px solid;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.5);
    text-align: center;
    border-top: 0;
    border-radius: 0px 0px 15px 15px;
    padding: 50px 10px 5px;
}

.hanger {
    position: fixed;
    width: 96%;
    text-align: center;
    -webkit-animation: hangingdiv 2s infinite;
    -moz-animation: hangingdiv 5s infinite;
    -o-animation: hangingdiv 5s infinite;
    animation: hangingdiv 5s infinite;
    z-index: 1000;
}

.pending_requests, .pending_requests:hover {
    text-decoration: none;
}

@keyframes hangingdiv {
    0% {
        top: 50px;
    }

    50% {
        top: 75px;
    }

    100% {
        top: 50px;
    }
}

@-webkit-keyframes hangingdiv {
    0% {
        top: 50px;
    }

    50% {
        top: 75px;
    }

    100% {
        top: 50px;
    }
}

.bs-docs-nav {
    background-color: #b32d45 !important;
    border-color: #b32d45 !important;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: #b32d45 !important;
}

.navbar-brand {
    font-size: 2em;
}

#content {
    min-height: 500px;
}

.left {
    float: left;
}

.right {
    float: right;
}

#ui-datepicker-div {
    font-size: 12px !important;
}

.no-padding {
    padding: 0;
    margin-left: 1%;
}

.container {
    width: 98% !important;
}

.success {
    color: #000;
}

.row {
    width: 100%;
}

.dataTable .big {
    font-size: 1.3em;
    line-height: 1.45em;
    color: #111;
    margin-left: -10px;
    margin-right: -10px;
    font-weight: normal;
}

.dataTable {
    font: 95%/1.45em "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    color: #111;
}

div.dataTables_wrapper, table {
    font: segoe ui;
}

.dataTable h1 {
    font-size: 16px !important;
    color: #111;
}

div.examples {
    padding-top: 1em !important;
}

    div.examples ul {
        padding-top: 1em !important;
        padding-left: 1em !important;
        color: #111;
    }

table.table-hover {
    background: #fff;
}

.icon-edit {
    background-position: -96px -72px !important;
}

.icon-user {
    background-position: -168px 0px !important;
}

.icon-list {
    background-position: -265px 0px !important;
}

.icon-expand {
    background-position: -408px -96px !important;
}

.icon-collapse {
    background-position: -432px -96px !important;
}

.icon-grid {
    background-position: -240px 0px !important;
}

.icon-retweet {
    background-position: -335px -120px !important;
    width: 16px !important;
}

.icon-refresh {
    background-position: -239px -24px !important;
    width: 16px !important;
}

.icon-shift {
    background-position: -191px -121px !important;
    width: 16px !important;
}

.icon-userlist {
    background-position: -264px 0px !important;
    width: 16px !important;
}

.icon-calendar {
    background-position: -263px 0 !important;
    width: 16px !important;
}

.icon-trash {
    background-position: -456px 0 !important;
    width: 16px !important;
}

.icon-play {
    background-position: -264px -72px !important;
    width: 16px !important;
}

.icon-cog {
    background-position: -433px 0 !important;
    width: 16px !important;
}

.icon-active {
    background-position: -287px 0 !important;
    width: 16px !important;
}

.icon-yes {
    background-position: -287px 0 !important;
    width: 16px !important;
}

.icon-no {
    background-position: -311px 0 !important;
    width: 16px !important;
}

.icon-up {
    background-position: -288px -120px !important;
    width: 16px !important;
}

.tab-content {
    margin-top: 1%;
}

.bootstrap-timepicker input {
    border: 1px solid #ccc !important;
    border-radius: 4px 0 0 4px !important;
    width: 60px !important;
}

.bootstrap-timepicker .add-on {
    height: auto !important;
}

.user-row {
    margin-bottom: 14px;
}

    .user-row:last-child {
        margin-bottom: 0;
    }

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

    .dropdown-user:hover {
        cursor: pointer;
    }

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

    .table-user-information > tbody > tr:first-child {
        border-top: 0;
    }

    .table-user-information > tbody > tr > td {
        border-top: 0;
    }

.navbar-nav > li > a {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .navbar-nav > li > a:hover, .dropdown.open {
        -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
        -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

.icn-pdf {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;
    background: url('/images/pdf-icon.png') no-repeat;
}

.icn-schedule {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;
    background: url('/images/calendar-icon.png') no-repeat;
}

.icn-search {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;
    background: url('/images/search.png') no-repeat;
}

.icn-excel {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;
    background: url('/images/excel-icon.png') no-repeat;
}

.icn-html {
    width: 32px;
    height: 32px;
    border: none;
    padding: 0;
    margin: 0 3px;
    vertical-align: top;
    background: url('/images/html-icon.png') no-repeat;
}

.carousel-caption {
    bottom: inherit !important;
}

.jumbotron {
    background: #379683;
    color: #fff;
}

    .jumbotron small {
        color: #fff;
    }

/* Employee grid - list view*/
.cbp-vm-switcher {
    padding: 20px;
    border: 3px solid #47a3da;
    max-height: 720px;
    overflow-y: scroll;
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 3px solid #47a3da;
}

    .cbp-vm-options a {
        display: inline-;
        width: 40px;
        height: 40px;
        overflow: hidden;
        white-space: nowrap;
        color: #d0d0d0;
        margin: 2px;
    }

        .cbp-vm-options a:hover,
        .cbp-vm-options a.cbp-vm-selected {
            color: #47a3da;
        }

        .cbp-vm-options a:before {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 30px;
            text-align: center;
            display: inline-block;
        }

/* General style of switch items' list */

.cbp-vm-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    /* Clear eventual floats */
    .cbp-vm-switcher ul:before,
    .cbp-vm-switcher ul:after {
        content: " ";
        display: table;
    }

    .cbp-vm-switcher ul:after {
        clear: both;
    }

    .cbp-vm-switcher ul li {
        display: block;
        position: relative;
    }

.cbp-vm-image {
    display: block;
    margin: 0 auto;
}

    .cbp-vm-image img {
        display: inline-block;
        max-width: 100%;
        border: none;
    }

.cbp-vm-name {
    margin: 0;
    padding: 0;
}

.cbp-vm-id {
    color: #c0c0c0;
}

.cbp-vm-view {
    color: #fff;
    background: #5cd9b5;
    /*background: #47a3da;*/
    padding: 10px 20px;
    border-radius: 2px;
    margin: 20px 0 0;
    display: inline-block;
    transition: background 0.2s;
}

    .cbp-vm-view:hover {
        color: #fff;
        /*background: #02639d;*/
         background: #379683;
    }

    .cbp-vm-view:before {
        margin-right: 5px;
    }

/* Common icon styles */
.cbp-vm-icon:before {
    font-family: 'fontawesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-list:before {
    content: "\f00b";
}

/* Individual view mode styles */

/* Large grid view */
.cbp-vm-view-grid ul {
    text-align: center;
}

    .cbp-vm-view-grid ul li {
        width: 33%;
        text-align: center;
        padding: 25px;
        margin: 20px 0 0;
        display: inline-block;
        min-height: 335px;
        vertical-align: top;
    }

.cbp-vm-view-grid .cbp-vm-name {
    font-size: 2em;
    min-height: 30px;
}

.cbp-vm-view-grid .cbp-vm-department {
    min-height: 30px;
    margin: 0 auto;
}

.cbp-vm-view-grid .cbp-vm-id {
    margin: 10px 0;
    font-size: 1.5em;
}


/* List view */
.cbp-vm-view-list li {
    padding: 20px 0;
    white-space: nowrap;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-name,
.cbp-vm-view-list .cbp-vm-department,
.cbp-vm-view-list .cbp-vm-id,
.cbp-vm-view-list .cbp-vm-view {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 5%;
}

.cbp-vm-view-list img {
    width: 50px !important;
    height: 50px !important;
}

.cbp-vm-view-list .cbp-vm-name {
    font-size: 1.3em;
    padding: 0 10px;
    white-space: normal;
    width: 23%;
}

.cbp-vm-view-list .cbp-vm-id {
    font-size: 1.3em;
    width: 20%;
}

.cbp-vm-view-list .cbp-vm-department {
    width: 40%;
    padding: 0 15px;
    overflow: hidden;
    white-space: normal;
}

.cbp-vm-view-list .cbp-vm-view {
    margin: 0;
}

/* ends */

/* Tree */
.nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    clear: both;
    float: left;
}

    .nav-list .nav-header {
        display: block;
        padding: 3px 15px;
        font-weight: bold;
        line-height: 20px;
        color: #999999;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    .nav-list > li > a, .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.nav li a {
    text-decoration: none;
    color: black;
}

.nav-list > li > a {
    padding: 3px 15px;
}
/* Ends */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    text-decoration: none;
    color: #ffffff;
    /*background-color: #0081c2;*/
        background-color: #8ee4af;

    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    /*background-image: linear-gradient(to bottom, #0088cc, #0077b3);*/
    background-image: linear-gradient(to bottom, #379683, #379683);
    background-repeat: repeat-x;
}

    .dropdown-menu > li > a.inactive:hover, .dropdown-menu > li > a.inactive:focus, .dropdown-submenu:hover > a.inactive, .dropdown-submenu:focus > a.inactive {
        background: none !important;
        color: #999999 !important;
    }

a.tree_toggler {
    float: left;
    margin-right: 3px !important;
    padding: 3px !important;
}

    a.tree_toggler i {
        background-position: -408px -96px;
    }

.block {
    display: block !important;
}
/* Dropdown submenu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
        text-decoration: none;
        color: #ffffff;
        background-color: #0081c2;
    }

    .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: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        display: none !important;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }
/* Ends */
.input-group .bootstrap-select .selectpicker {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

#carousel .carousel-inner .item img {
    width: 100%;
    height: 500px;
}

.bs-masthead {
    padding: 0 15px !important;
}

@media screen and (max-width: 320px) {
    #carousel .carousel-inner .item img {
        height: 100px;
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    #carousel .carousel-inner .item img {
        height: 100px;
    }
}

@media handheld, screen and (max-device-width: 480px) {
    #carousel .carousel-inner .item img {
        height: 100px;
    }
    /* and other declarations */
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
    #carousel .carousel-inner .item img {
        height: 200px;
    }
    /* and other declarations */
}

@media screen and (min-width: 1025px) {
    /* and other declarations */
}

@media print {
    /* and other declarations */
}

#others {
    margin-bottom: 10px !important;
}

.mail_item {
    border: 1px solid;
    padding: 3px 10px;
    margin: 5px 0;
}

    .mail_item label {
        margin: 0;
    }

    .mail_item a {
        font-size: 15px;
        font-weight: bold;
        text-decoration: none;
        float: right;
    }
