/** style **/  
 
 table-full thead tr>th {
        vertical-align: bottom;
        border-bottom: 1px solid #F0F0F0;
        font-weight: 500;
    font-size: 11px;
} 
body {
    
  
       line-height: 1.846;
        font-size: 13px;
        color: #3d3d3d!important;
        letter-spacing:.1px;
        
   
}         



/** Check box **/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {  
  position: relative;
 /** overflow: hidden;**/
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  border-radius:2px;
 
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
 
/* checkbox aspect */
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
 
  -webkit-transition: .2s;
  transition: .2s;
}
/* Unchecked styles */
[type="checkbox"]:not(:checked) + label:before {
  top: 5px;
  left:3px;
  width: 19px; height: 19px;
  border: 2px solid #dbdbdb;
  border-radius:2px;
}
[type="checkbox"]:not(:checked) + label:after {
  top: 5px;
   left:3px;
  width: 19px; height: 19px;
  border: 2px solid #dbdbdb;
   border-radius:2px;
  z-index: 0;
}
/* Checked styles */
[type="checkbox"]:checked + label:before {
  /*top: 11px;
  left:6px;
  width: 6px; height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
 
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
  
  */
      content: "";
    position: absolute;
    top: 11px;
    left: 9px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  
  
}
[type="checkbox"]:checked + label:after {
  top: 9px;
   left:3px;
  width: 19px; height: 19px;
  border: 2px solid #5B32BC;
  background-color: #5B32BC;
  border-radius:2px;
  z-index: 0;
  
  
  
  
  
  
}
/* disabled checkbox */

[type="checkbox"]:disabled + label {
  color: #555;
}
/**
[type="checkbox"]:disabled:not(:checked) + label:hover:before {
  border-color: #444;
}
 
/* hover style just for information
[type="checkbox"]:not(:checked) + label:hover:before {
  border-color: #fff;
}
*/
/** TD **/

td [type="checkbox"]:not(:checked) + label:before {
  top: 3px;
  left:0px;
  width: 24px; height: 24px;
  border: 2px solid #dbdbdb;
  border-radius:2px;
}
td [type="checkbox"]:not(:checked) + label:after {
  top: 3px;
  left:0px;
  width: 24px; height: 24px;
  border: 2px solid #dbdbdb;
   border-radius:2px;
  z-index: 0;
}
/* Checked styles */
td [type="checkbox"]:checked + label:before {
	/*
  top: 12px;
  left:4px;
  width: 6px; height: 12px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
 
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
  */
   content: "";
    position: absolute;
    top: 12px;
    left: 9px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  
  
}
td [type="checkbox"]:checked + label:after {
  top: 7px;
  left:0px;
  width: 24px; height: 24px;
  border: 2px solid #5B32BC;
  background-color: #5B32BC;
  border-radius:2px;
  z-index: 0;
}
/** Link color */

a {
    color: #5B32BC;
	outline: 0; outline:none !important;
    cursor: pointer;
}


.lineheight
{
	line-height:200%;
}
.topspace
{
	padding-top:40px;
	padding-bottom:10px;
}
.topspacelarge
{
	padding-top:50px;
	padding-bottom:10px;
}

.topspacesmall
{
	padding-top:10px;
	padding-bottom:10px;
}
.topspacemedium
{
	padding-top:20px;
	padding-bottom:10px;
}
.textalignright
{
	text-align:right;
	
}

.textalignright td
{
	padding-right:12px;
	text-align:right;
}
.textaligncenter
{

	text-align:center;
}
.icon-color {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    /* box-shadow: inset 0 -1px 3px rgba(0,0,0,.08); */
    /* text-shadow: 1px 1px 1px rgba(0,0,0,.2); */
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.icon-color:hover{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);border-radius:10px; cursor:pointer}

.amber.darken-1 {
   background-color: #FEF0CE!important; 
    color: #FFBB00;
}
@media print {
    
#overlay {
    display: block;
}
.noprint {display:none;}
}


/** popup window **/

.buttonalign
{
	
padding-top:15px; padding-right:40px;
}


/** Ripple **/
.bgRed{
	background: #FF0044;
}

.bgYellow{
	background: #FFBB00;
}

.bgWhite{
	background: #fff;
}

.bgBlue{
	background: #5B32BC;
}


.inkMe{
	box-sizing:border-box;
	overflow:hidden;
	position: relative !important;
}

.ink{
	position: absolute;
	display: block;
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.inkDefaultColor{
	background-color: rgba(68, 204, 170, 0.45);
}

.ink.animate{
	-webkit-animation:boom 1500ms ease-out;
	animation:boom 1500ms ease-out;
}

@-webkit-keyframes boom{
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100%{
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}

@keyframes boom{
	0%{
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
	}
	100%{
		transform: scale(2.5);
		-webkit-transform: scale(2.5);
		-moz-transform: scale(2.5);
		opacity: 0;
	}
}


/** notification **/



#notify_li{position:relative}
#notificationContainer {
background-color: #fff;
/**
border: 1px solid rgba(100, 100, 100, .4);**/
 -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: visible;
position: absolute;
right:15px;
width: 300px;
z-index: 9999;
display: none;
height:300px
}
/**
#notificationContainer:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
color: transparent;
border: 10px solid black;
border-color: transparent transparent white;
margin-top: -20px;
margin-left: 188px;
}
**/
#notificationTitle {
z-index: 1000;
font-weight: bold;
font-size: 14px;
background-color: #ffffff;
 padding-left:10px;
width: 100%;
color:#3d3d3d;
height:50px;
}
#notificationsBody {
 padding: 2px 0px 0px 0px !important; 
height:300px;
overflow: auto;
}
#notificationFooter {
background-color: #e9eaed;
text-align: center;
font-weight: bold;
font-size: 12px;
border-top: 1px solid #dddddd;
height:40px;
}
#msg_count {
padding: 3px 7px 3px 7px;
background: #cc0000;
color: #ffffff;
font-weight: bold;
margin-left: 77px;
border-radius: 9px;
position: absolute;
margin-top: -11px;
font-size: 11px;
}
.content
{ font-size:12px;
color:#5B32BC;
padding:10px 8px 10px 8px ;
}
.content a{
	color:#5B32BC;
	text-decoration:none;	
	}
	
/** Formated icons **/
.formatbuttons
{
	color :grey;
	
}

.btn-group a
{
	color :grey !important;
	
}
.btn-group a:hover
{
	color :#5B32BC !important;
	
}
.formatgroups
{
	background-color: #f5f5f5;
	padding: 0 5px 0 5px;
	
}
.leftpad
{
	padding-left: 10px;
}
.rightpad
{
	padding-right: 10px;
}
/** Scroll Bar **/

.page-wrapper {
				border: none;
				height: 100%;
				margin: 0;
				padding: 0;
				width: 100%;
			}
	
	
	
