/*===================================================================*
*	DEV [MODIFIABLE]
*====================================================================*/

/* this file is for any manual css that are TO BE INCLUDED IN SCSS FILES BY LUONG */
/* GO HEAD....GO CRAZY ON IT TOO*/

small.error { 
    display:none;
}
.error small.error {
    display: block;
    color: red;
}

/*div.treelist-workflow .rtlEditForm {
    height: 560px !important;
}*/

/*left menu*/



[data-expand="true"] {
    display: '';
}
[data-expand="false"] {
    display: none;
}
/*.panel-datepicker {
    z-index: 5000;
}*/

/* fixed 

body[id] {
    overflow: hidden;
}
.portal-content {
    position:relative;
}

*/





/* radcalendar transtraction*/
.RadCalendar_trynkett .rcRow .rcSpecialTransSelect a {
    color: #fff;
    background-color: #00b6cc;
}


