﻿/* Move down content because we have a fixed navbar that is 50px tall */


/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
body {
    font: 0.75rem/1.0 var(--font-family-sans-serif);    
    margin: 0;
}



.body-content {
    padding: 0px;
    margin: 0px;
}


textarea {
    background-color: #ffffcc !important;
}


.billing-memo { /*barva fakturační poznámky*/
    background-color: #F0FFF0 !important;
    
}


.form-row.required .col-form-label:after {
    color: red;
    content: " *";
}


input[type="text"]::-webkit-input-placeholder {
    color: #C0C0C0 !important;
}

input[type="tel"]::-webkit-input-placeholder {
    color: #C0C0C0 !important;
}

input[type="text"]:-moz-placeholder { /* Firefox 18- */
    color: #C0C0C0 !important;
}

input[type="text"]::-moz-placeholder { /* Firefox 19+ */
    color: #C0C0C0 !important;
}

input[type="text"]:-ms-input-placeholder {
    color: #C0C0C0 !important;
}


input[type="checkbox"] + label {
    font-size:90%;
    padding: 2px;
    margin:0px;
    cursor: pointer;
}

input[type="radio"] + label {
    font-size:90%;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}


.btn-light {
    border-color: #C0C0C0;
    border-width: 1px;
}

a.rcm2 {
    cursor: pointer;
}

    a.rcm2:hover {
        background-color: #25a0da;
        
    }



#navtabs .nav-link {
    
    margin-right:1px;
    
}
    #navtabs .nav-link.active {
        background-color:white;
        height:100%;
    }

    

    
#desktopContextMenu {
    border-left: solid 1px silver;
    border-top: solid 1px silver;
    border-right: solid 1px silver;
 
}

div.sc{
    width:100%;
    height:100%;    
}
/* change the background color #2d89ef */
#mainmenu1 {
    background-color: #2d89ef;
}
    /* change the brand and text color */
    #mainmenu1 .navbar-text .navbar-brand {
        color: white;
        
    }


    /* change the link color */
   
    #mainmenu1 .navbar-nav .nav-link {
        color: #FFFFFF;
        padding:6px;
    }
    /* change the color of active or hovered links */

    #mainmenu1 .nav-item:hover .nav-link {
        color: #FFFFFF;       
    }

    #mainmenu1 .active {
        background-color: gray;
        
        
    }
    #mainmenu1 .nav-link:hover {
        background-color: royalblue;
        color: white !important;
        height: 100%;
    }

    #mainmenu1 .dropdown-item {
        padding:0px 0px 0px 0px;
        color: #505050;
    }

      
    #mainmenu1 .dropdown-item .nav-link {
        padding:3px 20px 3px 10px;        
        
        
    }

        #mainmenu1 .dropdown-item .nav-link:hover {
            background-color: #2D89EF;
        }

        #mainmenu1 .dropdown-item.active {
            padding-top: 3px;
            padding-bottom: 3px;
            background-color: gray;
        }



    #mainmenu1 .dropdown-divider {
        margin-top: 2px;
        margin-bottom: 0px;
        border-color: #D3D3D3;
    }


#ul_menu_grid1_grid .dropdown-item {
    padding: 0px 0px 0px 0px;    
}
#ul_menu_grid1_grid .nav-link {    
    padding:3px 6px 3px 6px;
    color:black !important;
}
    #ul_menu_grid1_grid .nav-link:hover {
        background-color: #ECECEC;
    }

#ul_menu_grid1_batch {
    background-color: aliceblue;
}
#ul_menu_grid1_batch .dropdown-item {
    padding: 0px 0px 0px 0px;
    
}

#ul_menu_grid1_batch .nav-link {
    padding: 3px 6px 3px 6px;
    color: black !important;
}

    #ul_menu_grid1_batch .nav-link:hover {
        background-color: #ECECEC;
    }

#ul_menu_grid1_star .dropdown-item {
    padding: 0px 0px 0px 0px;
}



   

div.mt-container-over-grid {
    padding-bottom: 2px;
    padding-top: 1px;
    border-bottom: solid 1px #D3D3D3;
}

div.mt-container-over-grid-bin {
    background-color: black;
    color: white;
    padding-top: 1px;
}


/* záložky v modálním formuláři */
div.mt-container-over-tabs {
    background-color: #82CAFA;
    padding-top: 6px;
    padding-left: 6px;
    color: black;
}

    div.mt-container-over-tabs .nav-link {
        color: black;
    }




/*Toolbar pro otevřený záznam*/
.navbar-modal_opened {
    background-color: #E9ECEF;
}
    /* change the brand and text color */
    .navbar-modal_opened .navbar-modal_opened .navbar-text .navbar-brand {
        color: #000000;
    }

    /* change the link color */
    .navbar-modal_opened .navbar-nav .nav-link {
        color: #FFFFFF;
    }
    /* change the color of active or hovered links */
    .navbar-modal_opened .nav-item.active .nav-link,
    .navbar-modal_opened .nav-item:hover .nav-link {
        color: #FFFFFF;
    }


    .navbar-modal_opened .dropdown-item {
        padding-top: 6px;
        padding-bottom: 0px;
    }

        .navbar-modal_opened .dropdown-item:hover {
            color: #2d89ef;
        }

    .navbar-modal_opened .dropdown-divider {
        margin-top: 2px;
        margin-bottom: 0px;
    }

/*Toolbar pro záznam v archivu*/
.navbar-modal_closed {
    background-color: black;
}
    /* change the brand and text color */
    .navbar-modal_closed .navbar-modal_closed .navbar-text .navbar-brand {
        color: #000000;
    }

    /* change the link color */
    .navbar-modal_closed .navbar-nav .nav-link {
        color: #FFFFFF;
    }
    /* change the color of active or hovered links */
    .navbar-modal_closed .nav-item.active .nav-link,
    .navbar-modal_closed .nav-item:hover .nav-link {
        color: #FFFFFF;
    }


    .navbar-modal_closed .dropdown-item {
        padding-top: 6px;
        padding-bottom: 0px;
    }

        .navbar-modal_closed .dropdown-item:hover {
            color: #2d89ef;
        }

    .navbar-modal_closed .dropdown-divider {
        margin-top: 2px;
        margin-bottom: 0px;
    }


.nonmobile {
    display: block;
}
.nontablet {
    display: block;
}

.card-columns {
    column-count: 3;
}

@media only screen and (max-width: 576px) {
    .nonmobile{
        display:none;
    }

    div .dropdownbutton {
        width: 150px;
    }

    .card-columns {
        column-count: 1;        
    }
}

@media only screen and (min-width:577px) and (max-width: 992px) {
    .nontablet {
        display: none;
    }

    div .dropdownbutton {
        width: 200px;
    }

    .card-columns {
        column-count: 2;        
        
    }
}

@media only screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media only screen and (max-width: 1199px) {

    .modal_record_container {
        margin-left: 6px;
    }
}

@media screen and (min-width: 1200px) {

    .modal_record_container {
        max-width: 1000px;
        margin-top: 20px;
        margin-left: 20px;
    }

   
}



/*boční černá sidebar menu*/
#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: aliceblue; /*#292b2c*/
    border-right: solid 2px silver;
    overflow-x: hidden;
    /*transition: 0.5s;*/
    padding-top: 60px;
}

    #mySidenav .sidenav_group {
        margin-top: 6px;
        padding-left: 7px;
        font: 0.9rem/1.5 var(--font-family-sans-serif);
        
    }

    #mySidenav .nav_item_block {
        margin-right: 6px;
        
        
    }

    #mySidenav .sidenav_group:hover {
        color: #2d89ef;
    }



    #mySidenav .sidenav_item {
        color: black; /*#FFF5EE*/
        display: block;
        transition: 0s;
        
    }

        #mySidenav .sidenav_item:hover {
            color: white;
            background-color: #2D89EF;
        }

        #mySidenav .sidenav_item.active {
            color: white;
            background-color: gray;
        }
    

    #mySidenav .sidenav_closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        text-decoration: none;
    }

    #mySidenav .sidenav_header {
        position: absolute;
        top: 20px;
        left: 6px;
        font-size: 16px;
        margin-left: 2px;
    }


/*box MT štítku (o51)*/
.tagbox {
    display: inline-block;
    min-width: 50px;
    padding: 3px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    border: solid;
    border-width: 1px;
    border-color: gray;
    vertical-align: middle;
    border-radius: 4px;
    background-color: khaki;
    color: black;
    margin-left: 2px;
}




a.mthelp {
    cursor: pointer;
    
}

    a.mthelp i {
        color:cornflowerblue;
    }

.numeric_reaodnly_110 {
    display: inline-block;
    width: 110px;
    text-align: right;
}

span.valbold {
    font-weight: bold;
}


/* Záznam v archivu */
div.sc_bin {
    background-color: black;
    height: 28px;
}

/* Stavy worksheet úkonů
----------------------------------------------------------*/

.a12 {
    color: red;
    
}

.a13 {
    color: brown;
    
}

.a14 {
    color: green;
    
}

.a16 {
    color: pink;
    
}

.a17 {
    color: gold;
    
}



.a2 {
    background-color: red;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.a3 {
    background-color: brown;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.a4 {
    background-color: green;
    display: inline-block;    
    width: 15px;
    height: 15px;
}

.a6 {
    background-color: pink;
    display: inline-block;
    width: 15px;
    height: 15px;
}


div.divHover:hover {
    background-color: #ECECEC;
}

div.divHover_Gray:hover {
    background-color: #F5F5F5;
    
}

div.divHoverBorder:hover {
    background-color: aliceblue;
    
}


.p91_red {
    background-color: red;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.p91_pink {
    background-color: pink;
    display: inline-block;
    width: 15px;
    height: 15px;
}

.p91_yellow {
    background-color: yellow;
    display: inline-block;
    width: 15px;
    height: 15px;
}

#sitesub_container label { /* zmenšený label na stránkách SiteSubform */
    font-size: 90%;
    margin: 0px;
}

#sitesub_container div.form-row:hover { /*  na stránkách SiteSubform */
    background-color: #ECECEC;
}


#site_loading1 {
    position: absolute;
    background-color: #F5F5F5;
    border: solid 1px black;
    padding: 0px 10px 0px 10px;
}

/* hover informační labely s tooltip detailem */
.valhover_value {
    position: relative;
    display: inline-block;
}

.valhover_tooltip {
    visibility: hidden;
    width: 120px;
    background-color: gray;
    color: white;
    text-align: center;
    border-radius: 4px;
    padding: 1px 5px;
    margin-left:10px;
    /* Position the tooltip */
    position: relative;
    z-index: 1;
}

.valhover_tooltip:hover{
    color:white;
}


.row_wr {
    line-height: 180%;
}
.rowvalhover {
    line-height: 180%;
}
.rowvalhover:hover .valhover_tooltip {
    visibility: visible;
}

.valhover_expliciturl {
    position: relative;
    display: inline-block;
}

    .valhover_expliciturl .valhover_tooltip {
        visibility: hidden;
        background-color: transparent;
        text-align: center;
        padding-left: 5px;
        /* Position the tooltip */
        position: relative;
        z-index: 1;
    }

    .valhover_expliciturl:hover .valhover_tooltip {
        visibility: visible;
    }


/*----------- _combo styly ---------------------*/
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    /*display: inline-block;*/
}

.combo_group {
    background-color: silver !important;
    color: gray;
    cursor: default !important;
}

.autocomplete-items {
    position: absolute;
    border: solid 1px silver;
    border-top: none;
    box-shadow: 0 8px 6px -6px gray;
    z-index: 999;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    background-color: #F5F5F5;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
   
}

    .autocomplete-items div {
        padding: 6px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #2D89EF;
            color: #FFFFFF !important;
        }

    .autocomplete-items table tr:not(:first-child):hover {
        background-color: #2D89EF;
        color: #FFFFFF !important;
    }



.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}





i.fai_button {
    color: #2d89ef; /*font icon u tlačítka umístěného v toolbar */
}

.modal-dialog {
    min-width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.modal-content {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    overflow-y: hidden;
}

.modal-body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    
}

.modal-header {
    border-radius: 0 !important;
}

.table-p41 {
    background-color: #e6f0ff;
}
.table-p48 {
    background-color: #FFCB23;
}
.table-p28 {
    background-color: #BEE5EB;
}
.table-p91 {
    background-color: #C3E6CB;
}
.table-j02 {
    background-color: #fcfae8;
}
.table-o22 {
    background-color: #ffe6e6;
}
.table-p56 {
    background-color: #FFEEBA;
}
.table-o23 {
    background-color: #f9f2ec;
}
.table-bin {
    text-decoration: line-through;
}


.table-multi {
    background-color: silver;
}


#fra1_container {
    
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="gray" x="70%" y="70%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;

}

#fra1_valhover {
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="gray" x="20%" y="70%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Initial page compilation...</text></svg>') 0px 0px no-repeat;
}
/*------------- Kontextové menu -------------------*/
/* ----------------------- Zprava doleva ----------------------- */
#cm_right2left {
    padding: 0;
    margin: 0;
    border: 0;
}

    #cm_right2left ul,
    #cm_right2left li {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #cm_right2left ul {
        position: relative;
        z-index: 597;
        float: right;
    }

        #cm_right2left ul li {
            float: right;
            min-height: 1px;
            line-height: 1.5em;
            vertical-align: middle;
            text-align: right;
        }

            #cm_right2left ul li.hover,
            #cm_right2left ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cm_right2left ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            right: 0;
            z-index: 598;
            width: 100%;
        }

            #cm_right2left ul ul li {
                float: none;
            }

            #cm_right2left ul ul,
            #cm_right2left ul ul ul {
                top: -1px;
                right: 99%;
            }

        #cm_right2left ul li:hover > ul {
            visibility: visible;
        }

        #cm_right2left ul li {
            float: none;
        }

    #cm_right2left a {
        display: block;
    }


    /* Custom CSS Styles */

    #cm_right2left:after,
    #cm_right2left ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cm_right2left ul {
        background-color:aliceblue;
        border: 1px solid silver;
        padding: 4px;
        width: 300px;
    }

        #cm_right2left ul li {
            color: #000;
            position: relative;
        }

            #cm_right2left ul li.hover,
            #cm_right2left ul li:hover {
                background: #E5E5E5;
                color: #FFF;
            }

                #cm_right2left ul li.hover > a,
                #cm_right2left ul li:hover > a {
                    color: #2D89EF;
                    border: 1px solid silver;
                }

        #cm_right2left ul ul {
            width: 260px;
        }

    #cm_right2left a {
        border: 1px solid transparent;
        padding: 3px 10px;
    }

        #cm_right2left a:link,
        #cm_right2left a:visited {
            color: #000;
            text-decoration: none;
        }

        #cm_right2left a:hover {
            background: #E5E5E5;
            color: #2D89EF;
        }

        #cm_right2left a:active {
            color: #ffa500;
        }

    #cm_right2left .has-sub:hover > a:after,
    #cm_right2left .has-sub.hover > a:after {
        border-color: transparent transparent transparent #FFF;
    }

    #cm_right2left .has-sub > a:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4px 4px 4px 0px;
        border-color: transparent #808080 transparent transparent;
        position: absolute;
        top: 50%;
        left: 5%;
        margin-top: -4px;
        -webkit-transform: rotate(360deg);
    }


/* ----------------------- Zleva doprava ----------------------- */
#cm_left2right {
    padding: 0;
    margin: 0;
    border: 0;   
}

    #cm_left2right ul, #cm_left2right li {
        list-style: none;
        margin: 0;
        padding: 0;
        
    }

    #cm_left2right ul {
        position: relative;
        z-index: 597;
        float: left;
       
    }

        #cm_left2right ul li {
            float: left;
            min-height: 1px;
            line-height: 1.7em;
            vertical-align: middle;

        }

            #cm_left2right ul li.hover, #cm_left2right ul li:hover {
                position: relative;
                z-index: 599;
                cursor: default;
            }

        #cm_left2right ul ul {
            visibility: hidden;
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 598;
            width: 100%;
        }

            #cm_left2right ul ul li {
                float: none;
            }

            #cm_left2right ul ul, #cm_left2right ul ul ul {
                top: -1px;
                left: 99%;
            }

        #cm_left2right ul li:hover > ul {
            visibility: visible;
        }

        #cm_left2right ul li {
            float: none;
        }

    #cm_left2right a {
        display: block;
    }
    /* Custom CSS Styles */


    #cm_left2right:after, #cm_left2right ul:after {
        content: '';
        display: block;
        clear: both;
    }

    #cm_left2right ul {
        background-color:aliceblue;
        border: 1px solid #AAAAAA;
        padding: 4px;
        width: 300px;
    }

        #cm_left2right ul li {
            color: #000;
            position: relative;
        }

            #cm_left2right ul li.hover, #cm_left2right ul li:hover {
                background: #E5E5E5;
                color: #FFF;
            }

                #cm_left2right ul li.hover > a, #cm_left2right ul li:hover > a {
                    color: #2D89EF;
                    background: #E5E5E5;
                    border: 1px solid silver;
                }

        #cm_left2right ul ul {
            width: 260px;
        }

    #cm_left2right a {
        border: 1px solid transparent;
        padding: 3px 10px;
    }

        #cm_left2right a:link, #cm_left2right a:visited {
            color: #000;
            text-decoration: none;
        }

        #cm_left2right a:hover {
            background: #E5E5E5;
            color: #2D89EF;
        }

        #cm_left2right a:active {
            color: #ffa500;
        }

    #cm_left2right .has-sub:hover > a:after, #cm_left2right .has-sub.hover > a:after {
        border-color: transparent transparent transparent #FFF;
    }

    #cm_left2right .has-sub > a:after {
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 4px 0 4px 4px;
        border-color: transparent transparent transparent #808080;
        position: absolute;
        top: 50%;
        right: 5%;
        margin-top: -4px;
        -webkit-transform: rotate(360deg);
    }


#cm_mobile {
    position: absolute;
    background-color: #F0F8FF;
    display:none;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: 400px;
    z-index: 999;
    overflow: auto;    
}

    #cm_mobile ul, #cm_mobile ul li {
        padding-top: 5px;
        padding-bottom: 10px;
        list-style: none;
    }



/*------- Notify box vpravo nahoře---------*/
#notify_container {
    position: absolute;
    float: right;
    top:6px;
    right: 10%;
    width: 30%;
    min-width: 250px;    
    z-index:9000;    
    
}

    #notify_container div.notify_message_error {
        background-color: #DC3545;
        color:white;
        font-size:130%;
        width: 100%;
        padding:20px;
        margin:1px;
    }
    #notify_container div.notify_message_info {
        background-color: #007BFF;
        color: white;
        font-size: 130%;
        width: 100%;
        padding: 20px;
        margin: 1px;
        border: solid 1px green;
    }
    #notify_container div.notify_message_warning {
        background-color: #FFC107;
        color: black;
        font-size: 130%;
        width: 100%;
        padding: 20px;
        margin: 1px;
    }
    #notify_container div.notify_message_success {
        background-color: #28A745;
        color: white;
        font-size: 130%;
        width: 100%;
        padding: 20px;
        margin: 1px;
    }

    #notify_container .flashit {
        color: white;
        -webkit-animation: flash linear 1s infinite;
        animation: flash linear 1s infinite;
    }

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .1;
    }

    100% {
        opacity: 1;
    }
}
/*----Konec notify boxu ----------*/

/* splitter zleva doprava - horizontální*/

.splitter-container-left2right {
    display: flex;
    flex-direction: row;
    border: 1px solid silver;
    overflow: hidden;
    /* avoid browser level touch actions */
    touch-action: none;
}

.splitter-panel-left {
    flex: 0 0 auto;
    /* only manually resize */
    padding: 0px;
    width: 300px;
    min-width: 200px;
    overflow-y: auto;
}

.splitter-resizer-left2right {
    flex: 0 0 auto;
    width: 6px;
    background: url(../Images/vsizegrip.png) center center no-repeat #F5F5F5;
    min-height: 200px;
    cursor: col-resize;
}

.splitter-panel-right {
    flex: 1 1 auto;
    /* resizable */
    width: 100%;
    min-height: 200px;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="gray" x="70%" y="70%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;

}


/* vertical panel */

.splitter-container-top2bottom {
    display: flex;
    flex-direction: column;
    height: 500px;
    border: 1px solid silver;
    overflow: hidden;
}

.splitter-panel-top {
    flex: 0 0 auto;
    /* only manually resize */
    padding: 0px;
    height: 400px;
    width: 100%;
    min-height: 100px;
    overflow-y:auto;
}

.splitter-resizer-top2bottom {
    flex: 0 0 auto;
    height: 6px;
    background: url(../Images/hsizegrip.png) center center no-repeat #E5E5E5;
    cursor: row-resize;
    z-index: 500;
}

.splitter-panel-bottom {
    flex: 1 1 auto;
    /* resizable */
    padding: 0px;
    min-height: 300px;
    background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="gray" x="70%" y="70%" font-family="\'Lucida Grande\', sans-serif" font-size="14" text-anchor="middle">Loading...</text></svg>') 0px 0px no-repeat;
}

/* popover iframe okno - vlastní výroby */
#popover_container {
    position: absolute;
    z-index: 1000;
    padding: 10px;
    background-color: white;
    border-radius: 6px;
    border: solid 1px silver;
    box-shadow: 0 8px 6px -6px gray;
}

button.cmdHvezdaSet { 
    width:20px;
    border-radius: 6px;
    color: gray;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}
button.cmdHvezdaRemove {
    width:20px;
    border-radius: 6px;
    color: red;
    cursor: pointer;
    padding-left: 3px;
    padding-right: 3px;
}

