.clickable, .item_clickable, .new_clickable, .select_clickable{
    cursor: pointer;
}

.clickable:hover, .item_clickable:hover, .new_clickable:hover, .select_clickable:hover{
    background-color: #367FA9!important;
    color: white;
}

.selected{
    background-color: #3C8DBC!important;
    color: white;
}

.table-bordered > thead > tr > th {
  /*background-color: #DADDDA!important;
  color: #DAE4ED;*/
  background-color: #eaeaea!important;
}

/*start checkbox design -*/
input[type=checkbox].css-checkbox {
	display:none;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:30px;
	height:25px; 
	display:inline-block;
	line-height:25px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-family: 'Ruda', sans-serif;
    font-size:14px;
	vertical-align:middle;
	cursor:pointer;
    padding-top: 0px;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -25px;
}
label.css-label {
/*	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_7c33a91a4de6b30e3c139a686ec466bc.png);*/
    background-image:url(csscheckbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*end checkbox design -*/

.innerTable{
    min-width: 100%;
    overflow-x: auto;
    width: 0;
}

.pagination > .active > a{
    background-color: #367FA9!important;
    color: #fff;
    border: 1px solid #367FA9;
    
}

ul#pagination{
  height: 31px;
}

.pagination-select{
    width: 150px;
    margin: 13px 0px -3px 10px;
    font-size: 10pt;
}

.pagination{
    margin: 0px!important;
}
.colLoader{
    margin-left: 15px;
    margin-top: -4px;
    height: 12px;
    display: none;
}

.hideMe{
    display: none;
}

.showMe{
    display: normal;
}

.tableFooter{
    background-color: #DADDDA;
}

.logo-lg{
    line-height: 0px;
    margin-left: -15px;
}
.skin-red .main-header .logo{
    background-color: #000!important;
}

.con-1{
    width: 100%;
	min-height: 100%;
    height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent url(../img/pattern.png) repeat top left;
	z-index: 2;
}

.clickable_3,
.clickable_2{
    cursor: pointer;
}

.clickable_3:hover,
.clickable_2:hover{
    background-color: #286090!important;
    color: white;
}
.boxx{
	width: 20px;
	height: 20px;
	border-radius: 3px;
	margin-right: 5px;
    float:left;
    margin-bottom: 10px;
}

body.modal-open .datepicker {
    z-index: 1050 !important;
}
body.modal-open .bootstrap-timepicker-widget {
    z-index: 1050 !important;
}

.hideBtn{
    display: none!important;
}

.login-box-body{
    background: rgba(255,255,255,0.9);
    border-bottom-left-radius: 10px; 
    border-bottom-right-radius: 10px;
}

.skin-blue .main-header .logo{
    background-color: #fff!important;
}

.mydate {
    margin-top: -5px;
}

@media (max-width: 550px) {
    .mydate {
        margin-top: 5px!important;
    }
}


@media (max-width: 760px) {
    .modal-dialog {
        width: 80%!important;
        margin: 0px auto;
        margin-top: 5%;
    }
}

.fc-event {
    cursor: pointer;
    text-align: center;
    font-size: 12.5pt!important;
    border-radius: 6px!important;
}

.dashboardBox{
    position: absolute;
    right: 6px;
    top: 8px;
}

.info-box-text {
    text-transform: none!important;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #3C8DBC;
  border-left-color: #3C8DBC;
}

.fc-today{
    /*background-color: #FEEC8C!important;*/
    background-color: #b3f1a9!important;
}

.box-header.with-border {
    border-bottom: 1px solid #eaeaea!important;
}

.div_corpo{
    display: none;
}

.mybtn{
    width: 110px!important;
    margin-bottom: 5px;
    margin-left: 5px;
}
