﻿

/* Saudi Sans regular */
@font-face {
    font-family: 'saudiasans-regular';
    src: url('../Font/ttf/SaudiaSans-Regular.ttf') format('truetype');
    src: url('../Font/eot/SaudiaSans-Regular.eot') format('embedded-opentype');
    src: url('../Font/otf/SaudiaSans-Regular.otf') format('opentype');
    src: url('../Font/woff/SaudiaSans-Regular.woff') format('woff');
    src: url('../Font/woff2/SaudiaSans-Regular.woff2') format('woff2');
    font-weight: 400;
}

.SaudiaRegularText {
    font-family: saudiasans-regular !important;
}
/* Saudi Sans bold */
@font-face {
    font-family: 'saudiasans-semibold';
    src: url('../Font/ttf/SaudiaSans-SemiBold.ttf') format('truetype');
    src: url('../Font/eot/SaudiaSans-SemiBold.eot') format('embedded-opentype');
    src: url('../Font/otf/SaudiaSans-SemiBold.otf') format('opentype');
    src: url('../Font/woff/SaudiaSans-SemiBold.woff') format('woff');
    /*src: url('../Font/woff2/SaudiaSans-SemiBold.woff2') format('woff2');*/
    font-weight: 600;
}

.SaudiaRegularBold {
    font-family: saudiasans-semibold !important;
}




.mb-resp {
  margin-bottom: .5rem; }

.navbar {
  background: #1D1760 !important; }

.btn-outline-secondary:hover {
  color: white !important; }

#notes {
  position: relative;
  min-height: 40%; 
  font-size: small;
}

  #notes .primary-overlay {
    position: absolute;
    margin-bottom: 0;
    margin-top: 5px;
    width: 100%;
    height: 100%; }

.main-footer {
    font-size: x-small;
    margin-top: .8rem;
    padding: 2px;
    border-top: 1px solid #0000001A;
    
}

.activeLink {
    font-family: saudiasans-semibold;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    line-height: 36px;
    letter-spacing: -0.02em;
}

.cd_bd {
    border-bottom: 1px solid #0000001A;
}

.alert_ {
  font-size: small;
  color: #9E7498; }

.summary_header {
  color: #0082ca;
  font-weight: bold; }

.msgs {
    font-size: x-small;
    color: #0077B9;
    margin: 0px;
}

#ddlLanguages option {
  color: #0B1761;
  background-color: white;
  border: none;
  border-radius: 2px; }

.ddl {
    background: linear-gradient(0deg, rgba(3, 136, 70, 0.1), rgba(3, 136, 70, 0.1)), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 0px 12px 0px #3C68D9;
    box-shadow: 0px 0px 0px 0px #FFFFFF inset;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #026634;
}

@media (max-width: 740px) {
  body {
    font-size: 0.8rem;
    margin: auto; }
  #notes {
    min-height: 30%; }
  #form_ i {
    font-size: 15px !important; } }


