.btn {
    border-radius: 0;
    font-weight: 300;
    font-size: 13px;
}

.page-header {
    padding: 10px 0;
    margin: 0;
    border-bottom: 1px dotted #a5a7a8;
    background-color: #fff;
    color: #455a64;
    border-radius: 4px 4px 0 0;
}

    .page-header h1 {
        font-size: 18px;
    }

.breadcrumb {
    border-radius: 0;
    font-size: 12px;
    padding: 2px 0;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px !important;
    font-size: 13px !important;
}

.glyphicon {
    margin-right: 5px;
}

.indicator {
    position: absolute;
    margin-left: 0px;
    color: #006990;
}

.remove-padding {
    padding: 0 !important;
}

.remove-padding-left {
    padding-left: 0 !important;
}

.remove-padding-right {
    padding-right: 0 !important;
}

.remove-padding-top {
    padding-top: 0 !important;
}

.remove-padding-bottom {
    padding-bottom: 0 !important;
}

.remove-margin {
    margin: 0 !important;
}

.remove-border {
    border-width: 0 !important;
}

.nav-tabs > li > a, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    color: #6d6d6d;
    min-width: 100px;
    text-align: center;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: #EFF6FF;
        border-bottom-color: #EFF6FF;
    }*/
.tab-content {
    padding: 10px;
    border: 1px solid #ddd;
    border-top-width: 0;
}

/**NAVBAR**/

.navbar-brand {
    background-color: transparent;
    color: #104b7d;
}

.navbar-default {
    background: #fafaf0 url(../images/bgBanner.png) !important;
}

.navbar-collapse {
    padding: 0;
}


.navbar-fixed-top {
    border-width: 0;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #455a64;
    color: #fff;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: rgba(0, 105, 144, 0.08);
}

.navbar-default .navbar-nav > li > a {
    color: #104b7d;
    font-weight: 500;
    min-width: 150px;
    text-align: center;
}

/**/
a#Company.dropdown-toggle:link, a#Company.dropdown-toggle:visited {
    border-bottom: 2px solid #26C6DA;
    background-size: 100% 200%;
    /*background-image: linear-gradient(to bottom, #37474f 50%, #26C6DA 50%);*/
    background-image: linear-gradient(to bottom, #ffffff00 50%, #26C6DA 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
}

a#Company.dropdown-toggle:hover, a#Company.dropdown-toggle:focus {
    background-color: #26C6DA;
    background-image: linear-gradient(to bottom, #ffffff 50%, #26C6DA 50%);
    color: #fff !important;
    background-position: 0 -100%;
}

a[id='Leave & Attendance'].dropdown-toggle:link, a[id='Leave & Attendance'].dropdown-toggle:visited {
    border-bottom: 2px solid #B79891 !important;
    background-size: 100% 200%;
    /*background-image: linear-gradient(to bottom, #37474f 50%, #B79891 50%);*/
    background-image: linear-gradient(to bottom, #ffffff00 50%, #B79891 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
}

a[id='Leave & Attendance'].dropdown-toggle:hover, a[id='Leave & Attendance'].dropdown-toggle:focus {
    background-color: #B79891 !important;
    background-image: linear-gradient(to bottom, #ffffff 50%, #B79891 50%);
    color: #fff !important;
    background-position: 0 -100%;
}

a#Timesheet.dropdown-toggle:link, a#Timesheet.dropdown-toggle:visited {
    border-bottom: 2px solid #5aa1b0;
    background-size: 100% 200%;
    /*background-image: linear-gradient(to bottom, #37474f 50%, #5aa1b0 50%);*/
    background-image: linear-gradient(to bottom, #ffffff00 50%, #5aa1b0 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
}

a#Timesheet.dropdown-toggle:hover, a#Timesheet.dropdown-toggle:focus {
    background-color: #5aa1b0;
    background-image: linear-gradient(to bottom, #ffffff 50%, #5aa1b0 50%);
    color: #fff !important;
    background-position: 0 -100%;
}

a#Administrator.dropdown-toggle:link, a#Administrator.dropdown-toggle:visited {
    border-bottom: 2px solid #009688;
    background-size: 100% 200%;
    /*background-image: linear-gradient(to bottom, #37474f 50%, #009688 50%);*/
    background-image: linear-gradient(to bottom, #ffffff00 50%, #009688 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
}

a#Administrator.dropdown-toggle:hover, a#Administrator.dropdown-toggle:focus {
    background-color: #455A64;
    background-image: linear-gradient(to bottom, #ffffff 50%, #009688 50%);
    color: #fff !important;
    background-position: 0 -100%;
}

a#Menu.dropdown-toggle:link, a#Menu.dropdown-toggle:visited {
    border-bottom: 2px solid #009688;
    background-size: 100% 200%;
    /*background-image: linear-gradient(to bottom, #37474f 50%, #009688 50%);*/
    background-image: linear-gradient(to bottom, #ffffff00 50%, #009688 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
}

a#Menu.dropdown-toggle:hover, a#Menu.dropdown-toggle:focus {
    background-color: #455A64;
    background-image: linear-gradient(to bottom, #ffffff 50%, #009688 50%);
    color: #fff !important;
    background-position: 0 -100%;
}

ul[aria-labelledby="Company"] {
    border-bottom: 4px solid #26C6DA;
}

    ul[aria-labelledby="Company"] li ul li ul li a:hover {
        border-left: 2px solid #26C6DA !important;
        padding-left:3px;
    }

ul[aria-labelledby="Leave & Attendance"] {
    border-bottom: 4px solid #B79891;
}

    ul[aria-labelledby="Leave & Attendance"] li ul li ul li a:hover {
        border-left: 2px solid #B79891 !important;
        padding-left:3px;
    }

ul[aria-labelledby="Timesheet"] {
    border-bottom: 4px solid #5aa1b0;
}

    ul[aria-labelledby="Timesheet"] li ul li ul li a:hover {
        border-left: 2px solid #5aa1b0 !important;
        padding-left:3px;
    }

ul[aria-labelledby="Administrator"] {
    border-bottom: 4px solid #009688;
    right: 0;
}

    ul[aria-labelledby="Administrator"] li ul li ul li a:hover {
        border-left: 2px solid #009688 !important;
        padding-left: 3px;
    }

ul[aria-labelledby="Menu"] {
    border-bottom: 4px solid #009688;
    right: 0;
}

    ul[aria-labelledby="Menu"] li ul li ul li a:hover {
        border-left: 2px solid #009688 !important;
        padding-left: 3px;
    }

/**/
/*.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #1f1f1f;
    background-color: #eceff1;
}*/

.dropdown-menu {
    border-radius: 0;
}

    .dropdown-menu li {
        min-width: 160px;
        list-style: none;
    }

    .dropdown-menu > li > a {
        font-weight: 300;
        padding: 10px;
    }

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin: 0;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0px solid #ddd;
    }

    .navbar-nav {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: 0;
    }

    .dropdown-submenu > a:before {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 4px 4px 4px 0px;
        border-right-color: #666;
        margin-top: 6px;
        margin-left: -12px;
    }

    .dropdown-submenu:hover > a:before {
        border-left-color: #555;
    }

    .dropdown-submenu > a:after {
        display: none !important;
    }

    .input-xs {
        max-width: 100px;
    }
}



/**NAVBAR**/

.panel {
    border-radius: 0px;
}

a {
    color: inherit;
    text-decoration: none;
}

    /*a:focus,*/
    a:hover {
        color: inherit;
        /*opacity: .6;
        text-decoration: underline;*/
        text-decoration: none;
    }
/*****SUB-SUB MENU*****/
/***  www.bootply.com/nZaxpxfiXz  ***/

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .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 > a:after {
        border-left-color: #555;
    }

    .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;
        }
/*****SUB-SUB MENU*****/
