html,body{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.loginFieldset{
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

.even {
    color: #454544;
    background-color: white;
}
.uneven {
    color: #454544;
    background-color: gainsboro;
}

.evenDark {
    color: #FFFFFF;
    background-color: #4f5b62;
}
.unevenDark {
    color: #FFFFFF;
    background-color: #000a12;
}

/* custom css for validate success*/
.validate_ok .dhxform_label,
.validate_ok .dhxform_textarea,
.validate_ok div.dhxform_label_nav_link,
.validate_ok div.dhxform_label div.dhxform_label_nav_link:focus,
.validate_ok .dhxform_select {
    color: green !important;
}

/* custom css for message  colors */
.dhtmlx-customMessageSuccess{
    color:green !important;
}

/* ficon template*/
.dhx_dataview_ficon_item, .dhx_dataview_ficon_item_selected{
    font-size:11px;
    font-family: tahoma;
    overflow:hidden;
    background-color:white;
    cursor:pointer;
}
.dhx_dataview_ficon_item .dhx_item_text{
    padding:1px;
    width:65px;
    height:14px;
}
.dhx_dataview_ficon_item_selected .dhx_item_text{
    background-color:#3366ff;
    color:white;
    padding:1px;
    width:65px;
}
.dhx_dataview_ficon_item_selected .dhx_item_editor{
    background-color:white;
    font-size:11px;
    font-family: tahoma;
    color:black;
    height:21px;
    width:65px;
}

div.tile_name_text {
    color: #3399cc;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px;
    margin-left: 150px;
    margin-top: 55px;
    position: relative;
    text-align: left;
}
img.tile_name_img {
    border: 1px solid white;
    float: left;
    height: 32px;
    margin-left: 18px;
    margin-top: 10px;
    width: 32px;
}
.tile_descr_title {
    color: #3399cc;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px;
    margin-left: 75px;
    margin-top: 15px;
    position: relative;
    text-align: left;
}
.tile_descr_text {
    color: #404040;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px;
    width: 150px;
    line-height: normal;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: 10px;
    position: relative;
    text-align: left;
}
div.tile_br {
    color: #404040;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px;
    text-align: center;
}
img.tile_br_img {
    border: 1px solid white;
    height: 100px;
    margin-top: 10px;
    position: relative;
    width: 100px;
}
div.tile_name_br {
    color: #3399cc;
    font-family: Roboto,Arial,Helvetica;
    font-size: 14px;
    margin-left: 0;
    margin-top: 18px;
    position: relative;
    text-align: center;
}