article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a:active,
a:hover {
    outline: 0;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    background: #fff;
    font-size: 14px;
    font-family: 'Open Sans', Tahoma, Arial, Verdana, sans-serif;
    margin: 0;
    height: 100%;
    color: #454545;
}
a {
    outline: none;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
.content-padding {
    padding: 30px;
    min-height: 100%;
}
.content-page.login-page {
    bottom: 0;
    height: 485px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
}
.login-page a.forgotten_pass:hover {
    color: #3bbd9b;
}
.login-page .forma img {
    margin: 0px 0 25px;
    vertical-align: bottom;
}
.login-page .forma {
    background: #42275e;
    display: inline-block;
    padding: 25px;
    vertical-align: middle;
}
.login-page form {
    background: #fff;
    padding: 30px;
    width: 700px;
}
.login-page form label {
    font-family: 'Open Sans';
    font-size: 14px;
}
.login-page .credits {
    display: inline-block;
}
.login-page .teztour-menu-sign {
    float: left;
    color: #454545;
}
.login-page .right-copyright {
    padding: 0;
    margin-top: 10px;
}
.login-page form {
    text-align: left;
}
.login-page form div {
    width: 47%;
}
.login-page form input {
    width: 95%;
}
h2.content-title {
    margin: 0;
    background: #f3f3fa;
    color: #42265d;
    font-size: 16px;
    padding: 6px 15px;
}
#header {
    background: #f1f2f6;
    height: 90px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 18;
    font-size:3em;
    color:#ffffff;
    font-weight: bold;
    padding-left:20px;
	background: #42275e;
}
#header .logo {
    padding: 12px 0px 0px 0px;
}
#main {
    min-height: 100%;
    position: relative;
    padding-bottom: 70px;
}
#left-menu::before {
    background-color: inherit;
    border-color: inherit;
    border-style: inherit;
    border-width: inherit;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
}
#left-menu {
    background: #42275e;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 135px 0 0;
    position: absolute;
    width: 265px;
}

.custom_dropdownmenu ul {
    margin: 0;
    padding: 0;
}
.custom_dropdownmenu > div > ul > li > div {
    left: 100%;
    top: 0%;
}
.custom_dropdownmenu ul li {
    display: block;
    position: relative;
    z-index: 1;
}
.custom_dropdownmenu li a {
    border-bottom: 1px solid #7f6878;
    color: #fff;
    display: block;
    padding: 12px 46px 12px 58px;
    white-space: nowrap;
    text-decoration: none;
}
.custom_dropdownmenu .second-level-ul li a {
    padding: 10px 35px 10px 35px;
}
.custom_dropdownmenu li a.wrap-normal {
    white-space: normal;
}
.custom_dropdownmenu li:hover > a, .custom_dropdownmenu li:focus > a {
    background: #3bbd9b;
    color: #ffdd00;
}
.custom_dropdownmenu .second-level-ul li a {
    background: #3bbd9b;
}
.custom_dropdownmenu .second-level-ul li:hover > a, .custom_dropdownmenu .second-level-ul li:focus > a {
    background: url('img/arr.gif') no-repeat 15px 15px #42265d;
    border: none;
}
.custom_dropdownmenu .second-level-ul li a {
    border: none;
}
.custom_dropdownmenu li a.active {
	background: #e7e7f5;
	color: #42265d;
}
.custom_dropdownmenu li a:hover, .custom_dropdownmenu li a:focus {
    background: #e7e7f5;
	color:#42265d;
}
.custom_dropdownmenu ul div {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.custom_dropdownmenu li:hover > div {
    display: block;
}
.custom_dropdownmenu .label_menu {
    display: none;
}
.custom_dropdownmenu .menu-icon-box {
    display: absolute;
    display: inline-block;
    background: url('img/sprite.png') -2px -2px no-repeat transparent;
    /*border-radius: 50%;*/
    width: 29px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.custom_dropdownmenu .home-pos {
    background-position: -2px -2px;
}
.custom_dropdownmenu li a.active .home-pos,
.custom_dropdownmenu li:hover .home-pos {
    background-position: -42px -2px;
}
.custom_dropdownmenu .anchor-pos {
    background-position: -2px -33px;
}
.custom_dropdownmenu li a.active  .anchor-pos,
.custom_dropdownmenu li:hover .anchor-pos {
    background-position: -42px -33px;
}
.custom_dropdownmenu .brief-pos {
    background-position: -2px -64px;
}
.custom_dropdownmenu li a.active .brief-pos,
.custom_dropdownmenu li:hover .brief-pos {
    background-position: -42px -64px;
}
.custom_dropdownmenu .profile-pos {
    background-position: -2px -95px;
}
.custom_dropdownmenu li:hover .profile-pos {
    background-position: -42px -95px;
}
.custom_dropdownmenu .magnif-pos {
    background-position: -2px -126px;
}
.custom_dropdownmenu li a.active .magnif-pos,
.custom_dropdownmenu li:hover .magnif-pos {
    background-position: -42px -126px;
}
.custom_dropdownmenu .loc-pos {
    background-position: -2px -157px;
}
.custom_dropdownmenu li a.active .loc-pos,
.custom_dropdownmenu li:hover .loc-pos {
    background-position: -42px -157px;
}
.custom_dropdownmenu .blank-pos {
    background-position: -2px -188px;
}
.custom_dropdownmenu li a.active .blank-pos,
.custom_dropdownmenu li:hover .blank-pos {
    background-position: -42px -188px;
}
.custom_dropdownmenu .gears-pos {
    background-position: -2px -219px;
}
.custom_dropdownmenu li a.active .gears-pos,
.custom_dropdownmenu li:hover .gears-pos {
    background-position: -42px -219px;
}
.custom_dropdownmenu .dir-pos {
    background-position: -2px -250px;
}
.custom_dropdownmenu li a.active .dir-pos,
.custom_dropdownmenu li:hover .dir-pos {
    background-position: -42px -250px;
}
.custom_dropdownmenu .power-pos {
    background-position: -2px -281px;
}
.custom_dropdownmenu li a.active .power-pos,
.custom_dropdownmenu li:hover .power-pos {
    background-position: -42px -281px;
}
.custom_dropdownmenu .plet {
    background-position: -2px -312px;
}
.custom_dropdownmenu li a.active .plet,
.custom_dropdownmenu li:hover .plet {
    background-position: -42px -312px;
}
.custom_dropdownmenu .perc {
    background-position: -2px -343px;
}
.custom_dropdownmenu li a.active .perc, 
.custom_dropdownmenu li:hover .perc {
    background-position: -42px -343px;
}
.custom_dropdownmenu .tezl {
    background-position: -2px -374px;
}
.custom_dropdownmenu li a.active .tezl,
.custom_dropdownmenu li:hover .tezl {
    background-position: -42px -374px;
}
.login-page .teztour-menu-sign {
    position: static;
}
.teztour-menu-sign {
    font-family: 'Open Sans';
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    margin: 0 auto;
    bottom: 20px;
    left: 55px;
    z-index: 0;
}
.content-page {
    margin: 0 0 0 265px;
    min-width: 1000px;
}
.content-page a {
    text-decoration: none;
    color: #3bbd9b;
}
.content-page a:hover {
    text-decoration: underline;
    color: #42265d;
}
.navigation-site {
    height: 42px;
    background: #fff;
    padding: 8px 8px 8px 18px;
	border-bottom: 1px solid #e1e1e1;
}
.navigation-site a {
    font-family: 'PT Sans';
    color: #42275e;
    font-size: 16px;
    text-decoration: none;
}
.navigation-site a:hover {
    text-decoration: underline;
}
.navigation-site span {
    font-family: 'PT Sans';
    color: #a0a0a0;
    font-size: 16px;
}
.navigation-site img {
    margin: 0 12px;
}
.right-copyright {
    text-align: right;
    padding: 0 20px 15px 0;
}
.right-copyright a, .right-copyright span {
    font-family: 'PT Sans';
    font-size: 12px;
    color: #454545;
    text-decoration: none;
}
.right-copyright a:hover {
    text-decoration: underline;
}
.right-copyright img {
    vertical-align: middle;
    padding-bottom: 2px;
}
#tabs {
    padding: 25px;
    border: none;
    border-radius: 0;
    width: 920px;
    margin: 50px auto 0;
}
#tabs a:hover {
    color: #222;
}
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.ui-widget-header {
    border: none;
    border-radius: 0;
    background: none;
}
.ui-tabs-panel.ui-widget-content.ui-corner-bottom {
    border: 1px solid #cbcbcb;
}
.ui-tabs .ui-tabs-nav li {
    border-color: #ddd;
    margin: 1px 2px 0 0;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #454545;
}
.ui-tabs .ui-tabs-nav {
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 35px 15px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-color: #cbcbcb;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active, .ui-state-default.ui-corner-top {
    font-family: 'PT Sans';
    font-size: 18px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #f1f2f4;
}
.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active {
    background: #fff;
}
form {
    text-align: center;
}
form div {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}
.login-page select ,input, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    border: 1px solid #dddddd;
    /*height: 40px;*/
    padding: 8px 4px;
    vertical-align: middle;
    font-size: 14px;
    font-family: 'Open Sans';
}
.login-page select, input, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, label {
    margin: 0px 8px 0 8px;
}
.login-page select {
    width: 95%;
}
label {
    font-family: 'PT Sans';
    font-size: 16px;
    color: #454545;
    font-weight: bold;
    margin-bottom: 4px;
    display: inline-block;
}
.searchbox label {
    font-size: 14px;
    margin: 0;
}
input[type="checkbox"] {
    margin: 0;
}
input[type="submit"], input[type="button"], .tabs-produlji { 
	display: inline-block;
  color: #FFFFFF;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  width:120px;
  height: 45px;
  outline: none;
  line-height: 45px;
  transition: all 0.15s ease-out 0s;
  position: relative;
  background: #42265d;
  margin: 0;
  border-radius:3px;
  text-transform: uppercase;
    display:inline-block;
    cursor:pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

input[type="submit"]:hover, input[type="button"]:hover, tabs-produlji:hover {
  background: #e7e7f5;
  color: #42265d;
  transition: all 0.15s ease-out 0s;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
}

.tabs-produlji {
   display: inline-block;
   padding-left: 8px;
   text-decoration: none!important;
   margin-top: 20px;
   color: #3bbd9b!important;
   border-radius:10px;
}
.cbx {
    display: inline-block;
    min-width: 160px;
}
.ui-datepicker-trigger {
    vertical-align: middle;
}
.tableHeader {
    color: #3bbd9b;
    color: #fff;
}
.tabs-th-color th {
    color: #004F83;
    padding: 0;
}
.tableheader {
    background: #3bbd9b;
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
#days {
    width: 38px;
    height: 30px;
}
input[type="text"]:hover, input[type="password"]:hover {
    border-color: #c4c4c4;
    transition: 0.05s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #cc3333;
}
input[type="submit"]:hover, input[type="button"]:hover, .tabs-produlji:hover  {
}
input.produlji {
    margin-top: 50px;
}
.custom_dropdownmenu .wrap-normal .span {
    font-family: 'PT Sans';
    font-size: 16px;
}
.bg-white {
    background: #fff;
    padding: 8px;
}

.zaqvka {
    background-color: #fff;
    font-size: 11px;
    cursor: pointer;
}
.zaqvka td {
    padding: 0 5px;
}
.zaqvka-ne {
    background-color: #b30606;
    color: #fff;
    text-align: left;
    width: 100%;
}
.zaqvka-ne:hover {
    background-color: #fff;
    color: #7F8EC5;
}
.searchboxheader {
    margin-bottom: 10px;
}
.docstrue {
    background-image: url('img/docsready.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.boldtext {
    font-weight: bold;
}
select {
    color: #506f80;
    padding: 2px 0;
}
.actionHeader {
    background-color: #3bbd9b;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
}
.stopHotelfalse {
    background-color: #eee;
    color: #064497;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}
#priceTable {
     border: 1px solid #3bbd9b;
}
#priceTable td {
     border: 1px solid #3bbd9b;
     font-weight: bold;
}
.rez_ceni #tabs {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 13px;
}
.rez_ceni #tabs .formtitle {
    color: #3bbd9b;
}
.rez_ceni #tabs table tr td {
    text-align: left;
    padding: 0;
}
.rez_ceni input {
    height: auto;
    padding: 2px 4px;
    margin: 0;
}
.rez_ceni input[type="button"] {
    height: 40px;
    padding: 0 12px;
}
.rez_ceni select {
    height: auto;
    padding: 0;
    margin: 0;
}
.formtitle {
    background: #fff;
}
.boldtextwhite {
    color: #fff;
    font-weight: bold;
    padding: 3px 0!important;
    text-align: center!important;
    background-color: #3bbd9b;
}
.actionRow {
    color: #3bbd9b;
    background-color: #fff;
}
.actionRow td {
    background-color: #fff;
}
.formtitleblack {
    font-weight: bold;
    background-color: #fff;
}
#spodclass, #spoaclass {
    font-size: 11px;
}
#txtHotelNotes {
    height: 60px;
    width: 450px;
}
td.immediateConfirmation_true a {
    color: #fff;
}
.immediateConfirmation_true {
    background-color: #99a66c;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
}
.contentOrder {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #5eaed8;
    color: #000;
    /*text-align: center;*/
}
#separator {
    background-color: #83a2b4;
    height: 1px;
    width: 100%;
}
.boldtextblue {
    color: #3bbd9b;
    font-family: arial,helvetica,sans-serif;
    font-weight: bold;
}
.orderWindowHeader {
    background-color: #3bbd9b;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.delete_button {
    background: #ffb400!important;
}
.delete_button:hover {
    background: #D25843!important;
    color: #fff;
}
#detailedSearch {
    display: none;
}
.open_details {
    display: block!important;
}
.boldtextorange {
    color: #00906a;
}


.newRes_A, .newResH_A, .newResH_I {
    background-color: #0a6fa3;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_B, .newResH_B, .newResH_0 {
    background-color: #1ac2f3;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_Y, .newResH_Y {
    background-color: #0b8508;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 0;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_N, .newResH_N {
    background-color: #ff2929;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_W, .newResH_W {
    background-color: #00906a;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_I {
    background-color: #E2E4E5;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_E, .newResH_E {
    background-color: #99a66c;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_D, .newResH_D {
    background-color: #000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_C, .newResH_C {
    background-color: #000;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_S, .newResH_S {
    background-color: #9a5007;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_P, .newResH_P {
    background-color: #bb0aa8;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_M, .newResH_M {
    background-color: #fcfbed;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_Z, .newResH_Z {
    background-color: #b30606;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 10px;
    text-align: left;
    width: 100%;
}
.newRes_A:hover, .newRes_B:hover, .newRes_Y:hover, .newRes_N:hover, .newRes_W:hover, .newRes_I:hover, .newRes_E:hover, .newRes_D:hover, .newRes_S:hover, .newRes_P:hover, .newRes_C:hover, .newRes_Z:hover {
    background-color: #f5fbff;
    border-bottom: 1px solid #cacaca;
    color: #6d7fac;
    cursor: pointer;
}
.newResH_A:hover, .newResH_B:hover, .newResH_Y:hover, .newResH_N:hover, .newResH_W:hover, .newResH_I:hover, .newResH_E:hover, .newResH_D:hover, .newResH_S:hover, .newResH_C:hover {
    background-color: #f5fbff;
    border-bottom: 1px solid #cacaca;
    color: #6d7fac;
    cursor: pointer;
}