﻿@charset "UTF-8";

:root {
    --master: orange;
    --gray: #808080;
    --border: #e8e5e5;
    --radius: 10px;
    --padding: 10px;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
}


/*----- MDID Popup on screen ----*/
.MDIDpopUp, .cv {
    width: 80%;
    max-height: 90%;
    position: fixed;
    z-index: 1000 !important;
    left: 50%;
    top: 50%;
    padding: 5px;
    border-radius: 10px;
    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;
    box-shadow: 0 0 5px #333;
    border: 1px solid var(--border);
    overflow: auto;
}

#background_div, #background_div_camera {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    z-index: 999;
    top: 0;
    left: 0;
}

@media all and (max-width: 500px) {
    .MDIDpopUp {
        width: 90%;
    }
}

.googleButton {
    background-color: white !important;
    display: inline-block;
    width: 50px !important;
    height: 50px !important;
    border: 1px solid transparent;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .googleButton:hover {
        border: 1px solid var(--master);
    }

    .googleButton img {
        width: 36px;
        height: 36px;
        padding: 7px;
    }

.btn_close {
    z-index: 1;
    position: absolute;
    right: 14px;
    top: 14px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    transition: transform .2s ease-in-out;
}

    .btn_close:hover {
        cursor: pointer;
        opacity: 1;
        transform: rotate(90deg);
    }

    .btn_close:before, .btn_close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: #333;
    }

    .btn_close:before {
        transform: rotate(45deg);
    }

    .btn_close:after {
        transform: rotate(-45deg);
    }





/*-----------------------masonry alignment-------------------------*/
.m_container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.m_col {
    width: auto;
    padding: 1%;
    margin: 1%;
    border-radius: 5px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    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: darkorange;
    }

    .m_col:first-child {
        margin-left: 0;
    }

    .m_col:last-child {
        margin-right: 0;
    }

    .m_col:hover {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    }

@media all and (max-width: 768px) {
    .m_container {
        flex-direction: column;
    }

    .m_col {
        margin-left: 0;
        margin-right: 0;
        width: 98%;
    }
}





.flex50_container {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.flex50 {
    flex: 50%;
}

@media all and (max-width: 500px) {
    .flex50_container {
        flex-direction: column;
    }

    .flex50 {
        flex: 100%;
    }
}

.fixed_bottom {
    position: fixed;
    bottom: 0;
    padding-left: 3%;
    padding-right: 3%;
    right: 0;
    left: 78px;
    z-index: 998;
    background-color: rgba(0,0,0,.2)
}

.dz-message {
    font-family: Tahoma;
    color: #aeaeae
}


#map {
    height: 400px;
    width: 100%;
    border-radius: 10px;
    border: 1px dashed orange;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 0 !important;
}

.gm-style-iw-d {
    padding: 5px;
    padding-right: 15px;
}


/*------------- ADV register Top headers-----------------------*/
.advRegisterTopContainer, .advLoginTopContainer, .advUserTopContainer {
    text-align: center;
    padding-bottom: 8px;
    display: flex;
    justify-content: stretch;
}

.adv_right, .adv_left {
    flex-grow: 1;
    flex-shrink: 1;
}

    .adv_right img, .adv_left img {
        width: 100%;
    }
/* for one child at top adv*/
.advRegisterTopContainer *:nth-last-child(1), .advLoginTopContainer *:nth-last-child(1), .advUserTopContainer *:nth-last-child(1) {
}


.advRegisterTopContainer *:first-child:nth-last-child(2), .advLoginTopContainer *:first-child:nth-last-child(2), .advUserTopContainer *:first-child:nth-last-child(2) {
}



@media all and (max-width: 1000px) {
    .advRegisterTopContainer, .advLoginTopContainer, .advUserTopContainer {
        display: block;
    }

        .advRegisterTopContainer *, .advLoginTopContainer *, .advUserTopContainer * {
            width: 100%;
            margin: 0 !important;
            padding: 0 !important;
            margin-bottom: 5px !important;
        }

        .advRegisterTopContainer a:last-child, .advLoginTopContainer a:last-child, .advUserTopContainer a:last-child {
        }
}


/*------------- ADV register Login-----------------------*/
.advLoginMiddleContainer {
    display: table;
    width: 100%;
    border-spacing: 5px;
}

.loginColumnB, .loginColumnC {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    text-align: center;
}

    .loginColumnC a {
        float: left;
    }

    .loginColumnB *, .loginColumnC * {
        display: block;
        padding-bottom: 5px;
        width: 100%; /*        prevent to resize columns to fullscreen  */
    }

.loginColumnLogin {
    vertical-align: top;
}

@media all and (max-width: 800px) {
    .advLoginMiddleContainer {
        display: inline-flex;
        flex-flow: row wrap;
        flex-direction: row-reverse;
    }

    .loginColumnB, .loginColumnC {
        flex: 0 0 48%;
    }

    .loginColumnB {
        margin-left: 1%;
        margin-right: 1%;
        order: 2;
    }

    .loginColumnC {
        margin-left: 1%;
        margin-right: 1%;
        order: 3;
    }

    .loginColumnLogin {
        padding-top: 10px;
        padding-bottom: 10px;
        flex: 0 0 100%;
    }
}


/*------------- ADV user-----------------------*/
.advUserContainer {
    display: flex;
    flex-direction: row;
}

.advUserrightContainer {
    padding-top: 10px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.advUserleftContainer {
    flex-grow: 1;
}

.advUserrightContainer * {
    padding-bottom: 5px;
    display: block;
}

@media all and (max-width: 800px) {
    .advUserContainer {
        flex-direction: column-reverse;
    }

    .advUserrightContainer * {
        padding-bottom: 5px;
        display: inline-block;
    }

    .advUserrightContainer {
        text-align: center;
    }
}















body, html {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f6f6f8;
}

@media print {
    body, html {
        -webkit-print-color-adjust: exact !important;
        background-color: white !important;
    }
}


/*--------------------- tag h1,h2---------------------*/
h1 {
    font-size: 180% !important;
    direction: rtl;
    font-weight: bold;
    text-align: right !important;
}

h2 {
    font-size: 150% !important;
    direction: rtl;
    font-weight: bold;
    text-align: right !important;
}

h3 {
    font-size: 120% !important;
    direction: rtl;
    text-align: right !important;
}

/*--------------------- tag a ---------------------*/
.contentStyle a, .contentStyle a:active {
    color: #000000;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    .contentStyle a:hover {
        color: #c41e3a;
    }


/*--------------------- tag p ---------------------*/
p, ul, ol, h1, h2, h3, a, a p, .contentStyle p, .contentStyle, body, textarea, span, input, select {
    line-height: 200% !important;
    font-family: Tahoma;
    font-size: 12pt;
    direction: rtl;
}

    .contentStyle ul li {
        margin-right: 3%;
        margin-left: 3%;
    }

.contentStyle {
    margin-right: 2%;
    margin-left: 2%;
    text-align: justify;
    min-height: 100%;
}

.lobibox-close {
    line-height: 100% !important;
}

.lobibox-icon-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.lobibox-body-text {
    margin: 0 !important;
    padding: 0 !important;
}
/*-----------------------Buttons-------------------------*/
.button {
    background: #3D4C53;
    margin: 10px auto;
    width: 200px;
    height: 50px !important;
    line-height: 50px !important;
    overflow: hidden;
    text-align: center;
    transition: .2s;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

    .button p, .button span {
        line-height: 50px !important;
        margin-bottom: 0;
        margin-top: 0;
    }

.size2x {
    width: 300px;
}

.size3x {
    width: 400px;
}

.btn_master, .btn_slave {
    position: relative;
    float: right;
    background: darkorange;
    top: 0 !important;
    left: -100%;
    margin-top: -50px !important;
    transition: .3s;
    width: 30%;
    height: 50px !important;
}

.btn_slave {
    background: #636363;
}



.btnText {
    color: white;
    transition: .3s;
    height: 50px !important;
}

.btnText2 .fa {
    font-size: 26px !important;
    line-height: 50px !important;
}

.btnText2 {
    margin-right: 0px;
    color: #FFF;
}

.button:hover .btn_slave, .button:hover .btn_master { /*When hovering over .button change .btnTwo*/
    left: -70%;
}

.button:hover .btnText { /*When hovering over .button change .btnText*/
    margin-left: 27%;
}

.button:active { /*Clicked and held*/
    box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

@media all and (max-width: 500px) {
    .button {
        width: 100%;
        margin: 5px auto;
    }

    .btn_master, .btn_slave {
    }

    .lnkbutton {
        width: 100%;
    }
}


/*--------------------- groupbox ---------------------*/
.borderlinegroup {
    position: relative;
    border: 2px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 60px;
    background-color: #ffffff;
    direction: rtl;
    margin: 10px;
}

.headertitle {
    box-shadow: 0 5px 5px -5px #333;
    font-weight: bold;
    color: #616161;
    text-align: center;
    margin-left: 15px;
    font-size: 16px !important;
    padding: 15px !important;
    font-weight: bold;
}

.headertitleGridview {
    font-weight: bold;
    color: #616161;
    text-align: center;
    margin-top: 3px;
    font-size: 16px !important;
    padding: 5px !important;
    font-weight: bold;
}

.borderlinegroup i {
    font-style: normal;
    border: 2px solid #f4f4f4;
    border-radius: 15px;
    position: relative;
    padding: 8px;
    top: -26px;
    background-color: #fffbf9
}


/*--------------------- textbox|drp|checkbox ---------------------*/
.required::after {
    color: red;
    font-size: 14pt;
    font-weight: bold;
    content: ' *';
}




input[type='text'], input[type='number'], input[type='date'], input[type='password'], textarea, .select2-search__field {
    border: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    color: #000000;
    background-color: white;
    -webkit-transition: all .55s ease-in;
    -moz-transition: all .55s ease-in;
    -o-transition: all .55s ease-in;
    transition: all .55s ease-in;
    width: auto;
    outline: none;
    line-height: 100%;
}

    input[type='text']:focus, input[type='number']:focus, input[type='date']:focus, input[type='password']:focus, textarea:focus, .select2-search__field:focus {
        outline: none;
        border: 1px solid darkorange;
    }

textarea {
    border: 1px solid #cccccc;
}

.ddl {
    line-height: 100% !important;
    outline: none;
    border: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    background-color: #ffffff;
}



    .ddl * {
    }

input[type=radio], input[type=checkbox] {
    display: none;
}


    input[type=radio] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 8px;
        margin-left: 8px;
        background-color: #fff;
        box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
        border: 1px solid #ccc;
        border-radius: 50%;
        cursor: pointer;
    }

    input[type=checkbox] + label:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 8px;
        margin-left: 8px;
        background-color: #fff;
        box-shadow: inset 0px 0px 4px rgba(0, 0, 0, .2);
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
    }

    input[type=checkbox] + label, input[type=radio] + label {
        font-size: 12pt;
    }

    input[type=radio]:checked + label:before {
        background-color: darkorange;
        text-shadow: 0px 0px 3px #000000;
    }

    input[type=checkbox]:checked + label:before {
        content: " \2714"; /* Tick */
        color: darkorange;
        background-color: #000;
        text-align: center;
        font-size: 22pt !important;
        line-height: 20px;
        text-indent: -3px;
        text-shadow: 0px 0px 2px #000000;
    }




/*--------------------- alignment ---------------------*/
.left {
    text-align: left;
}

.right {
    text-align: right;
}

.leftLTR {
    text-align: left;
    direction: ltr;
}

.rightRTL {
    text-align: right;
    direction: rtl;
}






/*============================================= persian form label ==========================================*/
.field {
    padding-bottom: 10px; /* space between textbox*/
    margin-right: .5%;
    margin-left: .5%;
    margin-top: 10px;
    display: flex;
    flex-direction: column-reverse;
    direction: rtl; /*------------------------- Language */
}

    .field span {
        padding-left: 5px;
        padding-right: 5px;
        transition: all 0.2s ease-in;
        pointer-events: none;
        font-weight: bold;
    }

.textover span {
    transform: translate(-5px,44px); /* label over textbox position*/
    text-align: right; /*------------------------- Language */
}

.textoverIconRight span {
    transform: translate(-53px,43px); /* label over textbox position*/
    text-align: right; /*------------------------- Language */
    font-weight: bold;
}

.textoverIconLeft span {
    transform: translate(58px,43px); /* label over textbox position*/
    text-align: left; /*------------------------- Language */
    font-weight: bold;
}

.textupper span {
    transform: translate(-5px,-4px); /* label over dropdown position*/
    text-align: right; /*------------------------- Language */
}

.textupperLeft span {
    transform: translate(-5px,-4px); /* label over dropdown position*/
    text-align: left; /*------------------------- Language */
}

.fieldContainer {
    display: flex;
    flex-wrap: wrap;
}

.loginbox .field {
    direction: ltr;
}



@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(-5px,4px); /* label position in IE always in top*/
        padding-top: 15px;
    }
}

@media all and (max-width: 500px) {
    .fieldContainer {
        display: block;
    }

        .fieldContainer .field {
            width: auto !important;
        }
}


.field input:focus + span, .field textarea:focus + span {
    color: #fc9713; /* label color when focus */
}
/* Move up label when typing or when textbox has value*/
.field input:not(:placeholder-shown) + span,
.field input:focus + span {
    transform: translate(-5px, -4px) scale(1);
    cursor: pointer;
}
/* 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;
}



/*--------------------- progress loading ---------------------*/
.lds-ripple {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 999999999999999999;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

.bgCover {
    background-color: black;
    opacity: .8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999999;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid orange;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

    .lds-ripple div:nth-child(2) {
        animation-delay: -0.5s;
    }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}






.rowLST {
    display: inline-block;
    padding: 15px;
    border: 1px solid #ccc;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 7px #ababab;
    min-width: 150px;
}

.maphelper {
    height: 30px;
    display: inline-block;
    padding: 10px;
    line-height: 100% !important;
    font-size: 11px !important;
}







/*---------------------registeration form ---------------------*/
.msgRegister {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: 50%;
    padding: 1%;
    background-color: white;
}

@media all and (max-width: 500px) {
    .msgRegister {
        width: 98%;
    }
}





/*--------------------- alert form ---------------------*/
.alertForm {
    text-align: center;
    border: 1px dashed #ccc;
    border-radius: 10px;
    width: auto;
    padding: 2%;
    background-color: #f8f6f6;
}





/*--------------------- sidebar left ---------------------*/
.sidebar * {
    padding: 0;
}

:root {
    --black-color: #11101d;
    --white-color: #fff;
    --light-black: #1d1b31;
}

::selection {
    color: var(--white-color);
    background: var(--black-color);
}

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 78px;
    background: var(--black-color);
    padding: 10px 14px;
    transition: all 0.5s ease;
    box-sizing: border-box;
    list-style-type: none;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    z-index: 999 !important;
}

@media all and (max-width: 500px) {
    .sidebar {
        z-index: 0;
    }
}

.sidebar.active {
    width: 240px;
}

.sidebar #btn {
    position: absolute;
    color: var(--white-color);
    top: 10px;
    left: 50%;
    font-size: 22px;
    height: 47px;
    width: 47px;
    text-align: center;
    line-height: 47px;
    transform: translateX(-50%);
    cursor: pointer;
}

.sidebar.active #btn {
    right: 3px;
    text-align: right;
}

.sidebar ul li {
    position: relative;
    height: 47px;
    width: 100%;
    margin: 0px 0;
    list-style: none;
    line-height: 47px;
}

    .sidebar ul li .tooltip {
        position: absolute;
        left: 125px;
        top: 40%;
        transform: translate(-50%, -50%);
        border-radius: 6px;
        height: 35px;
        width: 120px;
        background: var(--white-color);
        line-height: 35px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0,0,0,0.2);
        transition: 0s;
        opacity: 0;
        pointer-events: none;
        display: block;
        z-index: 2;
        color: black;
        font-size: 14px;
        padding-top: 5px;
    }

        .sidebar ul li .tooltip::before {
            content: '';
            width: 0;
            height: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid var(--white-color);
            position: absolute;
            left: -8px;
            top: 7px;
        }

.sidebar.active ul li .tooltip {
    display: none;
}

.sidebar ul li a:hover .tooltip {
    transition: all 0.5s ease;
    opacity: 1;
    top: 50%;
}

.sidebar ul li a {
    color: var(--white-color);
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 12px;
    white-space: nowrap;
    transition: all 0.4s ease;
}

    .sidebar ul li a:hover {
        background: darkorange;
        transition: all 1s ease;
    }

.sidebar ul li i {
    font-size: 22px;
    font-weight: 400;
    height: 47px;
    min-width: 47px;
    border-radius: 12px;
    line-height: 47px;
    text-align: center;
    opacity: .8;
    padding-right: 1px;
}


.sidebar .links_name {
    font-size: 18px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.sidebar.active .links_name {
    transition: 0s;
    opacity: 1;
    pointer-events: auto;
    font-size: 14px;
}

.home_content {
    width: calc(100% - 78px);
    left: 78px;
    transition: all 0.5s ease;
}

.sidebar.active ~ .home_content {
    width: calc(100% - 240px);
    left: 240px;
}

.sidebar .user_details {
    color: orange;
    text-align: center;
    background-color: #242424;
    font-size: 20px;
    width: 100%;
    opacity: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease;
}

.sidebar.active .user_details {
    opacity: 1;
}

@media all and (max-height: 720px) {
    .sidebar .user_details {
        z-index: -1;
    }

    .sidebar.active .user_details {
        z-index: 1;
    }
    .sidebar ul li i {
        font-size: 18px;
        height: 35px;
        line-height: 35px;
    }
    .sidebar ul li {
        height: 35px;
        line-height: 35px;
    }
}


.sidebar .boothStatus {
    display: block;
    font-size: 11px;
}

.logoExsoft {
    opacity: 0;
    transition: all 0.5s ease;
    text-align: left;
}

.sidebar.active .logoExsoft {
    opacity: 1;
}

.sidebar {
    z-index: 1;
}

    .sidebar .submenu {
        background-color: #4d4d4d;
        color: #ffffff;
        border-radius: 10px;
        padding: 10px;
        display: none;
        z-index: 1;
        position: absolute;
        width: 240px;
        left: 64px;
        transform: translateY(-42px);
        transition: left 0.5s ease;
        box-shadow: 0 0 5px #333;
    }


    .sidebar.active .submenu {
        left: 226px;
        transition: left 0.5s ease;
    }


    .sidebar .submenu::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 10px solid #4d4d4d;
        position: absolute;
        left: -8px;
        top: 7px;
    }

    .sidebar .submenu a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .sidebar a {
        cursor: pointer;
    }

    .sidebar ul li ul a {
        display: block;
        line-height: 100px;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

@media all and (max-width: 780px) {
    .sidebar.active ~ .home_content {
        width: calc(100% - 78px);
    }
}



/*--------------------- login ---------------------*/
.loginbox {
    background-color: rgba(255, 255, 255,1);
    border-radius: 10px;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
    box-shadow: 0px 0px 8px -4px #333;
    position: relative;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-bottom: 6px solid darkorange;
}

.loginTop {
    background-image: url('/img/loginTop.svg');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
}

.captchaCell {
    display: table-cell;
    vertical-align: middle;
}

@media all and (max-width: 1024px) {
    .loginbox {
        width: 80%;
        padding: 5%;
    }

    .loginTop {
        background: none;
        margin-bottom: 10px;
        height: 100px;
    }

    .captchaCell {
        display: block;
        text-align: center !important;
    }
}

.copyright {
    color: #b2b2b2;
    font-size: 80%;
    width: 100%;
    padding-top: 4px;
    line-height: 80%;
    text-align: center;
    display: inline-block;
}

    .copyright a {
        color: #b2b2b2 !important;
        font-size: 90%;
        transition: all 1s ease;
    }

        .copyright a:hover {
            color: darkorange !important;
        }

/*--------------------- Wizard steps ---------------------*/
.step .ddl {
    position: relative;
    width: 60px;
    border: 1px solid orange;
    padding: 1px !important;
}

.timeline_container {
    width: 100%;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 10px;
}

.wizardicon {
    width: 40px;
    position: absolute;
    top: -23px;
    right: 10px;
    z-index: 10;
}

.arrow-steps {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .arrow-steps .step {
        text-align: center;
        color: #666;
        cursor: default;
        padding: 10px 30px 10px 10px;
        margin-top: 25px;
        margin: 3px;
        position: relative;
        background-color: #d1d2d1;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: background-color 0.2s ease;
        display: inline-flex;
    }

        .arrow-steps .step:after,
        .arrow-steps .step:before {
            content: " ";
            position: absolute;
            top: 0;
            left: -17px;
            width: 0;
            height: 0;
            border-top: 24px solid transparent;
            border-bottom: 27px solid transparent;
            border-right: 17px solid #d1d2d1;
            z-index: 2;
            transition: border-color 0.2s ease;
        }

        .arrow-steps .step:before {
            left: auto;
            right: 0;
            border-right: 17px solid #f6f6f8;
            z-index: 0;
        }



        .arrow-steps .step:first-child {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }


        .arrow-steps .step.current {
            color: #fff;
            background-color: darkorange;
            cursor: pointer;
        }

            .arrow-steps .step.current:hover {
                background-color: orange;
            }

                .arrow-steps .step.current:hover:after {
                    border-right: 17px solid orange;
                }

            .arrow-steps .step.current:after {
                border-right: 17px solid darkorange;
            }


.step a {
    color: #ffffff !important;
    font-weight: bold;
}

    .step a:hover {
        color: #515151 !important;
    }




.invoice * {
    line-height: 140% !important;
    padding: 0;
}



/*--------------------- tag a ---------------------*/
a, a:visited {
    color: #4a4848;
    text-decoration: none;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    a:hover {
        color: #f7941d;
        text-decoration: none;
    }


/*--------------------- #scroll up ---------------------*/
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.6;
    position: fixed;
    bottom: 43px;
    right: 3%;
    display: none;
    text-indent: -9999px;
    z-index: 10000;
    background: url('/img/uparrow.png') no-repeat;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scrollup:hover {
        bottom: 45px;
        opacity: 1;
    }

/*--------------------- Youtube Loader ---------------------*/
#progress {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    height: 3px;
    background: darkorange;
    width: 0;
}



/*--------------------- search ---------------------*/
.searchBoxID {
    cursor: pointer;
    z-index: 10000000000;
}

.search-box {
    z-index: 1000000000;
    cursor: pointer;
    background: #E8E8E4;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-top: 5px solid orange;
    border-radius: 10px;
    display: none;
}

    .search-box:before {
        content: "";
        position: absolute;
        top: -30px;
        right: 10px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 14px solid transparent;
        border-bottom: 14px solid orange;
    }


.bgSearch {
    background-color: #000000;
    opacity: .7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000000;
    display: none;
    cursor: pointer;
}



@media all and (max-width: 500px) {
    .search-box {
        width: 100%;
        right: 0;
        position: absolute;
    }

        .search-box:before {
            display: none;
        }
}




/*--------------------- Panels ---------------------*/

div.a {
    font-weight: bold;
    width: auto;
    padding: 13px;
    background: #dedede;
    border: 2px solid #ccc;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 3px;
    text-align: right;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

    div.a:hover, div.b:hover, div.c:hover, div.d:hover, div.aa:hover, div.bb:hover, div.cc:hover, div.dd:hover {
        background-color: #e8e8e8;
    }


div.pnl_a {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    width: auto;
    margin-bottom: 15px;
}








/*--------------------- registeration style ---------------------*/

.banner {
}

.banner_mob {
    display: none;
}

@media all and (max-width: 500px) {
    .banner {
        display: none;
    }

    .banner_mob {
        display: block;
    }
}



/*--------------------- login pulse ---------------------*/
.pulse {
    border-radius: 50%;
    animation: pulse 1s infinite;
}

    .pulse:hover {
        animation: none;
    }


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(222,118,30, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 12px rgba(222,118,30, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(222,118,30, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(222,118,30, 0.4);
        box-shadow: 0 0 0 0 rgba(222,118,30, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 16px rgba(222,118,30, 0);
        box-shadow: 0 0 0 16px rgba(222,118,30, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(222,118,30, 0);
        box-shadow: 0 0 0 0 rgba(222,118,30, 0);
    }
}













/*--------------------- zoom in image on plan ---------------------*/
figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

    figure:hover + span {
        bottom: -36px;
        opacity: 1;
    }

.myimgdiv figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.myimgdiv figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}





/*--------------------- Tooltip Plan ---------------------*/
[data-title]:hover:after {
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #f6ddb2;
    border-radius: 6px;
    color: #000000;
    position: fixed;
    padding: 4px 8px 4px 8px;
    visibility: hidden;
    border: 2px solid orange;
    font-size: 13px;
    right: 2%;
    top: 50%;
    z-index: 99;
}




.btn_del {
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial !important;
    background: #ff3030;
    background: -o-linear-gradient(90deg, #ff3030, #eb3d3d);
    background: -moz-linear-gradient( center top, #ff3030 5%, #eb3d3d 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff3030), color-stop(1, #eb3d3d) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3030', endColorstr='#eb3d3d');
    background: -webkit-linear-gradient(#ff3030, #eb3d3d);
    background: -ms-linear-gradient(#ff3030, #eb3d3d);
    background: linear-gradient(#ff3030, #eb3d3d);
    text-indent: 0px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    font-size: 15px !important;
    color: #ffffff;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    cursor: pointer;
    border-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
}


    .btn_del:hover {
        opacity: .8;
    }






/*--------------------- End Style ---------------------*/
