/* BOOTSTRAP */

.VIEWUI_container label {
    font-weight: normal;
    width: auto; /* ESUITE newLayout.css */
    margin-bottom: 0;
}

.VIEWUI_container ol, .VIEWUI_container ul {
    margin-top: 0;
    margin-bottom: 0;
}


/* /BOOTSTRAP */


/* ESUITE newLayout.css */


.VIEWUI_container input[type=radio], .VIEWUI_container input[type=checkbox] {
    vertical-align: bottom;
}

/* /ESUITE newLayout.css */

/* ESUITE style.css */

.VIEWUI_container, .VIEWUI_comboboxOptionsContainer {
    color: #3e4d5c;
    direction: ltr;
    font: 400 13px 'Roboto', Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    /*background: #fff;*/
}

/* /ESUITE style.css */


/* FONTAWESOME */

/*.VIEWUI_container [class^="fa-"], .VIEWUI_container [class^="glyphicon-"], .VIEWUI_container [class^="icon-"], 
.VIEWUI_container [class*=" fa-"], .VIEWUI_container [class*=" glyphicon-"], .VIEWUI_container [class*=" icon-"] {
    font-size: medium;
}*/

/* /FONTAWESOME */


/* style.css */

.VIEWUI_container ::-webkit-scrollbar-track,
.VIEWUI_comboboxOptionsContainer ::-webkit-scrollbar-track {
    background-color: transparent;
    border-left: none;
}

/* /style.css */

.VIEWUI_container a:hover,
.VIEWUI_container a:active,
.VIEWUI_container a:focus {
    font-weight:normal;
}

/* esuite-default.css */

.view-content .VIEWUI_container label {
    /*width: auto;*/
    float: none;
    font-weight: normal;
}

/* /esuite-default.css */

/* layout.css */

.VIEWUI_tableDark th {
    border: none;
}

/* /layout.css */

/* JSNotifications.css */

.VIEWUI_container .success,
.VIEWUI_container .error,
.VIEWUI_container .warning {
    min-width: 0;
    /*height: auto;*/
}

/* */