/* ==========================================================================
  @Author: Milos Stojicevic;
   1. GENERAL
   2. HEADER
   3. SIDEBAR
   4. CENTER
   5. CUSTOM CONTROLS
   6. TABLE
   7. PAGINATOR
   8. CONTACTS
   ========================================================================== */



/* ==========================================================================
    GENERAL
   ========================================================================== */

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf);
}

html * 
{
  margin: 0;
  padding: 0;
    
}

html, 
body  {
    height: 100%;
    font-family: Helvetica;
}

body {
  position: relative;
  overflow: hidden;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  width:100%;
  display:table;
}

table,th,td{
  border:none
}

thead tr {
  border-top: transparent solid;
  cursor: pointer;
  
}

select {
  outline: none;
}

.spinner-background {
  position: absolute;
  background: rgba(51, 51, 51, .5);
  height: 100%;
  width: 100%;
  z-index: 10010;
  display: none;
}

.wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	max-height: 100%;
	margin: 0 auto;
}

.anchor a {
  color: white;
  text-decoration: none;
}

.anchor a:visited {
  color: white; 
}

.button {
  height: 25px;
  margin-left: 10px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 12pt;
  background-color: #f1f1f1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:HOVER {
  background-color: #e1e1e1;
}

.button:ACTIVE {
  border-width: 2px;
}

.button:focus,input[type="text"]:focus,input[type=".button"] {
  outline: 0;
}

.input {
  outline-style: none
}

::-webkit-input-placeholder {
   color: #cccccc;
}

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cccccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cccccc;
}

:-ms-input-placeholder {  
   color: #cccccc;
}

textarea:focus, input:focus{
    outline: none;
}

.container {
/*   position: absolute; */
/*   height: 100%; */
/*   width: 100%; */
  height: 100%;
  max-height: calc(100% - 55px);
}

.text {
  color: white;
  font-family: Raleway;
}


.text.text-small {
  font-size: 12pt;
  font-weight: bold;
}

.text.text-normal {
  font-size: 14pt;
  font-weight: bold;
}


.text.text-big {
  font-size: 20pt;
  font-weight: bold;
}

/* ==========================================================================
    HEADER
   ========================================================================== */

.header {
    height: 55px;
    background-color: #e64c3d;
}

.header-logo {
/*     position: relative; */
    float: left;
    width: 165px;
    height: 55px;
    -webkit-box-shadow: 3px 0 5px -5px #000000;
    box-shadow: 3px 0 5px -5px #000000;
}

.logo-image {
  position: relative;
  height: 43px;
  width: 150px;
  margin: 7px;
  background-image: url(img/nsp_logo.png);
  background-repeat: no-repeat;   
}

.header-title {
  width: auto;
  float: left;
  padding-left: 15px;
  padding-top: 20px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-user-info{
  width: auto;
  height: 40px;
  top:10px;
  right: 50px;
  position: absolute;
  float: right;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header-user-info-text{
  float: left;
}

.user-image{
  display: inline-block;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 5px;
  background-image: url(img/user.png);
  background-repeat: no-repeat;
}

/* ==========================================================================
    SIDEBAR
   ========================================================================== */
   
.sidebar {
/*   position: absolute; */
  float: left;
  height: calc(100vh - 55px);
  width: 165px;
  background-color: #333333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav {
    margin: 0;
    height: 50px;
    color: white;
    border: #303030 solid 1px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    list-style: none;
}

.nav:HOVER {
    background: #2C2C2C;
}

.navgroup {
  margin: 0;
  color: white;
  border: #303030 solid 1px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  list-style: none;
}

.nav-link {
  position: relative;
  height: 40px;
  left: 22px;

}

.sidebar-icons {
  position: relative;
  width: 15px;
  height: 21px;
  top: 15px;
  float: left;
  background-repeat: no-repeat;
}

.dokumenti-icon { background-image: url(img/dokumenti.png);}
.fakture-icon { background-image: url(img/fakture.png);}
.narudzbine-icon { background-image: url(img/narudzbine.png);}
.odgovori-icon { background-image: url(img/odgovori.png);}
.statistika-icon { background-image: url(img/statistika.png); width: 24px; margin-left: -9px;}
.podesavanja-icon { background-image: url(img/podesavanja.png);  width: 24px;height: 24px;margin-left: -9px;}
.uslovi-icon { background-image: url(img/uslovi.png);width: 20px;height: 24px;margin-left: -5px;}

/* ==========================================================================
    CENTER
   ========================================================================== */

.center {
  height: 100%;
  margin-left: 165px;
  position: relative;
}

.panel-header {
  height: 45px;

}

.panel-main {
  overflow: auto;
  height: calc(100% - 90px);
}

.panel-main-noheader {
  overflow: auto;
  height: calc(100% - 40px);
}

.panel-footer {
  position: fixed;
  height: 30px;
  bottom: 0;
}

.panel-footer-odgovori {
  position: fixed;
  height: 30px;
  bottom: 45px;
}


/* ==========================================================================
    CUSTOM CONTROLS
   ========================================================================== */

/* 
  BUTTONS
*/

.button-gray {
  color: #999999;
  border: 1pt #cccccc solid;
}

.button-orange {
  color: #ff6666;
  border: 1pt #ff6666 solid;
}

.faktura-nedostaje-button {
  background-image: url(img/faktura-nedostaje.png);
  background-repeat: no-repeat;
  background-position: 5px 4px;
}

.button-gray.dialog-close {
  width: 25px;
  height: 35px;
  position: absolute;
  border: 1pt solid #CCCCCC;
  background-image: url(img/back-arrow.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  background-color: #F1F1F1;
  padding: 0px;
  margin-left: 0px;
}

.button-gray.dialog-close:HOVER {
  background-color: #E1E1E1;
}

.button-gray.dialog-close:ACTIVE {
  border-width: 2px;
}

/* 
  LABELS
*/

.label.label-medium {
    font-size: 15pt;
    color: #666666;
}

.label.label-small {
    font-size: 12pt;
    color: #999999;
}

.label.label-xsmall {
    font-size: 10pt;
    color: #999999;
}

.label.label-medium.naziv-dobavljaca {
  position: absolute;
  bottom: 30px;
  left: 45px;
}

.label.label-small.broj-fakture {
  position: absolute;
  bottom: 10px;
  left: 45px;
}

.label.opis-akcije {
  position: absolute;
  bottom: 10px;
  left: 145px;
  color: #008000;
  font-size: 24pt;
}

.label.label-small.datum-label {
  position: absolute;
  bottom: 30px;
  right: 5px;
}

.label.label-small.datum {
  position: absolute;
  bottom: 10px;
  right: 5px;
}

.label.label-small.odabrani-proizvod {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}

.label.label-small.odabrana-stavka {
  margin-top: 15px;
  margin-left: 15px;
}

.label.label-small.odabrana-stavka-naslov {
  font-weight: bold;
  margin-top: 15px;
  margin-left: 50px;
}

.search-bar{
	width: 220px;
	display: inline-block;
	float: right;
	margin-top: 10px;
  margin-right: 5px;
}

.select-dropdown {
  width: 305px;
  display: inline-block;
  float: left;
  height: 18px;
  position: absolute;
  left: 35px;
  bottom: 10px;
}

.select-dropdown-responses {
  width: 255px;
  display: inline-block;
  float: left;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.select-dropdown-start-page {
  width: 255px;
  display: inline-block;
  float: left;
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.modal-full-dropdown {
  position: static;
}

.search-input-dropdown {
  width: 300px;
  padding: 4px;
}

.search-icon{
  background-image: url(img/search.png);
  background-repeat: no-repeat;
  background-position: 95%;
}

.search-input {
  width: calc(100% - 35px);
  padding: 4px;
  border: none;
}

.advanced-search-input {
  width: calc(100% - 35px);
  padding: 4px;
  border: 1pt #ccc solid;
}

.search-combo {
  width: 100%;
  padding: 5px;
  border: none;
}

/* 
  MODAL
*/

.modal-background {
  position: absolute;
  background: rgba(51, 51, 51, .5);
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

.modal-background-codebook {
  position: absolute;
  background: rgba(51, 51, 51, .5);
  height: 100%;
  width: 100%;
  z-index: 998;
}

.modal {
  height: 250px;
  width: 310px;
  background: white;
  position: absolute;
  left: 30%;
  top: 50px;
}

.modal.modal-mail {
  height: 150px;
}

.modal.modal-upload {
  height: 180px;
}

.modal.modal-wide {
  width: 350px;
}

.modal.modal-small {
  height: 160px;
  width: 160px;
}

.modal.modal-full {
  height: 400px;
  width: 100%;
  left: 0px;
  top: 150px;
}

.modal-header {
  height: 35px;
  width: 100%;
  background-color: #ff6666;
  cursor: move;
}

.modal-footer {
  height: 45px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

.modal-title {
  font-size: 14pt;
  font-weight: bold;
  position: relative;
  left: 15px;
  top: 10px;
  cursor: move;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal-close {
  background-image: url(img/panel/close_x.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.modal-close[type=button] {
  background-image: url(img/panel/close_x.png);
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
}

.modal-text.h5 {
  font-size: 10pt;
  color: #999999;
}

.modal-text.h6 {
  font-size: 8pt;
  color: #999999;
}

.modal-text.h6.succ {
  color: green;
}

.modal-text.h6.error {
  color: red;
}

.modal-text.h5.narucilac {
  position: absolute;
  top: 10px;
  left: 243px;
  font-weight: normal;
}

.modal-text.h5.datum {
  position: absolute;
  top: 10px;
  left: 35px;
  font-weight: normal;
  margin: 0;
}

.modal-warning {
  fon-size: 10pt;
  color: red;
  display: none;
}

.start-page-text {
  font-size: 10pt;
  color: #999999;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: normal;
}

.start-page-welcome-text {
  font-size: 20pt;
  color: #999999;
  top: 100px;
  left: calc(50% - 235px);
  font-weight: normal;
  position: relative;
}

.start-page-warning-text {
  font-size: 16pt;
  color: #e64c3d;
  top: 200px;
  left: 25px;
  font-weight: normal;
  position: relative;
  text-align: left;
}

.modal-row {
  margin-top: 10px;
  margin-left: 10px;
}

.modal-input {
  width: calc(100% - 15px);
  margin-top: 5px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: #999999;
  border: 1pt #cccccc solid;
  height: 25px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 15px;
  font-size: 12pt;
  background-color: #f1f1f1;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.inputfile + label:HOVER {
  background-color: #e1e1e1;
}

.inputfile + label:ACTIVE {
  border-width: 2px;
}

.inputfile:focus + label {
  outline: 0;
}

.dropdown-icon {
  background-image: url(img/arrow-trigger.png);
  background-repeat: no-repeat;
  background-position: 98%;
  cursor: pointer;
}

.button-odustani {
  background-image: url(img/cancel-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.button-posalji {
  background-image: url(img/posalji-mail.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.button-pretrazi {
    margin-top:0px;
}


/* ==========================================================================
    TABLE
   ========================================================================== */
   
.tableheadertext {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
   
.tableheaderdesc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tableheaderdesc:HOVER {
  background-image: url(img/ha-button.png); 
  background-repeat: no-repeat;
  background-position: right; 
  background-color: #e6e6e6;
}

.tableheaderasc {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tableheaderasc:HOVER {
  background-image: url(img/hd-button.png); 
  background-repeat: no-repeat;
  background-position: right; 
  background-color: #e6e6e6;
}

.tableheadercurrency {
  text-align: center;
}

.row-documents td {
  font-weight: bold !important;
}
   
.row-procesuirano {
  background-color: #e6e6e6;
}

.row-next-payment {
  background-color: #eee5e5;
}

.row-procitano td {
  font-weight: normal !important;
}

.row-nedostaje td{
  color: #e64c3d !important;
}

.row-akcija {
  background-color: #e4f3d0;
}

.row-akcija td{
  color: #008000!important;
}

.row-greska td:first-child{
  color: #e64c3d !important;
}

.row-greska td:first-child {
  background-image: url(img/warning.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
}

.row-supplier-products {
  font-weight: normal !important;
}

.code-multiple-choice {
  color: blue;
  background-image: url(img/arrow-trigger.png);
  background-repeat: no-repeat;
  background-position: 98%;
  cursor: pointer;
  width: 120px;
  float: left;
}

.hidden-label {
  display: none;
}

.hidden-mark {
  display: none;
}

.hidden-codeout {
  display: none;
}


/* ==========================================================================
    PAGINATOR
   ========================================================================== */

.paginator-wrapper {
/*   position: absolute; */
  width: 100%;
  bottom: 10px;
}

.paginator-button {
  width: 20px;
  height: 20px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  margin-left: 10px;
  border:none;
  cursor: pointer;
}

.disabled-paginator-button {
  width: 20px;
  height: 20px;
  background-size: 19px 19px;
  background-repeat: no-repeat;
  margin-left: 10px;
  border:none;
  cursor: pointer;
}

.paginator-button.first {
  background-image: url(img/tbar-first.png);
}

.disabled-paginator-button.first {
  background-image: url(img/tbar-first-disabled.png);
}

.paginator-button.first:HOVER {
  background-image: url(img/tbar-first-hover.png);
}

.paginator-button.previous {
  background-image: url(img/tbar-prev.png);
}

.disabled-paginator-button.previous{
  background-image: url(img/tbar-prev-disabled.png);
}

.paginator-button.previous:HOVER {
  background-image: url(img/tbar-prev-hover.png);
}
 
.paginator-button.next {
  background-image: url(img/tbar-next.png);
}

.disabled-paginator-button.next {
  background-image: url(img/tbar-next-disabled.png);
}

.paginator-button.next:HOVER {
  background-image: url(img/tbar-next-hover.png);
}

.paginator-button.last {
  background-image: url(img/tbar-last.png);
}

.disabled-paginator-button.last {
  background-image: url(img/tbar-last-disabled.png);
}

.paginator-button.last:HOVER {
  background-image: url(img/tbar-last-hover.png);
}

.paginator-input {
  width: 50px;
  height: 18px;
  margin-left: 10px;
  text-align: center;
  border: 1pt #cccccc solid;
  font-size: 12pt;
  color: #999999;
}

.disabled-paginator-input {
  width: 50px;
  height: 18px;
  margin-left: 10px;
  text-align: center;
  border: 1pt #f0f0f0 solid;
  font-size: 12pt;
  color: #e3e3e3;
  background-color: #fbfbfb;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ==========================================================================
    LOGIN
   ========================================================================== */
   
.login-panel {
  position: absolute;
  height: 200px;
  width: 200px;
  margin-top: 10px;
}

.login-form-element {
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
}

.login-label {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.login-input {
  background-color: white !important;
  width: inherit;
}

.login-button {
  padding-left: 15px !important;
}

/* ==========================================================================
    FAKTURE
   ========================================================================== */

.dialog-close{
    width: 25px;
    height: 35px;
    position: absolute;
    border: 1pt solid #CCCCCC;
    background-image: url(img/back-arrow.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-color: #F1F1F1;
    padding: 0px;
}

.button-header{
  height:30px;
  margin-left: 10px;
  margin-top: 8px;
  padding-left: 20px;
  padding-right: 5px;
}

.header-fakture{
  height: 55px;
  border-bottom: 1pt solid #ccc;
  margin-left: 10px;
  margin-right: 5px;
  position: relative;
}

.info-name {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.header-span-bold {
  display: inline-block;
}

.label.label-medium.naziv-dobavljaca {
  display: block;
}

.label.label-medium {
    font-size: 15pt;
    color: #666666;
}

.label.label-small {
    font-size: 12pt;
    color: #999999;
}

.datum-label {
  float: right;
  margin-top: 10px;
}

.datum {
  float: right;
  margin-top: 10px;
}

.greska-fakture .td:first-child{
  color: #e64c3d;
}

.dodeli-fakture .td:first-child{
  color: #e64c3d;
}

.checkbox {
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.checkbox-checked > .td {
  font-weight: bold;
}

.height-fakture {
  height: 100%;
}

.height-fakture-body {
  height: 100%;
}

.height-fakture-stavke {
  height: calc(100% - 101px);
}

.height-fakture-stavke-body {
  height: 100%;
}

.height-proizvodi {
  height: calc(100% - 30px);
}

.height-odgovori {
  height: calc(100% - 95px);
}

.button-footer {
  height: 30px;
  color: #999999;
  border: 1pt #ccc solid;
  margin-left: 10px;
  margin-top: 12px;
  padding-left: 20px;
  padding-right: 5px;
}

.footer-fakture {
  background: #ccc;
  height: 45px;
}

.footer-narudzbine {
  background: #ccc;
  height: 45px;
  bottom: 0;
  position: fixed;
  width: calc(100% - 165px);
}

#button-cancel {
  background-image: url(img/cancel-icon.png);
    background-repeat: no-repeat;
    background-position: 4px 11px;
}

.button-save {
  background-image: url(img/save-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.button-sacuvaj {
  background-image: url(img/sacuvaj-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.button-obrisi {
  background-image: url(img/obrisi-draft-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}


.faktura-upari {
  background-image: url(img/upari.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.faktura-preuzmi {
  background-image: url(img/preuzmi.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.posalji {
  background-image: url(img/posalji.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.izaberi {
  background-image: url(img/arrow-trigger.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.kreiraj {
  background-image: url(img/dodaj-stavku-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
}

.napredno {
  background-color: #cccccc;
  background-image: url(img/napredna-pretrga-icon.png);
  background-repeat: no-repeat;
  background-position: 5px;
  color: white;
  float: right;
  margin-right: 5px;
  margin-top: 20px;
}

.ns-search-input {
  margin-top: 20px;
}

/* ==========================================================================
    NARUDZBINE
   ========================================================================== */

.narudzbine-tr .th {
  height: 45px;
  width: 90px;
  border: 1pt #ccc solid;
  padding-left: 5px;
}

.narudzbine-tr .th .search-input {
  border: 1pt #ccc solid;
}

.amount-box {
  background-color: #F1F1F1;
  background-repeat: no-repeat;
  /*background-position: 5px;*/
  height: 20px;
  width: 20px;
  float: left;
  border: 1pt #ccc solid;
  cursor: pointer;
}

.amount-box.amount-box-plus {
  display: none;
  margin-left: 10px;
  background-image: url("img/show-counter-icon.png");
}

.amount-box.amount-box-num {
  display: none;
  margin-left: 10px;
  background-color: #fff;
  text-align: center;
  width: 30px;
}

.amount-box.amount-box-add {
  display: none;
  margin-left: 10px;
  background-image: url("img/add-button-icon.png");
}

.amount-box.amount-box-minus {
  display: none;
  background-image: url("img/decrease-icon.png");
}

.amount-box.amount-box-remove {
  margin-left: 10px;
  background-image: url("img/artikal-delete-icon.png");
}

.amount-box-plus-one {
  margin-left: 72px;
  background-image: url("img/show-counter-icon.png");
}

.amount-box.amount-box-add:hover {
  background-image: url("img/add-button-hover-icon.png");
}

.amount-box.amount-box-minus:hover {
  background-image: url("img/decrease-hover-icon.png");
}

.amount-box.amount-box-remove:hover {
  background-image: url("img/artikal-delete-hover-icon.png");
}

.amount-box-plus-one:hover,.amount-box.amount-box-plus:hover {
  background-image: url("img/show-counter-hover-icon.png");
}

.collapsible-wrapper {
    /*position: relative;*/
}

.collapsible-trigger.custom-collapsible-menu-selected {
  background-image: url(img/collapsible-icon-down.png);
  background-repeat: no-repeat;
  background-position: 155px;
  height: 35px;
  width: 175px;
  background-color: #FF6666;
  top: 60px;
  left: 0px;
}

.collapsible-trigger.custom-collapsible-menu-selected.shownresponse {
  background-color: rgb(133,67,67);
}

.collapsible-trigger.custom-collapsible-menu-selected.big-number {
  background-position: 165px;
}

.collapsible-trigger.custom-collapsible-menu-selected.response {
  left: 180px;
  background-image: 'none';
}

.collapsible-trigger.custom-collapsible-menu-selected.response.hiddenresponse {
  background-color: rgb(133,67,67);
}

.collapsible-trigger.response-order-collapsible-menu-selected {
  background-image: url(img/collapsible-icon-down.png);
  background-repeat: no-repeat;
  background-position: 165px;
  height: 35px;
  width: 175px;
  background-color: #FF6666;
  top: 60px;
  left: 0px;
}

.collapsible-trigger.response-order {
  background-position: 165px;
}

.collapsible-trigger {
  cursor: pointer;
  background-image: url(img/collapsible-icon-up.png);
  background-repeat: no-repeat;
  background-position: 155px;
  height: 35px;
  width: 175px;
  background-color: #FF6666;
  color: white;
  font-size: 14pt;
  padding-left: 15px;
  padding-top: 5px;
  position: absolute;
  bottom: 0;
  z-index: 9005;
}

.collapsible-trigger.big-number {
  background-position: 165px;
}

.collapsible-body {
  position: absolute;
  height: calc(100% - 142px);
  width: 100%;
  top: 100px;
  background-color: white;
}

.collapsible-body.modal-full {
  height: 100%;
}

.panel-main.collapsible-table-wrapper {
  height: calc(100% - 5px);
}

.ukupno-cena {
  color: black;
  font-size: 16px;
  float: right;
  margin-right: 20px;
  margin-top: 8px;
  border: black 1px solid;
  padding: 5px;
}

.popust-cena {
  color: black;
  font-size: 16px;
  float: right;
  margin-right: 20px;
  margin-top: 8px;
  border: black 1px solid;
  padding: 5px;
}

/* ==========================================================================
    CONTACTS
   ========================================================================== */
   
.contact-wrapper {
  width: 500px;
}

.contact-header {
  font-size: 20px;
  font-weight: bold;
  color: #e64c3d;
  padding-top: 20px;
  padding-left: 10px;
}

.contact-body {
  font-size: 14px;
  font-weight: normal;
  color: black;
  padding-top: 10px;
  padding-left: 10px;
}
