/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 27, 2016, 4:30:04 PM
    Author     : Shubham
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,600,700,800);
body {
    font-family: "Lato", sans-serif;
}
.mainHeader{    
    float: left;
    width: 100%;
    background-color: #fff !important;
    z-index:999 !important; 
    box-shadow: 0 4px 6px -6px #222;
    padding: 0;
    box-sizing: border-box; 
    position: relative;
    height: 74px;
}

.innerFixedHeader {
    position: fixed;
    width: 100%;
    float: left;
    width: 100%;
    background-color: #fff !important;
    padding: 0 15px;
    box-sizing: border-box;
}

.mobileHeader{
    display: none;    
}
.wrapper {
    padding-top: 73px;
}
.navigation-settings{
    padding-top: 10px;
    font-size:  20px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    overflow-x: hidden;
    transition: 0.5s;    
    padding-top: 10px;       
}

.sidenav li a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 13px;
    color: black;
    display: block;
    transition: 0.3s;
    font-weight: 600;    
}

.suboption li a{
    font-weight: normal;
}

.sidenav li a:hover, .offcanvas li a:focus{
    background: white;    
}

.sidenav .closebtn {    
    font-size: 30px;    
    cursor: pointer;
    float: right;
}

.headerLogo{
    padding-left: 20px;
    float: left;
}

.optionNames{
    clear: both;
}

ul.optionNames li {
    float: none;
    padding: 12px 10px 12px 12px;
    border-left: 3px solid #f2f2f2;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color:#979797;
}
ul.optionNames li.suboption {
    float: none;
    padding: 6px 10px 6px 12px;
    border-left: 3px solid #f2f2f2;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color:#979797;
}
ul.optionNames li:hover, ul.optionNames li:active{
    background:white;    
    cursor: pointer;
    color:black;
}
ul.optionNames li.suboption:hover, ul.optionNames li.suboption:active{
    background:none;
    border-left: 3px solid #f2f2f2;
    cursor: pointer;
    color:#03a9f4;
}
.navigationOptions{
    margin-left: -14px;
}
.userName{
    font-weight: 600;
    font-size: 13px;
}
.loginText{
    color: #a1a1a1;
}
.removeLeftMargin{
    margin-left: -15px;
}
.suboption{
    margin-left: 20px;
}
.suboption:hover{
    color:blue ;
}
.moreOptionsDownArrow{
    /* float:right; */
    font-size: 15px;

}
.moreOptionsDownArrow fa-angle-down{
    font-weight:700;
}

.amcat_logo{
    padding:14px 20px 16px 0;
}
.border-button{
    background: none;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    color: grey;
    margin-right: 12px;
    cursor:pointer;    
}
.border-button:hover{
    background-color: grey;
    color:#fff;
}
.buttonHolder{
    padding: 10px 15px 15px;
    float: right;
    vertical-align: middle;
    display: inline-flex;
}
.navigation-button , .navigation-settings{
    margin-top: 12px;
}
ul:not(.dy-job-desc ul) {
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.dy-job-desc ul{
    margin-left: 40px;
}
.dy-job-desc p{
    margin-bottom: 10px !important;
}
.options-holder ul li {
    float: left;
}
.options-holder ul li a, .dropbtn {
    display: block;
    color: #2b2b2b;    
    padding: 14px 16px;    
    text-decoration: none;
    font-weight: 100; 
}
.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}
.options-holder ul li a:hover{
    background-color: #eaeaea;
}

.options-holder ul  li.dropdown {
    display: inline-block;
}

.tabContainer{
    margin: 0 auto;

}
.options-holder{
    font-size: 15px;
    padding-top: 10px;
    font-weight: 600;
    position: relative;
    z-index: 999;
    width: 720px;
    margin: 0 auto;
}

.options-holder ul li .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f2f2f2;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-weight:500;
}

.options-holder ul li .dropdown-content a {
    color: #6b6b6b;
    padding: 12px 14px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight:normal;
}

.dropdown-content a:hover {background-color: grey;}

.dropdown:hover .dropdown-content {
    display: block;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.modalCallUs {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #888;
    width: 55%;
}
.sidePanelOverlay{    
    display:none;
    background: #333;
    width: 100%;
    float: left;
    height: 1200px;
    overflow: hidden;
    opacity: 0.7;
    position: absolute;
    z-index: 99999;
}
/* lR */
.modal-content .close{
    color: #aaaaaa;
    float: right;
    font-size: 27px;
    font-weight: 300;
    margin: 5px 10px 0 0;
}
.closeCallUs{
    color: #aaaaaa;
    float: right;
    font-size: 27px;
    font-weight: 300;
    margin: 0px 10px 10px 10px;
    cursor: pointer;
}
.close:hover, .closeCallUs:hover,
.close:focus , .closeCallUs:focus{
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.form-links-container{
    display: none;
}


@media screen and (max-width:1020px){
    .callEmailButtonsContainer{
        display: none !important;
    }       
}

@media only screen and (max-width: 767px){
    .tabContainer{
        display:none;
    }

    .mobileHeader{
        display: inline-block;
        float: right;
    }

    .loggedInLinks ,.callEmailButtonsContainer{
        margin-top: 0;
    }

    .loggedInButtons a,.callEmailButtonsContainer .buttonHolder{
        margin-top: 0 !important;
    }

    .logoContainer{
        width : 100%;
    }

    .amcat_logo{
        display: inline-block;
    }
}

@media only screen and (max-width : 480px) {
    .amcat_logo{
        text-align: center !important;
        display:inline-block;
        padding: 10px 0;
    }
    div.mainHeader{
        box-shadow: unset;
        border-bottom: 1px solid #c8c8c8;
        position: static;
        height: auto;
    }

    .innerFixedHeader {
        position: relative;
    }
    .tabContainer{
        display:none;
    }

    .mobileHeader{
        display: inline-block;
        float: right;
        position: absolute;
        right: 10px;
    }

    .logoContainer{
        width: 100%;
        text-align: center;
    }       

    .modal-content{
        width:85%;
    }

    .callUsContainer,.mobileNumberContainer{
        width:100%;
        padding:0;
    }

    .callus-overlay .callus-popup .ec_inputTextField{
        box-sizing: border-box;
        margin: 0;
    }

    .callus-overlay .callus-popup .submit-button-container{
        padding: 10px 15px;
    }
}

@media screen and (max-height: 450px) {    
    .sidenav a {font-size: 16px;}        
}
