body,
html {
    font-family: "kamradSans", "bmifont", Tahoma !important;
    min-height: 100%;
    /*
    background-color: #e6eafa;
    background: linear-gradient(#e6eafa, #e4e8f9);
*/
    width: 100%;
    background-color: #f5f5f5 !important;
    background: #f5f5f5;
}

* {
    outline: none;
}

.page{
    min-height: calc(100vh - 161px);
}

.topheader {
    display: flex;
    background: #ffffff;
    color: #090909;
    align-items: center;
    padding: 0px 20px;
    justify-content: space-between;
    font-size: 14px;
}
.topheader .container{
    display:flex;
     align-items: center;
    justify-content:space-between
}.topheader .container:before,.topheader .container:after{
    display:none;
}
.topheader .logo{
    display:flex;
    align-items:center;
    height: 50px;
    margin-right: 20px;
}
.topheader .logo img{
    max-height: 80%;
    max-width:100%;
}
    .topheader .inner-item {
        display: flex;
        align-items: center;
        direction: ltr;
    }
    .topheader input {
        background: none;
        border: none;
        padding: 0;
        font-family: inherit !important;
    }

        .topheader input:hover {
            color: #0078d4;
        }

    .topheader #ChangePassPanle {
        margin: 0 10px;
    }

    .topheader .fa {
        margin: 0 !important;
        float: right;
    }

    .topheader label {
        font-weight: normal;
        font-size: 12px;
    }

    .topheader #activeUserDiv {
        margin-top: 4px;
    }

    .topheader #activeUser {
        font-size: 12px;
    }

.header {
    color: #374874;
    display: flex;
    /*   background: #4c38aa;*/
    background: #fff;
    align-items: center;
    padding: 8px 30px;
    /* justify-content: space-between; */
    height: 60px;
    border-bottom: 1px #ebebeb solid;
}
.header.blue{
   background:#0078d4;
}
.header .container{
    display:flex;
}.header .container:before,.header .container:after{
    display:none;
}
    .header img {
        max-height: 100%;
        max-width: 200px;
        margin: 0px 6px;
    }

    .header .site-title {
        color: black;
        font-weight: bold;
        font-size: 15px;
        max-width: 200px;
    }

    .site-title {
        max-width: 400px !important;
        margin-top: 16px;
    } 

    .header .main-page-menu{
    flex: auto;
    }
    /*-------------------------------------------*/
.main-page-content {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #cbcaca;
}

    .main-page-content .right-pannel {
        flex: 100%;
    }

    .main-page-content .left-pannel {
        flex: 100%;
        margin: 30px 0;
    }

    .main-page-content .main-image {
        max-width: 100%;
        max-height: 100%;
    }
/*--------------------------------------*/
.header.blue .rmText{
    color:#fff;
    font-size: 15px;
}
.header.blue .rmGroup{
    background:#0078d4 !important;
    border-color:#2d9aed !important;
}
.header.blue .rmGroup a:hover .rmText{
   
    color: #021e34;
    background:#0561a7 !important;
}
.header.blue .rmGroup .rmText{
    font-size:12px;
}
.RadMenu_Default .rmRootGroup {
    background: transparent;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    font-family: 'kamradSans';
    line-height: 3 !important;
}
.header.blue .RadMenu_Default .rmRootGroup{
    background:#0078d4 !important;
    background-color:#0078d4 !important;
}
.header.blue .rmRootLink:hover{
    background:none ;
}
.RadMenu_rtl, .RadMenu {
    float: unset !important;
}
.RadMenu .rmRootLink{
    line-height: 3.5 !important;
}
.header.blue .rmSeparator .rmText{
    border-color:rgb(251 251 251 / 10%) !important;
}
.rmGroup, .rmMultiColumn, .rmGroup .rmVertical {
    background: #fff !important;
    border: 1px #e7e6e6 solid !important;
}

.RadMenu a.rmLink {
    font-family: 'kamradSans' !important;
    background: none !important;
    background-image: none !important;
}

.RadMenu .rmItem.redbg > a {
    background: none !important;
}

.rmSeparator .rmText {
    margin: 0 !important;
}

.text-info-pink {
    color: #eb1d49;
    font-size: 10px;
    padding: 20px;
}

.RadMenu_Black .rmRootGroup {
    background-color: #4c38aa !important;
}

.RadMenu_Black a.rmSelected, .RadMenu_Black a.rmExpanded, .RadMenu_Black a.rmExpanded:hover {
    color: #fff !important;
}
/*-----------------------------login---------------*/
.login-form {
    max-width: 350px;
    margin: 50px auto;
    line-height: 3;
    background: #ffffff;
    padding: 18px;
    border-radius: 5px;
}

.login-image {
    height: 100%;
    text-align: center;
    margin-top: 60px;
}

    .login-image img {
        max-width: 100%;
        max-height: 100%;
    }

.login-form .login-title {
    margin: 20px 0;
    text-align: center;
}

.login-form .form-control {
    padding: 10px;
    height: auto;
    border-radius: 6px;
}

.btn-login {
    width: 100%;
    padding: 0px !important;
}

.btn-login, .btn-new {
    padding: 8px 20px;
    background-color: #0078d4;
    color: #fff !important;
    border: none;
    transition: all 300ms;
    margin: 15px 0;
    display: inline-block;
}

    .btn-login:hover, .btn-new:hover {
        cursor: pointer;
        box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
    }

.login-form .captcha {
    display: flex;
    align-items: center;
}

    .login-form .captcha #txt-captcha1 {
        width: 100% !important;
        margin-left: 5px;
    }

    .login-form .captcha #img-captcha1,.captcha #img-captcha {
        width: 125px;
    }



.footer {
    background: #0078d4;
    color: #fff;
    padding: 15px 0px 12px;
    display: flex;
}

    .footer .spanCopy {
        margin: 12px 0;
        display: block;
    }

    .footer .logo {
        text-align: left;
        display: block;
        margin-left: 20px;
    }
    .footer .copy-right {
        flex: auto;
        text-align: center;
    }
@media (max-width:768px) {
    .left-pannel {
        display: none !important;
    }
}

@media (max-width:500px) {
    .header .container{
        margin:0;
    }
    .topheader .logo{
        display:none;
    }
    .new-poll-list{
        padding:0 !important;
    }
    .graytoolbar input[type="image"]{
    max-width:30px;
}

    .login-form .captcha{
        display:block;
    }
    .footer .copy-right{
        position:relative;
    }
    .footer .logo{
        float:unset;
        text-align:center;
        display:block;
        margin:0;
    }
}
.menuicon {
    display: none;
    width: 30px;
    height: 25px;
    border: 5px #333333 solid;
    border-right: none;
    border-left: none;
    position: relative;
    cursor: pointer;
    transition: all 300ms;
}

    .menuicon:after {
        content: " ";
        position: absolute;
        border-top: 5px #333333 solid;
        border-color: inherit;
        width: 100%;
        top: 5px;
    }

    .menuicon:hover {
        border-color: #0078d4;
    }

@media (max-width:1000px) {
    .menuicon {
        display: block;
    }

    .RadMenu {
        display: none;
        position: absolute !important;
        top: 80px;
        border: 1px #dfdfdf solid;
        width: 100%;
        right: 0;
    }
.RadMenu .rmRootGroup {
    width:100%;
    background:#fff !important;
}
        .RadMenu .rmItem {
            float: unset !important;
        }
          .RadMenu .rmItem  a{
              width:100%;
              direction: rtl !important;
              text-align: right;
              /*padding: 5px !important;*/
          /*    border-bottom: 1px #d8d8d85c solid;*/
          line-height:3 !important;
          } .RadMenu .rmItem  a .rmText{
              float:unset;
          }
          .RadMenu .rmSlide, .RadMenu_Context{
              position: initial !important;
              width: 100% !important;
          }
        .RadMenu .rmSlide .rmGroup,.RadMenu .rmSlide .rmGroup a {
              width:100% !important;
          }
          .rmItem.redbg>a{
              position:relative !important;
          }
          .rmItem.redbg>a:after{
              content: '+' !important;
              position:absolute;
              left: 5px;
              font-size: 18px;
              top: 4px;
          }
}


/*------------------------------------------------*/
.new-poll-list{
    padding: 30px;
}
.new-poll-list-item {border: 1px #b7b7b7 solid;background: #fff;margin: 30px;padding: 20px 20px 0px;}
.new-poll-list-header {border-bottom: 1px #b7b7b7 solid;padding-bottom: 12px;font-weight: bold;color: #000;}
.new-poll-list-content {text-align: justify;line-height: 2;color: #464445;padding-top: 10px;}
.new-poll-list-item .fa{
    color: #0078d4;
    font-size: 20px !important; 
}
.new-poll-list-item small{
    color:#0078d4;
}


.no-any-vote {
    text-align: center;
    min-height: 100vh;
    font-weight: bold;
    padding-bottom: 50px;
}

    .no-any-vote img {
        max-width: 100%;
        width: 400px;
    }
	.RadMenu_Default, .RadMenu_Default a.rmLink {
    font: normal 14px/23px !important;
    color: #000;
    text-decoration: none;
}

.inner-item div {
    margin: 0 5px;
}

.modal {
    padding: 0 20px 0 20px;
}

.modal-content {
    top: 100px;
}
