﻿@font-face {
    font-family: 'MV Faseyha';
    src: url('../font/mv_faseyha.eot');
    src: url('../font/mv_faseyha.eot?#iefix') format('embedded-opentype'), url('../font/mv_faseyha.woff') format('woff'), url('../font/mv_faseyha.ttf') format('truetype');
}

@font-face {
    font-family: 'MV Waheed';
    src: url('../font/MVAWaheed.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro';
    src: url('../font/AvenirNextLTPro-DemiCn.eot');
    src: url('../font/AvenirNextLTPro-DemiCn.eot?#iefix') format('embedded-opentype'), url('../font/AvenirNextLTPro-DemiCn.woff') format('woff'), url('../font/AvenirNextLTPro-DemiCn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

th {
    font-family: AvenirNextLTPro, sans-serif !important;
}
h1 {
    font-family: AvenirNextLTPro, sans-serif;
    line-height: 1.42857143;
    font-size: 35px;
    margin-top: 20px;
    color: #467362;
}

h2 {
    font-family: AvenirNextLTPro, sans-serif;
    line-height: 1.42857143;
    font-size: 20px;
    text-align: center;
    padding-top: 20px;
    text-transform: uppercase;
    color: #467362;
}

h3 {
    font-family: AvenirNextLTPro, sans-serif;
    line-height: 1.42857143;
    font-size: 18px;
}

h5 {
    font-size: 24px;
    font-family: 'MV Waheed', 'Mv Eamaan XP';
    margin-top: 10px;
    margin-right: 5px;
    line-height: 30px;
    color: #467362;
}


.thaana {
    direction: rtl;
    font-family: 'MV Faseyha' !important;
    font-size: 18px;
    text-align: right;
}

.thaana-btn {
    direction: rtl;
    font-family: 'MV Faseyha' !important;
    font-size: 15px;
    text-align: right;
    padding: 10px 10px 5px 10px;

}
.thaana-h1 {
    direction: rtl;
    font-family: 'MV Waheed';
    font-size: 35px;
    color: #467362;
    margin-top: 25px;
}

.thaana-h2 {
    direction: rtl;
    font-family: 'MV Waheed';
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.text-highlighted {
    color: #467362 !important;
    font-weight:bold;
    margin-bottom: 5px;
}

.english-text {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px !important;
    direction: ltr;
}


.text-muted {
    color: #929292 !important;
}

.clearfix {
    clear: both;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


.modal-dialog {
    width: 50%; /* New width for default modal */
}


.text-sm{
    font-size:.85em;
}

.btn-apply-po {
    border-color: #d0ae60; /*gold*/ 
}

h3 {
    color: #467362;
}

.toast-success {
    background-color: #467362 !important;
}

.btn-apply-po:hover {
    background-color: #d0ae60;
    color: white !important;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }


}



.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.shadow-box {
    border-radius: 10px;
    display: block;
    margin: 7px 7px 15px 7px;
    background-color: white;
    min-height: 80px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 #d8d8d8, 0 3px 5px 0 #d8d8d8;
    line-height: 30px;
    min-width: 310px;
    font-size: 18px !important;
}


button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


.login-box {
    width: 360px;
}

.login-page {
    -ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-apply-po-login {
    background-color: #198754 !important;
    color: #f8f9fa;
}

    .btn-apply-po-login:hover {
        background-color: #467362 !important;
        color: #f8f9fa;
    }

.btn-apply-po {
    background-color: #467362 !important; /*green*/
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

a {
    text-decoration: none;
    color: #467362;
}

    a:hover {
        color: #d0ae60; /*gold*/
        text-decoration: none;
    }


.btn-apply-po-logout {
    border-color: #d0ae60; /*gold*/
}


.required:after {
    color: #e32;
    content: '*';
    display: inline;
    font-size: 14px;
    margin-top: -3px;
    position: absolute;
}

.ui-sortable {
    -ms-touch-action: none;
    touch-action: none;
    cursor: move;
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    border: 0;
    border-radius: 5px;
    line-height: 30px;
}

.ui-sortable-handle {
    margin: 10px;
    padding: 10px;
}

.section-header {
    background-color: #9bd8c159;
    padding: .8rem .8rem .3rem .8rem;
    margin: 1rem 0 .5rem 0;
}

.wizard-header {
    background-color: #467362;
    padding: 1rem 1rem .5rem 1rem;
    margin: 1rem 0 .5rem 0;
}


.wizard-footer {
    background-color: #f3f3f3;
    padding: 1rem;
    margin: 1rem 0 .5rem 0;
    text-align:center;
}


.white-text  {
    color: white !important;
}
/* Radio styles
-------------------------------------------------- */

.radio-container {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.radio-container:hover input ~ .checkmark {
    background-color: #ead5a3;
}

.radio-container input:checked ~ .checkmark {
    background-color: #d0ae60;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: white;
}

/* Checkbox styles
-------------------------------------------------- */

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: .5rem;
}

    input[type=checkbox]:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        left: -5px;
        background-color: #e9e9e9;
    }

    input[type=checkbox]:checked:before {
        content: "";
        display: block;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        right: 0;
        left: -5px;
        background-color: #d0ae60;
    }

    input[type=checkbox]:checked:after {
        content: "";
        display: block;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 3px;
        left: 2px;
    }


dt {
    font-weight: normal !important;
}

@media screen and (max-width:450px) {

    .wizard-footer {
        padding: .9rem .5rem .5rem .5rem;
        margin: 1rem 1.3rem .5rem 4.3rem;
        text-align: center;
        width: 90%;
        font-size: 14px;
        border-top: 1px solid #e8d4a5;
    }

    .col-form-labelform {
        font-weight: 600;
    }

    dt {
        font-weight: 600;
    }
}
