body {
    /*background: url(../images/bg_pattern.png) repeat;*/
    background: url(../images/bg_pattern.png) repeat;
    font: 14px/1.8em 'Open Sans';
}

p {
    font: 14px/1.8em 'Open Sans';
    text-align: justify;
}

input, button, select, textarea {
    font-family: 'Open Sans';
}

.dropdown .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-icon-only {
    padding-right: 3px;
    padding-left: 3px;
}

.table td {
    vertical-align: middle;
}

.table-bordered th {
    background: #003251 !important;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar .container {
    position: relative;
}

.navbar-inner_login {
    background: url(../images/header_GoS_1920.png) no-repeat #003251;
    padding: 0;
    height: 120px;
    width: 100%;
    /*padding: 7px 0;
	background: #00bcd4!important;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-inner {
    background: url(../images/leavemanage_header_1920.png) no-repeat #003251;
    padding: 0;
    height: 120px;
    width: 100%;
    /*padding: 7px 0;
	background: #00bcd4!important;*/
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-fixed-top {
    position: static;
}

.navbar .nav a {
    font-size: 11px;
}

.navbar .nav > li > a {
    color: #fff!important;
}

.navbar .brand {
    font-weight: 600;
    position: relative;
    top: 2px;
}

.navbar .search-query {
    background-color: #444;
    width: 150px;
    font-size: 11px;
    font-weight: bold;
}

    .navbar .search-query::-webkit-input-placeholder {
        color: #9f9f9f;
    }

    .navbar .search-query:-moz-placeholder {
        color: #9f9f9f;
    }

.navbar-search .search-query {
    background: #f7fcfd;
    border: 0;
    color: #fff;
    line-height: normal;
}

.subnavbar {
    margin-bottom: 2.5em;
}

.subnavbar-inner {
    height: 15px;
    background: #003251;
    border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
    display: inline-block;
    height: 80px;
    padding: 0;
    margin: 0;
    border-top: 2px solid #fff;
}

    .subnavbar .container > ul > li {
        float: left;
        min-width: 80px;
        height: 60px;
        padding: 0;
        margin: 0;
        text-align: center;
        list-style: none;
        border-left: 1px solid #d9d9d9;
        background: #003251;
        color: #fff;
        text-transform: uppercase;
    }
        /*.subnavbar .container > ul > li:last-child {
        border-left:none;
    }*/
        .subnavbar .container > ul > li > a {
            display: block;
            height: 100%;
            padding: 0 3px;
            font-size: 13px;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

            .subnavbar .container > ul > li > a:hover {
                color: #ddd;
                text-decoration: none;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                width: 24px;
                height: 24px;
                margin-top: 11px;
                margin-bottom: -3px;
                font-size: 20px;
            }

            .subnavbar .container > ul > li > a > span {
                display: block;
            }

        .subnavbar .container > ul > li.active > a {
            border-bottom: 3px solid #e0a395;
            color: #fff;
            background: #c65c44;
        }

.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}

.subnavbar .dropdown .dropdown-menu {
    text-align: left;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}

.subnavbar .caret {
    margin-top: 4px;
    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}

.main {
    padding-bottom: 2em;
    /*border-bottom: 1px solid #000;*/
}

.extra {
    border-top: 1px solid #585858;
    border-bottom: 1px solid #000;
}

.extra-inner {
    padding: 20px 0;
    font-size: 11px;
    color: #BBB;
    background: #1A1A1A;
}

.extra a {
    color: #666;
}

.extra h4 {
    margin-bottom: 1em;
    font-weight: 400;
}

.extra ul {
    padding: 0;
    margin: 0;
}

.extra li {
    margin-bottom: .6em;
    list-style: none;
}

.footer {
    border-top: 1px solid #292929;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-inner {
    padding: 3px 0;
    font-size: 10px;
    background: #003251;
    color: #fff;
    text-align: center;
}

.footer a {
    color: #999;
    margin: 0 auto;
}

    .footer a:hover {
        color: #FFF;
        text-decoration: none;
    }

.widget {
    position: relative;
    clear: both;
    width: auto;
    margin-bottom: 2em;
    overflow: hidden;
}

.widget-header {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #003251;
    /*background: #f9f6f1;
	background: -moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f6f1), color-stop(100%, #f2efea));
	background: -webkit-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -o-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: -ms-linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
	background: linear-gradient(top, #f9f6f1 0%, #f2efea 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	border: 1px solid #d6d6d6;
	-webkit-background-clip: padding-box;*/
}

    .widget-header h3 {
        position: relative;
        top: 2px;
        left: 10px;
        display: inline-block;
        margin-right: 3em;
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        line-height: 18px;
        /*text-shadow: 1px 1px 2px rgba(255,255,255,.5);*/
    }

    .widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
        display: inline-block;
        margin-left: 13px;
        margin-right: -2px;
        font-size: 16px;
        color: #fff;
        vertical-align: middle;
    }

.widget-content {
    padding: 20px 15px 15px;
    background: #FFF;
    border: 1px solid #D5D5D5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.widget-header + .widget-content {
    border-top: none;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.widget-nopad .widget-content {
    padding: 0;
}

.widget-content:before, .widget-content:after {
    content: "";
    display: table;
}

.widget-content:after {
    clear: both;
}

.widget-content {
    zoom: 1;
}

.widget-table .widget-content {
    padding: 0;
}

.widget-table .table {
    margin-bottom: 0;
    border: none;
}

    .widget-table .table tr td:first-child {
        border-left: none;
    }

    .widget-table .table tr th:first-child {
        border-left: none;
    }

.widget-plain {
    background: transparent;
    border: none;
}

    .widget-plain .widget-content {
        padding: 0;
        background: transparent;
        border: none;
    }

.widget-box {
}

    .widget-box .widget-content {
        background: #E3E3E3;
        background: #FFF;
    }

.error-container {
    margin-top: 4em;
    margin-bottom: 4em;
    text-align: center;
}

    .error-container h1 {
        margin-bottom: .5em;
        font-size: 120px;
        line-height: 1em;
    }

    .error-container h2 {
        margin-bottom: .75em;
        font-size: 28px;
    }

    .error-container .error-details {
        margin-bottom: 1.5em;
        font-size: 16px;
    }

    .error-container .error-actions a {
        margin: 0 .5em;
    }

ul.messages_layout {
    position: relative;
    margin: 0;
    padding: 0;
}

    ul.messages_layout li {
        float: left;
        list-style: none;
        position: relative;
    }

        ul.messages_layout li.left {
            padding-left: 75px;
        }

        ul.messages_layout li.right {
            padding-right: 75px;
        }

            ul.messages_layout li.right .avatar {
                right: 0;
                left: auto;
            }

            ul.messages_layout li.right .message_wrap .arrow {
                right: -12px;
                left: auto;
                background-position: 0 -213px;
                height: 15px;
                width: 12px;
            }

        ul.messages_layout li.by_myself .message_wrap {
            border: 1px solid #b3cdf8;
        }

            ul.messages_layout li.by_myself .message_wrap .info a.name {
                color: #4a8cf7;
            }

        ul.messages_layout li a.avatar {
            position: absolute;
            left: 0;
            top: 0;
        }

            ul.messages_layout li a.avatar img {
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

        ul.messages_layout li .message_wrap {
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            position: relative;
            border: 1px solid #e9e9e9;
            padding: 10px;
            border: 1px solid #cbcbcb;
            margin-bottom: 20px;
            float: left;
            background: #fefefe;
            -webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
            -moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
            box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
        }

            ul.messages_layout li .message_wrap .arrow {
                background-position: 0 -228px;
                height: 15px;
                width: 12px;
                height: 15px;
                width: 12px;
                position: absolute;
                left: -12px;
                top: 13px;
            }

            ul.messages_layout li .message_wrap .info {
                float: left;
                width: 100%;
                border-bottom: 1px solid #fff;
                line-height: 23px;
            }

                ul.messages_layout li .message_wrap .info .name {
                    float: left;
                    font-weight: bold;
                    color: #483734;
                }

                ul.messages_layout li .message_wrap .info .time {
                    float: left;
                    font-size: 11px;
                    margin-left: 6px;
                }

            ul.messages_layout li .message_wrap .text {
                float: left;
                width: 100%;
                border-top: 1px solid #cfcfcf;
                padding-top: 5px;
            }

    ul.messages_layout .dropdown-menu li {
        width: 100%;
        font-size: 11px;
    }

.fc {
    direction: ltr;
    text-align: left;
    position: relative;
}

    .fc table {
        border-collapse: collapse;
        border-spacing: 0;
    }

    html .fc, .fc table {
        font-size: 1em;
    }

    .fc td, .fc th {
        padding: 0;
        vertical-align: top;
    }

.fc-header td {
    white-space: nowrap;
    background: none;
}

.fc-header-left {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 6px;
}

    .fc-header-left .fc-button {
        margin: 0;
        position: relative;
    }

    .fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
        float: left;
        border: none;
        padding: 14px 10px;
        opacity: 0.5;
    }

        .fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
            border: none;
        }

            .fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
                display: none;
            }

        .fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
            opacity: 1;
        }

        .fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
            background: none!important;
            margin-top: -1px;
        }

        .fc-header-left .fc-button-prev .fc-button-inner {
            background-position: 0 -351px;
            height: 16px;
            width: 11px;
        }

    .fc-header-left .fc-button-next {
        float: right;
    }

        .fc-header-left .fc-button-next .fc-button-inner {
            background-position: 0 -367px;
            height: 16px;
            width: 11px;
        }

.fc-header-center {
    text-align: center;
}

.fc-header-right {
    text-align: right;
    position: absolute;
    top: -34px;
    right: 10px;
}

.fc-header-title {
    display: inline-block;
    vertical-align: top;
}

    .fc-header-title h2 {
        margin-top: 0;
        white-space: nowrap;
        font-size: 1.1rem;
        color: #6C737F;
        line-height: 55px;
    }

.fc .fc-header-space {
    padding-left: 10px;
}

.fc-header .fc-button {
    margin-bottom: 1em;
    vertical-align: top;
}

.fc-header .fc-button {
    margin-right: -1px;
}

.fc-header .fc-corner-right {
    margin-right: 1px;
}

.fc-header .ui-corner-right {
    margin-right: 0;
}

.fc-header .fc-state-hover, .fc-header .ui-state-hover {
    z-index: 2;
}

.fc-header .fc-state-down {
    z-index: 3;
}

.fc-header .fc-state-active, .fc-header .ui-state-active {
    z-index: 4;
}

.fc-content {
    clear: both;
    background: #f9f9f9;
}

.fc-view {
    width: 100%;
    overflow: hidden;
}

    .fc-view thead {
        background: #e9ecf1;
        line-height: 35px;
    }

.fc-widget-header, .fc-widget-content {
    border: 1px solid #ccc;
}

.fc-state-highlight {
    background: #F4F3E6;
}

.fc-cell-overlay {
    background: #9cf;
    opacity: .2;
    filter: alpha(opacity=20);
}

.fc-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.fc-button-today {
    margin-top: 8px!important;
}

.fc-state-default {
    border-style: solid;
    border-width: 1px 0;
}

.fc-button-inner {
    position: relative;
    float: left;
    overflow: hidden;
}

.fc-state-default .fc-button-inner {
    border-style: solid;
    border-width: 0 1px;
}

.fc-button-content {
    position: relative;
    float: left;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 .6em;
    white-space: nowrap;
}

    .fc-button-content .fc-icon-wrap {
        position: relative;
        float: left;
        top: 50%;
    }

    .fc-button-content .ui-icon {
        position: relative;
        float: left;
        margin-top: -50%;
        *margin-top: 0;
        *top: -50%;
    }

.fc-state-defau
}

.bg2 {
    background: url(../images/tt.png) no-repeat;
    height: 400px;
    width: 500px;
}

    .bg2 a {
        color: #fff;
        font-size: 1em;
        text-decoration: none;
        border: 1px solid #fff;
        padding: 15px;
        background: rgba(255,255,255,0.2);
    }

        .bg2 a:hover {
            background: rgba(255,255,255,0.8);
            color: #333;
        }

.topalign {
    padding-top: 70px;
}

.boxalign {
    padding: 190px 0;
    text-align: center;
    font-size: 1.6em;
    color: #fff;
}
/* ---------------------------------------------------------------------------- */

@media (max-width: 480px) {
    body {
        background: url(../images/bg_pattern.png) repeat;
        font: 12px/1.4em 'Open Sans';
    }

    .middle_med {
        margin: 0 1%;
    }

    [class*="span"] {
        float: left;
        margin-left: 10px;
    }

    /*.widget-header h3 {
        position: relative;
        top: -38px;
        left: 35px;
        display: inline-block;
        margin-right: 3em;
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        line-height: 18px;
    }*/

    .subnavbar .container > ul > li > a {
        display: block;
        height: 100%;
        padding: 0 3px;
        font-size: 11px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    label, input, button, select, textarea {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
        /*width: 50px;*/
    }

    .mobileview a {
        font-size: 11px;
    }

    .error-container h1 {
        font-size: 72px;
    }

    .footer {
        border-top: 1px solid #292929;
        position: fixed;
        /*position: relative;*/
        bottom: 0;
        width: 100%;
    }

    .footer-inner {
        padding: 0;
        margin: 0;
        font-size: 10px;
        background: #003251;
        color: #fff;
        text-align: center;
    }

    .footer a {
        color: #999;
        margin: 0 auto;
    }

        .footer a:hover {
            color: #FFF;
            text-decoration: none;
        }

    .bg1 {
        background: url(../images/ll.png) no-repeat;
        height: 100%;
        width: 100%;
        position: relative;
        left: -96px;
        top: 0;
    }

    .bg2 {
        background: url(../images/tt.png) no-repeat;
        height: 100%;
        width: 100%;
        position: relative;
        left: -138px;
        top: 10px;
    }

        .bg1 a, .bg2 a {
            color: #fff;
            font-size: 0.7em;
            text-decoration: none;
            border: 1px solid #fff;
            padding: 15px;
            position: relative;
            top: 0;
            background: rgba(255,255,255,0.2);
        }

    .topalign {
        padding-top: 0;
    }

    .topalignBox {
        margin: 0;
    }

    .table {
        width: 96%;
        margin-bottom: 18px;
    }

    .table-bordered th {
        background: #003251 !important;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table td {
        vertical-align: middle;
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    [class*="span"] {
        float: left;
        margin-left: 10px;
    }

    .middle_med {
        margin: 0 1%;
    }

    #main {
        padding: 0 10px;
        margin-right: -20px;
        margin-left: -20px;
    }
    /*.widget-header h3 {
        position: relative;
        top: -38px;
        left: 35px;
        display: inline-block;
        margin-right: 3em;
        font-size: 15px;
        font-weight: 800;
        color: #fff;
        line-height: 18px;
    }*/
    .subnavbar {
        margin-left: -20px;
        margin-right: -20px;
    }

    .subnavbar-inner {
        height: auto;
    }

    .subnavbar .container > ul {
        width: 100%;
        height: auto;
        border: none;
    }

        .subnavbar .container > ul > li {
            width: 33%;
            height: 70px;
            margin-bottom: 0;
            /*border: none;*/ border-left: 1px solid #d9d9d9;
        }

            .subnavbar .container > ul > li.active > a {
                font-size: 11px;
                /*background: transparent;*/
                color: #fff;
                background: #c65c44;
                border-bottom: 3px solid #e0a395;
            }

            .subnavbar .container > ul > li > a > i {
                display: inline-block;
                margin-bottom: 0;
                font-size: 20px;
            }

    .subnavbar-open-right .dropdown-menu {
        left: auto;
        right: 0;
    }

        .subnavbar-open-right .dropdown-menu:before {
            left: auto;
            right: 12px;
        }

        .subnavbar-open-right .dropdown-menu:after {
            left: auto;
            right: 13px;
        }

    .extra {
        margin-right: -20px;
        margin-left: -20px;
    }

        .extra .container {
            padding: 0 20px;
        }

    .footer {
        margin-right: -20px;
        margin-left: -20px;
    }

        .footer .container {
            padding: 0 20px;
        }

        .footer .footer-terms {
            text-align: left;
        }

            .footer .footer-terms a {
                margin-left: 0;
                margin-right: 1em;
            }

    .bg1 {
        background: url(../images/ll.png) no-repeat;
        height: 100%;
        width: 100%;
        position: relative;
        left: -96px;
        top: 0;
    }

    .bg2 {
        background: url(../images/tt.png) no-repeat;
        height: 100%;
        width: 100%;
        position: relative;
        left: -138px;
        top: 10px;
    }

        .bg1 a, .bg2 a {
            color: #fff;
            font-size: 0.7em;
            text-decoration: none;
            border: 1px solid #fff;
            padding: 15px;
            position: relative;
            top: 0;
            background: rgba(255,255,255,0.2);
        }

    .topalign {
        padding-top: 0;
    }

    .topalignBox {
        margin: 0;
    }

    .table {
        width: 96%;
        margin-bottom: 18px;
    }

    .table-bordered th {
        background: #003251 !important;
        font-size: 11px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .table td {
        vertical-align: middle;
        font-size: 11px;
    }
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        position: static;
        margin-bottom: 0;
    }

    .subnavbar {
    }

        .subnavbar .container {
            width: auto;
        }
}

@media (min-width: 1200px) {
    .navbar .search-query {
        width: 200px;
    }
}

.middle {
    margin: 0 25%;
}

.middle_med {
    margin: 0 17%; /*margin: 0 28%;*/
}

.countbg {
    background: #f44336;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #fff;
    position: relative;
    top: -30px;
    right: 0;
    float: right;
}

.margin_left10 {
    margin-left: 10px;
}

.WhiteBG {
    background-color: White;
    width: 665px;
    padding: 5px;
    min-height: 126px;
}

.modalpopup {
    background-color: #ADADAD;
    filter: Alpha(Opacity=70);
    opacity: 0.70;
    -moz-opacity: 0.70;
}

.user-img {
    background-color: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    margin: 10px;
}

    .user-img img {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

@media (max-width:1280) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1280.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1280px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1280.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1280px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 8%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:1366) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1366.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1366px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1366.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1366px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 8%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:1440) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1440.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1440px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1440.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1440px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 8%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:1600) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1600.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1600px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1680.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1600px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 15.5%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:1680) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1680.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1680px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1680.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1680px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 8%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:1920) {
    .navbar-inner_login {
        background: url(../images/header_GoS_1920.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1920px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_1920.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 1920px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 8%;
        border-top: 1px solid #292929;
    }
}

@media (max-width:2600) {
    .navbar-inner_login {
        background: url(../images/header_GoS_2600.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 2600px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .navbar-inner {
        background: url(../images/leavemanage_header_2600.png) no-repeat #003251;
        padding: 0;
        height: 120px;
        width: 2600px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .footer {
        margin-top: 15.5%;
        border-top: 1px solid #292929;
    }
}


.dropdown {
    position: relative;
    display: inline-block;
}
/*    Dropdown Menu   */
.dropdown-content_menu {
    display: none;
    position: absolute;
    background-color: #003251;
    width: 180px;
    margin-left: -12px;
    /*margin-top: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 2px 10px;*/
    z-index: 1;
    list-style: none;
}

.dropdown:hover .dropdown-content_menu {
    display: block;
}

.dropdown-content_menu ul {
    margin: 0;
    list-style: none;
}

.dropdown-content_menu li {
    list-style: none;
    margin: 0;
    background: #003251;
    /*height:30px;*/
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align:left;
}

    .dropdown-content_menu li a, .dropdown-content_menu li a span {
        background: #003251;
        text-align: left;
        font-size: 0.95em;
        color: #f9f9f9;
    padding-left: 6px;
    }

        .dropdown-content_menu li a i {
            position: relative;
            float: left;
        }
            .dropdown-content_menu li a:hover, .dropdown-content_menu li a i:hover {
                text-decoration:none;
            }
/*------------------*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 210px;
    margin-left: -12px;
    margin-top: 3px;
    border: 1px solid #dcdcdc;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 8px 10px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content ul {
    margin: 0;
}

    .dropdown-content ul li {
        list-style: none;
        margin: 0;
        border-bottom: 1px solid #545454;
        padding: 5px 0px;
    }

        .dropdown-content ul li a {
            text-align: left;
            font-size: 0.9em;
            color: #333;
        }

            .dropdown-content ul li a i {
                position: relative;
                float: left;
            }

.table-bg {
    background: #e2eff7;
}

    .table-bg tbody {
        background: #e2eff7;
    }

        .table-bg tbody tr {
            background: #e2eff7;
        }

            .table-bg tbody tr td {
                background: #e2eff7;
            }

ol {
    margin: 0;
    padding: 7px 10px 7px 30px;
}

    ol li {
        padding: 7px 10px;
    }

        ol li a {
            color: #1c7ab5;
        }
