﻿@charset "utf-8";
/* CSS Document */
a {
    color: #666;
    text-decoration: none;
    font-weight: normal;
}
p {
    font-size: 14px;
    font-weight: normal;
}

.onecolumn p{
    font-size: 13px;
}

.top-header {
    width: 100%;
    height: 60px;
    border-bottom: #ccc solid 1px;
    background: #fff;
}
.top-header-logo {
    float: left;
    margin-left: 7px;
}

.top-header-logo img{
    height: 60px;
}

.top-header-nav {
    margin-left: 12px;
    float: left;
    margin-top: 3px;
    margin-right: 10px;
    position: absolute;
    top: 55px;
}
.top-header-nav-right {
    width: 600px;
    float: right;
    margin-right: 30px;
}

.top-header-nav-right ul {
    margin: 0px;
    padding: 0px;
    float: right;
}
.top-header-nav-right ul li {
    margin: 0px;
    float: left;
    padding: 20px;
    padding-top: 15px;
    list-style: none;
}
.top-header-nav-right ul li a {
    margin: 0px;
    padding: 0px;
    text-decoration: underline;
    font-size: 16px;
    color: #2854AC;
}
#page-content-wrapper:hover {
    background: rgb(0, 73, 144);
}
#page-content-wrapper {
    padding: 20px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 15px;
}
.user-login {
    width: 210px;
    float: left;
}
.user-login img {
    width: 40px;
    float: left;
    height: 40px;
    border-radius: 40px;
    margin-left: 14px;
    margin-right: 10px;
    margin-top: 12px;
}
.user-login p {
    margin-left: 17px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.leftmain-manu {
    width: 182px;
    float: left;
    margin-left: 20px;
}
.leftmain-manu ul {
    margin: 0px;
    padding: 0px;
}
.leftmain-manu ul li {
    margin: 15px;
    padding: 10px;
    list-style: none;
    margin-left: 0px;
    width: 100%;
}
.leftmain-manu ul li img {
    margin-right: 19px;
    margin-left: -7px;
    float: left;
}
.leftmain-manu ul li p {
    margin: 0px;
    float: left;
}
.leftmain-manu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #666;
}
.clear {
    clear: both;
}
.main-content-area {
    padding-top:15px;
   
    margin-top: -4px;
    float: left;
    width: 100%;
        margin-left: -1px;
    padding-bottom: 20px;
    margin-bottom: 60px;
    border-left:#ccc solid 1px;
    border-bottom:#ccc solid 1px;
    min-height: 300px;
}

.media-body p {
    margin: 0px;
}
.bradcrumbs-area {
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.paneltitle-inner {
    padding-left: 7px;
    padding-bottom: 10px;
}

.page-title-bar {
font-size: 18px;
padding: 0px 0px 2px 5px;
text-transform: capitalize;
padding-left:0px;
}

#importedData {
 margin: 2px 0px 32px;
 padding-right: 20px;
 overflow-x: auto;
 }

.importdatawizard-input input:focus{
 border: none;
 outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
       .top-header-nav-right {
        width:600px;
    }
    .breadcrumb a {
    text-decoration: none !important;
    }

}


@media (max-width: 767px) {
    .top-header-nav-right {
        width:600px;
    }
   .col-md-6 {
        width:97%;
    }
    .well {
            margin-right: 20px;
    }
    .main-sidebar, .left-side {
        padding-top:0px !important;
    }
    .main-content-area {
        width:auto !important;
    }
}


/* --------------------Nav menu icon------------------------------------------ */

#menu-toggle {
   margin-left: 23px;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 78px;
    cursor: pointer;
}

.nav_click {
    width: 17px;
    padding: 3px;
}

.r_nav {
    height: 13px;
    cursor: pointer;
}
.r_nav span, .r_nav span:before, .r_nav span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 17px;
        position: absolute;
        display: block;
        content: " ";
        margin-top: 5px;
        margin-bottom: 5px;
}

    .r_nav span:before {
        top: -10px;
    }

    .r_nav span:after {
        bottom: -10px;
    }

    .r_nav span, .r_nav span:before, .r_nav span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
    }
.activeie8 {
        background:  url('../../../../shared/images/open.png');
        background-repeat: no-repeat;
        background-position: center;
}
    .activeie8 span{
        display: none;
    }

.activeie {
    background: url('../../../../shared/images/close.png');
    background-repeat: no-repeat;
    background-position: center;

}

    .activeie span {
        display: none;
    }

.r_nav.active span {
    background-color: transparent;
}

    .r_nav.active span:before, .r_nav.active span:after {
        top: -5px;
    }

    .r_nav.active span:before {
        transform: rotate(45deg);
    }

    .r_nav.active span:after {
        transform: rotate(-45deg);
        bottom: -5px;
    }
