/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

.currentstate-action{}
.currentstate-action .btn{
    width: 105px;
}
.currentstate-action .currentstate{
    color: #999;
}
body .scheduled-page .fht-tbody{height: 218px!important}
body .scheduled-page .ContenedorTabla{height: 280px!important;margin: unset;width: 100%}
.first-cell{width:120px !important}
.fht-fixed-column{width:203px !important}
.fht-fixed-body{width: 100%}
body .fht-fixed-column .fht-tbody .fht-table td{word-break:break-word;}

#stickThis.stick {
    margin-top: 0;
    position: fixed;
    top: 75px;
    z-index: 9999;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    right: 50%;
    margin-right: 0;
}

@media(min-width: 1400px)
{

	#stickThis.stick {
		margin-right: 2%;
	}
}

#dashboardIframe{
    width: 100%;
    height: 500px;
}