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

 
.appBox {
	width: 100px;
	display: inline-block;
	padding: 2px;
	margin: 5px;
	text-align: center;
	border: 1px solid #ffffff;
	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;
	box-shadow: 1px 1px 2px #ddd;
}
.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;
}


.notificationList{
	 
	padding: 10px; 
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px #eee solid;

}

.notificationList:hover{
	background-color: #eee;
	 
}

.notificationBox{
	 
	background-color: #ecf6fb;
	width: 100%; 
	
	padding: 10px; 
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
 
}

.notificationBox:hover{
	background-color: #DEEFF8;
	 
}

.notificationBoxReaded{
	background-color: #F7F7F7;
	width: 100%; 
	color:#BABABA;
	padding: 10px; 
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

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

.targetNotification:target{
	background-color: #20a8d8;
}

.green{
	color:#2E931A;
}
.red{
	color:#8E070A;
}

/** Data Tables **/

table.dataTable   {
	 border-bottom:  1px solid #c8ced3
}

 table.dataTable th {
  	background-color:#f0f3f5;
}
table.dataTable td{
	padding: .25em;
	vertical-align: middle;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
    top: 5px;
}

/* responsive Change expand color button */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {

	background-color: #20a8d8;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before, 
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child::before {
	background-color: #f86c6b;
}