@font-face {
    font-family: 'TW Cen MT';
    src: url('fonts/fontscorecomttwcenmt.eot');
    src: local('fontscorecomttwcenmt'), url('fonts/fontscorecomttwcenmt.woff') format('woff'), url('fonts/fontscorecomttwcenmt.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #010101;
    font-family: 'TW Cen MT', serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.667em;
}

img {
    max-width: 25%;
    border: 0;
    vertical-align: middle;
}

a {
    color: #000;
    text-decoration: none;
    transition: box-shadow 0.5s ease-in-out;
}

a:hover,
a:focus {
    box-shadow: 0 0 0;
    text-decoration: none;
}

/* 
commenting box-shadow for a tag
box-shadow: 0 1px currentColor;
*/
/*@font-face {
    font-family: 'TW Cen MT';
    src: url('../fonts/3f922bb9-12d1-498a-b9d3-a079131a7c89-webfont.woff2') format('woff2'),
         url('../fonts/3f922bb9-12d1-498a-b9d3-a079131a7c89-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    margin-bottom: -5em;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
}

body.login .wrapper,
body.listing .wrapper {
    margin-bottom: 5em;
    padding: 5vh 0;
}

body.login .info {
    padding: 4em 0 1em;
}

body.login .top-border {
    text-align: center;
}

/* login page header linear-gradient color combo */
.top-border {
    background-image: url(img/header-bg-jaali.png), linear-gradient(to bottom, rgba(139, 69, 19, 1) 0%, rgb(86, 43, 12) 100%);
    background-repeat: repeat;
    padding: 0.75em;
}

.img-responsive {
    max-width: 100%;
}

.col-md-6 {
    max-width: 50%;
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.hidden {
    display: none;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.wrapper {
    text-align: center;
}

.title {
    color: #562b0c;
    display: inline-block;
    font-family: 'TW Cen MT', serif;
    font-size: 2.5em;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}

.title sup {
    font-size: 0.6em;
}

.title:before {
    box-shadow: 0 2px #562b0c;
    content: '';
    position: absolute;
    width: 85%;
    margin: 0 auto;
    height: 2px;
    position: absolute;
    top: 90%;
    left: 0;
    right: 0
}

.server-selection {
    margin: 1em 0
}

.server-select {
    font-family: 'TW Cen MT', serif;
    color: #114328;
    font-size: 2em;
    line-height: 2em;
    margin-right: 0.5em;
    text-transform: uppercase;
}

.selectbox {
    margin: 0 0.5em;
    padding: 0.3em 0.5em;
    border: 1px solid #bfa766;
}

/* footer bg color */
.info {
    background: url(img/footer-bg-jaali.png) repeat #562b0c;
    padding: 1em 0 0;
}

.info .content {
    color: #8aa496;
    line-height: 1.6em;
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
}

.info .content h4 {
    color: #ffffff;
    display: inline-block;
    font-family: 'TW Cen MT', serif;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.8em;
    box-shadow: 0 1px #c5ad6d;
    margin-bottom: 0.7em;
}

.info .content ul {
    list-style: disc;
    list-style-position: inside;
}

.info .content ul li {
    display: inline-block;
    position: relative;
    padding-left: 1em;
    margin: 0 0.5em;
}

.info .content ul li:before {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    top: 7px;
    left: 0;
}

/* footer bg img white  */
.bottom-border {
    background: url(img/footer-design-pattern-white.png) repeat-x;
    height: 43px;
    margin: 2em 0 0;
}

.copy {
    color: #ffffff;
    padding: 0;
    text-align: center;
}

.copy a {
    color: #fff;
    text-decoration: underline;
}

.copy a:hover {
    text-decoration: none;
}

.video-frame img {
    box-shadow: 0 20px 30px -2px rgba(0, 0, 0, 0.3);
}

/* login panel styles */
.loginITS {
    display: flex;
    flex-flow: column;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
    border-color: #562b0c !important;
    border-radius: 0px !important;
}

.panel-login {
    padding: 10px 15px;
    background-color: #562b0c !important;
    border-color: #562b0c !important;
    color: #FFF !important;
    font-size: 18px;
    font-weight: bold;
    margin-right: -1px;
    text-align: left;
}

.panel-body {
    padding: 15px;
    background-color: #F7F5E6;
    border-bottom: 1px solid #F7F5E6;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    /*min-height: 335px;*/
}


.panel a.its {
    background-color: #ecd7a8;
    color: #8a2900 !important;

}

.panel a {
    padding: 10px;
    /* width: 100%; */
    font-weight: 500;
    border-radius: 3px !important;
    margin: 0 5px;
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    white-space: nowrap;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
}

.panel a.its img {
    width: 18px;
    top: 5px;
}

.panel a img {
    position: absolute;
    left: 10px;
    top: 9px;
    width: 22px;
}

.panel a.gForm {
    padding: 0px;
    color: #000;
    margin: 0;
    text-decoration: underline;
}

.aLinkU {
    text-decoration: underline;
}

.av-logo {
    margin: 0.3em 1.5em 0;
    display: inline-block;
}

.its_login .btn {
    background: rgb(139, 69, 19, 1);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(139, 69, 19, 1) 0%, rgba(139, 69, 19, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(139, 69, 19, 1) 0%, rgba(139, 69, 19, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(139, 69, 19, 1) 0%, rgba(139, 69, 19, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#927c43', endColorstr='#665524', GradientType=0);
    /* IE6-9 */
    border-radius: 50px;
    font-family: 'TW Cen MT', serif;
    font-size: 0.8em;
    margin: 0 0.3em;
    padding: 0.5em 1em;
    text-transform: uppercase;
}

.its_login .btn:hover,
.its_login .btn:focus {
    background: #562b0c;
    color: #fff;
}

.its_login a span {
    padding: 0 0 0 5px;
    position: relative;
    bottom: 6px;
}

.pdf-audio {
    margin-left: 25em
}

.pdf-audio li {
    display: inline-block;
    margin-right: 2em;
    position: relative;
}

.pdf-audio li:before {
    background: #ffffff;
    border-radius: 50px;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    right: -20px;
    position: absolute;
    top: 7px;
}

.pdf-audio li:last-child:before {
    display: none;
}

.pdf-audio li a {
    color: #c5ad6d;
    font-family: 'TW Cen MT', serif;
    font-weight: 300;
    font-size: 1.3em;
    text-transform: uppercase;
    box-shadow: 0 0 0;
}

.pdf-audio li a:hover,
.pdf-audio li a:focus {
    color: #ffffff;
}

.button {
    background: #ffffff;
    border: 1px solid #562b0c;
    box-shadow: 0 21px 38px rgba(0, 0, 0, 0.18);
    color: #45360c;
    font-family: 'TW Cen MT', serif;
    font-size: 2em;
    font-weight: 400;
    display: block;
    margin: 1em auto;
    padding: 1.3em 0 1.3em 5.5em;
    position: relative;
    max-width: 40%;
    text-align: center;
    text-transform: uppercase;
    transition: background 1s ease-in-out;
}

.button:hover {
    background: #507e95;
    /* Old browsers */
    background: -moz-linear-gradient(top, #507e95 0%, #507e95 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #507e95 0%, #507e95 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #507e95 0%, #507e95 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2aa6a', endColorstr='#a68d49', GradientType=0);
    /* IE6-9 */
}

/*.button:hover a {color:#ffffff;}*/
.button a {
    color: #562b0c;
    box-shadow: 0 0 0;
}

.button:before {
    background: #562b0c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #562b0c 0%, #562b0c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #562b0c 0%, #562b0c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #562b0c 0%, #562b0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#562b0c', endColorstr='#562b0c', GradientType=0);
    /* IE6-9 */
    width: 5.5em;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
}

.button:after {
    background: url(img/icon-day.png) no-repeat;
    width: 61px;
    padding: 1em;
    position: absolute;
    content: '';
    left: 40px;
    top: 16px;
    height: 61px;
}

.button.btn-majlis:after {
    background: url(../img/icon-night.png) no-repeat;
}

.server-list {
    list-style: none;
    margin-bottom: 1em;
}

.server-list li {
    display: inline-block;
}

.server-list li a {
    font-size: 1.5em;
    background: #ffffff;
    border: 1px solid #562b0c;
    /* Old browsers */
    box-shadow: 0 0 2px rgb(85, 136, 133);
    border-radius: 50px;
    color: #562b0c;
    display: block;
    position: relative;
    font-family: 'TW Cen MT', serif;
    font-weight: 600;
    padding: 0.5em 1em;
    margin: 0.5em;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.server-list li a.selected,
.server-list li a:hover,
.server-list li a:focus {
    background: -moz-linear-gradient(top, #507e95 0%, #507e95 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #507e95 0%, #507e95 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #507e95 0%, #507e95 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#loginForm {
    max-width: 40%;
    margin: 3vh auto;
}

.form-field {
    font-family: 'TW Cen MT', serif;
    margin-bottom: 1em;
}

.form-field input {
    border: 1px solid #bda865;
    font-family: 'TW Cen MT', serif;
    font-size: 1.3em;
    padding: 1em 0.75em;
    width: 94%;
}

/* login page button color only changed the color to 562b0c */
.form-field .button {
    background: #562b0c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #562b0c 0%, #562b0c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #562b0c 0%, #562b0c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #562b0c 0%, #562b0c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#562b0c', endColorstr='#562b0c', GradientType=0);
    /* IE6-9 */
    border: 0;
    box-shadow: 0 0 0;
    color: #ffffff;
    cursor: pointer;
    font-family: 'TW Cen MT', serif;
    font-weight: 600;
    font-size: 1.3em;
    padding: 1em;
    text-transform: uppercase;
    transition: background 0.5s ease-in-out;
    max-width: 100%;
    width: 100%;
}

/* button hover color changed to 8b4513 */
.form-field .button:hover,
.form-field .button:focus {
    background: #8b4513;
    border: 0;
    color: #ffffff;
}

.form-field input:hover,
.form-field input:focus {
    border: 1px solid #000;
    outline: 0
}

.form-field {
    margin-bottom: 1em;
}

.forgot-password {
    font-family: 'Calibri', serif;
    text-align: right;
}

/* forgot password link color */
.forgot-password a {
    color: #562b0c;
    font-size: 1.3em;
}

.copyright {
    color: #ffffff;
    padding: 1em 0;
    text-align: center;
}

.buttons {
    list-style: none;
    text-align: center;
}

.buttons li {
    display: inline-block;
    margin: 1em;
}

.buttons li a {
    background: #daaf1d;
    border: 0;
    border-radius: 10px 10px 0 0;
    color: #000;
    font-family: 'Bebas Neue', cursive;
    cursor: pointer;
    font-size: 1.7em;
    padding: 0.75em;
    transition: background 0.5s ease-in-out;
}

.buttons li a:hover,
.buttons a:focus {
    background: #000000;
    border: 0;
    color: #ffffff;
    outline: 0;
}

.tabcontent {
    background: #ffffff;
    border-radius: 10px;
    margin: 1em 0;
    padding: 1em;
}

/* Styling for the role select field */
.form-field.role select {
    border: 1px solid #bda865;
    font-family: 'TW Cen MT', serif;
    font-size: 1.3em;
    padding: 1em 0.75em;
    width: 100%;
    background: #ffffff;
    /* White background for select */
    appearance: none;
    /* Remove default dropdown arrow */
    -webkit-appearance: none;
    /* Remove default dropdown arrow for Safari */
    -moz-appearance: none;
    /* Remove default dropdown arrow for Firefox */
}

/* Add the same hover effect as input fields */
.form-field.role select:hover,
.form-field.role select:focus {
    border: 1px solid #000;
    outline: 0;
}

/* Optional: Add a custom dropdown arrow using CSS */
.form-field.role {
    position: relative;
}

.form-field.role::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2em;
    color: #bda865;
    pointer-events: none;
}

/*  table style */

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-collapse: collapse;
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
    font-size: 14px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    text-align: inherit;
}

.table tfoot {
    background-color: #d6d6d6;
}

ul li {
    list-style-type: none;
    text-align: left;
    padding: 0 5px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.content img {
    height: auto;
    width: 100vw;
}

.column {
    color: black;
    float: left;
    width: 22%;
    border-radius: 5px;
    padding: 10px 5px;
    margin: 30px 10px;
    border: 1px solid #cccccc;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
}

.column a {
    text-decoration: underline;
    color: #000;
}

table a {
    color: #252525;
}

#ordertable {
    /* padding: 10px; */
    margin: 10px 0;
}

.spacer24 {
    height: 24px;
}

/* date picker styles */
[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

/* label {
  display: block;
}
input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
} */

.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    /* width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1); */
    box-shadow: 0 0 15px 0.01em rgba(0, 0, 0, 0.1);
}

.box .header-bg {
    background-color: #e5e5e5;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.row .box {
    /* width: 23%; 
	margin: 10px; */
    border-radius: 5px;
    min-height: 326px;
}

.umoor {
    color: #000;
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    top: 0;
    left: 0;
    /* margin: -25px 0 0 -100px; */
    background: rgba(74, 74, 74, 0.5);
}

#preloader .preloder-content {
    position: fixed;
    top: 20%;
    left: 50%;
    margin: 0 0 0 -85px;
    color: #fff;
    font-size: 20px;
    font-weight: 200;
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.pull-none {
    float: none
}

.ar {
    text-align: right;
}

.al {
    text-align: left;
}

.ac {
    text-align: center;
}

.vat {
    vertical-align: top;
}

.vam {
    vertical-align: middle;
}

.plr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pl10 {
    padding-left: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl30 {
    padding-left: 30px;
}

.pr10 {
    padding-right: 10px;
}

.pr0 {
    padding-right: 0px;
}

.lr0 {
    padding-left: 0px;
}

.pl0 {
    padding-left: 0px;
}

.pr20 {
    padding-right: 20px;
}

.pr30 {
    padding-right: 30px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb20 {
    padding-bottom: 20px;
}

.mt32 {
    margin-top: 32px;
}

.mt12 {
    margin-top: 12px;
}

.ml20 {
    margin-left: 20px;
}

.p20 {
    padding: 20px;
}

.m20 {
    margin: 20px;
}

.m10 {
    margin: 10px;
}

.mrl0 {
    margin-right: 0px;
    margin-left: 0px;
}

.mr10 {
    margin-right: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mr0 {
    margin-right: 0px;
}

.ml0 {
    margin-left: 0px;
}

.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}



/********************* MEDIA Styles ***************************/
/*

add all custom styles before this

*/


@media only screen and (max-width:767px) and (min-width:320px) {
    body {
        font-size: 13px;
    }

    .flex-center {
        display: block;
    }

    .wrapper {
        padding: 5vh 1vh;
    }

    .av-logo {
        margin: 0.3em auto;
        display: block;
        text-align: center;
    }

    .its_login {
        margin-right: 0;
    }

    .menu,
    .its_login {
        display: inline-block;
        float: none;
    }

    .menu li:before {
        right: -30px;
        top: 15px;
    }

    .top-border {
        text-align: center;
    }

    #loginForm {
        max-width: 80%;
    }

    .button {
        max-width: 70%;
        padding: 1.3em 0 1.3em 3em;
    }

    .button:before {
        width: 3em;
    }

    .button:after {
        width: 40px;
        height: 40px;
        padding: 0;
        background-size: 100% !important;
        left: 10px;
    }

    .pdf-audio {
        margin-left: 8em;
    }

    /* reset width of iframe & media player for mobile */
    iframe {
        width: 100%;
        height: 100%;
    }

    #player {
        width: 100%;
        height: 100%;
    }

    .row .box {
        min-height: 250px;
    }
}

@media only screen and (max-width:980px) and (min-width:767px) {
    body {
        font-size: 12px;
    }

    .flex-center {
        display: block;
    }

    .wrapper {
        padding: 5vh 1vh;
    }

    .top-border {
        text-align: center;
    }

    #loginForm {
        max-width: 60%;
    }

    .button {
        max-width: 70%;
        padding: 1.3em 0 1.3em 3em;
    }

    .button:before {
        width: 4em;
    }

    .button:after {
        width: 50px;
        height: 50px;
        padding: 0;
        background-size: 100% !important;
        left: 20px;
    }
}

@media only screen and (max-width:1200px) and (min-width:981px) {
    #main-content {
        font-size: 11px;
    }
}

@media only screen and (max-width: 1675px) and (min-width:1405px) {
    #main-content {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 1800px) and (min-width:1675px) {
    #main-content {
        font-size: 12px !important;
    }
}

/* Announcement Styles */
.announcement-container {
    max-width: 1170px;
    margin: 20px auto;
    padding: 0 15px;
}

.announcement-bar {
    padding: 15px 25px;
    border-radius: 12px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.1em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    animation: slideInDown 0.5s ease-out;
}

.announcement-info {
    background: #e0f2fe;
    color: #0369a1;
    border-left: 5px solid #0ea5e9;
}

.announcement-warning {
    background: #fef3c7;
    color: #92400e;
    border-left: 5px solid #f59e0b;
}

.announcement-danger {
    background: #fee2e2;
    color: #991b1b;
    border-left: 5px solid #ef4444;
}

.announcement-success {
    background: #dcfce7;
    color: #166534;
    border-left: 5px solid #22c55e;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}