:root {
    --master: #00356f;
    --slave: #b89b5e;
    --gray: #808080;
    --border: #e8e5e5;
    --radius:0px;
}


.lowLineHeight, .lowLineHeight * {
    line-height: 120% !important;
}

.font-size1
{
font-size: 26px;
}

.font-size2
{
font-size: 22px;
}

.font-size3
{
font-size: 18px;
}

.panelSpace
{
margin-top:20px;
}

.badge, .msg_bdg {
    position:absolute;
    background-color: red;
    color: white;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    clip-path: circle();
    padding:8px !important;
margin:0 !important;
z-index:1;
}

.ltr .header-wrap , .ltr .is-boxes , .englishHeader,.englishFooter
{
direction:ltr !important;

}
.architecture-header-info
{
font-size:15px;
}
.englishFooter
{
font-size:20px;
color: var(--slave);
border-top:2px solid var(--slave);
padding-top:20px;
padding-bottom:20px;
}



/*-----------------------Breadcrumbs-------------------------*/
.page-breadcrumbs
{
border-bottom:1px solid var(--border);
}
html[dir="ltr"] .page-breadcrumbs
{
direction:ltr;
}

.MyBreadcrumb , .brdSep
{
font-size:16px !important;
}

/*-----------------------Interior header-------------------------*/
html[dir="ltr"] .title-area
{
direction:ltr;
}

.main-title
{
color: var(--slave) !important;
}
html[dir="ltr"]  .page-title-bg
{
border-bottom:5px solid var(--master);
}

html[dir="ltr"] #dnn_content .contentpane
{
direction:ltr;
text-align: justify;
font-weight:normal;
font-family: IranSans;
}

html[dir="ltr"] #dnn_content .contentpane li
{
margin-left:20px;
margin-right:20px;
}
#dnn_content .contentpane li::marker {
  color: var(--master);
}

.dnnModuleDialog
{
direction:ltr !important;
text-align:left;
}
.dnnModuleDialog span
{
text-align:left;
}


/*-----------------------removing middle header bar-------------------------*/
.header-bottom-bg .area-center
{
display:none !important;
}
.header-bottom .menuContainer,.menuContainer ,.header-bottom .area-left,#dnn_menuPane
{
width:100% !important;
}

/*-----------------------removing login module on small screen-------------------------*/
@media all and (max-width:728px) {
.header-bottom-bg  .area-right
{
display:none;
}
}


/*-----------------------adding sticky header and remove mobile default header-------------------------*/
@media all and (max-width:1000px) {
.mobile-header-replace,.header-top,.middleHeader
{
display:none !important;
}
.header-replace,.header_bg, .header-wrap ,.header-default ,.floating-nav ,.floating-nav-sticky
{
display:block;
}
}


/*-----------------------table alignment-------------------------*/
.tableContainer {
    display: table;
}

.tableCell {
    display: table-cell;
    width: auto;
    text-align: left;
    padding: 5px;
}

@media all and (max-width: 500px) {
    .tableCell {
        display: block;
        text-align: center !important;
    }
}




/*--------------------- tag a, content style---------------------*/
.loginStatus a , .language-current
{
color: #ffffff !important;
}
.loginStatus a:hover
{
color:var(--slave) !important;
}



.GlobalMargin {
    margin-left: 5%;
    margin-right: 5%;

}

.lobibox-notify-msg
{
font-family:IranSans;
}

.contentStyle {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 3%;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-top: 2%;
    margin-bottom: 2%;
    font-family:IranSans;

}

    .contentStyle a:not(.btnMaster):not(.btnSlave), .contentStyle a:active, a, a:active {
        color: var(--master);
        text-decoration: none !important;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .contentStyle:hover {
        box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    }

    .contentStyle a:hover:not(.btnMaster):not(.btnSlave), a:hover {
        color: #000000 !important;
    }

.contentStyle {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .contentStyle ul li, .contentStyle ol li {
        margin-right: 3%;
        margin-left: 3%;
    }

    .contentStyle p {
        margin: 0;
        text-align: justify;
    }


.btn_edit {
    background-color: var(--slave);
    z-index: 1;
    width: 35px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

img
{
    max-width:100% !important;
    height:auto !important;
}


.img_hosted_wrapper {
    width: 132px;
    background-color: var(--border);
    clip-path: circle();
    padding: 2px;
}
.personimg {
    content: "";
    display: block;
    position: relative;
    height: 128px;
    width: 128px;
    background-color: white;
    clip-path: circle();
}



.required::after {
    color: red;
    font-size:120%;
    font-weight: bold;
    content: ' *';
font-family:arial !important;
}

input[type='text'], input[type='number'], input[type='password'], textarea, .tagator_element, .select2-search__field {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 15px;
    color: var(--master);
    background-color: #ffffff;
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;
    width: 100%;
    outline: none;
    font-family: IranSans;
    font-size: 17px;


}

    input[type='text']:focus, input[type='number']:focus, input[type='password']:focus, textarea:focus, .tagator_element:focus, .select2-search__field:focus {
        outline: none;
        border: 1px solid var(--slave);
        background-color: #ffffff;
    }




.ddl{
    outline: none;
    border: 1px solid var(--border);
    background-color: #ffffff;
    border-radius: var(--radius);
    padding: 15px;
    width: 100%;
    font-family: IranSans;
    font-size: 17px !important;
}



    .ddl *{
        background-color: #ffffff;
    }

input[type=radio], input[type=checkbox]{
    display: none;
}


    input[type=radio] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: #ffffff;
        border: 1px solid var(--gray);
        border-radius: 50%;
        cursor: pointer;
        margin: 5px;
    }

    input[type=checkbox] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        background-color: #ffffff;
        border: 2px solid #e8e5e5;
        border-radius: 4px;
        cursor: pointer;
        margin: 10px;
    }
    input[type=checkbox] + label, input[type=radio] + label {
        white-space: nowrap;
        font-weight: bold;
    }

    input[type=radio]:checked + label:before {
        background-color: var(--master);
        text-shadow: 0px 0px 3px #000000;
    }

input[type=checkbox]:checked + label:before {
    content: "\2714"; /* Tick */
    color: #4169e1;
    background-color: #ffffff;
    border-color: #4169e1;
    text-align: center;
    font-size: 100%;
    font-weight: bold;
    line-height: 18px;
}




/*--------------------- alignment ---------------------*/
.left {
    text-align: left;
    font-weight: bold;
}

.right {
    text-align: right;
}

.leftLTR {
    text-align: left;
    direction: ltr;
}

.rightRTL {
    text-align: right !important;
    direction: rtl !important;
}






/*--------------------- groupbox ---------------------*/

.borderlinegroup {
    border: 1px solid var(--border);
    background-color: #ffffff;
    z-index: 0 !important;
    padding: 20px !important;
    border-radius: var(--radius);
}
.rtl .borderlinegroup {direction:rtl; text-align: right !important;}
.ltr .borderlinegroup {direction:ltr;text-align: left !important; }

.borderlinegroup >div
{
margin-top:30px;
}

.headertitle {
direction:ltr;
    border-radius: var(--radius);
    border: 1px solid var(--border) !important;
    font-weight: 900;
    color: var(--master);
    font-size: 22px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
padding-left: 10px !important;
padding-right: 10px !important;
position:absolute;
margin-top:-44px !important;
background-color: #ffffff;
line-height:50px !important;
height:50px;
}
@media all and (max-width:1000px) {
}


.borderlinegroup f {
    font-style: normal;
    background: #fff;
    padding: 2px;
    padding-left: 5px;
padding-right: 5px;
}


/*--------------------- textbox|drp|checkbox ---------------------*/
 .field {
    padding-bottom: 10px; /* space between textbox*/
    display: flex;
    flex-direction: column-reverse;
    
}
.ltr  .field {direction: ltr; /*------------------------- Language */}
.rtl  .field {direction: rtl; /*------------------------- Language */}

    .field span {
        padding-left: 15px;
        transition: all 0.2s ease-in;
        pointer-events: none;
        font-size: 18px;
        padding-right: 15px;
        transform: translate(5px,45px);
    }
.textover span {
    transform: translate(1px,48px); /* label over textbox position*/
    font-weight: bold;
}
.rtl .textover span { text-align:right;}
.ltr .textover span { text-align:left;}


.textUpper span {
    transform: translate(1px,0px); /* label over textbox position*/
    font-weight: bold;
}
.rtl .textUpper span { text-align:right;}
.ltr .textUpper span { text-align:left;}




.rtl .textover span {text-align: right; /*------------------------- Language */}
.ltr .textover span {text-align: left; /*------------------------- Language */}


/*------------------------- right Icon */
 .textoverIconRight span {
    transform: translate(-59px,48px); /* label over textbox position*/
    font-weight: bold;
}
.rtl .textoverIconRight span { text-align: right;}
.ltr .textoverIconRight span { text-align: left;}

 .textoverIconRight span {
    transform: translate(-59px,48px); /* label over textbox position*/
    font-weight: bold;
}
.ltr .textoverIconRight span {text-align: left;}
.rtl .textoverIconRight span {text-align: right;}


.textoverIconRight icon, .textUpperIconRight icon {
    position: absolute;
    right: 18px;
    font-size: 24px;
    margin-bottom: 20px;
    padding-left: 15px;
    border-left: 1px solid #ccc;
    color: var(--border);
    z-index: 1;
}

.textoverIconRight input, .textUpperIconRight input {
    padding-right: 68px !important;
}

.textoverIconRight select, .textUpperIconRight select, .select2-selection__rendered { /*------------------------- dropdown render text */
    cursor: pointer;
    padding-right: 65px !important;
    font-weight: bold;
}
.textUpperIconRight span {
    transform: translate(0px,0px); /* label over textbox position*/
    text-align: right;
    font-weight: bold;
color: var(--master);
}

.select2-selection__placeholder { /*------------------------- dropdown placeholder */
    font-weight: bold;

}

/*------------------------- left Icon */
.textoverIconLeft span {
    transform: translate(59px,48px); /* label over textbox position*/
    font-weight: bold;
color: var(--master);
}
.rtl .textoverIconLeft span {  text-align: right; /*------------------------- Language */}
.ltr .textoverIconLeft span {  text-align: left; /*------------------------- Language */}


.textoverIconLeft icon, .textUpperIconLeft icon {
    position: absolute;
    left: 18px;
    font-size: 24px;
    margin-bottom: 20px;
    padding-right: 15px;
    border-right: 1px solid #ccc;
    color: var(--border);
    z-index: 1;
}

.textoverIconLeft input, .textUpperIconLeft input {
    padding-left: 65px

}

.textoverIconLeft select, .textUpperIconLeft select { /*------------------------- dropdown Icon */
    cursor: pointer;
    padding-left: 65px !important;
    font-weight: bold;
}
.textUpperIconLeft span {
    transform: translate(0px,0px); /* label over textbox position*/    
    font-weight: bold;
}
.rtl .textUpperIconLeft span {text-align: right;}
.ltr .textUpperIconLeft span {text-align: left;}




.textupper span {
    padding-top: 0px; /*25px*/
    padding-bottom: 0px;
    transform: translate(0px,0px); /* label over dropdown position*/   
    font-weight: bold;
}
.rtl .textupper span { text-align: right; /*------------------------- Language */}
.ltr .textupper span { text-align: left; /*------------------------- Language */}


.fieldContainer {
    display: flex;
    flex-wrap: wrap;
}
@media all and (max-width: 780px) {
    .fieldContainer {
        display: block;
    }

        .fieldContainer .field {
            width: 100% !important;
        }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width:0\0),\0screen\,screen\9, screen\9 {
    .textover span {
        transform: translate(-6px,4px); /* label position in IE always in top*/
        padding-top: 15px;
    }
}

.field input:focus + span, .field textarea:focus + span, .field .tagator_element:focus + span {
    color: var(--master); /* label color when focus */
}



/* Placeholder color */
::-webkit-input-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

::-moz-placeholder {
    color: transparent !important;
    transition: inherit;
}

:-ms-input-placeholder {
    color: #cccccc !important;
    transition: inherit;
}

input:focus::-webkit-input-placeholder {
    color: #cccccc !important;
}

input:focus:-moz-placeholder {
    color: #cccccc !important;
}

input:focus::-moz-placeholder {
    color: #cccccc !important;
}

textarea::-webkit-input-placeholder {
    color: #cccccc !important;
}

textarea:-moz-placeholder {
    color: #cccccc !important;
}

textarea::-moz-placeholder {
    color: #cccccc !important;
}

textarea:-ms-input-placeholder {
    color: #cccccc !important;
}



/* Move up label when typing or when textbox has value*/
.field input:not(:placeholder-shown) + span,
.field input:focus + span {
    transform: translate(0px, 0px) scale(1);
    cursor: pointer;
}





/*----- splash on screen ----*/
.MDIDpopUp {
    width: 85%;
    max-width: 98%;
    max-height: 90%;
    position: fixed;
    z-index: 1001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    display: none;
    -webkit-transition: Top 1s ease-in-out;
    -moz-transition: Top 1s ease-in-out;
    -o-transition: Top 1s ease-in-out;
    transition: Top 1s ease-in-out;
    border: 1px solid var(--border);
    overflow: auto;
    border-top: 5px solid var(--slave);
    border-bottom: 5px solid var(--slave);
    border-radius: var(--radius);
    padding: 1%;
}
.MDIDpopUpLogin {
    width: auto;
min-width:40%;
overflow-x:hidden
}

#background_div, #background_div_login {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: var(--gray);
    opacity: 0;
    z-index: 1000;
    top: 0;
    left: 0;
}

@media all and (max-width: 768px) {
    .MDIDpopUpLogin {
        width: 90%;
        transform: translate(-50%, -50%);
    }
}




/*-----------------------masonry alignment-------------------------*/
.m_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m_col {
    width: 100%;
    padding: 1%;
    margin: 1%;
    border-radius: var(--radius);
    background-color: white;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .m_col i {
        font-size: 50px;
        color: var(--master);
        padding-bottom:10px;
    }

    .m_col:first-child {
        margin-left: 0;
    }

    .m_col:last-child {
        margin-right: 0;
    }



@media all and (max-width: 780px) {
    .m_container {
        flex-direction: column;
    }

    .m_col {
        margin-left: 0;
        margin-right: 0;
        width: 98%;
    }
}



/*-----------------------title pages on top header-------------------------*/
.titleContainer {
    display: flex;
    align-items: center;
}
.titleContainer span,.headertitle{

font-family:IranSansBold !important;;
}

.titleLine {
    border-bottom: 2px solid var(--slave);
    flex: auto;
}




