.ui-accordion-header {
    background:  #FFFFFF;
    text-align: right;
    cursor: pointer;
    padding:  .5em .5em .5em .7em;
    margin: 30px 0px 0px 0px;
    border:  1px solid #ced4da;
    direction:  rtl;
    outline:  none;
}

div#accordion {
    text-align:  right;
}

.yb-acc-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    padding:  10px;
    height: auto !important;
    direction: ltr !important;
}

.ui-accordion-header-active{
    border-bottom: none;
}

.yb-uni-name {
    color: #16bde7 !important;
    direction:  rtl;
    padding: 10px;
    cursor:  pointer;
    font-size: 15px;
    border-bottom:  1px solid #ddd;
}



.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    width: 60px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    transition-property: left;
    transition-duration: 0.15s;
    outline:  none;
    margin-left: -30px;
    border: 1px solid #777777;
    background: #111111 url(/wp-content/uploads/2018/07/slider_button.png) 50% 50% repeat-x;
    font-weight: normal;
    color: #e3e3e3;
    border-radius: 10px;
}

.ui-slider {
    position: relative;
    text-align: left;
    height: 20px;
    border: 1px solid #a3a3a3;
    background: #f9f9f9;
    font-weight: normal;
    color: #454545;
    max-width: 500px;
    margin:  0px 30px;
    border-radius: 3px;
}

.ui-slider .ui-widget-header{
    background: #333333 url(/wp-content/uploads/2018/07/slider_bg.png) 50% 50% repeat;
    color: #eeeeee;
    font-weight: bold;
    height: 100%;
}



.yb-slide-wrap {
    padding: 20px;
    float:  right;
    width:  100%;
}

.yb-slider-title {
    margin-bottom: 0px;
    float:  right;
    width:  100%;
    font-size:  20px;
    line-height:  28px;
}
.yb-slider-desc{
    margin-bottom: 10px
}

.yb-uni-points-type{
    padding: 10px;
    background: #d4d3d333;
}

input.savePoints {
    margin: 10px auto 50px !important;
    display:  block !important;
}

.main-login-wrap {
    max-width:  400px;
    margin: 30px auto 0;
    display:  block;
    text-align:  right;
    direction:  rtl;
    padding: 0px 15px;
}

.main-login-wrap label{
    color: #fff;
}

.login-failed {
    width:  100%;
    text-align:  center;
    margin: 10px 0px;
    color: red;
}

.yb-uni-name.uni_green {
    color: #1cc124 !important;
}

.uni_red{
    color: red;
}

.uni_green{
    color: green;
}

.uni_orange{
    color: orange;
}

#massageArea{
    width: 100%;
    text-align: center;
}

h3.yearTitle{
    margin: 30px 0px 0px 0px;
    text-align: right;
}

table.mainGradeTable {
    direction:  rtl !important;
    text-align: right !important;

    background:  #fff;
    border-radius:  10px;
    overflow:  hidden;
}

table.mainGradeTable th{
    text-align: right !important;
}
.logo-img {
    width: 100%;
}

nav.nav-main {
    width: 75%;
    direction:  rtl;
}

.logo {
    width: 25%;
    float:  left;
}

#menu-main li{
    float: right;
}


#menu-main li a{
    color: #fff !important;
    padding:  0px 10px;
    border-left: 1px solid #fff;
}

#menu-main li a:hover{
    background: #00000054;
}

#menu-main li.active{
    background: #00000054;
}


header#header .container{max-width: unset;display:  flex;justify-content:  center;align-items:  center;}

.yb-main {
    max-width:  1000px;
    margin:  0 auto;
    /* background:  #fff; */
    text-align:  right;
    direction:  rtl;
    padding:  10px;
}
.yb-main h3{
    color: #fff;
    font-size: 34px;
    font-weight: normal;
}
.wrap_table_top {
    display:  flex;
    flex-direction:  row;
    align-items: flex-end;
}

.total_centers {
    color: #000;
    margin: 30px 20px 0px 0px;
    line-height: 41px;
    font-size: 20px;
}

@media(max-width: 767px){
    .logo {
        width: 100% !important;
    }
    button.navbar-toggle.visible-xs span{
        background:  #fff;
    }
    button.navbar-toggle.visible-xs {
        border-color:  #fff;
    }
    nav.nav-main {
        width:100%;
        direction: rtl;
    }
    header#header .container {
        max-width: unset;
        display: block;
    }
    .nav-main .navbar-collapse .mobile-menu>li a{
        color: #fff;
    }

    .nav-main .navbar-collapse .mobile-menu li a{
        color: #fff !important;
        padding:  0px 10px;
        border-color: #fff !important;
    }

    .nav-main .navbar-collapse .mobile-menu li a:hover{
        background: #00000054;
    }

    .nav-main .navbar-collapse .mobile-menu li.active{
        background: #00000054;
    }
}


.votes_area_radio {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: row-reverse;
    max-width:  200px;
    float:  right;
}

label.vote_label {
    position: relative !important;
    padding-left: 0px;
    margin: 0px !important;
    cursor: pointer;
    user-select: none;
    top: 0 !important;
    display:  flex;
    justify-content:  center;
    align-items:  center;
    flex-flow:  column;
    color: #585858 !important;
    font-size: 20px;
    font-weight: normal;
}

label.vote_label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display:  none;
}

span.vote_span {
    height: 20px;
    width: 20px;
    border-radius:  100%;
    border: 2px solid #fff;
    margin: 4px 0px;
    padding:  2px;
    box-shadow: 0 0 0 2px #9d9d9d;
    -moz-box-shadow:0 0 0 2px #9d9d9d;
    -webkit-shadow:0 0 0 2px #9d9d9d;
}

label.vote_label input:checked ~ span.vote_span {
    background-color: #16bde7;
}

@media(max-width: 767px){
    .votes_area_radio {
        max-width:  unset;
    }
}

.home-page-links-wrap {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    flex-direction:  column;
}

.home-page-links{
    width: 100%;
    max-width: 180px;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 1);
    display: block;
    padding: 10px 0px !important;
    margin: 10px 0px !important;
    color:  #000;
    position: relative;
}


.home-page-links:after{
    content: "";
    left: 0px;
    width: 50% !important;
    position: absolute;
    bottom: -17px;
    height: 20px;
    background: url("/wp-content/uploads/2018/07/shadow.png") no-repeat;
    background-size: 220%;
    background-position: left;
}

.home-page-links:before{
    content: "";
    right: 0px;
    width: 50% !important;
    position: absolute;
    bottom: -17px;
    height: 20px;
    background: url("/wp-content/uploads/2018/07/shadow.png") no-repeat;
    background-size: 220%;
    background-position: right;
}

.login-password{
    display: none;
}

.vote_desc {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    padding: 10px;
    height: auto !important;
    direction: rtl !important;
}

