@font-face {
  font-family: 'noorBold';
  src: url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.eot'); /* IE9 Compat Modes */
  src: url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.woff2') format('woff2'), /* Modern Browsers */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.woff') format('woff'), /* Modern Browsers */
  url('https://eservices.adf.gov.sa/vdi_assets/fonts/noor-bold.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

* {
    font-family: noorBold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif!important;
}

body.webtop2 {
    background-color: #25413A;
    background-image: none;
    background: url('./bg.jpg');
    background-attachment: fixed;
    background-position: center;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

body.webtop2 table#page_header{
    background-color: transparent;
    background-image: none;
}
body.webtop2 #main_table_image_cell {
    display: none;
}
body.webtop2 table#main_table {
    background-color: transparent;
    height: auto;
}
body.webtop2 table#main_table form {
    width: 100%;
}
body.webtop2 table#main_table table#credentials_table {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    width: 80%;
    max-width: 550px;
    margin: 0 auto;
    height: auto;
    border-radius: 10px;
}
body.webtop2 table#main_table table#credentials_table td{
    padding: 7px 50px!important;
}
table#main_table table#credentials_table td#credentials_table_header {
    text-align: center;
    color: #25413A;
    padding-top: 30px!important;
}
table#main_table table#credentials_table td#credentials_table_header strong {
    color: #25413A!important;
}
table#main_table table#credentials_table td#credentials_table_header div {
    color: #25413A!important;
}

body.webtop2 td#header_leftcell{
    height: 130px;
}
body.webtop2 td#header_leftcell img{
    position: fixed;
    left: 10px;
    top: 10px;
    content:url("https://adf.gov.sa/assets/images/header_logo_2.png");
    width: 350px;
}

body.webtop2 table#main_table table#credentials_table td#credentials_table_postheader {

}
body.webtop2 table#main_table table#credentials_table td#credentials_table_postheader font font {
    color: #FFFFFF;
    background-color: #FF6942;
    padding: 10px;
    border-radius: 10px;
    display: block;
}

body.webtop2 table#main_table table#credentials_table input.credentials_input_password, body.webtop2 input.credentials_input_password_disabled, body.webtop2 input.credentials_input_text, body.webtop2 input.credentials_input_text_disabled{
    width: 100%;
    padding: 20px 10px;
    border-radius: 5px;
    border-width: 0;
    background-color: #FFFFFF!important;
    outline: none;
}

body.webtop2 table#main_table table#credentials_table label {
    color: #25413A;
    margin-bottom: 5px;
}

body.webtop2 div.inspectionHostDIVBig {
    height: 80%;
    border-radius: 10px;
    border: #888888 1px solid;
    background: #ffffff;
    opacity: 0.85;
}

body.webtop2 table#IHoptions a{
    color: #9B696A;
    text-decoration: none;
}
body.webtop2 table#IHoptions a:hover {
    color: #444444;
    text-decoration: underline;
}

body.webtop2 table#main_table table#credentials_table input.credentials_input_submit, body.webtop2 input.credentials_input_submit_disabled{
    display: block;
    width: 100px;
    border-radius: 5px;
    margin: 0 auto;
    padding: 5px 5px;
    background-color: #25413A;
    color: #FFFFFF;
    border: #25413A 1px solid;
    outline: none;
    cursor: pointer;
}

body.webtop2 table#main_table table#credentials_table input.credentials_input_submit:hover, body.webtop2 input.credentials_input_submit_disabled:hover{
    background-color: #FFFFFF;
    color: #25413A;
}

body.webtop2 div#page_footer{
    top: 100vh;
    left: 0;
    right: 0;
    text-align: center;
    border-top: 0 solid rgba(255, 255, 255, 0.2);
    margin: 0 20px 10px 20px;
    padding: 10px;
    width: auto;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
body.webtop2 div#page_footer div{
    color: #444444;;
    font-size: 12px;
    padding: 0;
}

body.webtop2 #webtop_toolbar {
    background-image: none;
    background-color:transparent;

}
body.webtop2 #webtop_toolbar .container {
    background-color:transparent;
}
body.webtop2 #webtop_toolbar .container span {

}
body.webtop2 #webtop_toolbar .border_hover {
    background-color: rgba(255, 255, 255, .5);
    color: #25413A!important;
    border-radius: 10px;
    padding:2px 8px;
    border-width: 0;
}
body.webtop2 #webtop_toolbar .border_hover:hover {

}


body.webtop2 div#webtop_toolbar .border_hover:hover {
  background-color: transparent;
  color: #25413A!important;
}

body.webtop2 #webtop_toolbar .border_hover:hover {
  color: #25413A!important;
  background-color: rgba(255, 255, 255, .7)!important;
  background-image: none;
  border-width: 0;
}

body.webtop2 #webtop_favorites_inner_container2 .resourcetype .title {
  color: #FFFFFF!important;
}

body.webtop2 #webtop_favorites_inner_container2 div.resourcetype div.aftertitle {
  background-image: url("./white_line_dot.png");

}

body.webtop2 #webtop_favorites_inner_container2 .favorite{
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  margin-bottom: 10px!important;
  color: #25413A!important;
  border-width: 0!important;
}

body.webtop2 #webtop_favorites_inner_container2 .favorite:hover {
  background: none!important;
  background-color: rgba(255, 255, 255, 0.7)!important;
  border-width: 0!important;
}


body.webtop2 table#page_header td#header_rightcell button {
   background: none!important;
  background-color: rgba(255, 255, 255, 0.6)!important;
  border-width: 0!important;
  color: #25413A!important;
  padding: 3px 10px;
}

body.webtop2 table#page_header td#header_rightcell button:hover{
  background-color: rgba(255, 255, 255, 0.8)!important;
}

body.webtop2 div.styledModalDialogueDIV {
  border: 0!important;
  border-radius: 15px;
}
body.webtop2 div.styledModalDialogueDIV div#SMDHeader{
  background-image: none!important;
  background-color: #7E8D5F;
  border-radius: 15px 15px 0 0;
  border: #6D7A52 1px solid;
  border-bottom-width: 0;
}
body.webtop2 div.styledModalDialogueDIV div#SMDButtons {
  border-radius: 0 0 15px 15px;
  background-color: transparent!important;
  border-top-width: 0;
}
body.webtop2 div.styledModalDialogueDIV div#SMDButtons input {
  border-radius: 5px;
  border-shadow: none;
  background-color: #7E8D5F;
  color: #FFFFFF;
  border: transparent 1px solid;
  padding: 2px 10px
}
body.webtop2 div.styledModalDialogueDIV {
  background-color: rgba(255, 255, 255, .8)!important;
}
body.webtop2 div#webtop_favorites_outer_container div#searchbox {
  top: 160px;
  border: #CCCCCC 3px solid!important;
  background-color: #FFFFFF;
  outline: none!important;
}
body.webtop2 div#webtop_favorites_outer_container div#searchbox input{
  outline:none;
}

body.webtop2 #webtop_favorites_inner_container2 span.favorite span.image img {
    width: 24px;
    height: 24px;
}

body.webtop2 #webtop_searchdiv {
    border-bottom: rgba(255, 255, 255, .8) 1px dashed;
    padding-bottom: 30px;
}
