table.dataTable tbody td {
  word-break: break-word;
}

.pdashboard {
	color: #000000;
	font-size: 1.5em;
}
.psidebar {
	color: #ffffff;
	font-size: 1.5em;
}

.logout{
	color: red !important;
}
.counter {
	text-align: center;
}

.has-error .help-block {
	color: #dd4b39;
}

.width-40 {
	width: 40px;
}

.margin-right-10 {
	margin-right: 10px;
}

.current_menu {
	background-color: white;
}

.tab-btn {
	padding: 3px 4px !important;
	color: white !important;
	font-size: 15px !important;
}

.nav-tabs-custom>.nav-tabs>li.active, .nav-tabs-custom>.nav-tabs>li.active:hover
	{
	border-top-width: 0px;
	border-radius: 4px 4px 0 0;
}

.nav-tabs-custom>.nav-tabs>li>a {
	border-radius: 4px 22px 0 0;
}

.nav-tabs-custom>.nav-tabs>li.active>a, .nav-tabs-custom>.nav-tabs>li.active>a:hover
	{
	background-color: rgb(0, 192, 239);
	color: white !important;
	border-radius: 4px 22px 0 0;
}

.modal .modal-header {
	background-color: rgb(0, 192, 239);
	color: white !important;
}

.modal .modal-header .close {
	color: #fff;
	opacity: 1 !important;
}
.loader1 {
	text-align: center;/*! width: 100px; */font-size: 50px;color: rgb(0, 192, 239);
	}
.action-progress { 
	display:none;
	position:absolute;
	width:100%;
	top:100px;
	text-align:center;
}	
.loader {
	margin: auto;
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid rgb(0, 192, 239);
	width: 80px;
	height: 80px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@
-webkit-keyframes spin { 0% {
	-webkit-transform: rotate(0deg);
}

100%
{
-webkit-transform: rotate(360deg); 
}
}
@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100%
{
transform: rotate (360deg); 
}
}
.td-label {
	font-weight: 700;
}

.st-min-height {
	min-height: 46px;
}
.maillog-input{
	max-width:160px;
}
option:disabled {
	background: #ccc;
}
.description {
    color: #999;
    font-size: 13px;
}

@media only screen and (max-width: 600px) {
     .counter {
	font-size: 20px;
	}
}