.nArtEditWindow TEXTAREA{
	font-size: 11px;
	line-height: 1;
}

.inputFile{
	line-height: 1;
}

.bulb{
	display:inline-block;
	border-radius:50%;
	width:14px;
	height:14px;
	margin-right:10px;
	float: left;
}

.calendar-table{
	width: 100%!important;
	border-spacing: 2px!important;
	border-collapse: separate;
	margin-top: 10px!important;
}

.calendar-table th{
	width: 14.2%;
	background-image: -moz-linear-gradient( 35deg, rgb(0,46,102) 0%, rgb(0,65,102) 100%);
	background-image: -webkit-linear-gradient( 35deg, rgb(0,46,102) 0%, rgb(0,65,102) 100%);
	background-image: -ms-linear-gradient( 35deg, rgb(0,46,102) 0%, rgb(0,65,102) 100%);	
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#002E66', endColorstr='#004166');
	box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.25), 0px -3px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.25), 0px -3px 10px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0, 0, 0, 0.25), 0px -3px 10px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid rgb(0,46,102)!important;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	text-shadow: 0 -1px 0 rgba(255,127,0,0.5);
	line-height: 20px;
}

.calendar-table td{
	background-color: #ffffff!important;
	vertical-align: top;
	border: 0px solid #aaa!important;
	padding: 0px!important;
	height: 100px;
}

.day-number{
	display: block;
	text-align: center;
}

.day-number a{
	font-size: 24px;
	display: inline-block;
	padding: 8px;
	background: #0078bd;
	color: white;
	font-weight: bold;
	border-radius: 3px;
	min-width: 44px;
	box-shadow: inset 0px -2px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.6);
}

.day-number a:hover{
	background: #00639d;
}

.event-list{
	line-height: 12px;
	/* position: relative; */
}

.event-list div{
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	height: auto;
	display: block;
	clear: left;
}

.event-list div:after{
	clear: both;
    content: "";
    display: block;
}

.event-list a{
	font-size: 11px;	
	display: inline-block;
	float: left;
	color: rgb(0,46,102);
	width: 80%;
	
}

.event-list a:hover{
	text-decoration: underline;
}

.calendar-table .past-day{
	opacity: 0.6;
	padding: 5px!important;
	background-color: #f3f3f3!important;
	position: relative;
	height: 100%; 
	display: inline-block;
	width: 100%;
	overflow-y: auto;
}

.calendar-table .current-day{
	border: 2px solid #ffb164;
	padding: 5px!important;
	background-color: #fff;
	position: relative;
	height: 100%; 
	display: inline-block;
	width: 100%;
	overflow-x: auto;
}

.calendar-table .future-day{
	padding: 5px!important;
	border: 2px solid #eeeeee;
	background-color: #f9f9f9!important;
	position: relative;
	height: 100%; 
	display: inline-block;
	width: 100%;
	overflow-x: auto;
}

.container-calendar-control{
	padding: 5px 10px!important;
	position:relative;
	text-align: center;
	/* background-color: #0b7cc3; */
	vertical-align: middle;
	margin-bottom: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px!important;
}

.container-calendar-control input[type="button"]{
	min-width: 120px;
	width: auto;
	font-size: 11px;
	line-height: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	font-weight: 700;
	height: 30px !important;
	text-transform: uppercase;
	border: solid 1px rgba(0,0,0,0.15);
	cursor: pointer;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px 0px 8px !important;
	box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
	
	background-color: #df7b00!important;
	color: white!important;
}

.container-calendar-control input[type="button"]:hover{
	background-color: white!important;
	color: rgb(0,65,102)!important;
}

.container-calendar-control .current-selection{
	display: inline-block;
	line-height: 30px;
	height: 30px;
	color:white;	
	font-size: 16px;
}

.container-calendar-control .current-selection label{
	font-weight: bold;
	color: #df7b00;
}

.container-calendar-control .previous-month{
	float: left;
}

.container-calendar-control .next-month{
	float: right;
}



.events-list-extented-container{
	border: 2px solid #0b7cc3;
	border-radius: 0 0 5px 5px;
	padding: 5px;
	position: relative;
	height: auto;
	margin-top: 10px;
}

.events-list-extented-container td label{
	color: black;
}

.events-list-extented{
	margin-top: 20px;
	
}

.events-list-extented .bulb{
	margin-top: 4px;
}

.events-list-extented div{
	border-bottom: 0px solid #0b7cc3;
	margin-bottom: 20px;
}

.events-list-extented-container .event-title{
	font-size: 14px;
	font-weight: bold;
}

.events-list-extented-container .event-descr{
	font-size: 12px;
	line-height: 14px;
	padding-left: 30px;	
	display: block;
}

.events-list-extented-container .event-tip{
	padding-left: 30px;	
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
}

.events-list-extented-container .event-perioada{
	padding-left: 10px;	
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 600;
	height: 20px;
}

.events-list-extented-container label.event-perioada{
	font-weight: 400!important;
	display: inline;
}

.events-list-extented-container div.event-perioada{
	padding-left: 30px!important;
}

.events-list-extented-container .event-url{
	padding-left: 10px;	
	display: inline-block;
	font-size: 12px;
	line-height: 14px;
	height: 20px;
}

.events-list-extented-container div.event-url{
	padding-left: 30px!important;
}

.events-list-extented .event-separator{
	/* margin-left: 30px; */	
	display: block;
	border-bottom: 1px dashed #ddd;
	height: 5px;
}

.events-list-edit td{
	font-size: 12px!important;
}

.events-list-edit a{
	font-weight: 600;
}

.events-list-edit a:hover{
	color: #0f72ac;
}

.add-person th{
	text-align: center!important;
}

.add-person input[type="text"], .add-person .selectize-control{
	color: #0049a5!important;
}

.add-person .selectize-input, .add-person .selectize-dropdown-content{
	min-height: 21px;
	font-size: 12px;
	line-height: 12px;
	padding: 3px;
	text-align: left;
	font-weight: normal;
	max-height: 100px;
}

.nArtEditWindow{
	max-height: 400px;
	height: 400px;
	overflow: scroll;
}

.add-person td input[type="button"]{
	padding: 3px!important;
	min-width: 10px;
	width: auto;
	font-size: 11px;
	color: red;
	float: right;
	margin: 0!important;
	height: auto!important;
	line-height: 13px;
	font-weight: 500;
}

.event-person-list-title{
	margin-bottom: 10px;
	font-size: 16px!important;
}

.event-person-list .card{
	margin-top: 0px;
	margin-bottom: 20px;
}

.event-person-list .person-container{
	padding: 20px;
}

.event-person-list .circle-avatar{
	height: 50px;
	width: auto;
	max-width: 60px;
	display: inline-block;
}

.event-person-list .avatar-wrapper{
	width: 50px;
	height: 50px;
	margin:0;
	width: auto;
	display: inline-block;
}

.event-person-list .avatar-name{
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #004080;
	/* text-align: left; */
	width: 70%;
}

.event-person-list .avatar-name .nameLabel{
	display: block;
	font-weight: 600;
}

.event-person-list .avatar-title{
	display: inline-block;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	font-weight: 600;
}

.event-person-list .avatar-email{
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	color: #139be9;
	display: block;
}

.lista-google{
	display: inline-block;
}

.lista-google a {
    display: block;
    background: url(img/google_link.svg);
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    
    /* background-position: 69px 2px; */
    font-size: 10px;
    border: 0px solid #e6ebed;
    margin-bottom: -10px;
    margin-left: 5px;
    border-radius: 4px;
    color: #2e3b42;
}

.event-column{
	width: 50%;
	float: left;
}

.event-map{
	width:100%;
	height:250px;
}

.ui-widget-content{
	
}

.ui-menu-item{
	font-size: 12px;
	border-bottom: 1px dashed #aaa;
	padding: 3px!important;
	line-height: 14px;
}

.search-events label{
	margin-bottom: 0;
}

.search-events table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
}

.search-events td{
	background-color: white!important;
	border: 0!important;
	border-bottom: 1px dashed #ccc!important;
	padding: 10px!important;
	font-size: 13px!important;
}

.search-events .tablePages td {
    padding-left: 5px;
    font-size: 13px;
    font-weight: 600;
    color: #49525c;
    padding-bottom: 5px !important;
    padding-top: 10px !important;
    border:0!important;
}
.search-events .tablePages td {
    background: #f8f8f8 !important;
    
}

.search-events .tableSearch td{
	background-color: #0b7cc3!important;
	color: black!important;	
}

.search-events .tableSearch td input, .search-events .tableSearch td select{
	margin-bottom: 5px;
	padding: 3px;
	font-size: 12px;
}

.search-events .container-calendar-control{
	margin-top: 0!important;
	/* background: white; */
}

.search-events .tableSearch input[type=submit], .search-events input[type=button]{
	min-width: 120px;
    width: auto;
    font-size: 11px;
    line-height: 10px;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-color: #ffffff;
    color: #0b7cc3;
    font-weight: 700;
    height: 30px !important;
    text-transform: uppercase;
    border: solid 1px rgba(0,0,0,0.15);
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px 8px 0px 8px !important;
    box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0px -2px 0px rgba(0,0,0,0.2);
}

.search-events input[type=submit]:hover, .search-events input[type=button]:hover{
	background-color: #0c7cc4;
	color: #ffffff;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.3);
}

.search-events .search-col{
	display: inline-block;
}

.search-events .search-col span{
	color: white;
	font-weight: 600;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  font-weight:600;
  font-size: 11px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-weight:600;
  font-size: 11px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-weight:600;
  font-size: 11px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  font-weight:600;
  font-size: 11px;
}

.dateListZone{
	/* background-color: rgb(0,0,0,0.2); */
	/* border: 1px solid grey; */
	
	display: inline-block;
	padding: 2px 5px;
	margin: 0 10px;
	border-radius: 5px;
}

.dateListZone label{
	color: darkorange!important;
	font-weight: 500;
}

.eventPublic{	
	background-color: #ecffec;
	padding: 2px;
	border-radius: 3px;
}

.eventNotPublic{	
	background-color: #ffe6e6;
	padding: 2px;
	border-radius: 3px;
}

.calendar-legenda{
	margin-top: 20px;
	font-size: 13px;
	line-height: 25px;
	
}

.calendar-legenda .legenda-title{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}

.calendar-legenda .bulb{
	float: none;
}

.calendar-legenda div.text{
	display: inline-block;
	height: 14px;
	line-height: 12px;
	
}

/* === For phones =================================== */
@media (max-width: 767px) {
	.event-list a{
		display: none;
	}
	
	.container-calendar-control input[type="button"]{
		font-size: 11px!important;
		height: 20px!important;
		padding: 0 3px!important;
	}
	
	.container-calendar-control .current-selection{
		line-height: 20px;
	    height: 20px;
	    font-size: 12px;
	}
	
	.calendar-table th{
		font-weight: normal;
		font-size: 10px;
	}
	
	.day-number a{
		font-size: 12px;
		min-width: 24px;
		padding: 2px;
	}
	
	.calendar-table td{
		height: 50px;
		text-align: center;
	}
	
	.bulb{
		margin-right: 0;
		margin-left: 0;
		float: none;
		width: 10px;
    	height: 10px;
	}
	
	.event-list div{
		margin-top: 2px;
    	margin-bottom: 2px;
	}
	
	.linkIcon{
		display: none;
	}
	
	.lista-google a {
	    width: 15px;
	    height: 20px;
	    background-repeat: no-repeat;
	    margin-bottom: -5px;
	    margin-left: 5px;	    
	}
	
	.event-map{
		margin-top: 10px;
	}
	
	.events-list-extented-container .event-descr, .events-list-extented-container div.event-perioada, .events-list-extented-container div.event-url{
		padding-left: 10px!important;
	}
	
	.event-column{
		width: 100%;
		float: none;
	}
	
	.events-list-extented-container .event-title {
    	font-size: 12px;
    	font-weight: 700;
	}
}


/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
	.event-list a{
		width: 70%;
		font-size: 10px;
	}
	
	.event-list {
    line-height: 10px;
}
	
}


/* === For desktops ================================== */
@media (min-width: 992px) {
	.event-list a{
		width: 75%;
	}
	
}


/* === For laptops? ================================== */
@media (max-width: 1200px){

	
}	

/* === FOR IPHONE <5s =======================================*/

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
	.container-calendar-control input[type="button"]{
		font-size: 10px!important;
		/* height: 18px!important; */
		padding: 2px 2px!important;
		min-width: 50px;
		font-weight: 500;
	}
	
	.search-events .tableSearch input[type=submit], .search-events input[type=button]{
		min-width: 75px;
	}
	
	.events-list-search a{
		
		font-weight: 400;
		font-size: 12px;
	}
	
	.events-list-search label{
		font-size: 12px;
	}
	
	.events-list-search .dateListZone{
		padding: 0px;
		margin: 0 5px;
	}
	
	.container-calendar-control .current-selection{
		line-height: 16px;
	    height: 16px;
	    font-size: 11px;
	}
	
	.container-calendar-control{
		padding: 5px!important;
	}

}
