.padLR { padding: 0 15px; }
.card-border { border: 1px solid #dedede; padding: 5px; }

.card-coupon .location ul { padding-left: 7px; }
.card-coupon h4 { padding: 0; margin: 0; }
.card-coupon h6 { padding: 5px 0 0 0; margin: 0; line-height: 17px; color: #bbb; }
.card-coupon .btn { margin-top: 5px; width: 140px; }

.card-voucher .location ul { padding-left: 7px; }
.card-voucher h3 { font-size: 1.35em; }
.card-voucher h4 { padding: 0; margin: 0; }
.card-voucher h6 { padding: 5px 0 0 0; margin: 0; line-height: 17px; color: #bbb; }
.card-voucher .btn { margin-top: 5px; width: 140px; }

#profil .profil-data h2 { margin: 15px 0 0 0 }
#profil .profil-data p { margin: 0 0 15px 0; }




.guid { display: block; position: relative; }
.guid h3 { display: block-inline; color: #ffffff; }
.guid .glyphicon { color: #ffffff; }
.guid #guidcode { display: block-inline; position: absolute; color: #ffffff; }

.guid.big { font-size: 40px; max-width: 615px; }
.guid.big h3 { margin: 20px }
.guid.big .glyphicon { font-size: 60px }
.guid.big #guidcode { top: 40px }

.guid.small { font-size: 20px; max-width: 300px; }
.guid.small h3 { margin: 10px }
.guid.small .glyphicon { font-size: 20px }
.guid.small #guidcode { top: 9px }



/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  
  .guid.big { font-size: 30px; max-width: 475px; }
  .guid.big h3 { margin: 15px; }
  .guid.big .glyphicon { font-size: 50px; }
  .guid.big #guidcode { top: 30px; }

}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {

  .guid.big { font-size: 18px; }
  .guid.big h3 { margin: 10px; }
  .guid.big .glyphicon { font-size: 40px; }
  .guid.big #guidcode { top: 20px; }

}




/*  PROFIL TABULATOR */
#profil div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /* border:1px solid #ddd; */
  margin-top: 10px;
  margin-left: 0px;
  
  /*
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
  */
  
}
#profil div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
#profil div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
#profil div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}
#profil div.bhoechie-tab-menu div.list-group>a .glyphicon,
#profil div.bhoechie-tab-menu div.list-group>a .fa {
  color: #003F74;
}
#profil div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
#profil div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
#profil div.bhoechie-tab-menu div.list-group>a.active,
#profil div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
#profil div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #003F74;
  background-image: #003F74;
  color: #ffffff;
}
#profil div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #003F74;
}

#profil div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding: 20px;
  padding-top: 10px;
}

#profil div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}





/* Switch button */

.options-table td {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.options-table td span {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
}

.options-table .js-switch { margin-top: 15px; }

      
  .switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}
.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    height: 25px;
    position: absolute;
    top: 0;
    width: 25px;
}
.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px;
}
.switchery-small>small {
    height: 20px;
    width: 20px;
}
.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px;
}
.switchery-large>small {
    height: 40px;
    width: 40px;
}
        
        

/******************* END Switch button ***************************/











/* PROFIL HORISONTAL TABS  */

#hor-tabs .tab_container {
  width: 100%;
  padding-top: 30px;
  position: relative;
}

#hor-tabs input[type=radio], #hor-tabs section {
  clear: both;
  padding-top: 10px;
  display: none;
}

#hor-tabs .tablabel {
  font-weight: 700;
  font-size: 18px;
  display: block;
  float: left;
  width: 50%;
  padding: 1.5em;
  color: #757575;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0f0f0;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

#hor-tabs .tab_container .tab-content p,
#hor-tabs .tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
#hor-tabs .tab_container .tab-content h3  {
  text-align: center;
}

#hor-tabs .tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

#hor-tabs .tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

#hor-tabs label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 930px) {
  #hor-tabs label span {
    font-size: 14px;
  }
  #hor-tabs label .fa {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #hor-tabs label span {
    display: none;
  }

  #hor-tabs label .fa {
    font-size: 16px;
  }

  #hor-tabs .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

/***************** END HORISONTAL TABS  ***************************/

















/* PORTLET UTILITY PANELI */

.portlet {
	background: #fff;
	padding: 20px;
}

.portlet.portlet-gray {
	background: #f7f7f7;
}

.portlet.portlet-bordered {
	border: 1px solid #eee;
}

/* Portlet Title */
.portlet-title {
	padding: 0;
  	min-height: 40px;
  	border-bottom: 1px solid #eee;
  	margin-bottom: 18px;
}

.portlet .caption {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

.portlet .caption.caption-green .caption-subject,
.portlet .caption.caption-green i {
	color: #4db3a2;
	font-weight: 200;
}

.portlet .caption.caption-red .caption-subject,
.portlet .caption.caption-red i {
	color: #e26a6a;
	font-weight: 200;
}

.portlet .caption.caption-purple .caption-subject,
.portlet .caption.caption-purple i {
	color: #8775a7;
	font-weight: 400;
}

.portlet .caption i {
	color: #777;
	font-size: 15px;
	font-weight: 300;
	margin-top: 3px;
}

.portlet .caption-subject {
	color: #666;
	font-size: 16px;
	font-weight: 600;
}

.portlet .caption-helper {
	padding: 0;
	margin: 0;
	line-height: 13px;
	color: #9eacb4;
	font-size: 13px;
	font-weight: 400;
}

/* Actions */
.portlet .actions {
	float: right;
  	display: inline-block;
}

.portlet .actions a {
	margin-left: 3px;
}

.portlet .actions .btn {
	color: #666;
	padding: 3px 9px;
	font-size: 13px;
  	line-height: 1.5;
  	background-color: #fff;
  	border-color: #ccc;
  	border-radius: 50px;
}

.portlet .actions .btn i {
	font-size: 12px;
}

.portlet .actions .btn:hover {
	background: #f2f2f2;
}

/* Pagination */
.portlet .pagination {
	margin: -3px 0 0;
	border-radius: 50px;
}

.portlet .pagination > li > a,
.portlet .pagination > li > span {
	padding: 4px 10px;
	font-size: 12px;
	color: #8775a7;
	background: #f7f7f7;
}

.portlet .pagination > li:hover > a,
.portlet .pagination > li.active > a,
.portlet .pagination > li.active:hover > a {
	color: #fff;
	background: #8775a7;
	border-color: #8775a7;
}

/* Inputs */
.portlet .inputs {
	float: right;
	display: inline-block;
	padding: 4px 0;
	margin-top: -10px;
}

.portlet .input-inline {
	width: 240px;
	display: inline-block;
	vertical-align: middle;
}

/* Tab */
.portlet .portlet-title > .nav-tabs {
	background: none;
	margin: 0;
	float: right;
	display: inline-block;
	border: 0;
}

.portlet .portlet-title > .nav-tabs > li {
	background: none;
	margin: 0;
	border: 0;
}

.portlet .portlet-title > .nav-tabs > li > a {
	background: none;
	border: 0;
	padding: 2px 10px 13px;
	color: #444;
}

.portlet .portlet-title > .nav-tabs > li.active,
.portlet .portlet-title > .nav-tabs > li.active:hover {
  	border-bottom: 4px solid #f3565d;
  	position: relative;
  }

.portlet  .portlet-title > .nav-tabs > li:hover {
  	border-bottom: 4px solid #f29b9f;
  }

.portlet .portlet-title > .nav-tabs > li.active > a,
.portlet .portlet-title > .nav-tabs > li:hover > a {
	color: #333;
	background: #fff;
	border: 0;
}

/* Btn Circle */
.portlet .actions .btn.btn-circle {
	width: 28px;
	height: 28px;
	padding: 3px 7px;
	text-align: center;
}

.portlet .actions .btn.btn-circle i {
	font-size: 11px;
}

/* Btn Grey Salsa */
.portlet .actions .btn.grey-salsa {
	border: none;
	margin-left: 3px;
	box-shadow: none;
	border-radius: 50px !important;
}

.portlet .actions .btn.grey-salsa.active {
	color: #fafcfb;
	background: #8e9bae;
}
  .portlet .actions .grey-salsa.btn:hover,
  .portlet .actions .grey-salsa.btn:focus,
  .portlet .actions .grey-salsa.btn:active,
  .portlet .actions .grey-salsa.btn.active {
	color: #fafcfb;
	background: #97a3b4;
}

/* Btn Red */
.portlet .actions .btn.btn-red.active,
.portlet .actions .btn.btn-red:hover {
	color: #fff;
	box-shadow: none;
	background: #e26a6a;
	border-color: #e26a6a;
}

/* Btn Red */
.portlet .actions .btn.btn-purple.active,
.portlet .actions .btn.btn-purple:hover {
	color: #fff;
	box-shadow: none;
	background: #8775a7;
	border-color: #8775a7;
}


/*********************  END PORTLET UTILITY PANELI ***************************/












/* PERFOMANCE GRAFIKA */

.perfomance .ash { color: #9f9f9f; }
.perfomance dl {
  /* display: flex;*/
  background-color: white;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  position: relative;
  padding: 20px;
}

.perfomance dt {
  align-self: flex-start;
  width: 100%;
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 20px;
  margin-left: 130px;
}

.perfomance .text {
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 40px;
  width: 100px;
  background-color: white;
  position: absolute;
  left: 0;
  justify-content: flex-end;
}

.perfomance .percentage {
  font-size: .8em;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  height: 40px;
  margin-left: 120px;
  background: repeating-linear-gradient(to right, #ddd, #ddd 1px, #fff 1px, #fff 5%);
}
.perfomance .percentage:after {
  content: "";
  display: block;
  background-color: #3d9970;
  width: 50px;
  margin-bottom: 10px;
  height: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .3s ease;
  cursor: pointer;
}
.perfomance .percentage:hover:after, .percentage:focus:after {
  background-color: #aaa;
}

.perfomance .percentage-1:after { width: 1%; }
.perfomance .percentage-2:after { width: 2%; }
.perfomance .percentage-3:after { width: 3%; }
.perfomance .percentage-4:after { width: 4%; }
.perfomance .percentage-5:after { width: 5%; }
.perfomance .percentage-6:after { width: 6%; }
.perfomance .percentage-7:after { width: 7%; }
.perfomance .percentage-8:after { width: 8%; }
.perfomance .percentage-9:after { width: 9%; }
.perfomance .percentage-10:after { width: 10%; }
.perfomance .percentage-11:after { width: 11%; }
.perfomance .percentage-12:after { width: 12%; }
.perfomance .percentage-13:after { width: 13%; }
.perfomance .percentage-14:after { width: 14%; }
.perfomance .percentage-15:after { width: 15%; }
.perfomance .percentage-16:after { width: 16%; }
.perfomance .percentage-17:after { width: 17%; }
.perfomance .percentage-18:after { width: 18%; }
.perfomance .percentage-19:after { width: 19%; }
.perfomance .percentage-20:after { width: 20%; }
.perfomance .percentage-21:after { width: 21%; }
.perfomance .percentage-22:after { width: 22%; }
.perfomance .percentage-23:after { width: 23%; }
.perfomance .percentage-24:after { width: 24%; }
.perfomance .percentage-25:after { width: 25%; }
.perfomance .percentage-26:after { width: 26%; }
.perfomance .percentage-27:after { width: 27%; }
.perfomance .percentage-28:after { width: 28%; }
.perfomance .percentage-29:after { width: 29%; }
.perfomance .percentage-30:after { width: 30%; }
.perfomance .percentage-31:after { width: 31%; }
.perfomance .percentage-32:after { width: 32%; }
.perfomance .percentage-33:after { width: 33%; }
.perfomance .percentage-34:after { width: 34%; }
.perfomance .percentage-35:after { width: 35%; }
.perfomance .percentage-36:after { width: 36%; }
.perfomance .percentage-37:after { width: 37%; }
.perfomance .percentage-38:after { width: 38%; }
.perfomance .percentage-39:after { width: 39%; }
.perfomance .percentage-40:after { width: 40%; }
.perfomance .percentage-41:after { width: 41%; }
.perfomance .percentage-42:after { width: 42%; }
.perfomance .percentage-43:after { width: 43%; }
.perfomance .percentage-44:after { width: 44%; }
.perfomance .percentage-45:after { width: 45%; }
.perfomance .percentage-46:after { width: 46%; }
.perfomance .percentage-47:after { width: 47%; }
.perfomance .percentage-48:after { width: 48%; }
.perfomance .percentage-49:after { width: 49%; }
.perfomance .percentage-50:after { width: 50%; }
.perfomance .percentage-51:after { width: 51%; }
.perfomance .percentage-52:after { width: 52%; }
.perfomance .percentage-53:after { width: 53%; }
.perfomance .percentage-54:after { width: 54%; }
.perfomance .percentage-55:after { width: 55%; }
.perfomance .percentage-56:after { width: 56%; }
.perfomance .percentage-57:after { width: 57%; }
.perfomance .percentage-58:after { width: 58%; }
.perfomance .percentage-59:after { width: 59%; }
.perfomance .percentage-60:after { width: 60%; }
.perfomance .percentage-61:after { width: 61%; }
.perfomance .percentage-62:after { width: 62%; }
.perfomance .percentage-63:after { width: 63%; }
.perfomance .percentage-64:after { width: 64%; }
.perfomance .percentage-65:after { width: 65%; }
.perfomance .percentage-66:after { width: 66%; }
.perfomance .percentage-67:after { width: 67%; }
.perfomance .percentage-68:after { width: 68%; }
.perfomance .percentage-69:after { width: 69%; }
.perfomance .percentage-70:after { width: 70%; }
.perfomance .percentage-71:after { width: 71%; }
.perfomance .percentage-72:after { width: 72%; }
.perfomance .percentage-73:after { width: 73%; }
.perfomance .percentage-74:after { width: 74%; }
.perfomance .percentage-75:after { width: 75%; }
.perfomance .percentage-76:after { width: 76%; }
.perfomance .percentage-77:after { width: 77%; }
.perfomance .percentage-78:after { width: 78%; }
.perfomance .percentage-79:after { width: 79%; }
.perfomance .percentage-80:after { width: 80%; }
.perfomance .percentage-81:after { width: 81%; }
.perfomance .percentage-82:after { width: 82%; }
.perfomance .percentage-83:after { width: 83%; }
.perfomance .percentage-84:after { width: 84%; }
.perfomance .percentage-85:after { width: 85%; }
.perfomance .percentage-86:after { width: 86%; }
.perfomance .percentage-87:after { width: 87%; }
.perfomance .percentage-88:after { width: 88%; }
.perfomance .percentage-89:after { width: 89%; }
.perfomance .percentage-90:after { width: 90%; }
.perfomance .percentage-91:after { width: 91%; }
.perfomance .percentage-92:after { width: 92%; }
.perfomance .percentage-93:after { width: 93%; }
.perfomance .percentage-94:after { width: 94%; }
.perfomance .percentage-95:after { width: 95%; }
.perfomance .percentage-96:after { width: 96%; }
.perfomance .percentage-97:after { width: 97%; }
.perfomance .percentage-98:after { width: 98%; }
.perfomance .percentage-99:after { width: 99%; }
.perfomance .percentage-100:after { width: 100%; }

/************** END PERFOMANCE GRAFIKA ***********************/












/* WIZARD PROCES */

.wizard-proces {
    margin: 20px auto;
    background: #fff;
}

    .wizard-proces .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard-proces > div.wizard-inner {
        position: relative;
    }

.wizard-proces .connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard-proces .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

.wizard-proces span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.wizard-proces span.round-tab i{
    color:#555555;
}
.wizard-proces li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;
    
}
.wizard-proces li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard-proces .nav-tabs > li {
    width: 25%;
}

.wizard-proces li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard-proces li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard-proces .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard-proces .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard-proces .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard-proces h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard-proces {
        width: 90%;
        height: auto !important;
    }

    .wizard-proces span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard-proces .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard-proces li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/******************* END WIZARD PROCES ************************/




















/*  VOUCHER COUPON */


 .coupon {
    border: 3px dashed #bcbcbc;
    border-radius: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", 
    "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
}

.coupon #head {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 56px;
}

.coupon #footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.coupon #title .visible-xs {
    font-size: 12px;
}

.coupon #title img {
    font-size: 30px;
    height: 30px;
    margin-top: 5px;
}

@media screen and (max-width: 500px) {
    .coupon #title img {
        height: 15px;
    }
}

.coupon #title span {
    float: right;
    margin-top: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.coupon .coupon-img {
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
}

.coupon .items {
    margin: 15px 0;
}

.coupon .usd, .coupon .cents {
    font-size: 20px;
}

.coupon .number {
    font-size: 40px;
    font-weight: 700;
}

.coupon sup {
    top: -15px;
}

.coupon #business-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

.coupon #business-info ul li { 
    display: inline;
    text-align: center;
}

.coupon #business-info ul li span {
    text-decoration: none;
    padding: .2em 1em;
}

.coupon #business-info ul li span i {
    padding-right: 5px;
}

.coupon .disclosure {
    padding-top: 15px;
    font-size: 11px;
    color: #bcbcbc;
    text-align: center;
}

.coupon .coupon-code {
    color: #333333;
    font-size: 11px;
}

.coupon .exp {
    color: #f34235;
}

.coupon .print {
    font-size: 14px;
    float: right;
}






/***************************  END VOUCHER COUPON ************************/























/* CAROUSEL SLIDER */
.main-text {
    position: absolute;
    top: 100px;
    width: 96.66666666666666%;
    color: #FFF;
}

.carousel-btns {
    margin-top: 2em; 
}

.carousel-btns .btn {
	width: 150px;
}

.carousel-inner .imgOverlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(6, 28, 38, 0.5);
}

.carousel-inner img {
   width: 100%;
}

/*CONTROL*/
.carousel-control {
    width: auto;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 47%;
  right: 0;
  z-index: 5;
  display: inline-block;
  background-color: #000;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 14px;
}

.carousel-control .icon-prev,
.carousel-control .fa-chevron-left {
  left: 0;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  margin: 0 1px;
  border: 2px solid #fff;
  opacity: .8;
}

.carousel-indicators .active {
    background-color: #28ace2;
    border-color: #28ace2;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left,
.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    border-radius: 50px;
}

.carousel-control .icon-prev, .carousel-control .fa-chevron-left {
    left: 30px;
}

.carousel-control .icon-right, .carousel-control .fa-chevron-right {
    right: 30px;
}


/**************************** CAROUSEL SLIDER *****************************/





















/* NAVBAR MENI */


.badge-default {
  background-color: #ffffff;
}
.badge-primary {
  background-color: #337ab7;
}
.badge-success {
  background-color: #5cb85c;
}
.badge-info {
  background-color: #5bc0de;
}
.badge-warning {
  background-color: #f0ad4e;
}
.badge-danger {
  background-color: #d9534f;
}

.navbar-icon-top .navbar-nav>li>a>.fa, .navbar-icon-top .navbar-nav>li>a>.glyphicon {
    position: relative;
    width: 36px;
    font-size: 24px;
}
.navbar-icon-top .navbar-nav>li>a>.fa>.badge, .navbar-icon-top .navbar-nav>li>a>.glyphicon>.badge {
    position: absolute;
    right: 0;
    font-family: sans-serif;
}
.navbar-icon-top .navbar-nav>li>a>.fa {
    top: 3px;
    line-height: 12px;
}
.navbar-icon-top .navbar-nav>li>a>.fa>.badge {
    top: -10px;
}
.navbar-icon-top .navbar-nav>li>a>.glyphicon {
    top: 6px;
    line-height: 6px;
}
.navbar-icon-top .navbar-nav>li>a>.glyphicon>.badge {
    top: -16px;
}

@media (min-width: 768px) {
    .navbar-icon-top .navbar-brand {
        padding: 25px 15px;
    }
    .navbar-icon-top .navbar-text {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .navbar-icon-top .navbar-btn, .navbar-icon-top .navbar-form {
        margin-top: 18px;
        margin-bottom: 18px;
    }
    .navbar-icon-top .navbar-nav>li>a {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-icon-top .navbar-nav>li>a>.fa, .navbar-icon-top .navbar-nav>li>a>.glyphicon {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }
    .navbar-icon-top .navbar-nav>li>a>.fa>.badge, .navbar-icon-top .navbar-nav>li>a>.glyphicon>.badge {
        top: -7px;
    }
}


/************************  END NAVBAR MENI *************************/








/* OBAVESTENJA */

#obavestenja .nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
#obavestenja .tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
#obavestenja .tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
#obavestenja .tab-pane .list-group .checkbox { display: inline-block;margin: 0px; }
#obavestenja .tab-pane .list-group input[type="checkbox"]{ margin-top: 2px; }
#obavestenja .tab-pane .list-group .glyphicon { margin-right:5px; }
#obavestenja .tab-pane .list-group .glyphicon:hover { color:#FFBC00; }
#obavestenja a.list-group-item.read { color: #222;background-color: #F3F3F3; }
#obavestenja hr { margin-top: 5px;margin-bottom: 10px; }
#obavestenja .nav-pills>li>a {padding: 5px 10px;}

#obavestenja .ad { padding: 5px;background: #F5F5F5;color: #222;font-size: 80%;border: 1px solid #E5E5E5; }
#obavestenja .ad a.title {color: #15C;text-decoration: none;font-weight: bold;font-size: 110%;}
#obavestenja .ad a.url {color: #093;text-decoration: none;}

#obavestenja button { border: 1px solid #dedede; height: 50px; width: 30px; }
#obavestenja a {  }

/**************************  END OBAVESTENJA  ********************************/








/* KOMENTARI */

.CommentBox {
   width: 100%; 
}

.commentText h5 {
  padding: 0;
  margin: 0;
  line-height: 20px;
}

.commentText p {
  padding: 0;
  margin: 0;
  line-height: 15px;
}

.commentText hr {
  border-top:1px dotted #bbb;
  margin: 3px 0 0 0;
  line-height: 1px;
}

.commentText span {
  line-height: 11px;
}  

.commentList {
    padding:0;
    list-style:none;
    width: 100%;
}
.commentList li {
    margin:0;
    margin-top:20px;
}
.commentList li > div {
    display:table-cell;
    vertical-align: top;
    vertical-align: text-top;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}

.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}


/************************* END KOMENTARI ***********************************/







/* STATISTICKI PANELI */


.huge {
  font-size: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.panel-heading { 
  min-height: 120px; 
}

.panel-heading .progress {
  margin-top: 10px;
}

.panel-heading .panel-title {
  font-size: 17px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green .panel-heading {
  border-color: #5cb85c;
  color: #fff;
  background-color: #5cb85c;
}

.panel-green a {
  color: #5cb85c;
}

.panel-green a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red .panel-heading {
  border-color: #d9534f;
  color: #fff;
  background-color: #d9534f;
}

.panel-red a {
  color: #d9534f;
}

.panel-red a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: #fff;
  background-color: #f0ad4e;
}

.panel-yellow a {
  color: #f0ad4e;
}

.panel-yellow a:hover {
  color: #df8a13;
}


.panel-border {
  border: 1px solid #ddd;
  padding-bottom: 2em; 
}


/************************** END STATISTICKI PANELI **********************************/















/* PDF Modal */

.iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
    border: 0;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*************  END PDF Modal ************************/






