/****************************************TYPOGRAPHY ***************************************************/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #999999;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
    color: #433b88;
    font-weight: 600;
    text-transform: uppercase;
}
h1{
    font-size: 3.998em;
}
h2{
    font-size: 2.827em;
}
h3{
    font-size: 1.999em;
}
h4{
    font-size: 1.414em;
}
p{
    font-size: 1em;
    color: #999999;
}

.btn{
    font-family: 'Montserrat', sans-serif;
    font-size: 0.707em;
    text-transform: uppercase;
    font-weight: 600;
    padding:12px 40px;
    box-shadow: 0px 4px 10px 0px rgba(91, 91, 91, 0.45);
    line-height: 1;
    transition: all .5s ease;
    letter-spacing: 1px;
}

.btn-link{
    padding:0;
    box-shadow: none;
}
.icon-on-button{
    margin-left: 8px;
}
.icon-on-button i{
    font-size: 18px;
    vertical-align: middle;
}
.navbar{
    background-color: transparent !important;
    border-color: transparent !important;
    border:0px;
    padding-top: 30px;
    transition: all .5s ease;
}
.navbar-brand{
    padding: 0;
    margin-left: 100px !important;
}
.navbar-brand img{
    max-height: 50px;
}
.navbar-default .navbar-nav>li>a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
    color: #e86c6c;
}
.navbar-nav>li>a.btn-navbar:hover{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    /*background-color: transparent;*/
}
.navbar-nav>li>a.btn-navbar{
    padding-left: 40px;
    padding-right: 40px;
}
.navbar-divider{
    width:100%;
    height: 1px;
    border:0px;
    background-color: rgba(255,255,255,0.1);
    transition: all .5s ease;
}
.colored-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.colored-nav .navbar-divider{
    display: none;
}
.btn-red.focus, .btn-red:focus,.btn-red.active, .btn-red:active {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
/*******************************************HEADER***************************************************/
header{
    background-color: #b7b7b7;
    position: relative;
    display: block;
}
/*******************************************LOGIN*********************************************/
.heading-wraper .heading-devider{
    margin:0 auto;
    width: 100px;
    height: 2px;
    border:0px;
    margin-bottom: 20px;
}

.login-wraper-outer{
    box-shadow: 0px 8px 21px 0px rgba(191, 195, 198, 0.29);
}
.login-wraper h3{
    text-transform: uppercase;
    color: #433b88;
}
.login-wraper p{
    color: #5a5a5a;
}

.login-form .form-group{
    width: 65%;
    margin: 0 auto;
}
.login-form .form-control{
    border-radius: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    height: 40px;
}
.background-body{
    background-color: #f1f6fa /*e6f0f7*/
}
/*******************************************FOOTER***************************************************/
.footer-list-wiget h4{
    color: #433b88;
    text-transform: uppercase;
}
.footer-list-wiget .list-group-item{
    border: 0px;
    background-color: transparent!important;
    padding-left: 0;
    font-family: 'Open Sans', sans-serif;
    color: #999999;
}
.footer-devider{
    background-color: rgb(235, 235, 235);
}
.footer-end-line{
    height: 20px;
    background-color: #383838;
    width: 100%;
    margin: 0;
    padding: 0;
}

.logo-default img{
    display: inline-block;
    max-height: 150px;
    position: absolute;
    right: 4%;
    z-index: 9;
}

.logo-text{
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-left-content{
    margin-bottom: 50px;
}
.footer-left-content .content{
    margin-top: 15px;
}
.footer-list-wiget .list-group{
    margin-top: 26px;
}

/*******************************************ELEMENT STYLES*******************************************/
.btn-red{
    color: #fff;
}

.gradient-black {
    background-image: -moz-linear-gradient( 135deg, rgb(196,196,196) 0%, rgb(80,80,80) 35%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 135deg, rgb(196,196,196) 0%, rgb(80,80,80) 35%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 135deg, rgb(196,196,196) 0%, rgb(80,80,80) 35%, rgb(0,0,0)100%);
}

.btn-red, .gradient-orange {
    background-image: -webkit-linear-gradient(35deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    background-image: -o-linear-gradient(35deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    background-image: linear-gradient(125deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    box-shadow: 0px 8px 27px 0px rgba(0, 0, 0, 0.21);
}

.btn-red.active, .btn-red:active{
    color: #fff;
    background-image: -webkit-linear-gradient(35deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    background-image: -o-linear-gradient(35deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    background-image: linear-gradient(125deg, rgb(252, 106, 100) 0%, rgb(244,81,75) 32%, rgb(250,44,35) 100%);
    border:0px;
    border-color: transparent;
}

.border-none{
    border: 0px !important;
}
.btn-rounded-corner{
    border-radius: 50px;
}

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

.body-section{
    padding-top: 20px;
    padding-bottom: 40px;
}

.login-section{
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-top-bottom-90{
    padding-top: 90px;
    padding-bottom: 90px;
}

.margin-bottom-30{
    margin-bottom: 30px;
}
.margin-top-30{
    margin-top: 30px;
}

.bg-fit{
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.btn-navbar{
    line-height: 1;
}


/*******************************************SCROLL TOP ICON*****************************************/
.scroll-top-div {
    position: fixed;
    width: 45px;
    height: 45px;
    top: calc(100vh - 70px);
    left: calc(100vw - 62px);
    cursor: pointer;
    transition: all .5s ease;
}
.scroll-top-icon-container{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: -o-linear-gradient(35deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    background-image: linear-gradient(125deg, rgb(232,88,137) 0%, rgb(232,98,123) 32%, rgb(232,108,108) 100%);
    color: #fff;
}
.scroll-top-icon-container i{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
}
/*******************************************OVERLAY*************************************************/
@media screen and (max-width: 768px) {
    .body-section{
        padding-top: 20px;
        padding-bottom: 5px;
    }

    .login-section{
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .padding-top-bottom-90{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .navbar{
        background-image: -moz-linear-gradient( 135deg, rgb(89,89,89) 0%, rgb(56,56,56) 35%, rgb(0,0,0) 100%);
        background-image: -webkit-linear-gradient( 135deg, rgb(89,89,89) 0%, rgb(56,56,56) 35%, rgb(0,0,0) 100%);
        background-image: -ms-linear-gradient( 135deg, rgb(89,89,89) 0%, rgb(56,56,56) 35%, rgb(0,0,0)100%);
    }
    .navbar-divider{
        display: none;
    }
    .navbar-toggle{
        margin-top: 2px;
        margin-left: 10px;
    }
    .logo-footer, .btns-header{
        display: none;
    }
    .navbar-brand{
        position: absolute;
        right: 0px;
        top: 18px;
    }

    .logo-text{
        font-size: 25px;
        padding-top: 2px;
    }

    .navbar-header{
        padding-left: 10px;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .form-group button, .form-group a{
        margin-top: 5px;
    }
}
/*************************************** SOCIAL ICONS ******************************************************************/
.social-icons a i {
    background: #205D7A;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 25px;
    text-align: center;
    margin-right: 10px;
    padding-top: 4%;
}

.social-icons .fa-facebook {
    background:#3b5998
}

.social-icons .fa-pinterest {
    background:#B91725
}

.social-icons .fa-youtube {
    background:#E62117
}

.social-icons .fa-google-plus {
    background:#DB4437
}

.social-icons a i {
    transition: all 0.2s ease-in-out;
}

.social-icons a i:hover {
    opacity: .7;
}

/************************** OTHERS *********************************/
.alert ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.body-section, .body-section .form-control,
.login-section, .login-section .form-control{
    font-size: 13px;
}

.panel-heading span{
    font-size: 17px;
    font-weight: bolder;
}

.page-header {
    margin-top: 0px;
}

.welcome_user{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.btns-header{
    position: absolute;
    right: 13%;
}

/************************** GRIDVIEW *********************************/
.text-records{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 13px;
}

.pagination {
    position: relative;
    text-align: center;
    padding: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #c8c8c8;
    margin-left: 9px;
    font-size: 11px;
    padding: 2px 6px;
}

.pagination li a {
    font-family: 'openSansRegular', 'arial', 'sans-serif';
    color: #b2b2b2
}

.pagination .active {
    color: #666;
    border: 1px solid #666;
    font-size: 11px;
    font-family: 'openSansBold', 'arial', 'sans-serif';
    text-decoration: underline
}

.pagination .disabled {
    padding: 4px 6px;
    border: none
}

.table>thead>tr>th {
    background-color: #484848;
}
.table>thead>tr>th, .table>thead>tr>th a {
    color: #ffffff;
    text-decoration: none;
}

.options_width{
    width: 130px;
}

.table-options{
    margin: 0 auto;
}

.table-options > a{
    display: inline;
    padding: 0 5px 0 5px;
}

/**************************  RESPONSIVE SIDEBAR NAVIGATION *************************** /
/* Toggle Styles */

body {
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #f8f8f8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper a{
    color: #433b88;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    /*padding: 15px;*/
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
    background-color: #eeeeee;
}
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: none !important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}

.sidebar-nav .sidebar-brand {
    height: 65px;
    font-weight: bold;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    background-color: #e7e7e7;
    color: #878787;
}

.sidebar-nav .sidebar-user{
    padding: 10px 15px;
}

.sidebar-nav .sidebar-user span{
    padding-top: 8px;
    padding-left: 4px;
}

.sidebar-nav .sidebar-user h5{
    margin-bottom: 0px;
    display: inline-flex;
}

.sidebar-nav .sidebar-user small{
    padding-left: 35px;
}

.sidebar-nav ul li a{
   font-size: 13px;
}

.comparative-thumbs-disabled, .comparative-thumbs-disabled:hover, .comparative-thumbs-disabled:active{
    color: #a5a5a5;
    text-decoration: none;
    cursor: pointer;
}

.comparative-thumbs-active, .comparative-thumbs-active:hover, .comparative-thumbs-active:active{
    color: #433b88;
    text-decoration: none;
    cursor: pointer;
}


