@charset "UTF-8";
/* VidalFramework CSS */

 
.appBox {
	
	display: inline-block;
	padding: 2px;
	margin: 5px;
	text-align: center;
	width: 100%;
	max-width: 100px;
	border: 1px #fff solid;
	border-radius: 5px;
}
.appBox:hover {
	border: 1px #d1d1d1 solid;
	background-color: #fafafa;
}
.systemMessages {
	display:none;
}


.notification {
	height: 51px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 1px 1px 2px #ddd;
	display:none;
}
.notification p {
	margin: 14px 10px 0 75px;
	font-size: 13px;
	color: #333;
}
.notification a.close {
	position: absolute;
	width: 14px;
	height: 14px;
	top: 5px;
	right: 5px;
	background-image: url(/images/close.png);
	background-repeat: no-repeat;
}
.notification a.close:hover {
	cursor: pointer;
}
.msgAlert a.close {
	background-position: -14px 0;
}
.msgAlert a.close:hover {
	background-position: -14px -14px;
}
.msgInfo a.close {
	background-position: -42px 0;
}
.msgInfo a.close:hover {
	background-position: -42px -14px;
}
.msgSuccess a.close {
	background-position: -28px 0;
}
.msgSuccess a.close:hover {
	background-position: -28px -14px;
}
.msgError a.close {
	background-position: 0 0;
}
.msgError a.close:hover {
	background-position: 0 -14px;
}
.msgAlert {
	border: 1px solid #eac572;
	background: #ffe9ad url(/images/notifications.png) no-repeat 0 -52px;
}
.msgInfo {
	border: 1px solid #99c4ea;
	background: #d1e4f3 url(/images/notifications.png) no-repeat 0 -156px;
}
.msgSuccess {
	border: 1px solid #c1d779;
	background: #effeb9 url(/images/notifications.png) no-repeat 0 -104px;
}
.msgError {
	border: 1px solid #e18b7c;
	background: #fad5cf url(/images/notifications.png) no-repeat 0 0;
}
.notification {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.spanLine{
	position:relative;
	display:block;
	padding:10px 15px;
	
}

.smallFont{
	font-size:11px;
	padding:0px;
	margin:0px;
	
}
.bigProfile{
	width:50%;
	height:auto;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
	background-color:#fff;

}
.img-circle{
	/* background-color:#fff;*/
}
.center{
	text-align:center;
	width:auto;
}
.rounded {
	border-radius: 10px;
}

.container{
	padding-left: 5px;
	padding-right: 5px;
}


.notificationVF{
	background-color: #ecf6fb;
	width: 100%; 
	border:1px solid #bce8f1; 
	padding: 10px; 
	margin-bottom: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notificationVF:hover{
	background-color: #d3e8f3;
	border:1px solid   #98d3df ; 
}

.notificationVFReaded{
	background-color: #F7F7F7;
	width: 100%; 
	border:1px solid #DFDFDF; 
	padding: 10px; 
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.notificationVFReaded:hover{
	background-color: #f2f2f2;
	border:1px solid #DFDFDF; 
}
.notificationMenu{
	float: right; 
	font-size: 12px; 
	border-left: 1px solid #CBC8C8; 
	padding-left: 5px;
	width: 90px;
	margin-right: 5px; 
	margin-left: 5px;
	
}

.green{
	background-color:#79c843;
}
.red{
	color:#8E070A;
}

.appBadge{
	position: absolute; 
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-top: 5px;
	margin-left: -15px;
	font-size: 14px;
	 
	
	 
}

/** Slick slideshow **/
.slick-prev {
    left: 7px !important;
	z-index: 1001!important;
}
.slick-next {
    right: 7px!important;
     
	z-index: 1002!important;
}
.slick-dots{
	bottom: -20px!important;
	
}
.slick-dotted.slick-slider{
		margin-bottom: 15px!important;
}
	
slick-dots li button:before {
    color: #ccc !important;
}
.slick-dots li.slick-active button:before {
    color:#000000 !important;
}


/******** Banner Hack ***********/
@media (min-width: 320px) { 

	.ltbanner{
		height: 150px;
		font-size: 24px;
	}

}

@media (min-width: 480px) { 

	.ltbanner{
		height: 200px;
	 	font-size: 30px;
	}

}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.ltbanner{
		height: 300px;
		font-size: 45px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.ltbanner{
		height: 300px;
		font-size: 45px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.ltbanner{
		height: 300px;
	 	font-size: 45px;
	}
}
