/* Table 1 Style */
table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table1 thead th{
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:#396BA6;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}


.zaglavlje {
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:red;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}





.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#83A7D2;
    border:1px solid #93CE37;
    border-right:1px solid #9ED929;
    padding:0px 10px;
    text-align: center;
    vertical-align: middle;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.87, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table1 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table1 tfoot th{
    color:#666;
}
.table1 tbody td{
    padding:5px;
    /* text-align:center; */
    background-color:#D1D1D1;
    border: 1px solid #ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#191C7B;
   /*  text-shadow:1px 1px 1px #fff;*/
}

.sortable tbody tr:hover td
{
	background: #A5A5A5;
}
.table1 tbody span.check::before{
  content : url(../images/check0.png)
}


/* Table 2 Style */

table.table2{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table2 thead th{
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:#396BA6;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}


.zaglavlje {
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:red;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}





.table2 thead th:empty{
    background:transparent;
    border:none;
}
.table2 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#83A7D2;
    border:1px solid #93CE37;
    border-right:1px solid #9ED929;
    padding:0px 10px;
    text-align: center;
    vertical-align: middle;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.87, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table2 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table2 tfoot th{
    color:#666;
}
.table2 tbody td{
    padding:5px;
    /* text-align:center; */
    background-color:#D1D1D1;
    border: 1px solid #ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#191C7B;
   /*  text-shadow:1px 1px 1px #fff;*/
}

.sortable tbody tr:hover td
{
	background: #A5A5A5;
}
.table2 tbody span.check::before{
  content : url(../images/check0.png)
}



/* Table 3 Style */

table.table3{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
    border-collapse:separate;
}
.table3 thead th{
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:#396BA6;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}


.zaglavlje {
    padding:8px;
    text-align:center;
    color:#ffffff;
  /*  text-shadow:1px 1px 1px #FFA500; */
    border:1px solid #ffffff;
    border-bottom:2px solid #ffffff;
    background-color:red;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.98, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 98%
        );
    -webkit-border-top-left-radius:3px;
    -webkit-border-top-right-radius:3px;
    -moz-border-radius:3px 3px 0px 0px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}





.table3 thead th:empty{
    background:transparent;
    border:none;
}
.table3 tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#83A7D2;
    border:1px solid #93CE37;
    border-right:1px solid #9ED929;
    padding:0px 10px;
    text-align: center;
    vertical-align: middle;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(86,130,182)),
        color-stop(0.51, rgb(28,84,151)),
        color-stop(0.87, rgb(16,62,116))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(86,130,182) 2%,
        rgb(28,84,151) 51%,
        rgb(16,62,116) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table3 tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
.table3 tfoot th{
    color:#666;
}
.table3 tbody td{
    padding:5px;
    /* text-align:center; */
    background-color:#D1D1D1;
    border: 1px solid #ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#191C7B;
   /*  text-shadow:1px 1px 1px #fff;*/
}

.sortable tbody tr:hover td
{
	background: #A5A5A5;
}
.table3 tbody span.check::before{
  content : url(../images/check0.png)
}





/* Table 1 Mobilna verzija */
@media screen and (max-width: 600px) {
  table.table1 caption { background-image: none; }
  table.table1 thead { display: none; }
  table.table1 tbody td { 
display: block; padding: .6rem;   }
table.table1 {font-weight: bold; }


.styled-input {
   
   height: 29px;
   overflow: hidden;
   width: auto;
   color:white;
   border:none;}

  table.table1 tbody tr td:first-child { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center bottom , rgb(86, 130, 182) 2%, rgb(28, 84, 151) 51%, rgb(16, 62, 116) 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 1px 2px;
    color: #ffffff;
    padding: 8px;
    text-align: left;
background-color:#396BA6;
  }
 table.table1 tbody td:before { 
    //content: attr(data-th) ": ";
    font-weight: bold;
    display: table-row;
    width: 6rem;
    text-decoration: underline;  
  }
  
}

/* Table 2 Mobilna verzija */
@media screen and (max-width: 600px) {
  table.table2 caption { background-image: none; }
  table.table2 thead { display: none; }
  table.table2 tbody td { 
display: block; padding: .6rem;   }
table.table2 {font-weight: bold; }


.styled-input {
   
   height: 29px;
   overflow: hidden;
   width: auto;
   color:white;
   border:none;}

  table.table2 tbody tr td:first-child { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center bottom , rgb(86, 130, 182) 2%, rgb(28, 84, 151) 51%, rgb(16, 62, 116) 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 1px 2px;
    color: #ffffff;
    padding: 8px;
    text-align: left;
background-color:#396BA6;
  }
 table.table2 tbody td:before { 
    //content: attr(data-th) ": ";
    font-weight: bold;
    display: table-row;
    width: 6rem;
   
  }
  
}


/* Table 3 Mobilna verzija */
@media screen and (max-width: 600px) {
  table.table3 caption { background-image: none; }
  table.table3 thead { display: none; }
  table.table3 tbody td { 
display: block; padding: .6rem;   }
table.table3 {font-weight: bold; }


.styled-input {
   
   height: 29px;
   overflow: hidden;
   width: auto;
   color:white;
   border:none;}

  table.table3 tbody tr td:first-child { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center bottom , rgb(86, 130, 182) 2%, rgb(28, 84, 151) 51%, rgb(16, 62, 116) 98%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ffffff;
    border-image: none;
    border-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-width: 1px 1px 2px;
    color: #ffffff;
    padding: 8px;
    text-align: left;
background-color:#396BA6;
  }
 table.table3 tbody td:before { 
    content: attr(data-th) ": ";
    font-weight: bold;
    display: table-row;
    width: 6rem;
    text-decoration: underline;  
  }
  
}







.response_table_row{
	width:100%;
	clear:both;
}
.response_table_row div{
    float: left;
    margin: 0;
    padding: 1%;
    text-align: center;
    width: 22%;
	word-wrap: break-word;
}

.calc_najava_button { 
background: linear-gradient(to bottom, #fbb450, #ff8500);    color: #ffffff;
font-family: "Trebuchet MS",Helvetica,sans-serif;    
font-size: 17px;    
font-weight: 600;    
padding:5px 5px;    
text-decoration: none;    
border-radius:6px;    
display: inline-block;	
width: auto;
cursor:pointer;
}
.calc_najava_button:hover { 
background: #3cb0fd; 
color: #ffffff; 
display: inline-block; 
text-decoration: none;
width: auto;
cursor:pointer;
 }


/* -------------------- Select Box Styles: bavotasan.com Method (with special adaptations by ericrasch.com) */
/* -------------------- Source: http://bavotasan.com/2011/style-select-box-using-only-css/ */
.styled-select {
   background: url(http://i62.tinypic.com/15xvbd5.png) no-repeat 96% 0;
   height: 29px;
   overflow: hidden;
   width: 240px;
   z-index:99999;
}

option:not(:checked) { 
    background-color: #3b8ec2; 
    
}

.styled-select select {
   background: transparent;
   //background-color: #3B8EC2;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}

.styled-select.slate {
   background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
   height: 34px;
   width: 240px;
   background-color: #3B8EC2;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 268px;
   background-color: #3B8EC2;
}

/* -------------------- Rounded Corners */
.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #3b8ec2; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #fff; }
.yellow select  { color: #000; }
.black select   { color: #fff; }


/* -------------------- Select Box Styles: danielneumann.com Method */
/* -------------------- Source: http://danielneumann.com/blog/how-to-style-dropdown-with-css-only/ */
.mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

.mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C url("http://i62.tinypic.com/15xvbd5.png") no-repeat scroll 319px center;
}


/* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#779126, #779126 40%, #779126);
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}
.styled-input {
   
   height: 29px;
   overflow: hidden;
   width: auto;
   color:white;
   border:none;}
   
   
   /* ----Chek box i radio dugme   */
   
  .squaredFour {
  width: 20px;
  position: relative;
  margin: 20px auto;
  label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    &:after {
      content: '';
      width: 9px;
      height: 5px;
      position: absolute;
      top: 4px;
      left: 4px;
      border: 3px solid #333;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
    }
    &:hover::after {
      opacity: 0.5;
    }
  }
  input[type=checkbox] {
    visibility: hidden;
    &:checked + label:after {
      opacity: 1;
    }
  }    
}
mark2 { 
    background-color: yellow;
    padding:1px;
    border-radius: 5px;
}

mark { 
    background-color: #f45c42;
    font-size:135%;
    color: white;
    padding:3px;
    border-radius: 5px;
    
}