/**
 * 	
 * GENERAL LAYOUT
 * 
 */
html{
	background:none;
}

.fa-remove{
	cursor:pointer;
}

#logo{
	margin-top:5px;
}

#logo img{
	width:150px;
}

#content{
	margin-bottom:50px;
}

.has-error input{
	color:#B94A48;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: transparent;	
	color: rgb(192, 187, 183);
}

#weekControl {
    margin-top: 4px;
    margin-right: 15px;
    font-size: 17px;
}

#monthControl {
    margin-top: 4px;
    margin-right: 15px;
    font-size: 17px;
}
#monthControl i{
    font-size:20px;
    cursor:pointer;
}

#dateControl{
  margin-top: 6px;
  margin-right: 15px;
  font-size: 17px;
}

#dateControl .smart-form .button {
	margin: 0px;
}

#dateControl .smart-form section {
	margin-bottom: 5px;
}



#weekControl i{
	font-size:20px;
	cursor:pointer;
}

/***
 *
 * 
 *  FORMS
 *  
 */
.smart-form fieldset{
	background:none;
}

.smart-form footer{
	background:none;
}

.has-error select {
	border-color:#b94a48 !important;
}

/***
 *
 * 
 *  TABLES
 *  
 */
.dataTables_wrapper .dt-toolbar{
	background:none;
}
.dataTables_wrapper .dt-toolbar-footer{
	background:none;
}

table label{
  width: 100%;
  margin: 0px;
}

table .form-control {
  height:auto;
  padding: 2px 2px;
  background: transparent;
  border: none;
  vertical-align: center;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  padding: 2px 2px;
}

.workrow {
	margin-left: 0px;
	margin-right: 0px;
}

.workcol {
	padding-left: 0px;
	padding-right: 0px;
}

/** Toolbar **/
.dt-toolbar>:last-child .DTTT{
	margin-right: 15px;
}

/**
 * 	
 * NESTABLE LIST
 * 
 */
/*.dd-list .dd-handle {
  display: block;
  font-size: 13px;
  margin: 5px 0;
  padding: 3px 15px; 
  color: #333;
  text-decoration: none;
  border: 1px solid #cfcfcf;
  background:none;
}
*/
.dd-item > button:before {
  /*top: -3px;*/
  color: #000;
}

.dd-item > button[data-action=collapse]:before {
  color: #000;
}

.dd3-content {
	font-size:13px;	
}

/*
* Menu Icons
*/

.submenu-icon {
	margin-left: 10px;
}

/*
* Footer Fix IE
*/
.clearfix {
	clear: both;
}

/* Tooltip */
a.tooltipInfo {
    color:#e1eaf1;
    outline: none;
    text-decoration: none;
    position: relative;
}

a.tooltipInfo strong {
    line-height: 30px;
}

a.tooltipInfo > span {
    transition: .1s all .1s;
    max-height: 80%;
    overflow-y: auto;
    width: 750px;
    padding: 10px 20px;
    margin-top: 0;
    left:40px;
    bottom:35px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000000;
    position: fixed;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    border-radius: 3px;
    box-shadow: 2px 2px 2px #999;
}

a.tooltipInfo:hover > span {
    opacity: 1;
    text-decoration: none;
    visibility: visible;
    overflow-y: auto;
    margin-top: 50px;
    display: inline;
}

a.tooltipInfo span b {
    width: 15px;
    height: 15px;
    margin-left: 40px;
    margin-top: -19px;
    display: block;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-shadow: inset -1px 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -o-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: #FBF5E6;
    border-top: 1px solid #CFB57C;
    border-right: 1px solid #CFB57C;
    float: right;
}

a.tooltipInfo > span {
    color: #000000;
    background: #FBF5E6;
    background: -webkit-linear-gradient(top, #FBF5E6, #FFFFFF);
    background: linear-gradient(top, #FBF5E6, #FFFFFF);
    border: 1px solid #CFB57C;
}