/*@import url(http://fonts.googleapis.com/earlyaccess/alefhebrew.css);*/

body
{	
	
	
	background-color: #fff; 
	/*background-color: rgb(33,71,132);*/
	
/*	
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;

background-color:rgb(33,71,132);
background-size:16px 16px;
*/

/*background-color:#282828;*/



		font-family: "Alef Hebrew",
               “Helvetica Neue”,
               Helvetica,
               Arial,
               sans-serif;
}

.shift{
	font-size: 20px;	
}

.kalphiAddress {
	font-size: 12px;
}

.votersCount{
	font-size: 20px;	
}

.userData {
	color: white;
	font-size: 24px;
	display: inline-block;	
}

.kalphiData {
	color: white;
	font-size: 24px;
	/*display: inline-block;	
	margin-right: 30px;*/
}

.kalphiLocation {
	color: white;
	font-size: 14px;
	/*display: inline-block;	
	margin-right: 30px;*/
}

.voted {
	color: red;
	font-size: 25px;
	text-align: center;
	padding: 5px;
	background-color: #e9cfcf;	
	border-radius: 4px;
}

.voterName{
	margin-top: -20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.voterDetails{
	font-size: 26px;
	text-align: center;
}

#userButtons {
	padding: 8px;
}

.linkTitle {
	font-size: 36px;
	text-align: center;
	width: 100%;
	margin-right: 15%;
}

.linkTitleDemo {
	font-size: 18px;
	text-align: center;
	width: 70%;
	margin-right: 15%;
}

.linkTitleImage {
	font-size: 40px;
	margin-top: -50px;
	padding: 3px;
	border-radius: 5px;
	text-shadow: 13px 11px 27px black;
	width: 100%;
	color: white;
	text-align: center;
}

.container-full {
  margin: 0 auto;
  width: 98%;
}

.divRight{
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	text-align: center;
	width: 150px;
}

.divLeft {
	display: inline-block;
	margin-right: 10px;
	padding-top: 8px;
}

#data_reload {
	margin-top: 20px;
}

#fullLink{
	width: 220px;
	display: inline-block;
	height: 30px;
	font-size: 12px;
	background-color: rgba(127, 127, 127, 0.21);
	color: white;
}



.smallVideo .panel-heading {
	height: 60px;
	vertical-align: middle;
}

.viewHeading {
	min-height: 120px;
	vertical-align: middle;
}

.itemsCounter {
	color: white;
}


.videoButtons {
	margin-top: 10px;
}


.colBTN {
	margin-top: 24px;
}



.numbers {
	font-family: sans-serif;
	font-size: 30px;
	height: 60px;
	text-align: center;
	direction: ltr;
}

li {
	display: inline-block;
}


.videoDescription{
	font-size: 40px;
	font-weight: bold;
	text-align: justify;
	/*
	max-height: 150px;
	overflow-y: scroll;
	*/
}

.videoDescriptionAdmin{
	height: 60px;
	overflow-y: scroll;
}




.panelColor:nth-child(1) {
	background-color: red;
}

.panelBox{
	box-shadow: 14px 16px 11px black;
	width: 95%;
	margin-right: 2.5%;
	border-radius: 5px;
}




 li{
 	list-style: none;
 }
 
.logo {
	margin-left: 10px;
	margin-top: 5px;
	color: white;
	font-size: 8px;
	font-weight: bold;
}

.titleLink {
	display: inline-block;
	direction: ltr;
	text-align: right;
	margin-top: 10px;
	font-size: 16px;
}

.videoSortItem {
	width: 100%;
	background-color: rgba(195, 182, 182, 0.3);
	margin-bottom: 8px;
	padding: 5px;
	margin-right: -20px;
	border-radius: 3px;
	box-shadow: 1px 1px 0px black;
	cursor: move !important;
}

.panel-body p {
	color: black;
}



#rightSplit{
 margin-top: 70px;
}

#leftSplit{
 margin-top: 70px;
}

.bigSidePanel {
	width: 100%;
}

.hideObject {
	display: none;
}



.scrollDiv {
	overflow-y: scroll;
	max-height: 700px;
	padding-top: 10px;
}



.lowerNumber {
	margin-top: 5px;
}


.panel-default hr {
	margin-top: 3px;
	margin-bottom: 3px;
}

.panelButtons {
	margin-top: 5px;
	margin-right: -8px;
}


.animated-search-filter {
	width: 500px;
	height: 500px;
}


.hiddenObject {
	display: none;
}



.userImage {
	display: inline-block;
	margin-left: 5px;
}



.user{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.caret{
	color: white;
}

a{
	text-decoration: none !important;
}

.userImage img {
	width: 30px;
	height: 30px;
	border-radius: 15px;
}


.fullNameBig {
	font-size: 28px;
	font-weight: bold;
}

.menuBTN {
	margin-right: 20px;
}

label {
	/*text-decoration: underline;*/
}


#mainmenu {
	background-color: rgba(22, 22, 52, 1);
	padding: 8px;
	width: 100%;
	box-shadow: 0px 1px 5px black;
	z-index: 100;
	margin-bottom: 20px;
	position: fixed;
	display: inline-block;
	right: 0px;
}

.mainTitle {
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
}

.modal-dialog{
	padding: 5px;
}

#rightSide{
	float: right;
	display: inline-block;
	width: 400px;
}


#leftSide{
	width: 900px;
	display: inline-block;
	margin-right: 80px;
}


.smallText {
	font-size: 12px;
	padding-top: 3px;
}






/*
// Container sizes
// --------------------------------------------------

// Small screen / tablet
@container-tablet:            ((720px + @grid-gutter-width));

// Medium screen / desktop
@container-desktop:           ((940px + @grid-gutter-width));

// Large screen / wide desktop
@container-lg-desktop:        ((1020px + @grid-gutter-width));
*/

.container {
	width: 95% !important;
}

.navbarBottom {
	/*height: 80px;*/
}

.menuBTN {
	border-top-right-radius: 0px !important;
	border-top-left-radius: 0px !important;
	margin-right: 10px;
	width: 100px;
}


h1 {
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 46px;
	/*text-shadow: 1px 1px 7px black;*/
	margin-bottom: 50px;
	position: fixed;
	background-color: rgb(33,71,132);
	width: 100%;
	top:-20px;
	z-index: 200;
}

.bodyText{
	color: white;
	font-size: 40px !important;
	text-align: justify;
	margin-top: 15px;
	margin-right: 3%;
	width: 94%;
}

.mainText{
	/*color: white;*/
	font-size: 42px !important;
	text-align: center;
	margin-top: 15px;
	text-align: justify;
	margin-right: 3%;
	width: 94%;
}

.mainTextDemo{
	/*color: white;*/
	font-size: 24px !important;
	text-align: center;
	margin-top: 15px;
	text-align: justify;
	margin-right: 3%;
	width: 94%;
}

.bodyTextDemo{
	color: white;
	font-size: 20px !important;
	text-align: justify;
	margin-top: 15px;
	margin-right: 3%;
	width: 94%;
}

h2 {
	/*color: white;*/
	/*text-shadow: 1px 1px 7px black;
	*/
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}



.userButton{
	font-size: 32px;
	margin-left: 15px;
}


.videoTitle {
	font-size: 56px;
	font-weight: bold;
}


h3 {
	/*color: white;*/
	/*text-shadow: 1px 1px 7px black;
	*/
	font-size: 18px;
	font-weight: bold;
}

h4 {
	/*color: white;*/
	/*text-shadow: 1px 1px 7px black;
	*/
	color: white;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}



.modal-header-black {
    color:#fff;
    background-color: #088300;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}


#loginBTN {
	width: 70%;
}

.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f0ad4e;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
     border-top-left-radius: 5px;
     border-top-right-radius: 5px;
}



/* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
    display: none;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(0, 255, 247, 0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}


/* The CSS */


.dataSelect {
	font-size: 12px;
	margin-bottom: 3px;
}


#dataList {
	list-style-type: none;
    margin: 0;
    padding: 0;
 }

#dataList li{
	display: inline;
}


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.27198%;
    }
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.letter {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin: 26px auto 0;
  max-width: 850px;
  min-height: 300px;
  padding: 24px;
  position: relative;
  width: 90%;
}
.letter:before, .letter:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.letter:before {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg);
}
.letter:after {
  background: #f6f6f6;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  right: -3px;
  top: 1px;
  transform: rotate(1.4deg);
}
/*

#box {
  position: relative;
  width: 60%;
  background: #ddd;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2em 1.5em;
  color: rgba(0,0,0, .8);
  text-shadow: 0 1px 0 #fff;
  line-height: 1.5;
  margin: 60px auto;
}


#box:before, #box:after {
  z-index: -1; 
  position: absolute; 
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%; 
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.7); 
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  transform: rotate(-3deg);
}

#box:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
*/

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5
{
  position: relative;
}
.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 25px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect7:before, .effect7:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect7:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
	right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}