@font-face {
  font-family: 'carmelitregular';
  src: url('../fonts/carmelitregular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/carmelitregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/carmelitregular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/carmelitregular.ttf')  format('truetype') /* Safari, Android, iOS */
       url('../fonts/carmelitregular.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'carmelitregularbold';
  src: url('../fonts/carmelitbold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/carmelitbold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/carmelitbold.woff') format('woff'), /* Modern Browsers */
       url('../fonts/carmelitbold.ttf')  format('truetype') /* Safari, Android, iOS */
       url('../fonts/carmelitbold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

body{
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    background-color : #152e47;
    font-family : carmelitregular, sans-serif;
}

#page_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100wh;
    height: 100vh;
}
#form_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row-reverse;
    width: 62vw;
    max-width: 1200px;
    height: 64vh;
    min-height: 400px;
    position: relative;
    background: #fff url("../images/backround.png") left no-repeat;
    background-size: 100% 100%;
}

.form_left{
    display: flex;
    align-items:flex-start;
    justify-content: start;
    width: 50%;
}

.form_right{
    width: 50%;
    max-width: 50%;
    padding-right: 80px;
    color: #152e47;
}

.form_right h2{
    font-size: 40px;
    font-weight: normal;
}

.form_right p{
    font-size: 18px;
    font-weight: normal;
}

.form-logo{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100px;
    height: 100px;
    background: url('../images/black-logo.png') no-repeat;
    background-size: contain;  
}

#banner{
    background-color : #092f3c;
    height : 90px;  
    padding-left: 100px; 
}

.header_img{
    float :right;
    height : 40px;
    width : auto;
    padding : 20px 12px 16px 0;
}

.banner_text{
    color : white;
	font-family : carmelitregular, sans-serif;
    font-weight : normal;
    font-size : 32pt;
    top : -75px;
    height : 0;
    position : relative;
    margin : 0 auto;
    text-align : center;
}

.intro_box{
    width : 650px;  
    margin : auto;
    background-color : #146583; 
    display : table;
    font-size : 16pt;
    font-family : carmelitregular, sans-serif;
    color : white;
}

.intro_box p{
    display : inherit;
    padding-top : 50px;
    margin : auto; 
}

#logo{
    position : absolute;
    bottom : 0;
    right : 0;
}

.corner_button{
    width : 162px;
    height : 38px;
    border : none;
    position: absolute; 
    bottom: 0;
    left : 0;
}

/*  main page */

#banner_text_1{
    font-size : 44pt;
}

#intro_box_1{
    height : 120px;   
}

#registration_table{
    position: relative;
    margin : auto;
    text-align : left;
}
#registration_table tr:last-child{
    height: 50px;
    padding-top: 10px;
}

.table_label{
    color : white;
    width : 140px;
    font-family : carmelitregular, sans-serif;
    font-size : 16pt;
    padding : 10px 20px;  
}
.table_field{
    box-sizing:border-box;
    padding: 3px 15px;
    margin: 2px;
    width : 250px;
    height : 40px;
    margin-bottom: 5px;
    border-width: 1px;
    border-color: #152e47;
    color: #8a96a3;
    font-size: 18px;
}

.table_field::placeholder{
    color: #8a96a3;
    font-size: 18px;
}

.table_field:focus{
    background-color: #152e47;
    outline: none;
    color: #fff;
}

.table_field:focus::placeholder{
    color: #fff
}

.combo {
    color: #8a96a3;
    font-size: 18px;
    padding: 1px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: url('../images/arrow-down.png') no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    background-size: 20px;
}

.corner_button{
    box-sizing: border-box;
    width: 250px;
    height: 45px;
    background-color: #016e77;
    color: #fff;
    font-size: 24px;
    margin-left: 5px;
    margin-top: 10px;
}

select::-ms-expand { display: none; }

option{
    direction : rtl;
}

/* finish page */

#white_crowd{
    opacity: 0.2;
    display: block;
    position : absolute;
    bottom : 0;
    right : 240px;
}

#intro_box_2{
    height : 310px;
}

/*  manager login page */
#key{
    opacity: 0.2;
    position : absolute;
    left : 0;
    bottom : 90px;
    width : 720px;
}

#login{
    position : absolute;
    top : 260px;
    left : 280px;
}

/*  manager page */

.left_arrow{
    width : 20px;
    position : absolute;
    right : 40px;
}

#left_arrow_1{
    top : 226px;
}
#left_arrow_2{
    top : 268px;
}


#results_wrap{
    width : 750px;
    margin : auto;
}

.men_box{
    width : 305px;
    color : white;
    font-size : 18pt;
    position : relative;
    margin : 0 auto;
    text-align : center;
    padding : 18px 10px 0;
}

.men_box a:link, .men_box a:hover, .men_box a:visited{
    text-decoration: none;
    color : white;
}

.results_box{
    background-color : #072a37;
    height : 62px;
    margin : 50px 22px 6px;
    display : inline-block;
    white-space: pre;
}

.results_link{
    background-color : #146583;
    height : 30px;
    margin : 0 22px 3px;
    text-align : right;
    padding : 4px 10px;
}

b{
    font-family : carmelitregularbold;
}

/*  manager table page */

#results_table{
    width : 720px;
    margin : 68px auto;
    text-align : right;
    font-size : 13pt;
    table-layout : fixed;
    word-break:keep-words;
}

#results_table th{
    background-color: #092f3c;
    color : white;
    font-weight : normal;
    vertical-align: top;
}

#results_table tr{
    background-color : white;
    color : #092f3c;
}
#row_number{
    background-color: #146583;
    color : white;
    font-weight : bold;
}

#results_table td, #results_table th{
    margin : 3px;
    padding : 6px;
    overflow : hidden;
    table-layout : auto;
}

#results_table td:nth-of-type(2){
    font-weight : bold;
    font-size : 12pt;
    direction : ltr;
    text-align : right;
}

#results_table td:nth-of-type(1), #results_table th:nth-of-type(1){    
    width : 28px;  
}

#results_table td:nth-of-type(2), #results_table th:nth-of-type(2){   
    width : 59px;  
}

#results_table td:nth-of-type(2), #results_table th:nth-of-type(5){   
    width : 68px;  
}

#results_table td:nth-of-type(9), #results_table th:nth-of-type(10){
     
    width : 50px;  
}

#results_table td:nth-of-type(10), #results_table th:nth-of-type(11){
     
    width : 30px;  
}
 
