body {
  padding-bottom: 20px; }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
  /*background-image: url(/images/Shared/body-bg.png);*/
  background-color: #f1f2f4;
  position: relative; }

.body-content:before {
  box-shadow: inset 12px 0px 15px -15px;
  content: " ";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0;
  width: 15px;
  display: inline-block;
  z-index: 5; }

.body-content:after {
  box-shadow: inset -12px 0px 15px -15px;
  content: " ";
  height: 100%;
  right: 0px;
  position: absolute;
  top: 0;
  width: 15px;
  display: inline-block;
  z-index: 5; }

.page-content {
  background: #fff;
  z-index: 0;
  padding: 15px; }

.heading-padded-top {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
}
.heading-green {
    /* background-color: green; */
    background: #5fb435;
    background: -moz-linear-gradient(top, #5fb435 0%, #409714 50%, #458821 100%);
    background: -webkit-linear-gradient(top, #5fb435 0%,#409714 50%,#458821 100%);
    background: linear-gradient(to bottom, #5fb435 0%,#409714 50%,#458821 100%);
    color: white;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input:not(.ignore),
select,
textarea:not(.ignore) {
	max-width: 280px;
}
.login-form input {
	max-width: unset;
}
.cr-slider {
	max-width: unset!important;
}

ol.hebrew {
    list-style-type: hebrew;
}
ul.dashed {
    list-style: none;
    padding-left: 0;
}

    ul.dashed > li {
        position: relative;
    }

        /* Prevent nested li's from getting messed up */
        ul.dashed > li::before {
            content: "-";
            margin-left: -10px;
            margin-right: -10px;
            position: absolute;
        }

.nested ol:not(.ignore) {
    counter-reset: item;
}
.nested ol ol:not(.ignore) {
    list-style: none;
}
    .nested ol:not(.ignore) > li {
        counter-increment: item;
        position: relative;
    }
        .nested ol ol:not(.ignore) > li:before {
            margin-right: 10px;
            margin-left: 10px;
            content: counters(item, ".") " ";
            display: inline-block;
            position: absolute;
            left: 100%;
        }
        .ltr .nested ol:not(.ignore) > li:before {
            right: 100%;
        }
.li-header:before {
    font-size: 18px;
    line-height: 1.1;
}

.li-header > div:first-child,
.li-header:before {
    font-size: 18px;
    line-height: 1.1;
}
li.li-header {
    font-weight: bold;
}

    li.li-header > ol {
        font-weight: 500;
    }

/* Carousel */
.carousel-caption p {
  font-size: 20px;
  line-height: 1.4; }

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
  width: 100%; }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  .carousel-caption {
    display: none; } }
#header .row1 {
  height: 15px;
  background-color: #A92424;
  background-image: url(/images/Shared/red.png);
  background-repeat: repeat-x; }

#header .row2 {
    height: 132px;
    position: relative;
}
#header.cl-openuniv .row2 {
	background-image: linear-gradient(to right, #C4D0DC 0%, #AFB8C1 48%, #E3E6EB 51%, #E3E6EB);
}
#header.cl-eitan .row2 {
	background-image: linear-gradient(to right, #C4D0DC 0%, #AFB8C1 48%, #E3E6EB 51%, #E3E6EB);
}
#header.cl-icaps .row2 {
	background-image: linear-gradient(to right, #C4D0DC 0%, #AFB8C1 48%, #E3E6EB 51%, #E3E6EB);
}
#header.cl-cpa .row2 {
	background-image: linear-gradient(to right, #C4D0DC 0%, #AFB8C1 48%, #E3E6EB 51%, #E3E6EB);
}
#header.cl-bayit .row2 {
    background-image: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 48%, #C7E8F9 51%, #C7E8F9);
}
#header.cl-ariel .row2 {
    background-image: linear-gradient(to right, #01173D 0%, #01173D 48%, #FFFFFF 51%, #FFFFFF);
}
#header.cl-hadassa .row2 {
	background-image: linear-gradient(to right, #CBE6F7 0%, #CBE6F7 48%, #CBE6F7 51%, #CBE6F7);
}
#header.cl-logisense .row2,
#header.cl-telaviv2023 .row2,
#header.cl-telaviv .row2 {
	background-image: linear-gradient(to right, #CBE6F7 0%, #CBE6F7 48%, #CBE6F7 51%, #CBE6F7);
}
#header.cl-hit2022 .row2 {
	background-image: linear-gradient(to right, #CDE7F7 0%, #CDE7F7 48%, #F7F7F7 51%, #F7F7F7);
}
#header.cl-hituniv2023 .row2 {
	background-image: linear-gradient(to right, #CDE7F7 0%, #CDE7F7 48%, #F7F7F7 51%, #F7F7F7);
}
#header.cl-mfa .row2 {
	background-image: linear-gradient(to right, #CDE7F7 0%, #CDE7F7 48%, #F7F7F7 51%, #F7F7F7);
}
#header.cl-acb .row2 {
	background-image: linear-gradient(to right, #CBE6F7 0%, #CBE6F7 48%, #CBE6F7 51%, #CBE6F7);
}

.pre-line {
	white-space: pre-line;
}
.v-top {
	vertical-align: top;
}
.px-2 {
	padding-left: 4px;
	padding-right: 4px;
}

#header .row2:after {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: ' ';
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
}
#header.cl-openuniv .row2:after {
	background-image: url(/images/logo/768x132.png?ver=1);
}
#header.cl-eitan .row2:after {
	background-image: url(/images/logo/eitan/768x132.png?ver=2);
}
#header.cl-icaps .row2:after {
	background-image: url(/images/logo/icaps/768x132.png?ver=1);
}
#header.cl-cpa .row2:after {
	background-image: url(/images/logo/cpa/768x132.png?ver=1);
}
#header.cl-ariel .row2:after {
    background-image: url(/images/logo/ariel/sm.png);
}
#header.cl-bayit .row2:after {
    background-image: url(/images/logo/bayit/sm.jpg);
}
#header.cl-hadassa .row2:after {
	background-image: url(/images/logo/hadassa/sm.png?ver=1);
}
#header.cl-telaviv2023 .row2:after,
#header.cl-telaviv .row2:after {
	background-image: url(/images/logo/telaviv/sm.png?ver=1);
}
#header.cl-logisense .row2:after {
	background-image: url(/images/logo/logisense/sm.png?ver=1);
}
#header.cl-hit2022 .row2:after {
	background-image: url(/images/logo/hit2022/sm.png?ver=2);
}
#header.cl-hituniv2023 .row2:after {
	background-image: url(/images/logo/hituniv2023/sm.png?ver=2);
}
#header.cl-mfa .row2:after {
	background-image: url(/images/logo/mfa/sm.png?ver=1);
}
#header.cl-acb .row2:after {
	background-image: url(/images/logo/acb/sm.png?ver=1);
}

#header .row3 {

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a6969+0,686766+14,3c3b3c+100 */
  background-color: #6a6969; /* Old browsers */
  background: -moz-linear-gradient(top, #6a6969 0%, #686766 14%, #3c3b3c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6a6969 0%,#686766 14%,#3c3b3c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6a6969 0%,#686766 14%,#3c3b3c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a6969', endColorstr='#3c3b3c',GradientType=0 ); /* IE6-9 */

  color: #fff;
  vertical-align: middle;
  font-size: 14pt; }

#header .row3 > div{
  height: 68px;
}
	#header .row3 .dates {
		padding-top: 12px;
		padding-left: 0;
		padding-right: 0;
		line-height: 1.1em;
	}
	#header .row3 .dates.fixed {
		height: 68px;
		display: flex;
		align-items: center;
	}
#header .row3 .dates > .subtext {
	font-size: 11pt;
}
    #header .row3 .status {
        color: lightgray;
        text-shadow: 0 -2px #333;
    }
    #header .row3 .status b {
        font-size: 1.1em;
        color: white;
    }

@media screen and (min-width: 1200px) {

	.embed-main {
		padding: 0 50px;
	}
    #header .row2 {
        height: 201px;
    }
	#header.cl-openuniv .row2:after {
		background-image: url(/images/logo/1170x201.png?ver=1);
	}
	#header.cl-eitan .row2:after {
		background-image: url(/images/logo/eitan/1170x201.png?ver=2);
	}
	#header.cl-icaps .row2:after {
		background-image: url(/images/logo/icaps/1170x201.png?ver=1);
	}
	#header.cl-cpa .row2:after {
		background-image: url(/images/logo/cpa/1170x201.png?ver=1);
	}
    #header.cl-ariel .row2:after {
        background-image: url(/images/logo/ariel/md.png);
    }
    #header.cl-bayit .row2:after {
        background-image: url(/images/logo/bayit/md.jpg);
    }
	#header.cl-hadassa .row2:after {
		background-image: url(/images/logo/hadassa/md.png?ver=1);
	}
	#header.cl-telaviv2023 .row2:after,
	#header.cl-telaviv .row2:after {
		background-image: url(/images/logo/telaviv/md.png?ver=1);
	}
	#header.cl-logisense .row2:after {
		background-image: url(/images/logo/logisense/md.png?ver=1);
	}
	#header.cl-hit2022 .row2:after {
		background-image: url(/images/logo/hit2022/md.png?ver=2);
	}
	#header.cl-hituniv2023 .row2:after {
		background-image: url(/images/logo/hituniv2023/md.png?ver=2);
	}
	#header.cl-mfa .row2:after {
		background-image: url(/images/logo/mfa/md.png?ver=1);
	}
	#header.cl-acb .row2:after {
		background-image: url(/images/logo/acb/md.png?ver=1);
	}

	.col-md-20 {
		width: 20%;
	}
}
@media screen and (max-width: 991px) {
  #header .row2 {
    /*height: 209px;
    background-image: url(/images/logo/750x209.png);*/
  }
  #header .row3{
    text-align: center;
  }
  #header .row3 > div {
    height: unset;
  }
  .body-content .header.green > .logout {
    text-align: center!important;
  }
}

@media screen and (min-width: 992px)  and (max-width: 1199px){
    #header .row3 .dates {
        padding-top: 4px;
    }
}

@media screen and (max-width: 768px) {
    #header .row2 {
        height: 66px;
    }
	#header.cl-openuniv .row2:after {
		background-image: url(/images/logo/384x66.png?ver=1);
	}
	#header.cl-eitan .row2:after {
		background-image: url(/images/logo/eitan/384x66.png?ver=2);
	}
	#header.cl-icaps .row2:after {
		background-image: url(/images/logo/icaps/384x66.png?ver=1);
	}
	#header.cl-cpa .row2:after {
		background-image: url(/images/logo/cpa/384x66.png?ver=1);
	}
    #header.cl-ariel .row2:after {
        background-image: url(/images/logo/ariel/xs.png);
    }
    #header.cl-bayit .row2:after {
        background-image: url(/images/logo/bayit/xs.jpg);
    }
	#header.cl-hadassa .row2:after {
		background-image: url(/images/logo/hadassa/xs.png?ver=1);
	}
	#header.cl-telaviv2023 .row2:after,
	#header.cl-telaviv .row2:after {
		background-image: url(/images/logo/telaviv/xs.png?ver=1);
	}
	#header.cl-logisense .row2:after {
		background-image: url(/images/logo/logisense/xs.png?ver=1);
	}
	#header.cl-hit2022 .row2:after {
		background-image: url(/images/logo/hit2022/xs.png?ver=2);
	}
	#header.cl-hituniv2023 .row2:after {
		background-image: url(/images/logo/hituniv2023/xs.png?ver=2);
	}
}
@media (max-width: 402px) {
	#header .row3 .dates.fixed {
		height: auto;
	}
	.pre-line {
		font-size: 16px;
	}
}
@media (max-width: 384px) {
    #header .row2 {
        height: 0;
        padding-top: 19%;
    }
    #header .row2:after {
        background-size: contain;
    }
}
/*@media screen and (max-width: 568px) {
	#header .row2 {
		height: 89px;
		background-image: url(/images/logo/320x89.png);
	}
}*/

#footer {
  background-color: #F5F6FA;
  min-height: 242px; }

#footer .redline {
  height: 1px;
  background-color: #9C2121;
  z-index: 10; }

#footer .redlineShadow {
  background-image: url(/images/Shared/footer/redline-shadow.png);
  height: 11px;
  z-index: 1; }

#footer .link-grid {
  min-height: 200px;
  color: #b62b38; }

#footer .link-grid .col {
  min-height: 175px;
  border-color: #CDCDCD;
  text-align: center; }

body.ltr #footer .link-grid .col {
  border-left: 1px solid #CDCDCD; }

body.ltr #footer .link-grid .col:first-child {
  border: none; }

body.rtl #footer .link-grid .col {
  border-right: 1px solid #CDCDCD; }

body.rtl #footer .link-grid .col:first-child {
  border: none; }

#footer .copyr {
  color: #424242;
  text-align: center; }

.selectVotingBg {
  background-image: url(/images/Select/bg.png);
  height: 483px;
  width: 960px;
  position: relative; }

.selectVotingBg .qq {
  position: absolute;
  background-image: url(/images/Select/qq.png);
  height: 377px;
  width: 932px;
  top: 82px; }

.selectVotingBg .dot {
  position: absolute;
  background-image: url(/images/Select/dot.png);
  height: 9px;
  width: 9px;
  display: none; }

.selectVotingBg .dot.active {
  display: block; }

.selectVotingBg .dot.dot1 {
  top: 194px;
  right: 189px; }

.selectVotingBg .dot.dot2 {
  top: 194px;
  right: 371px; }

.selectVotingBg .dot.dot3 {
  top: 194px;
  right: 553px; }

.selectVotingBg .dot.dot4 {
  top: 194px;
  right: 735px; }

.selectVotingBg .appealPage {
  position: absolute;
  background-image: url(/images/Select/appealForm.png);
  height: 377px;
  width: 932px;
  top: 82px; }

.selectVotingBg .CannotApply {
  position: absolute;
  background-image: url(/images/Select/cannotApply.png);
  height: 377px;
  width: 932px;
  top: 82px; }

#CannotVoteAppeal .appealPage textarea {
  position: absolute;
  top: 173px;
  left: 161px;
  width: 610px;
  height: 122px;
  resize: none;
  max-width: none; }

#CandidatePage {
  padding: 15px; }

.auth-login .intro {
  font-size: 16pt;
  margin-bottom: 15px; }

.auth-login .login-form {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 24px 10px 24px;
  margin: 0 5px;
  border-radius: 5px; }

.auth-login .login-form .grey {
  background-color: #e6e6e6;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px; }

.auth-login .title {
  background: #63b53a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #63b53a 0%, #39940d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #63b53a 0%, #39940d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #63b53a 0%, #39940d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b53a', endColorstr='#39940d',GradientType=0 );
  /* IE6-9 */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  padding: 10px; }

.auth-login .title em {
  background-image: url(/images/Auth//Login/lock.png);
  height: 19px;
  width: 16px;
  display: inline-block; }

.auth-login .title .i-msg {
	background-image: url(/images/Auth//Login/msg.png);
    margin-bottom: -5px;
	margin-top: 3px;
	height: 23px;
	width: 27px;
	display: inline-block;
}

.auth-login .title .text {
    padding: 8px;
}

.auth-login .title span {
  font-size: 18pt;
  font-family: "Arial";
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.46);
  -moz-transform: matrix(0.6347444169, 0, 0, 0.6347444169, 0, 0);
  -webkit-transform: matrix(0.6347444169, 0, 0, 0.6347444169, 0, 0);
  -ms-transform: matrix(0.6347444169, 0, 0, 0.6347444169, 0, 0); }

.auth-login .login-form .area1 {
  position: relative;
  padding: 14px;
  border-radius: 3px;
  display: block; }

.auth-login .login-form .area1::after {
  content: "";
  background: url(/images/Auth/Login/input-bg.png);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1; }

.auth-login .input-group-addon {
  background-color: #3b9b0b;
  padding: 0 5px 0 5px; }

.auth-login .input-group-addon.key em{
  background-image: url(/images/Auth/Login/key.png);
  height: 23px;
  width: 24px;
  display: inline-block; }

.auth-login .input-group-addon.user em{
  background-image: url(/images/Auth/Login/user.png);
  height: 23px;
  width: 24px;
  display: inline-block; }

.auth-login .forgot {
  text-align: center;
  font-size: 9pt; }

.auth-login .btnEnter {
  position: relative;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  margin: auto; }

.auth-login .btnEnter .circle-inner {
  border-radius: 50%;
  background: #3967c6;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3967c6 0%, #081c47 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3967c6 0%, #081c47 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3967c6 0%, #081c47 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3967c6', endColorstr='#081c47',GradientType=0 );
  /* IE6-9 */
  height: 80px;
  width: 80px;
  top: 7px;
  right: 7px;
  display: inline-block;
  position: absolute; }

.auth-login .btnEnter span {
  color: #fff;
  font-size: 15pt;
  font-style: normal;
  position: absolute;
  top: 18px;
  width: 100%;
  text-align: center; }

.auth-login .btnEnter .arrow {
  /*position: absolute;
          top: 49px;
          left: 36px;
          background-image: url(/images/Auth/Login/btnEnterArrow.png);
          height: 14px;
          width: 12px;*/
  position: absolute;
  top: 49px;
  left: 35px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #fff; }

body.ltr .auth-login .btnEnter .arrow {
  transform: rotate(180deg); }

.body-content .header.green {
  background: #79c14f;
  background: -moz-linear-gradient(top, #79c14f 0%, #4c8e2c 100%);
  background: -webkit-linear-gradient(top, #79c14f 0%, #4c8e2c 100%);
  background: linear-gradient(to bottom, #79c14f 0%, #4c8e2c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79c14f', endColorstr='#4c8e2c',GradientType=0 );
  min-height: 40px;
  margin: auto;
  line-height: 40px;
  vertical-align: middle;
  margin-bottom: 15px; }

.body-content .header.green > .title {
  text-align: center;
  font-size: 18pt;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  color: #444444; }

.body-content .header.green > .logout {
  font-size: 18pt;
  text-align: right;
  color: #fff; }

body.rtl .body-content .header.green > .logout {
  text-align: left; }

@media (max-width: 991px) {
  .body-content .header.green > .logout {
    text-align: center; } }
.body-content .header.green > .logout i {
  height: 32px;
  width: 32px;
  background-image: url(/images/Home/ApplyVote/logout.png);
  display: inline-block;
  line-height: 40px;
  vertical-align: middle; }

.body-content .vote-info {
  text-align: center;
  font-size: 16pt; }

#ApplyVotePage .va-buttons button {
  border: 2px solid #489f1b;
  border-radius: 7px;
  /*height: 50px;*/
  width: 300px;
  font-size: 16pt;
  color: #489f1b;
  background-color: #f7f6f6;
  font-weight: bold;
  text-align: center;
  white-space: normal;
  min-height: 110px; }

#ApplyVotePage .va-buttons button.red {
  border: 2px solid #750010;
  color: #a42323; }

#ApplyVotePage .va-buttons > div.vote {
  text-align: center; }

#ApplyVotePage .va-buttons > div.apply {
  text-align: center; }

body.rtl #ApplyVotePage .va-buttons > div.apply {
  text-align: center; }

@media (min-width: 992px) {
  #ApplyVotePage .va-buttons > div.vote {
    border: none; }

  #ApplyVotePage .va-buttons > div.apply {
    border: none; } 
  
  .auth-login .login-form {
    margin: 0 40px; }
}
#ApplyVotePage .radio-buttons {
  text-align: center; }

#ApplyVotePage .radio-buttons label {
  font-weight: normal; }

.body-content .bottom {
  text-align: center; }

.body-content .bottom button {
  background: #061943;
  background: -moz-linear-gradient(bottom, #061943 0%, #264483 52%, #3a68c8 100%);
  background: -webkit-linear-gradient(bottom, #061943 0%, #264483 52%, #3a68c8 100%);
  background: linear-gradient(to top, #061943 0%, #264483 52%, #3a68c8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#061943', endColorstr='#3a68c8',GradientType=0 );
  height: 50px;
  width: 220px;
  color: #fff;
  font-size: 16pt;
  border: 1px solid #252299; }

button.back em {
  background-image: url(/images/Home/ApplyVote/back-arrow.png);
  display: inline-block;
  padding-left:2px;
  padding-right:2px;
  height: 23px;
  width: 25px;
  line-height: 50px;
  vertical-align: middle; }

body.ltr .body-content .bottom button i {
  transform: rotate(180deg); }

hr {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #fff; }

hr.maxw {
  display: none; }

@media (max-width: 991px) {
  hr.maxw {
    display: block; } }
/* CUSTOM RADIO & CHECKBOXES
   http://stackoverflow.com/a/17541916/383904 */
.rad,
.ckb {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none; }

.rad > input,
.ckb > input {
  /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute; }

/* RADIO & CHECKBOX STYLES */
.rad > i,
.ckb > i {
  /* DEFAULT <i> STYLE */
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.2s;
  box-shadow: inset 0 0 0 8px #fff;
  border: 1px solid gray;
  background: gray; }

/* CHECKBOX OVERWRITE STYLES */
.ckb > i {
  width: 25px;
  border-radius: 3px; }

.rad:hover > i {
  /* HOVER <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: gray; }

.rad > input:checked + i {
  /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 3px #fff;
  background: #b7143e; }

/* CHECKBOX */
.ckb > input + i:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  margin: 2px;
  border-radius: inherit;
  transition: inherit;
  background: gray; }

.ckb > input:checked + i:after {
  /* (RADIO CHECKED) <i> STYLE */
  margin-left: 11px;
  background: #b7143e; }

@media screen and (max-height: 575px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }
.top5 {
  margin-top: 5px; }

.bot15 {
  margin-bottom: 15px; }

@media (min-width: 992px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap; } }
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none; }

  .sidebar-nav .navbar ul {
    float: none;
    display: block; }

  .sidebar-nav .navbar li {
    float: none;
    display: block; }

  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px; } }
.menu1 a {
	width: calc(100% - 42px);
	color: #484848;
	display: inline-block !important;
}


.menu1 a:hover {
  border: 0;
  border-radius: 0;
  color: #000;
  text-decoration: underline; }

.menu1 li {
  padding: 0 15px; }

.menu1 li::before {
  content: " ";
  display: block;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #fff; }

.menu1 li i {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 36px; }

.menu1 span.man, .menu1 span.guide {
    line-height: 44px;
    vertical-align: middle;
}

.menu1 li a {
	padding-left: 0;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.menu1 a span {
	width: 25px;
	height: 26px;
	overflow: hidden;
	background-image: url(/images/menuIcons/menu-arrow.png);
	background-position: -0px -0px;
	margin: -3px 0;
}
.menu1 a:focus span,
.menu1 a.active span {
	background-position: -0px -26px;
}
body.ltr .menu1 a span {
	-moz-transform: scaleX(-1); /* Gecko */
	-o-transform: scaleX(-1); /* Opera */
	-webkit-transform: scaleX(-1); /* Webkit */
	transform: scaleX(-1); /* Standard */
	filter: FlipH; /* IE 6/7/8 */
}
.menu1 .menu-icon {
	width: 36px;
	line-height: 44px;
	vertical-align: middle;
}


/*# sourceMappingURL=site.css.map */


#ApplyVotePage div.vote, 
#ApplyVotePage div.apply, 
#ApplyVotePage div.appeal {
	padding: 15px;
}

hr.clear {
	margin: 0;
}

.head-style {
	margin-top: unset;
	font-size: unset;
	font-weight: bold;
}

.form-checkbox legend{
	border:unset;
	font-size: inherit;
	font-weight:700;
	margin-bottom:5px;
}

.sr-hide *{
	speak: none;
}
.pdf-viewer {
	width: 100%;
	height: 85vh;
	border: none;
	padding: 0;
	min-height: 500px;
    margin-bottom: 15px;
}

/* Countdown changes */

.countdown-wrapper {
	display: inline-block;
	padding-top: 7px;
}

.content-type {
	visibility: hidden
}

@media only screen and (min-width: 992px) {
	.pdf-viewer {
		min-height: 800px!important;
	}
	.pull-right-md {
		float: right;
	}
	.rtl .pull-right-md {
		float: left;
	}

	.ltr .hr-right {
		border-right: 1px solid #cdcdcd !important;
	}
	.rtl .hr-right {
		border-left: 1px solid #cdcdcd !important;
	}
	.row-eq-height {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
	}
	.row-eq-height > [class*='col-'] {
	  display: flex;
	  flex-direction: column;
	}
	.content-type {
		visibility: collapse
	}
    
    .candidatePicture {
        margin-bottom: -2em;
    }
}

#Home-PartyDirector p, #Home-PartyChairman p {
    text-align: justify;
}

.bold, .bold * {
	font-weight: bold;
}
.row-full > div {
	padding: 20px 40px;
}
.row-full .btn {
	font-size: 30px;
	font-weight: 500;
	width: 100%;
	border-radius: 20px;
	line-height: 2.5em;
}
.row-full .btn.btn-primary {
	background-color: #05537a;
}

.text-green {
	color: #3F8F17;
}

.table-swal {
	margin: auto;
	text-align: start;
}
.table-swal td {
	padding: 5px 10px;
}

.btn-bayit-results {
    background: #9EBD45;
    font-size: 30px;
    color: #fff;
    border: 5px solid #B5E61D;
}

@media (max-width: 1199px) {
	.col-sm-margin {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.col-md-margin {
		margin-bottom: 10px;
	}

	/*body.ltr .menu1 a span {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}*/
}

@media (max-width: 767px) {
	.col-xs-margin {
		margin-bottom: 10px;
	}
}

.row-form {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.row-form {
	margin: 0;
	padding-top: 8px;
	padding-bottom: 0;
}
.row-form .col-sm-6,
.row-form .col-sm-12 {
	padding-right: 8px;
	padding-left: 8px;
}

.textarea-form {
	max-width: unset;
	resize: none;
	padding-left: 85px;
}

.btnCircle.btn-bigger {
	width: 110px;
	height: 110px;
}

.bottom-left {
	position: absolute;
	bottom: -7px;
	left: -7px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-bottom-left-radius: 0;
}
	.bottom-left.greyed-border {
		border-color: #e6e6e6;
		background: #e6e6e6;
		box-shadow: unset;
	}
.relative{
	position: relative;
}
.white,
.white span{
	color: white;
}

.row-half {
	margin-left: -5px;
	margin-right: -5px;
}
.row-half > div {
	padding-right: 5px;
	padding-left: 5px;
}
.zone {
	float: right;
	padding: 5px;
}
	.zone .title {
		white-space: nowrap;
		width: 100%;
		padding: 3px 6px;
		color: white;
		border: 1px solid #606060;
		background: linear-gradient(to bottom, #c4c3c1 0%, #9a9899 50%, #606060 100%);
	}
	.zone .content {
		width: 100%;
		background-color: #fff;
		border: 1px solid #bebebe;
		border-top: unset;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		padding-bottom: 6px;
	}
	.zone .content div {
		padding-left: 6px;
		padding-right: 6px;
	}

.w-100{
	width: 100%;
}
.w-50 {
	width: 50%;
}
.w-25 {
	width: 25%;
}
.d-inline {
    display: inline-block;
}

.textBlock {
	color: #515151;
	font-family: Arial;
	font-size: 14px;
	text-align: justify;
}
.textBlock .textHeader {
	font-size: 18px;
}
.menu1 .fa.fa {
	color: #6a6969;
	color: rgba(70,70,70,0.60);
}
.menu1 .fa.fa-2x {
	margin-left: -5px;
	margin-right: -5px;
}

.cl-hit2022.textBlock h3 {
	text-decoration: underline;
	font-weight: 600;
	text-decoration-thickness: 2px
}

.cl-hit2022.textBlock .little-title {
	text-decoration: underline;
	font-weight: 600;
}

.cl-hit2022.textBlock .underline {
	text-decoration: underline;
}

.cl-hituniv2023.textBlock h3 {
	text-decoration: underline;
	font-weight: 600;
	text-decoration-thickness: 2px
}

.cl-hituniv2023.textBlock .little-title {
	text-decoration: underline;
	font-weight: 600;
}

.cl-hituniv2023.textBlock .underline {
	text-decoration: underline;
}



.candidate-list th,
.candidate-list td {
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
		.candidate-list th:last-child,
		.candidate-list td:last-child,
		.candidate-list th:first-child,
		.candidate-list td:first-child {
			border-left: unset;
			border-right: unset;
		}
	.candidate-list thead th {
		color: white;
		background-color: #2b4d95;
		padding-bottom: 10px;
	}
	.candidate-list .control {
		width: 20%;
	}
	.candidate-list .enum {
		width: 10%;
	}
	.candidate-list .avatar {
		width: 8%;
	}
	.candidate-list .sprite-icon {
		margin-bottom: -5px;
		margin-top: -5px;
	}

	.btn-gray {
		width: 80px;
		background: linear-gradient(to bottom, #c3c2c0 0%,#717173 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		border-color: #717173;
		color: white;
	}

		.btn-gray:active {
			background: linear-gradient(to bottom, #717173 0%, #c3c2c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			color: white;
		}

#CandidateDetailsPage .textBlock span{
	padding: 8px;
	display: inline-block;
}
#CandidateDetailsPage .social {
	width: unset;
}
.avatar-icon .tooltip{
	opacity: 1;
}

.tooltip.left .tooltip-arrow {
	left: unset;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	border-right-color: unset;
}
.tooltip.right .tooltip-arrow {
	right: unset;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-left-color: unset;
	border-right-color: #000;
}

.candidatePicture {
    margin-left: 15px;
    margin-right: 15px;
}
table .w-sm{
    width: 80px;
}
#SubjectProcessTable th {
    text-align: center;
}

.card-img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #888;
    border-radius: 2px;
}
.p-bottom-right{
    position: absolute;
    bottom: 0;
    right: 15px;
}
.rtl .p-bottom-right {
    right: unset;
    left: 15px;
}
.candidate-name {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 5px;
    padding-bottom: 10px;
}
@media (min-width: 768px) {
    .candidate-card {
        min-height: 100px;
    }
    .card-img {
        width: auto;
        max-height: 100px;
    }
}
@media (min-width: 992px) {
    .candidate-card {
        font-size: .9em;
        padding: 0 !important;
        min-height: 85px;
    }
    .card-img {
        max-height: 85px;
    }
}
.panel-body.sm {
    padding: 5px
}
.row-sm {
    margin-left: -5px;
    margin-right: -5px;
}
    .row-sm > .col-sm-2,
    .row-sm > .col-sm-3,
    .row-sm > .col-sm-4,
    .row-sm > .col-sm-6,
    .row-sm > .col-sm-8,
    .row-sm > .col-md-2,
    .row-sm > .col-md-3,
    .row-sm > .col-md-4,
    .row-sm > .col-md-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

.green {
    color: #3f8f17;
}
.red {
    color: red;
}

.clear-input {
	position: absolute;
	right: 6px;
	top: 0;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
	z-index: 3;
}
.rtl .clear-input {
	right: unset;
	left: 6px;
}
.input-wrapper {
	position: relative;
	display: table;
}

@media (max-width: 320px) {
    .col-xxs-12 {
        width: 100%;
    }
}
.text-gray {
	color: #777;
}
.ltr .m-start-32 {
	margin-left: 32px;
}
.rtl .m-start-32 {
	margin-right: 32px;
}

.ltr .m-start-16 {
	margin-left: 16px;
}
.rtl .m-start-16 {
	margin-right: 16px;
}

.btn-sm-y {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: -8px;
}

.max-subjects {
	max-height: 225px;
	overflow-y: auto;
}

.ellipsis-line {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
