﻿/*modra  TF svetla #4292D5
         TF tmava #253873
         Menu Pozadie #ebeff9  rgba(216, 223, 243,.8)*/

html, body, form {
    height: 100%;
    /*border:2px solid green;*/
}
/*form{
    height:100%;
    border:2px solid blue;
}*/
/*pin check box ikona *********************************************************************************************** */
.pin_box {
    width: 16px;
    height: 16px;
    margin: auto;
}

    .pin_box input[type=checkbox] {
        display: none;
    }

.pin_box_unchecked input[type=checkbox] + label {
    display: block;
    padding: 10px 10px;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(../images/TF/unpin16.png);
    background-position: center;
}

.pin_box_checked input[type=checkbox]:checked + label {
    /*border-radius: 3px 3px;
    background-color: #94D4FF;*/
    background-image: url(../images/TF/pin16.png);
}


/*TOP MENU *********************************************************************************************** */
.TopMenuDefHeadline {
    width: 100%;
    /*background: linear-gradient(to bottom,transparent 0%,  #253873 15%,  #253873 90% ,transparent);*/
    background-color: #253873; /*#4292D5;*/ /*#253873*/
    text-align: center;
}

.TopMenuDefHeadlineTitle {
    font-weight: bold;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}

.TopMenuDefDiv {
    background: #ebeff9;
}

.TopMenuDef {
    background: linear-gradient(to bottom, #ebeff9 0%, rgba(216, 223, 243,.8) 100% );
    color: black;
}

/*TF svetla #4292D5 TF tmava #253873 */


.TopMenuDef_Btn {
    margin: 1px;
    background: radial-gradient( white 40%, #253873 60%, #253873 30px );
    width: 26px;
    height: 26px;
    border-radius: 13px;
    color: #ffffff;
    text-align: center;
    display: table;
    cursor: pointer;
}

    .TopMenuDef_Btn:hover {
        background: radial-gradient( white 40%, #4292D5 60%, #253873 30px );
    }
     .TopMenuDef_Btn:active {
        background: radial-gradient( white 40%, #253873 60%, #253873 30px );
    }
       

.TopMenuDef_Btn_hide {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
    background-image: url(../images/TF/Prev_16x16.png);
    background-repeat: no-repeat;
    background-position: center;
}

.TopMenuDef_Btn_show {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
    background-image: url(../images/TF/Next_16x16.png);
    background-repeat: no-repeat;
    background-position: center;
}

.TopMenuDef_Btn_help {
    display: table-cell;
    vertical-align: middle;
    padding-top: 3px;
    background-image: url(../images/TF/Index_16x16.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* *********************************************************************************************** */

/*povolenie mensej vysky ako 42px pre splitterpane  https://www.devexpress.com/Support/Center/Question/Details/T162405*/
.smallPane {
    min-height: 0px !important;
}

.dxsplPane {
    height: 0px !important;
}
