/*
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 : Oct 18, 2016, 4:19:11 PM
    Author     : Shubham
*/
.row.mini-header {
    display: block;
}
.optimizedHidden {
    display: block;
}
.getsite-control-close{
  position: fixed;
  bottom: 55px;
  background: #e0221d;
  padding: 6px;
  right: 10px;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: none;
  z-index: 99999999;
}
/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700); */
.removePad{
    padding: 0 !important;
}

.addBoxShadow{
    box-shadow: 1px 1px 1px #cccccc;
    border-radius: 2px;
}
.removeLeftPad{
    margin-left:-10px !important;
}
.removeLeftMargin20{
    margin-left:-20px;
}
.paddingLeft0{
    padding-left: 0px !important;
}
.shiftL25P10{
    padding-left: 25px !important;
    margin-left: -10px;
}
.margin-left-30{
    margin-left: 30px;
}
.btn-sq{
    color: white;
    background: rgb(37, 52, 67);
    padding: 8px 13px;
    border: 0px;
    border-radius: 3px;
}
.btn-custom{
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #41A4F5;
    border-radius: 4px;
    color: #41A4F5;
    background-color: white;
    width: 100px;
    text-transform: uppercase;
    text-align: center;
    outline: none;
}
.btn-custom:hover{
    border-color: #41A4F5;
    background-color: #41A4F5;
    color: white !important;
    font-weight: 600;
} 
.btn-custom:active{
    border-color: #3A93DC;
    background-color: #3A93DC;
    color: white !important;
    font-weight: 600;
} 
.btn-filled-disabled{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;


    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #7b7b7b;
    border-radius: 4px;
    color: white !important;
    background-color: #7b7b7b;
    width: 100px;
    text-transform: uppercase;
    text-align: center; 
}
.btn-filled{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #41A4F5;
    border-radius: 4px;
    color: white !important;
    background-color: #03A9F4;
    width: 100px;
    text-transform: uppercase;
    text-align: center; 
    outline: none;
}

.btn-filled a{
    color: #ffffff !important;
    text-decoration: none;
}

.btn-custom-greyOut{
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #949494;
    border-radius: 4px;
    color: #949494;
    background-color: white;
    min-width: 100px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
}

.btn-custom-greyOut:hover{
    /*    background-color: #3D3D3D;*/
    /*border-color: #3D3D3D;*/
    /*color: #ffffff !important;*/
}

/*.jobsApplyShare .btn-custom-greyOut:hover{
    border: 1px solid #949494;    
    color: #949494 !important;
    background-color: white;
}*/

body{
    overflow-x: hidden;
}
.removeRowMargins{
    margin:0px;
}
.header-container {
    display: flex;
    justify-content: space-between;
}
.no-right-padding{
    padding-right: 0;
}

@media only screen and (max-device-width: 480px) {

    .header-container{
        flex-direction: column;
        align-items: center;
    }
    .emp-logo{
        margin-bottom: 10px;
    }
    .sm-no-padd{
        padding: 0;
    }
    .sm-no-mar{
        margin: 0;
    }
}
.activeTab{        
    color: black !important;
    font-weight: 600 !important;
}
.centerIt{
    text-align: center;
}
button.btn-filled:hover {
    box-shadow: 1px 1px 2px #bbb9b7;
}
.text-type-button{
    color:#777777;
}
.text-type-button:active,.text-type-button:hover,text-type-button:focus,text-type-button:visited{
    color:#41A4F5
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.errorCode{
    color: #e01f27;
}
.pressedEffectButton:active,.pressedEffectButton:visited,.pressedEffectButton:focus{
    background: #eaeaea;
}

.btn-filled-grey{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2d3e50;
    border-radius: 4px;
    color: white;
    background-color: #2d3e50;
    width: 100px;
    text-transform: uppercase;
    text-align: center; 
}
button.btn-filled:hover {
    box-shadow: 1px 1px 2px #bbb9b7;
}

.globalHeadingBackground{
    padding: 1.5% 0px 1.5% 4%;
    font-size: 16px;
    border-radius: 2px;
}
.customFontColor{
    color:#787878;
}
.clear{
    clear:both;
}
