body {
    background-size: 67px;
    background-repeat: repeat;
    font-family: 'Droid Arabic Kufi', 'OpenSans', arial;
    direction: rtl;
    min-height: 100vh;
    background-color: #eceae4;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
 }
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

a,
a:visited {
    color: #af8f42;
}

a:hover {
    color: #af8f42;
}

h5 {
    color: #100d74;
    font-weight: bold;
}

h3 {
    color: #0e0e0e;
    font-size: 20px;
}

p {
    color: #000000;
    font-size: 16px;
    line-height: 28px;

}

h4 {
    line-height: 30px;
}

label {
    color: #1a1919;
}
.btn.btn-default {
    color: #444444 !important;
    background-color: #e6e6e6;
}

    .btn.btn-default:hover {
        background-color: #cac9c9;
    }
.btn-primary {
    color: #fff !important;
    background-color: #000576;
    border-color: #000576;
}

.btn {
    padding: 10px 40px;
    border-radius: 0px;
    font-weight: bold;
}

.btn:hover {
    cursor: pointer !important;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d0ac57;
    border-color: #d0ac57;
}

.btn-primary:hover {
    background-color: #af8f42 !important;
    border-color: #af8f42;
}



input[type=checkbox],
input[type=radio] {
    margin-left: 5px;
    width: 30px;
    height: 25px;
}

.form-control {
    border-radius: 0px;
    padding: 0rem .75rem;
    margin-top: 7px;
}

.input-group.inline .label {
    margin-left: 10px;
}


.input-group {
    position: relative;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #e5e5e5;
    border-color: #e0e0e0;
    color: black;
    cursor: not-allowed !important;
}

.language {
    font-family: 'OpenSans';
}

.wrap {
    min-height: calc(100vh - 360px);
    text-align: right;
}

.WrapCenter {
    margin: auto;

    max-width: 1280px;
}


.card {
    margin: 10px;
    padding: 10px;
}

.header {
    padding: 0px;
    color: white;
    height: 130px;
    /* background-image: url('../../img/MOIBodyBg.svg'); */
    background-size: cover;
}

.header .logo {
    float: right;
    text-align: right;
    display: block;
    margin: auto;
}

.menuToggle {
    background-color: #fff;
}

.menuToggle span {
    display: none;
}

img.captcha {
    width: 100px;
    border: 1px solid lightgrey;
    margin: 10px;
}


.welcomeSection {
/*    margin: 0 -15px;*/
    color: #000;
    position: relative;
}

.welcomeSection a {
    transition: all 0.3s ease;
}

.welcomeSection a:hover {
    text-decoration: none;

}

h3.heading {
    text-align: center;
    padding: 20px 0px;
    color: #000;
    font-weight: bold;
    margin-bottom:0px;
    padding-bottom: 15px;
}

h3.heading.headingAnimation::before {
    width: 100px;
}

.welcomeSection .option {
    transition: all 0.5s ease;
    background-color: white;
    padding: 10px;
    margin: 10px 0px;
    border: 4px solid transparent;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
    opacity: 0;
    transform: translateY(50px);
}

.welcomeSection a:hover .option {
    text-decoration: none;
    transform: translateY(-15px);

}



.welcomeSection .optionVisible {
    opacity: 1 !important;
    transform: translateY(0px);
}

.welcomeSection .optionDisable {
    opacity: 0.5 !important;
    transform: translateY(0px);
    cursor: not-allowed;
}

.welcomeSection .option img {
    display: block;
    text-align: center;
    margin: 10px auto;
    width: 50%;
}

.welcomeSection .option h4 {
    text-align: center;
    color: #100d74;
    font-size: 18px;
    margin: 15px 0px;
    font-weight: bold;
    line-height: 22px;
}

.welcomeSection .option p {
    color: #1a1919;
    text-align: center;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;

}

.aboutDLportal .container {
    background: #ECEAE4;
    padding: 20px;
}

.aboutDLportal p {
    transition: all 0.5s ease;
}

.pageTitle {
    background-color: #000576;
    color: #fff;
    margin-top: 30px;
}

.pageTitle h2 {
    padding: 10px 0px;
    font-size: 26px;
    margin-bottom: 0px;
}

.pageContent {

padding: 25px;

background: #E9E6DE;

margin: 0px -15px;

margin-bottom: 40px;
}

.pageContent ul.listItems {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.pageContent ul.listItems li {
    color: #31708f;
    margin: 10px 0px;
}

.pageContent ul.listItems li::before {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #31708f;
    margin-left: 10px;
}

.pageContent .ulDefault li::before,
.LinkImagelist ul li::before {
    font-family: 'FontAwesome';
    content: "\f0d9";
    color: #d0ac57;
    margin-left: 10px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bcdff1;
    border-radius: 0px;
}

.alert-info h5 {
    color: #1a1919;
}

.LinkImagelist ul li {
    color: #000;
}

#googleMap {
    margin: 10px auto;
    width: 100%;
    height: 600px;
    border: 4px solid #000576;
}

.footer {
    background-color: #000576;
    color: #dbb54f;
    position: relative;
    /* border-image: url(../../img/border.png) 30 stretch; */
    /* border-bottom: 0; */
    /* border-left: 0; */
    /* border-right: 0; */
    /* border-width: 8px 0 0 0; */
    /* border-style: solid; */
}

.footer:after {
    /* content: " ";*/
    position: absolute;
    z-index: 999;
    left: 0px;
    right: 0px;
    top: -10px;
    border-top: 0px solid #dbb54f;
    border-left: 0px solid #dbb54f;
    border-right: 0px solid #dbb54f;
    border-top: 5px solid #dbb54f;
}

.footer p {
    text-align: center;
    color: #c5ae68;
    padding: 30px;
    margin: 0px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.panel-default > .panel-heading a {
    font-size: 16px;
    display: block;
    padding: 4px 15px;
    background-color: #e8e8e8;
    border: 1px solid #b5b5b5;
    color: #181b84 !important;
    font-weight: bold;
}

.panel-default {
    margin-bottom: 10px;
}

.panel-body {
    padding: 10px;
    border: 1px solid #b5b5b5;
    border-top: 0px solid transparent;
}

h4.panel-title {
    margin: 0px;
}

.panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 7px;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #0e193e;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #f9f9f9;
    border: 1px solid #b5b5b5;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.panel-default > .panel-heading a:hover {
    text-decoration: none;
}


.FilterPallate {
    padding: 10px;
    margin: 10px 0;
}

.user-name {
    display: inline-block;
    margin-bottom: 0.4rem;
    margin-left: 0.2rem;
    color: #d0c075;
    margin-top: 5%;
}

.dropdown-item {
    text-align: right;
    color: #292b2c !important;
}

nav {
    display: block;
    width: 1280px;
    margin: auto;
    text-align: center;
    background-color: white;
}

nav .fa-chevron-circle-right {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
}

nav .fa-chevron-down {
    font-size: 0.7em;
}

.menu {
    display: table;
    padding: 0px;
    margin-top: 0;
    background-color: #000576;
    margin-bottom: 0px;
    width: 100%;
}

.menu li {
    display: table-cell;
    position: relative;
    z-index: 100;
    width: 300px;
    font-size: 0.8em;
    perspective: 1000px;
}

.menu li:first-child {
    margin-right: 0;
}

.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 10px 0px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
    font-size: 16px;
}

.menu li a:hover,
.menu li:hover > a {
    color: #000 !Important;
    background: #ececec;
}

.menu .loginBtn:hover > a {
    color: #fff !Important;
    background: #ab8c45;
}



.menu li.grey {
    background-color: #f2f2f2;
}

.menu > li:hover > a {
    /* box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.54); */
}

.menu li:hover {
    position: relative;
    z-index: 99999;
}

.active a {
    color: #17335b !important;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0, -20px);
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #1d2f6d;
    z-index: -1;
    perspective: 1000px;
    transform: rotateX(-90deg);
    transform-origin: top left;
}

.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu ul li a {
    font-size: 16px;
    font-weight: normal;
    display: block;
    color: #fff;
    background: #ececec;
    text-align: right;
    white-space: normal;
    width: auto;
    padding-right: 25px;
}

.menu ul li a:hover,
.menu ul li:hover > a {
    color: #000;
}

.menu li ul li a:hover {
    background-color: #ffffff;
}

.menu li ul li:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 10px;
    color: #000;
    list-style-type: none;
    float: right;
    margin-right: 15px;
    margin-top: 13px;
    padding-left: 5px;
    transition: all 0.3s ease;
}

.menu li ul li:hover:before {
    color: #a1a1a1;
}

.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 0px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.19);
    transform: rotateX(0deg);
}

.menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: rotateY(90deg);
}

.menu ul .sub-menu:hover {
    transform: rotateY(0deg);
}

.menu ul ul .menu ul ul:after {
    left: -6px;
    top: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}

.menu li > ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0, 0);
}

.responsive-menu {
    display: none;
    padding: 12px 20px;
    background: #17335b;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    text-align: right;
}

.responsive-menu a {
    color: white;
    text-decoration: none;
}

.responsive-menu:hover {
    background: #dbdbdb;
    color: #000;
    text-decoration: none;
    /* width: 100%; */
}

.sub-menu .fa {
    font-size: 0.8em;
}

.TopNavbar {
    background-color: #ffffff;
    width: 100%;
    background-color: #000576;
    /* border-image: url(../../img/border.png) 30 stretch; */
    /* border-top: 0; */
    /* border-left: 0; */
    /* border-right: 0; */
    /* border-width: 0 0 8px 0; */
    /* border-style: solid; */
}

.modal-header button {
    min-width: inherit !important;
}

.modal-header {
    background-color: #1d2f6d;
}

.close {
    color: #ffffff;
}

.close:focus,
.close:hover {
    color: #ffffff;
}

h5.modal-title {
    color: #ffffff;
}

.Shadow {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.Shadow .white,
.Shadow .grey {
    padding: 8px;
}

.white {
    background-color: #ffffff;
}

.grey {
    background-color: #fffaee;
}


input[readonly="readonly"],
input[disabled="disabled"],
textarea[disabled="disabled"],
textarea[readonly="readonly"],
select[disabled="disabled"] {
    color: black !important;
    background-color: #e8e8e8!important;
}




.Required {
    color: red !important;
}


.text-white {
    color: #fff !important;
}


input[type=button],
input[type=reset],
input[type=submit],
button {
    min-width: auto;
}

.form-group {
    text-align: right;
}

input[type=password],
input[type=text],
input[type=file],
select,
textarea,
.sp-peoplepicker-topLevel,
.sp-peoplepicker-topLevelDisabled,
.sp-peoplepicker-autoFillContainer,
.ms-inputBox {
    border: 1px solid #b5b5b5;
    /* background-color: #e8e8e8 !important; */
    color: #444;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, .25);
}

.dropdown-toggle::after {
    color: #292b2c;
}

.text-right {
    text-align: left !important;
}

.text-left {
    text-align: right !important;
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

.dropdown-menu-right.show {
    transform: none !important;
    top: 100% !important;
}

.LicenceMessage {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.licenceLink {
    padding-bottom: 30px;
    background-color: #000576;
}

.licenceLink h3 {
    color: #c5ae68;
}

.aboutDLcontent {
    text-align: right;
    padding: 15px;
    border: 1px solid #bdbab0;
}

.aboutDLcontent h3 {
    text-align: right;
    color: #100d74;
    margin-bottom: 0px;
}

.footable > tbody {
    border: 1px solid #dddddd;
    ;
}

.footable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-family: 'Droid Arabic Kufi', tahoma, Arial;
    color: #444444;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0px;
    background-color: #F9F9F9;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #eeeeee;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.footable.breakpoint > tbody > tr > td.footable-row-detail-cell {
    background: #fff;
}

.footable > tbody img {
    vertical-align: middle;
}

.footable > tbody > tr:hover:not(.footable-row-detail) {
    background: #F3F3F3;
}

.footable > tbody > tr:hover:not(.footable-row-detail) > td {
    color: #000000;
}

.footable > tbody > tr:last-child > td {
    border-bottom: none;
}

.footable > tbody > tr > td {
    border-top: 1px solid #dddddd;
    padding: 10px;
    text-align: right;
    border-left: none;
    font-size: 14px;
}

.footable > tbody > tr > td.footable-row-detail-cell,
.footable > tbody > tr > td.footable-first-column {
    border-left: none;
}

.footable > thead > tr > th {
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    text-align: right;
    color: #ffffff;
    font-family: 'Droid Arabic Kufi', tahoma, Arial;
    font-size: 14px;
}

.footable > thead > tr > th a:link,
.footable > thead > tr > th a:visited,
.footable > thead > tr > th a:hover,
.footable > thead > tr > th a:active,
table.GreyGrid th a:link,
table.GreyGrid th a:visited,
table.GreyGrid th a:hover,
table.GreyGrid th a:active {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Droid Arabic Kufi', tahoma, Arial;
}

.footable > thead > tr > th a:hover,
table.GreyGrid th a:hover {
    text-decoration: underline;
    color: #eeeeee;
}




.footable > thead > tr > th,
.footable > thead > tr > td {
    background-color: #4e4c4c;
    /* border: #064272; */
    color: #ffffff;
    border-top: none;
    border-left: none;
    font-weight: bold;
    font-family: 'Droid Arabic Kufi', tahoma, Arial;
    font-size: 14px;
}

.ms-WPBody td {
    font-family: 'Droid Arabic Kufi', tahoma, Arial;
}

.footable > thead > tr > th.footable-first-column,
.footable > thead > tr > td.footable-first-column {
    border-left: none;
}

.disabledLabel {
    color: #b1b1b1 !important;
    border-color: #e1e1e1 !important;
    background-color: #fdfdfd !important;
    cursor: no-drop !important;
}

.footable > tbody > tr > td {
    border-right: none;

}

.footable > tbody > tr {
    border-bottom: none !important;

}

.footable > tbody > tr > td {
    border-bottom: none !important;

}

.footable.breakpoint > tbody > tr.footable-detail-show > td {
    border-bottom: none;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td > span.footable-toggle:before {
    content: "\e001";
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.footable.breakpoint > tbody > tr > td.footable-cell-detail {
    background: #eee;
    border-top: none;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
    display: inline-block;
    font-family: 'footable';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
    font-size: 12px;
    color: #064d86;
    margin-left: 5px;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle:before {
    content: "\e000";
}

.footable.breakpoint.toggle-medium > tbody > tr > td > span.footable-toggle {
    font-size: 18px;
}

.footable.breakpoint.toggle-large > tbody > tr > td > span.footable-toggle {
    font-size: 24px;
}

.footable > thead > tr > th {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.footable > thead > tr > th.footable-sortable:hover {
    cursor: pointer;
}

.footable > thead > tr > th.footable-sorted > span.footable-sort-indicator:before {
    content: "\e013";
}

.footable > thead > tr > th.footable-sorted-desc > span.footable-sort-indicator:before {
    content: "\e012";
}

.footable > thead > tr > th > span.footable-sort-indicator {
    display: inline-block;
    font-family: 'footable';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    padding-left: 5px;
}

.footable > thead > tr > th > span.footable-sort-indicator:before {
    content: "\e022";
}

.footable > tfoot .pagination {
    margin: 0;
}

.footable.no-paging .hide-if-no-paging {
    display: none;
}

.footable-row-detail-inner {
    display: table;
}

.footable-row-detail-row {
    display: table-row;
    line-height: 2em;
}

.footable-row-detail-group {
    display: block;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: bold;
}

.footable-row-detail-name {
    display: table-cell;
    font-weight: bold;
    padding-right: 0.5em;
}

.footable-row-detail-value {
    display: table-cell;
}

.footable-odd {
    background-color: #f7f7f7;
}

@font-face {
    font-family: 'footable';
    src: url('../../fonts/footable.eot');
    src: url('../../fonts/footable.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/footable.woff') format('woff'),
        url('../../fonts/footable.ttf') format('truetype'),
        url('../../fonts/footable.svg#footable') format('svg');
    font-weight: normal;
    font-style: normal;
}

.accordionContainer {
    overflow-y: scroll;
    height: 600px;
}

.mh-full {
    height: 115vh;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'footable';
        src: url('../../../../fonts/footable.svg#footable') format('svg');
        font-weight: normal;
        font-style: normal;
    }
}


@media all and (max-width: 414px) {

    h3.heading {
        font-size: 20px;
        line-height: 29px;
    }

    .btn {
        padding: 10px;
    }
}



@media (max-width:570px) {
    h3.heading::before {
        margin-top: 70px;
    }
}


@media (max-width:678px) {
    .header {
        height: auto;
        padding: 10px;
    }

    .header .logo {
        max-width: 100%;
        height: auto;
    }
}

@media (min-width:678px) {
    .btn {
        margin-left: 10px;
    }
}
@media (min-width:1024px){
    .menu{
        display: block !important;
    }
    .colBtn{
        margin-top: 25px;
    }
	.menu ul li a {
		color:#000;
	}
}


@media (max-width:1200px) {

    .container {
        max-width: 95%;
    }
}


@media (max-width:1300px) {
    .WrapCenter {

        padding: 0px 20px;
    }
}

@media (max-width:768px) {
    .pageTitle {
        margin-top: 15px !important;
    }

    .header {
        height: auto;
    }

    .header .logo {
        padding-bottom: 0px;
        text-align: center;
        float: none;
    }

    .menuToggle {
        cursor: pointer;

    }

    .menuToggle span {
        padding: 15px;
        display: block;
        font-weight: bold;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
    }

    .menuToggle .fa.menuToggle {
        float: left;
    }

    .col-md-6 .alert-info {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .menu .fa-chevron-circle-right {
        transform: rotate(90deg);
    }

    .menu li ul li:before {
        color: white;
        margin-top: 20px;
    }

    .responsive-menu .fa {
        display: inline-block !Important;
    }

    .menu li a {
        font-size: 16px;
    }

    .menu ul li {
        max-width: 100%;
    }

    .menu > li:hover > a {
        transform: scale(1, 1);
        box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);

    }

    nav ul li ul li ul.sub-menu li a {
        background-color: #3994df !important;
    }

    .container nav.active {
        border-left: 4px solid white;
    }

    li.active a {
        background-color: #142254 !Important;
        z-index: 999;
        border-left: 0px solid white;
    }

    .menu {
        display: none;
        margin-left: 0px;
        height: auto;
    }

    .responsive-menu,
    .responsive-menu :active {
        display: block;
        background-color: #ffffff;
    }

    nav {
        display: block;
        margin: auto;
        background: none;
        color: black;
        width: 100%;
        background-color: white;
        overflow: hidden;
        max-width: 1200px;
    }

    nav a {
        color: black !important;
        text-decoration: none;
    }

    .menu li {
        display: block;
        margin: 0;
        width: 100%;
        text-align: right;
    }

    .menu li a {
        background: #142254;
        color: white !important;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #E2E2E2;
    }

    .menu li a:hover,
    .menu li:hover > a {
        background: #142254;
        color: #fff !important;
        width: 100%;
    }

    .menu ul {
        visibility: hidden;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        transform: initial;
    }

    .menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        position: relative;
        transform: initial;
    }

    .menu ul ul {
        left: 0;
        transform: initial;
    }

    .menu li > ul ul:hover {
        transform: initial;
    }

    ul.sub-menu li a {
        background-color: #1d2f6d !important;
    }
}


@media (min-width: 768px) {
    .text-md-right {
        text-align: left !important;
    }

    .text-md-left {
        text-align: right;
    }

    .user-name {
        display: inline-block;
        margin-bottom: 0.4rem;
        margin-left: 0.2rem;
        color: #292b2c;
        margin-top: 30%;
    }
    .welcomeSection .option{
        min-height: 300px;
    }
    .logo {
    padding: 15px;
}
    .welcomeSection .option{
        margin: 10px;
    }
    .welcomeSection .option img {
        width: auto;
    }
    .welcomeSection .option h4{
        line-height: 30px;
    }
    h3.heading{
        padding-bottom: 20px;
        margin-bottom: 15px;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .SearchWrapper {
        margin: 30px auto 20px auto !Important;
        width: 100% !important;
    }

}
@media (min-width:1024px){
    .header{
        background-size: contain;
    }
}

@media (min-width:1024px) and (max-width:1230px) {
    .menu li a {
        font-size: 16px;
    }

}

.dropdown.show .dropdown-menu {
    display: block;
}

/* =========== Line Steps Style ==============*/


.line-steps .column-step {
    padding: 30px 0;
    text-align: center
}

.line-steps .step-number {
    font-size: 18px;
    background: #fff;
    border-radius: 50% !important;
    display: inline-block;
    margin: auto auto 14px;
    border: 3px solid #e4e7ea;
    position: relative;
    height: 40px;
    width: 40px;
    z-index: 3;
    line-height: 32px;
}

.line-steps .step-title {
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

    .line-steps .step-title:after,
    .line-steps .step-title:before {
        content: '';
        height: 3px;
        width: 50%;
        position: absolute;
        background-color: #e4e7ea;
        top: -32px;
        z-index: 1;
        transform: translateY(-100%)
    }

    .line-steps .step-title:after {
        right: 50%
    }

    .line-steps .step-title:before {
        left: 50%
    }

.line-steps .finish .step-title:after,
.line-steps .start .step-title:before {
    content: none
}

.line-steps .start .step-title:after {
    background-color: #d0ac57;
}

.line-steps .start .step-number {
    color: #ddba68;
    border-color: #d0ac57;
}

.line-steps .start .step-info,
.line-steps .start .step-title {
    color: #000000;
}




.noty_text {
    font-size: 16px !important;
    font-weight: 400;
}




.line-steps .active .step-title:after,
.line-steps .active .step-title:before {
    background-color: #d0ac57;
}

.line-steps .active .step-number {
    color: #d0ac57;
    border-color: #d0ac57;
    webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.line-steps .active .step-info,
.line-steps .active .step-title {
    color: #000000;
}

.line-steps .Completed .step-title:after,
.line-steps .Completed .step-title:before {
    background-color: #d0ac57;
}

.line-steps .Completed .step-number {
    color: #d0ac57;
    border-color: #d0ac57;
}

.line-steps .Completed .step-info,
.line-steps .Completed .step-title {
    color: #000000;
}

.line-steps .finish .step-number {
    color: #292b2c;
}

.line-steps .finish .step-info,
.line-steps .finish .step-title {
    color: #000000;
}

/* =========== Line Steps End ==============*/

.ajaxPanel {
    position: fixed;
    background-color: #f3f3f3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: 10000;
    background-image: url('../../img/AjaxLoader.gif');
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.ReqValidator {
    /* font-size: 12px !important; */
    color: red !important;
}
/*.ReqValidator [style*="inline"]
{
  display:block !Important;
}

span.Validator[style*="inline"] {
    display: block !Important;
    color: red !important;

}*/
.ValidateFileType {
    color: red !important;
}

.Validator {
    color: red !important;
}

ul.ulDefault {
    margin: 10px 0px !important;
    color: #000;
    list-style: none;
}

.btn-link1 {
    font-weight: bolder;
    color: #007bff;
    background-color: transparent;
    cursor: pointer;
}

.Required {
    color: red !important;
}
/* for responsive Pagging */
.pagingRow {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: #efefef;
}

    .pagingRow td, .footable .pagingRow td {
        background: #fff;
        border-width: 0;
        width: 22px;
        text-align: center;
    }

    .pagingRow tr td span, .footable .pagingRow tr td span {
        text-align: center;
        background: #bd9e56;
        border-width: 0;
        padding: 2px 10px 2px 10px;
        border-bottom: 2px solid gray;
        border-right: 1px solid gray;
        border-left: 1px solid #efefef;
        border-top: 1px solid #efefef;
        color: #ffffff;
    }



.footable.breakpoint > tbody > tr.pagingRow > td > span.footable-toggle {
    display: none;
}

.footable.breakpoint > tbody > tr.footerRow > td > span.footable-toggle {
    display: none;
}



.ReqValidator {
    /* font-size: 12px !important; */
    color: red !important;
}

/*span.Validator[style*="inline"] {
    display: block !Important;
    color: red !important;

}*/
.Required {
    color: red !important;
}
/*****************************Radio Button Design***************************************/
.radio input[type="radio"]:checked + label::before {
    font-size: 13pt !important;
    line-height: 21px !important;
    background-color: #FFF;
    !important;
    border: 5px solid #0074d9;
}

.radio label:hover {
    cursor: pointer !important;
}

.radio label::before {
    height: 25px;
    width: 25px;
    border-radius: 10px;
    border: 1px solid #E4E7ED;
}



.radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 20px;
    position: relative;
    left: 14px;
    top: 4px;
    border: 1px solid #c5c3c3;
    background-color: #E4E7ED;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*****************************End Radio Button Design***************************************/

/*******************************Check Box Design*************************************/
.radio, .checkbox {
    padding-left: 0px;
    margin-bottom: 0;
    min-height: 0 !important;
}

    .radio input[type=radio], .checkbox input[type=checkbox] {
        display: none;
    }


    .checkbox label:hover {
        cursor: pointer;
    }

    .checkbox label {
        font-size: 13pt;
        padding-left: 35px;
    }

    .checkbox label {
        margin-bottom: 5px;
        padding-top: 2px;
    }

    radio label, .checkbox label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 15px;
        margin-bottom: 10px;
        font-size: 1rem;
    }



        .checkbox label::before {
            height: 25px;
            width: 25px;
        }

    .checkbox input[type=checkbox]:checked + label:before {
        font-family: FontAwesome;
        content: "\f00c";
        text-shadow: 1px 1px 1px rgba(0,0,0,.2);
        font-weight: normal;
        color: #fff;
        font-weight: bolder;
        text-align: center;
        background-color: #0074d9;
    }

    .checkbox label:before {
        border-radius: 3px;
        border: 1px solid #E4E7ED;
    }

    .checkbox label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 17px;
        margin-left: 5px;
        position: relative;
        right: 0;
        top: 2px;
        border: 1px solid #c5c3c3;
        background-color: #E4E7ED;
    }


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***************************************End of check box*******************************************/
a .aspNetDisabled {
    background: #e6e6e6;
    pointer-events: none;
}
.bg-danger:not(.navbar), .bg-info:not(.navbar), .bg-success:not(.navbar), .bg-warning:not(.navbar) {
    padding: .5rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.text-white {
    color: #fff !important;
}
.modal-header .close {
    padding: 0 !important;
    margin: 0 !important;
}


/***************************************End of check box*******************************************/

.welcomeSection .option img {
    width: 40% !important;
}

.welcomeSection .option {
    height: auto;
    min-height: 0;
    margin: 0;
    margin-bottom: 15px;
}

    .welcomeSection .option h4 {
        text-align: center;
        color: #100d74;
        font-size: 18px;
        margin: 5px 0px;
        font-weight: bold;
        line-height: 22px;
    }

    .welcomeSection .option p {
        color: #1a1919;
        text-align: center;
        font-size: 14px;
        font-weight: lighter;
        line-height: 20px;
    }

@media only screen and (min-width:768px) {
    .welcomeSection .option {
        height: 270px;
    }

}

@media only screen and (min-width:992px) {
    .welcomeSection .option {
        height: 220px;
    }
}

.loginContainer {
    position: relative;
    background: #ECEAE4;
    /* padding: 30px; */
    box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.18);
    width: 80%;
    margin: auto;
    border: 1px solid #c8c8c8;
}

.loginBody {
    padding: 20px;
}

.loginBody h4 {
    margin-bottom: 20px;
    font-size: 2.3rem;
}

.loginContainer .btn-primary {
    background-color: #08035d;
    border-radius: 0.25em;
    font-weight: 400;
}

.loginContainer .loginHeader {
    background-color: #000576;
    padding: 15px;
    text-align: center;
    background-size: cover;
}

.loginBody p {
    text-align: center;
    margin: 50px auto;
    font-size: 2.5rem;
}

.loginBody .btn {
    width: 100%;
}

.loginBody a.forgotPass {
    display: block;
    margin: 20px auto;
    font-size: 30px;
}
.loginBody label{
    font-size: 2rem;
}
.loginBody input[type=text],.loginBody input[type=password]{
    height: 85px;
    font-size: 2.5rem;
}
.loginBody .LangMargin{
    font-size: 38px;
}
.loginHeader img{
    width:60%
}
.loginContainer .btn {
    font-size:2.5rem !important;
}
.loginBody input[type=checkbox] {
    margin-left: 5px;
    width: 30px;
    height: 25px;
}
@media screen and  (max-width:768px) and (min-width:0px)  {
	.loginContainer {
		width:80%;
	}
}
@media only screen and (min-width:1024px){
	.loginContainer {
		width:500px;
	}
	.loginBody h4 {
    font-size: 1.5rem;
}

.loginBody p {
    font-size: 16px;
	margin: 10px auto;
}

.loginBody a.forgotPass {
    font-size: 1rem;
}
.loginBody label{
    font-size: 1rem;
}
.loginBody input[type=text],.loginBody input[type=password]{
    height: 40px;
    font-size: 1rem;
}
.loginBody .LangMargin{
    font-size: 1rem;
}
.loginHeader img{
    width:auto;
}
.loginContainer .btn {
    font-size:1rem !important;
}
.loginBody input[type=checkbox] {
    margin-left: 5px;
    width: auto;
    height: auto;
}
}
