@charset "UTF-8";
input[type="checkbox"]{
    width: 20px; /*Desired width*/
    height: 20px; /*Desired height*/
    cursor: pointer;
}

#div1 {
    display: inline-block;


}
#div2 {
    display: inline-block;
    height:520px;
    width:720px;            /*   maknuti da ne bude fixna tablica  */
    vertical-align:top;
}

MsoNormalTable{
    /*   width: 10.0cm;
      background: red; */
}  

td.col_2{
    width: 9.0cm;
}



@media all and (max-width: 1300px) {
    td.col_1{
        display:none;
    }  
    td.col_2{

        width: 5.5cm;
    }  
    MsoNormalTable{
        width: 400cm;
    }  
     col_check{
        padding-left: 0cm;
    }  
    #div1 {
        /* padding-left: 40px;  */
    }


}  




<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
 panose-1:2 4 5 3 5 4 6 3 2 4;
 mso-font-charset:1;
 mso-generic-font-family:roman;
 mso-font-pitch:variable;
 mso-font-signature:0 0 0 0 0 0;}
@font-face
{font-family:Calibri;
 panose-1:2 15 5 2 2 2 4 3 2 4;
 mso-font-charset:238;
 mso-generic-font-family:swiss;
 mso-font-pitch:variable;
 mso-font-signature:-536859905 1073786111 1 0 511 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-unhide:no;
 mso-style-qformat:yes;
 mso-style-parent:"";
 margin-top:0cm;
 margin-right:0cm;
 margin-bottom:8.0pt;
 margin-left:0cm;
 line-height:107%;
 mso-pagination:widow-orphan;
 font-size:11.0pt;
 font-family:"Calibri",sans-serif;
 mso-fareast-font-family:Calibri;
 mso-bidi-font-family:"Times New Roman";
 mso-fareast-language:EN-US;}
span.SpellE
{mso-style-name:"";
 mso-spl-e:yes;}
.MsoChpDefault
{mso-style-type:export-only;
 mso-default-props:yes;
 font-family:"Calibri",sans-serif;
 mso-ascii-font-family:Calibri;
 mso-ascii-theme-font:minor-latin;
 mso-fareast-font-family:Calibri;
 mso-fareast-theme-font:minor-latin;
 mso-hansi-font-family:Calibri;
 mso-hansi-theme-font:minor-latin;
 mso-bidi-font-family:"Times New Roman";
 mso-bidi-theme-font:minor-bidi;
 mso-fareast-language:EN-US;}
.MsoPapDefault
{mso-style-type:export-only;
 margin-bottom:8.0pt;
 line-height:107%;}
@page WordSection1
{size:841.9pt 595.3pt;
 mso-page-orientation:landscape;
 margin:70.85pt 70.85pt 70.85pt 70.85pt;
 mso-header-margin:35.4pt;
 mso-footer-margin:35.4pt;
 mso-paper-source:0;}
div.WordSection1
{page:WordSection1;}
-->

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 45%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content
{
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body
{
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

