#spnActivityListMenu b {
    color: #F0AD4E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    vertical-align: middle;
    text-align: center;
    line-height: 21px;
    padding: 0 10px;
    font-size: 15pt;
}

.warnspan {
    color: #F0AD4E; 
}


.box_normal {
    background: #fff;
}

#dvTree {
    background: #fff;
    border: 1px solid #C7C7C7;
    padding: 10px;
}

    #dvTree th, #dvTree td {
        padding: 0;
    }



.box_full {
    display: block;
    width: 100%;
}

.box_right {
    margin: 0 0px 5px 5px;
    vertical-align: top;
}

.box_left {
    display: inline-block;
    margin: 0 0px 5px 5px;
    vertical-align: top;
    width: 49%;
}

.box_light {
    background: rgba(222, 230, 230, 0.7);
    border: 1px dotted #C2D0D1;
    padding: 15px;
    text-align: right;
}

.err {
    color: #e40707;
}

.fake_body {
    background: #3D5189 url(/Content/images/bodydv.png) repeat;
    margin: 0px;
    padding: 0;
}

.main_tb {
    background: #fff;
    margin: 0px auto;
    padding: 10px;
    vertical-align: top;
    width: 80%;
}

    .main_tb .panel {
        color: #204699;
        font-family: 'BYekan';
        font-size: 16pt;
        margin: 2px auto;
        text-align: center;
    }

.tb_fake {
    border-collapse: collapse;
    margin: 10px auto;
    table-layout: fixed;
    width: 100%;
}

    .tb_fake th {
        background: #DDE0E9;
        border: 1px solid #CBCED8;
        font-family: 'BYekan';
        font-size: 11pt;
        font-weight: normal;
    }

    .tb_fake .odd td {
        background: #EDEEF3;
    }

    .tb_fake td {
        border: 1px solid #E5E5E5;
        padding: 5px;
        text-align: center;
        vertical-align: top;
    }

.hidden {
    content: "";
    display: none;
}

    .hidden fieldset {
        display: none !important;
        float: none !important;
        width: 0px !important;
    }

.wrapper {
    /* margin: 0 auto;
    height: auto !important;
    min-height: 100%;*/
}


.ms {
    background: #fff;
    margin: 5px;
    padding: 5px;
}

.fix_img {
    height: 100%;
    width: 100%;
}

/*.container_fluid {
    padding: 100px 15px ;
    position: relative;
}

@media only screen and (max-device-width: 480px) {
    .container_fluid {
        padding-top: 400px;
        width: 95%;
    }
}
*/
.admin-header {
    background-position: 0 center;
    -webkit-filter: opacity(100%) blur(3px);
    filter: opacity(100%) blur(3px);
    background-size: cover;
    width: 100%;
    margin: 0;
    text-align: center;
    height: 145px;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
    animation: zoom-in-zoom-out 50s linear infinite;
}

@-webkit-keyframes slide {
    from {
        background-position: -10px 250px;
    }

    to {
        background-position: 10px -250px;
    }
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
        background-position: 0 center;
    }

    50% {
        transform: scale(1.3, 1.3);
        background-position: 0 center;
    }

    100% {
        transform: scale(1, 1);
        background-position: 0 center;
    }
}



.logo_image {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 75px;
    width: 100%;
    display: block;
    text-align: center;
}

    .logo_image h1 {
        color: #fff;
        font-size: 20pt;
    }

.logo-head {
    display: block;
    margin: 0px auto;
    margin-left: 10px;
    text-align: center;
    width: 100%;
}



.bgblue {
    background: #fff;
    border: 1px solid #CDD0D9;
    margin-bottom: 10px;
    padding: 10px;
}

#TreeNodesDV table, #dvTransferTree table {
    table-layout: fixed;
    width: inherit;
}

    #TreeNodesDV table td, #dvTransferTree table td, .tree table td {
        border: 0;
        float: right;
        margin: 0;
        padding: 0;
    }

#TreeNodesDV, #dvTransferTree {
    background-color: #fff;
    border: 1px solid #A5A8B0;
    direction: rtl;
    max-height: 400px;
    min-width: 243px;
    max-width: 243px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    position: absolute;
    z-index: 100;
}

    #TreeNodesDV a #dvTransferTree a {
        display: block;
        float: right;
        line-height: 0;
    }

    #TreeNodesDV img, #dvTransferTree img {
        display: inline-block;
        float: right;
    }

/*ui*/

.web_dialog_overlay {
    -moz-opacity: .15;
    background: #000000;
    bottom: 0;
    display: none;
    filter: alpha(opacity=15);
    height: 100%;
    left: 0;
    margin: 0;
    opacity: .15;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 101;
}

.web_dialog {
    background-color: #ffffff;
    border: 2px solid #336699;
    display: none;
    font-family: Verdana;
    font-size: 10pt;
    height: 400px;
    left: 50%;
    margin-left: -190px;
    margin-top: -100px;
    padding: 0px;
    position: fixed;
    top: 50%;
    width: 800px;
    z-index: 102;
}

.web_dialog_title {
    background-color: #336699;
    border-bottom: solid 2px #336699;
    color: White;
    font-weight: bold;
    padding: 4px;
}

    .web_dialog_title a {
        color: White;
        text-decoration: none;
    }


.copyright a {
    color: #064145;
}

    .copyright a:hover {
        color: #F58E1A;
    }

.right_pan_editor {
    display: inline-block;
    float: right;
    width: 300px;
}

    .right_pan_editor select {
        width: 182px;
    }

    .right_pan_editor input[type="text"] {
        min-width: 140px;
    }

.left_pan_editor {
    display: inline-block;
    margin-right: 10px;
    width: 680px;
}

.list_group li {
    border-bottom: 1px dotted #C8D0DE;
    padding: 10px;
}


.main_dash {
    clear: both;
    display: block;
    margin: 5px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.box-w {
    /*   background: #DCE2ED;
    border: 1px dotted #A1B0CE;*/

    border: 1px solid #F4F5F8;
    background: #FBFCFD;
    margin-bottom: 5px;
    padding: 15px;
}

.panel_menu {
    background: #FBFCFD;
    padding: 10px;
}

.ilogo i {
    background: #fff;
    border: 3px solid rgba(204, 211, 224, 1);
    color: #47639E;
    font-size: 20px;
    margin-left: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
}

.right_pan_dash {
    margin: 0 0px 5px 5px;
    min-height: 50px;
    text-align: right;
    vertical-align: top;
}

    .right_pan_dash i {
        margin-right: 5px;
    }

    .right_pan_dash table {
        background: #fff;
        border: 0;
        border-collapse: collapse;
        width: 100%;
    }

        .right_pan_dash table th {
            background: #47639E;
            border: 1px solid #B8DCEF;
            color: #fff;
            height: 27px;
            padding: 5px;
        }

            .right_pan_dash table th:first-child, .right_pan_dash table tr td:first-child {
                padding: 3px;
                text-align: center !important;
                width: 30px;
            }

        .right_pan_dash table td {
            border: 1px solid #CFCFCF;
            padding: 3px;
            padding-right: 10px;
        }

.left_pan_dash {
    margin: 0 0 5px 5px;
    text-align: right;
}


h1, h2, h3, h4, h5, h6 {
  /*  font-family: 'BYekan';*/
    font-weight: normal;
    margin: 0;
}

h1 {
    font-size: 17px;
}



.title_inbox {
    background: #fff;
    border-bottom: 1px solid #47639E;
    color: #37529E;
    margin: 0 0 5px 0;
    padding: 5px;
    padding-right: 10px;
}

#visualization {
    font-family: Tahoma !important;
    margin: 3px;
    overflow: hidden;
    width: 100%;
}

    #visualization text {
        font-family: Tahoma !important;
    }

.tb_dash {
    overflow: hidden;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}

    .tb_dash th {
        font-family: 'BYekan';
        font-size: 10pt;
        font-weight: normal;
        text-align: center;
    }

    .tb_dash .tr_white {
        background: #FFF;
    }

    .tb_dash .tr_gray {
        background: #F1F1F1;
    }

    .tb_dash tr:hover {
        background: #FFF7D2;
        cursor: default;
    }

.custom_pager {
    display: block;
    margin: 5px auto;
    padding: 1px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}



.center_div {
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 33%;
}

.pull_right_div {
    display: inline-block;
    padding: 5px;
    text-align: right;
    width: 33%;
}

.pull_left_div {
    display: inline-block;
    padding: 5px;
    text-align: left;
    width: 33%;
}

.red_1 {
    color: #CC0000;
}

.green_1 {
    color: #009900;
}

.red_2 {
    color: #D83A3A;
}

.green_2 {
    color: #3AB03A;
}

.pagination-ys .red_1 {
    color: #fff7d2;
}

.pagination-ys .green_1 {
    color: #73C773;
}

/*hr class*/

hr {
    margin: 0;
}

    hr.style1 {
        border-top: 1px solid #8c8b8b;
    }

    hr.style2 {
        border-top: 3px double #8c8b8b;
    }

    hr.style3 {
        border-top: 1px dashed #8c8b8b;
    }

    hr.style4 {
        border-top: 1px dotted #8c8b8b;
    }

    hr.style5 {
        background-color: #fff;
        border-top: 2px dashed #8c8b8b;
    }

    hr.style6 {
        background-color: #fff;
        border-top: 2px dotted #8c8b8b;
    }

    hr.style7 {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #8c8b8b;
    }

    hr.style8 {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #8c8b8b;
    }

        hr.style8:after {
            border-bottom: 1px solid #fff;
            border-top: 1px solid #8c8b8b;
            content: '';
            display: block;
            margin-top: 2px;
        }

    hr.style9 {
        border-bottom: 1px dashed #fff;
        border-top: 1px dashed #8c8b8b;
    }

    hr.style10 {
        border-bottom: 1px dotted #fff;
        border-top: 1px dotted #8c8b8b;
    }

    hr.style11 {
        background: url(/Content/Images/hr-11.png) repeat-x 0 0;
        border: 0;
        height: 6px;
    }

    hr.style12 {
        background: url(/Content/Images/hr-12.png) repeat-x 0 0;
        border: 0;
        height: 6px;
    }

    hr.style13 {
        border: 0;
        box-shadow: 0 10px 10px -10px #8c8b8b inset;
        height: 10px;
    }

    hr.style14, hr {
        background-image: -webkit-linear-gradient(left, #f0f0f0, #D5D5DB, #f0f0f0);
        background-image: -moz-linear-gradient(left, #f0f0f0, #D5D5DB, #f0f0f0);
        background-image: -ms-linear-gradient(left, #f0f0f0, #D5D5DB, #f0f0f0);
        background-image: -o-linear-gradient(left, #f0f0f0, #D5D5DB, #f0f0f0);
        border: 0;
        height: 1px;
    }

        hr.style15 {
            border-top: 4px double #8c8b8b;
            text-align: center;
        }

            hr.style15:after {
                background: #f0f0f0;
                color: #8c8b8b;
                content: '\002665';
                display: inline-block;
                font-size: 18px;
                padding: 0 10px;
                position: relative;
                top: -15px;
            }

        hr.style16 {
            border-top: 1px dashed #8c8b8b;
        }

            hr.style16:after {
                background: #f0f0f0;
                color: #8c8b8b;
                content: '\002702';
                display: inline-block;
                font-size: 18px;
                left: 40px;
                padding: 0 3px;
                position: relative;
                top: -12px;
            }

        hr.style17 {
            border-top: 1px solid #8c8b8b;
            text-align: center;
        }

            hr.style17:after {
                -moz-transform: rotate(60deg);
                -webkit-transform: rotate(60deg);
                background: #f0f0f0;
                color: #8c8b8b;
                content: '§';
                display: inline-block;
                font-size: 18px;
                padding: 0 10px;
                position: relative;
                top: -14px;
                transform: rotate(60deg);
            }

        hr.style18 {
            border-color: #8c8b8b;
            border-radius: 20px;
            border-style: solid;
            border-width: 1px 0 0 0;
            height: 30px;
        }

            hr.style18:before {
                border-color: #8c8b8b;
                border-radius: 20px;
                border-style: solid;
                border-width: 0 0 1px 0;
                content: "";
                display: block;
                height: 30px;
                margin-top: -31px;
            }



/*animation div*/



@keyframes dropHeader {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}




/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in {
    -moz-animation: fadeIn ease-in 1;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: forwards;
    -webkit-animation: fadeIn ease-in 1; /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    animation: fadeIn ease-in 1;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0; /* make things invisible upon start */
}

    .fade-in.one {
        -moz-animation-delay: 0.7s;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    .fade-in.two {
        -moz-animation-delay: 1.2s;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .fade-in.three {
        -moz-animation-delay: 1.6s;
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s;
    }

    .fade-in.four {
        -moz-animation-delay: 2.0s;
        -webkit-animation-delay: 2.0s;
        animation-delay: 2.0s;
    }





.infa {
    font-family: 'BYekan';
    padding-right: 5px;
    font-weight: normal !important;
}

#pnlBaseDetails .panel_form {
    background: #DADFEB;
    padding: 5px;
}

    #pnlBaseDetails .panel_form fieldset {
        border-bottom: 1px solid #AEBAD4;
        display: inline-block;
        float: right;
        font-family: 'BYekan';
        font-size: 13px;
        font-weight: normal;
        height: 53px;
        margin: 0;
        padding: 2px 10px;
        width: 23.45%;
    }

.bseinfo_form {
    background: #E3E7F0;
    margin-bottom: 10px;
    padding: 5px;
}

    .bseinfo_form input[type="text"], .bseinfo_form input[type="password"] {
        font-family: Verdana;
    }

    .bseinfo_form fieldset {
        border-bottom: 1px solid #C4CDE0;
        display: inline-block;
        float: right;
        font-family: 'BYekan';
        font-size: 12px;
        font-weight: normal;
        height: 60px;
        margin: 0;
        padding: 2px 10px;
        width: 25%;
    }

        .bseinfo_form fieldset label {
            font-weight: normal;
        }

        .bseinfo_form fieldset .lbl {
            display: block;
            font-weight: normal;
        }

            .bseinfo_form fieldset .lbl .req {
                font-family: tahoma;
                font-size: 12px;
            }

        .bseinfo_form fieldset .txtClass {
            min-width: 210px;
        }

@media (max-width: 768px) {


    .bseinfo_form fieldset {
        float: none;
        width: 100%;
    }

    #pnlBaseDetails .panel_form fieldset {
        float: none;
        width: 100%;
    }


    .admin-header {
        padding: 10px;
    }
}

/*form*/

.form-style-1 {
    font: 13px "BYekan";
    margin: 10px auto;
    padding: 20px 12px 10px 20px;
}

    .form-style-1 li {
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
    }

    .form-style-1 label {
        display: inline-block;
        font-weight: normal;
        margin: 0 0 3px 0;
        padding: 0;
        padding-left: 5px;
        text-align: left;
        vertical-align: top;
        width: 20%;
    }


.exit_time #spnTimesLeft {
    color: #F0AD4E;
    font-size: 100%;
}

.form-style-1 .field-divided {
    width: 49%;
}

.form-style-1 .field-long {
    width: 100%;
}

.form-style-1 .field-select {
    width: 100%;
}

.form-style-1 .field-textarea {
    height: 100px;
}

.form-style-1 .required {
    color: red;
}


.editb table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #333; /* Lighten up font color */
    font-family: Helvetica, Arial, sans-serif; /* Nicer font */
    width: 640px;
}

.editb td, .editb th {
    border: 1px solid #CCC;
    height: 30px;
}

/* Make cells a bit taller */

.editb th {
    background: #F3F3F3; /* Light grey background */
    font-weight: bold; /* Make sure they're bold */
}

.editb td {
    background: #FAFAFA; /* Lighter grey background */
    text-align: center; /* Center our text */
}

.editb table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 640px;
}

.editb td, .editb th {
    border: 1px solid transparent; /* No more visible border */
    height: 30px;
    transition: all 0.3s; /* Simple transition for hover effect */
}

.editb th {
    background: #DFDFDF; /* Darken header a bit */
    font-weight: bold;
}

.editb td {
    background: #FAFAFA;
    text-align: center;
}

/* Cells in even rows (2,4,6...) are one color */

.editb tr:nth-child(even) td {
    background: #F1F1F1;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */

.editb tr:nth-child(odd) td {
    background: #FEFEFE;
}

.editb tr td:hover {
    background: #666;
    color: #FFF;
}

/* Hover cell effect! */

.bg-white {
    /* background: #fff;
    padding:  10px;*/
}

.ilogo {
    font-size: 13pt;
    font-family: 'BYekan';
    
}

    /*.blink_me {
    animation: blinker 2s ease-in-out infinite;
    color: #fff;
    background: #425185;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    min-width: 32px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 14px;
    font-size: 13pt;
    padding: 5px 10px;
}*/
    .ilogo i.blink_me {
       
    }

.blink_me {
    animation: blinker 1.5s ease-in-out infinite;
    
}

@keyframes blinker {
    0% {
        opacity:0;
        color: #CC0000;
        border-color: #CC0000;
    }

    50% {
        opacity: 0.5;
        /* background-color: #CC0000;*/
        color: #CC0000;
        border-color: #CC0000;
    }

    

    100% {
        opacity: 0;
        color: #CC0000;
        border-color: #CC0000;
    }
}

#spnActivityListMenu b {
    animation: blinkertext 0.5s alternate infinite;
}

@keyframes blinkertext {
    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
        color: #F0AD4E;
    }
}

#spnActivityListMenu a {
    color: #FFF;
}

.subheader {
    font-family: 'dana-medium';
    font-size: 9pt;
    background: #5A6481; /*#CC0000;*/
    border-top: 3px solid #828AA0;
    color: #FFF;
    padding: 12px;
    text-align: center;
    position: relative;
    z-index: 10;
}

    /*.subheader span {
        background: #475378;
        padding: 10px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: inline-block;
        width: 90%;
        height: 40px;
        border: 1px solid #747D99;
        line-height: 21px;
    }*/

    .subheader span {
        /*  background: #475378;*/
        padding: 6px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        display: inline-block;
        width: 100%;
        height: 30px;
        border: 1px solid #747D99;
        background: #05265B;
    }


.usershow {
    font-weight: normal;
}

.bg-white {
    background-color: #FCFCFE !important;
    border: 1px solid #D2D6E2;
}
