/************************************
    ExecSearches's Common CSS
    http://execsearches.com/
    
    Author:
    Alejandro Pedretti
    http://apvagency.com/

    License: Licensed under the MIT License
    
***********************************************************/


/* region ** WEBSITE FRAMEWORK */
/*****************************************************************/

html{
    height: 100%;
}
body{
    min-height: 100%;
    font-family: 'ralewayregular', Arial, Helvetica, sans-serif;
    font-size: 15px;
}
a, button{
    transition: linear .2s;
    -webkit-transition: linear .2s;
}
::selection {
  background: #1068e9; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #1068e9; /* Gecko Browsers */
  color: white;
}
h1{
    font-family: 'ralewayheavy';
    font-weight: normal;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clickable{
    cursor: pointer;
}
.hidden{
    display: none;
}
.ellipsis_text{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.center_text{
    text-align: center;
}
.table{
    display: table;
}
.table_cell{
    display: table-cell;
}
.table_cell.centered{
    vertical-align: middle;
}
.border_3{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.border_5{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.border_top_5{
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.border_bottom_5{
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* endregion ** *****************************************************/

/* region ** GENERAL ELEMENTS */
/*****************************************************************/

.button{
    display: block;
    padding: 0 32px;
    height: 44px;
    line-height: 44px;
    color: white;
    font: 14px arial;
    font-weight: bold;
    border: 0 none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.button_small{
    font-size: 10px;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
}
.button_green {
    background: #24b701;
}
.button_green:hover {
    background: #3d7a0c;
}
.button_red {
    background: #b91414;
}
.button_red:hover {
    background: #a81616;
}
.button_black{
    background: #000;
}
.button_black:hover{
    background: #656565;
}
.empty_button{
    display: inline-block;
    font: 16.5px 'ralewaybold';
    background: transparent;
    line-height: 36px;
    border: 2px solid white;
    padding: 0 30px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}
.empty_button_small{
    display: inline-block;
    font: 10px 'ralewaysemibold';
    background: transparent none center center no-repeat;
    line-height: 23px;
    min-height: 23px;
    border: 2px solid white;
    padding: 0 15px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}
.empty_button img,
.empty_button_small img{
    display: none;
}
.empty_button:hover{
    background-color: #fff;
    color: #3C3C3C;
}
.empty_button_green{
    border-color: #7aa51d;
    color: #7aa51d;
}
.empty_button_green:hover,
.empty_button_green.active{
    background-color: #7aa51d;
    color: #fff;
}
.empty_button_blue{
    border-color: #1e55a6;
    color: #1e55a6;
}
.empty_button_blue:hover,
.empty_button_blue.active{
    background-color: #1e55a6;
    color: #fff;
}
.empty_button_white{
    border-color: #fff;
    color: #fff;
}
.empty_button_white:hover{
    background-color: #fff;
}
.empty_button_orange{
    border-color: #BD8718;
    color: #BD8718;
}
.empty_button_orange:hover,
.empty_button_orange.active{
    background-color: #BD8718;
    color: #fff;
}
.empty_button_red{
    border-color: #A01322;
    color: #A01322;
}
.empty_button_red:hover,
.empty_button_red.active{
    background-color: #A01322;
    color: #fff;
}
.filled_button{
    display: inline-block;
    font: 16.5px 'ralewaybold';  
    background: transparent;
    line-height: 36px;
    border: 2px solid transparent;
    padding: 0 30px;
    text-align: center;
    cursor: pointer;
}
.filled_button_green{
    background: #7aa51d;
    color: #fff;
}
.filled_button_green:hover{
    color: #7aa51d;
    background: #fff;
}
.filled_button_white_blue{
    background: #fff;
    color: #1e55a6;
}
.filled_button_white_blue:hover{
    background: #1e55a6;
    color: #fff;
}
.filled_button_white_green{
    background: #fff;
    color: #7aa51d;
}
.filled_button_white_green:hover{
    background: #7aa51d;
    color: #fff;
}
.blue_link{
    color: #2767CB;
}
.blue_link:hover,
.blue_link:visited{
    color: #1675E0;
    text-decoration: underline;
}
.black_blue_link{
    color: #000;
}
.black_blue_link:hover{
    color: #1675E0;
}

.tiny_arrow_bottom {
    position: relative;
}
.tiny_arrow_bottom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 5px;
    margin-left: -5px;
}
.arrow_blue{
    background: #1e55a6;
}
.arrow_blue:after{
    border-top-color: #1e55a6;
}
.arrow_white{
    background: #fff;
}
.arrow_white:after{
    border-top-color: #fff;
}

.custom_select{
    position: relative;
}
.custom_select_header{
    display: block;
    height: 13px;
    padding: 6px 10px 6px 12px;
    border: 1px solid #A9A9A9;
    border-radius: 2px;
    font-size: 13px;
    cursor: default;
}
.custom_select_header i{
    margin-left: 5px;
}
.custom_select ul{
    overflow: hidden;
    border: 1px solid #8f8f8f;
    position: absolute;
    min-width: 100%;
    background: #fff;
    top: 27px;
    right: 0;
}
.custom_select li{
    font-size: 13px;
}
.custom_select li a{
    display: block;
    color: #262626;
    padding: 6px 10px 5px;
}
.custom_select li a:hover{
    color: #fff;
    background: #1e55a6;
}

.alert {
    padding: 18px 35px 18px 14px;
    margin: 20px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    color: #c09853;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    line-height: 1.3;
}
.alert h4{
    display: inline;
    color: #c09853;
    margin: 0;
    padding: 0;
}
.alert .close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 21px;
    font-weight: lighter;
    color: #000;
    opacity: 0.35;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: arial;
    background: transparent;
    padding: 13px 20px 13px 30px;
}
.alert strong {
    font-weight: bold;
}
.alert_success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert_warning {
    color: #888229;
    background-color: #f0ebbd;
    border-color: #d7d2a6;
}


/* endregion ** *****************************************************/

/* region ** MODAL WINDOWS  */
/*****************************************************************/

.modal{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
}
.modal_background{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
}
.modal_background{
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}
.modal_box{
    position: relative;
    z-index: 51;
}
.modal_actions{
    text-align: center;
}
.white_modal .modal_box{
    background: white;
    max-width: 700px;
}
.white_modal .modal_title{
    position: relative;
    border-bottom: 1px solid #e1e1e1;
}
.white_modal .modal_title h3{
    font-family: ralewayregular;
    line-height: 1.3;
    color: #404040;
    text-align: center;
    font-size: 26px;
    padding: 25px 25px;
}
.white_modal .modal_close{
    top: 2px;
    right: 7px;
    position: absolute;
    cursor: pointer;
}
.white_modal .modal_close i{
    color: #949494;
    font-size: 20px;
    padding: 10px;
}
.white_modal .modal_close i:hover{
    color: #1e55a6;
}
.white_modal .modal_content{
    margin: 30px 40px 0;
    padding-bottom: 40px;
}

/**  CONFIRM  *********************/
.modal_confirm .modal_box {
    width: 96%;
    max-width: 700px;
    margin: 12% auto 0;
}
.modal_confirm .modal_content_text{
    font-family: ralewaylight;
    font-size: 15px;
    color: #5C5C5C;
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
    padding: 0 50px;
}
.modal_confirm .modal_buttons{
    text-align: center;
    padding: 34px 0 40px;
}
.modal_confirm .modal_buttons a{
    display: inline-block;
}

/* endregion ** *****************************************************/
