@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: RobotoBold;
    src: url(/fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: RobotoMedium;
    src: url(/fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
    font-family: RobotoLight;
    src: url(/fonts/Roboto/Roboto-Light.ttf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #0f4ea7;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
body{
   background: -webkit-radial-gradient(center, ellipse cover, #222940 0%, #10141f 100%);
   background: radial-gradient(ellipse at center, #222940 0%, #10141f 100%);
   background-attachment: fixed;
   font-family: 'Roboto', sans-serif;
   /* line-height: 0; */
   font-size: 0;
   overflow: hidden;
}
.LightBlueText{
    color: #64c7fe;
}
.RedText{
    color: #ff1053;
}
.LightGrayText{
    color: #d7e3fa;
}
.DarkBlueText{
    color: #4f648f;
}
.input-group {
    margin-bottom: 20px;
    height: 33px;
    font-size: 0px;
    width: 100%;
}

.input-group-addon {
    padding-top: 5px;
    text-align: center;
    width: calc(12% - 5px);
    height: inherit;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid rgba(200, 212, 249, 0.5);
    border-right: 0;
    display: inline-block;
    padding-right: 4px;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
}
.fa-user {
    padding-right: 3px;
}
.LoginPage .btnSingin {
    text-decoration: none;
    /* text-align: center; */
    margin-top: 20px;
}
.LoginPage .btnSingin button {
    background-color: #0f4ea7;
    padding: 12px 55px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}
/* HEADER */
header {
    font-size: 0;
    color: #fff;
    background-color: #2c1ba0;
    background-image: linear-gradient(to right, #2c1ba0, #5375d1);
    line-height: 0;
    position: relative;
}
#SiteName {
    padding: 0;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}   
#SiteName img {
    height: 29px;
    vertical-align: middle;
    display: inline-block;
    line-height: 0;
    width: 100%;
    object-fit: contain;
}
#SiteName h2 {
    font-weight: 400;
    padding: 36px 0;
    padding-left: 98px;
}
header button {
    background: transparent;
    border: 0;
    display: inline-block;
    padding: 12px 0;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    font-size: 20px;
    line-height: 0;
    color: #64c7ff;
    width: 15%;
    transition: all 0.30s ease-in-out;
}
header button:hover {
    color: #4a61c6;
    
}
header button span {
    color: #fff;
    vertical-align: 5px;
}
header .LogoutButton 
 .SingOut {
    color: #64c7ff;
    font-size: 22px;
}
header .LogoutButton {
    display: inline-block;
    padding: 25px 0;
    padding-left: 0;
    width: 50%;
    text-align: right;
}
header .LogoutButton li {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    margin-right: 20px;
}
header .LogoutButton img{
    width: 45px;
    height: 45px;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    border: 2px solid #5b9fe9;
    margin-right: 10px;
}
header .LogoutButton a{
    padding: 0px 10px;
    font-size: 16px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}

/* SIDEBAR LEFT */
.SidebarLeft {
    background-color: #241775;
    position: relative;
    width: 70px;
    height: calc(100vh - 101px);
    /* padding-top: 30px; */
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid rgba(255,255,255,0.2);
    margin-right: -3px;
    z-index: 2;
    overflow: visible;
    /* padding-bottom: 10px; */
    left: -100%;
    transition: all 1s ease;
}
.SidebarLeft:before{
    content: "Powered by HSS";
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 16px;
    color: #3b56a6;
    writing-mode: vertical-rl;
    text-orientation: sideways;
    transform: rotate(180deg);
    padding: 30px 7px;
    font-family: "RobotoLight", sans-serif;
}
.SidebarLeft.expanded{
    overflow: auto;
    left: 0;
}
.SidebarLeft .HideShow{
    display: none;
    vertical-align: middle;
    width: 0px;
    height: 0px;
    /* overflow: hidden; */
}
.SidebarLeft.expanded .HideShow{
    width: auto;
    height: auto;
}
.SidebarLeft a{
    color: #4166b3;
    text-decoration: none;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    transition: all 0.5s ease;
}
.FloatRight{
    position: absolute;
    right: 0;
    z-index: 2;
    }
.SidebarLeft .Lista li {
    display: block;
    font-size: 30px;
    color: #4166b3;
    text-align: left;
    border-bottom: 1px solid #2a2781;
    position: relative;
    width: 100%;
}
.SidebarLeft .Lista li.ActiveMenuItem > a{
    color: #68d4f4;
    background: #1b1254;
}
.SidebarLeft .Lista li:hover > a{
    color: #68d4f4;
    background: #1b1254;
}
.SidebarLeft i{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
/* MAIN CONTENT */
.MainContent {
    font-size: 14px;
    background-color: #ffffff;
    height: calc(100vh - 101px);
    color: #4f648f;
    position: absolute;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    right: 0;
    transition: all 0.5s ease;
}
.columns {
    width: 30%;
    display: inline-block;
}
.CmsTable{
    width: 100%;
    text-align: left;
    transition: all 1s ease;
    margin: 0;
    background: #dbe6fb;
}
.CmsTable.WithTbodyScroll tbody {
    display:block;
    height:300px;
    overflow:auto;
}
.MinHeight100{
    min-height: 100%;
}
thead{
    font-family: "RobotoMedium", sans-serif;
    font-size: 14px;
}
tbody{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.CmsTable.WithTbodyScroll thead, .CmsTable.WithTbodyScroll tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}
thead {
    width: 100%;
    background: #d7e3fa;
    color: #4f648f;
    text-transform: uppercase;
}
.PreviewImage{
    width: 250px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
}
.CmsTable .InRowActions{
    width: 50px;
    float: right;
    cursor: pointer;
    opacity: 0;
    transition: all 0.4s ease;
    padding-right: 5px;
}
.CmsTable tr:hover .InRowActions{
    opacity: 1;
}
.CmsTable .RestoreIcon{
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
    vertical-align: middle;
}
.Warning{
    color: #f0bf30;
}
.OutlineWarning{
    outline: 2px solid #ff1053!important;
}
.OutlineWarningParent .chosen-container,
.LightboxForm .chosen-container{
    outline: 2px solid transparent;
    width: 90% !important;
}
.LightboxForm .EditContainer .chosen-container{
    outline: 0;
    width: 100% !important;
    font-size: 12px;
}
.EditContainer .chosen-container-single .chosen-single{
    border: 0px solid transparent;
    color: #4f648f;
}
.CmsTable th, .CmsTable td{
    border-top: 1px solid rgba(91, 110, 170, 0.2);
    padding: 15px 1%;
    font-weight: normal;
    padding-right: 0;
}
.CmsTable tr:last-child td{
    border-bottom: 1px solid rgba(91, 110, 170, 0.2);
}
.CmsTable tbody tr{
    background: #ffffff;
    transition: all 0.5s ease;
}
.CmsTable tbody tr:nth-child(odd){
    background: #f5f8ff;
}
.CmsTable tr:hover, 
.CmsTable tbody tr:nth-child(odd):hover{
    background: #e3f8fa;
}
.CmsTable tbody tr.DeletedRow{
    background: #fcf8d7;
    color: #dfd68f;
}
.CmsTable tbody tr.DeletedRow:hover{
    background: #f5f0c6;
    color: #d0be34;
}
.CmsTable td.RedText{
    color: #ff1053;
}
.CmsTable td.LightBlueText{
    color: #4ac3cd;
}
.btn{
    border: 0;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}
.btn-undefined{
    background: #d7e3fa;
    color: #fff;
}
.btn-undefined:hover{
    background: #64c7ff
}
.form-inline{
    display: inline-block;
}
.btn-regular{
    color: #fff;
    background-image: none;
    background-color: #64c7ff;
    border-color: #64c7ff
}
.btn-regular:hover {
    color: #64c7ff;
    background-color: #fff;
    border-color: #64c7ff;
}
.btn-danger{
    color: #ff1053;
    background-image: none;
    background-color: transparent;
    border-color: #ff1053;
}
.btn-danger:hover {
    color: #fff;
    background-color: #ff1053;
    border-color: #ff1053;
}
.ModalForm{
    background: #364269;
    width: 400px;
    padding: 20px;
    border-radius: 4px;
    position: fixed;
    top: 30%;
    left: calc(50% - 200px);
    z-index: 3;
    display: none;
}
.ModalForm:after{
    background: rgba(0,0,0,0.4);
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ModalClose{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
}
.ModalHeader{
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-bottom:  1px solid rgba(91, 110, 170, 0.2);
    color: rgba(91, 110, 170, 0.8);
    text-transform: uppercase;
}
.PrintError{
    padding: 0 10px;
    color: #ff6262;
    display: block;
}
.Action{
    display: inline-block;
    width: calc(50% - 25px);
    text-align: center;
    padding: 50px 0;
    border: 1px solid;
    border-radius: 4px;
    margin: 0 10px 10px 0;
    position: relative;
    cursor: pointer;
    transition: all 0.75s ease;
    color: #0f4ea7;
    text-decoration: none;
}
.Action:hover{
    background: #0f4ea7;
    border-color: #0f4ea7;
    color: #fff;
}
.Action .BigIcon{
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 50px;
    color: rgba(62, 103, 234, 0.2);
    transition: all 0.75s ease;
}
.Action:hover .BigIcon{
    color: rgba(255,255,255,0.2);
}
.Arrange{
    display: block;
    padding: 10px;
}
.PageHeader{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 100%;
    background: #f8f9f9;
}
.PageTitle{
    display: inline-block;
    width: 30%;
    line-height: 1;
    vertical-align: middle;
}
.PageTitle h2{
    text-transform: capitalize;
    font-size: 22px;
    color: #64c7ff;
    font-weight: normal;
    margin-block-start: 0;
    margin-block-end: 0;
    font-family: "Roboto", sans-serif;
    padding: 24px 2%;
}
.inline-label{
    display: inline-block;
    width: calc(50% - 10px);
    margin-right: 5px;
    vertical-align: top;
    position: relative;
    margin-bottom: 20px;
}
.block-label{
    display: block;
    width: calc(100% - 10px);
    /* margin-top: 5px; */
    margin-bottom: 20px;
}
.block-label textarea{
    display: block;
    width: 100%;
    min-height: 350px;
    margin-top: 5px;
}
.inline-label input, .inline-label select{
    display: block;
    box-sizing: border-box;
    height: inherit;
    border: 1px solid rgba(200, 212, 249, 0.3);
    /* text-indent: 14px; */
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    width: calc(100% - 30px);
    margin-top: 5px;
    margin-bottom: 20px;
}
.inline-label select.ChosenSelect{
    padding: 0;
    margin: 0;
}
.inline-label input:hover, .inline-label input:focus, 
.inline-label select:hover, .inline-label select:focus{
    background: #fff;
    color: #000;
}
.SidebarLeft .SubMenu{
    display: none;
    position: relative;
    padding-left: 30px;
    width: 190px;
    background: #1e253a;
}
.SidebarLeft.expanded .SubMenu{
    width: calc(100% - 30px);
}
li:hover .SubMenu{
    display: block;
}
.SidebarLeft li li li .SubMenu{
    display: none;
}
.SidebarLeft.expanded .SubMenu{
    display: none;
    position: relative;
    left: 0;
    padding-left: 20px;
}
.TabChooser{
    display: block;
    width: 100%;
    text-align: center;
}
.TabChooser li{
    display: table-cell;
    width: 0.1%;
    text-align: center;
    padding: 20px 0;
    background: rgba(255,255,255,0.1);
    cursor: pointer;
    transition: all 0.75s ease;
    color: #6c8bef;
}
.TabChooser li.ActiveLang, .TabChooser li:hover{color: #fff;background-color: #0f4ea7;}
.TranslationDiv{
    display: block;
    padding: 10px 0;
}
.CropperDiv{
    max-height: 300px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}
.tableInsertImage td{
    padding: 10px;
}
.tableInsertImage img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}
.img-responsive{
    max-width: 100%;
}
.map-canvas{
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 400px;
}
input.InlineInput{
    display: inline-block;
    width: auto;
    vertical-align: middle;
    line-height: 14px;
    padding: 0;
    margin: 0;
}
.CMSLoader{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    line-height: 100vh;
    z-index: 99;
    background: rgba(20, 25, 39, 0.5);
    text-align: center;
}
.CMSLoaderInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.CMSLoaderIcon{
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spiner 2s linear infinite; 
  animation: spiner 2s linear infinite;
  display: block;
}
@-webkit-keyframes spiner {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spiner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.FormContainer{
    display: block;
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
    overflow: auto;
    line-height: 100vh;
    text-align: center;
}
.FormContainerInner{
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    overflow: hidden;
}
.FormContainer label{
    display: inline-block;
    width: 48%;
    margin: 10px 1%;
    font-size: 14px;
    text-align: left;
}
.FormContainer input,
.FormContainer select{
    display: block;
    padding: 10px 0;
    width: 100%;
}
.FormContainer span{
    margin-bottom: 10px;
    display: block;
    color: #fff;
}
.FormContainer button{
    width: 100%;
    padding: 10px 0;
    background: #ff6262;
    border: 2px solid #ff6262;
}

.FormContainer .Results{
    display: block;
    position: relative;
    width: 100%;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
    color: #fff;
    margin: 1%;
}
.FormContainer h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.FormContainer h1{
    font-size: 30px;
    margin: 30px;
    color: #fff;
}
.TabSelect{
    width: 90%;
    width: calc(100% - 20px);
    text-align: center;
    margin: 10px auto;
}
.TabSelect td a{
    padding: 10px;
    display: block;
    transition: all 0.5s ease;
    text-decoration: none;
}
.TabSelect td a:hover{
    background: rgba(255, 255, 255, 0.6);
}
.TabSelect td a.ActiveSelect{
    background: #fff;
}
.CmsTable input{
    border: 0;
    background: 0;
    color: #fff;
    cursor:  pointer;
    transition: all 0.45s ease;
    padding: 5px;
    width: 80px;
}
.CmsTable .CheckBoxItem input{
    width: 20px;
}

.CanChange{
    position: relative;
}
#ReasonToStay,
#GranicniPrelazi,
#SelectRoom{
    position: absolute;
    top: 90%;
    left: 0;
    background: #fff;
    z-index: 2;
    color: #4f648f;
    width: 200px;
    min-width: 150px;
    display: none;
    max-height: 200px;
    overflow: hidden;
    padding: 0;
}
#SelectRoom{
    left: initial;
    right: 0;
}
#ReasonToStay .RazlogOption:hover,
#GranicniPrelazi .PrelazOption:hover,
#SelectRoom .RoomOption:hover{
    background: #63c6fd;
}
.CanChange #ReasonToStay,
.CanChange #GranicniPrelazi,
.CanChange #SelectRoom{
    display: block;
}
.BlockCenter{
    display: block;
    padding: 30px 0;
    text-align: center;
}
.LightboxFormDiv{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 10;
    text-align: center;
    overflow: auto;
}
.LightboxForm{
    display: inline-block;
    width: 60%;
    line-height: 1;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    padding: 2% 0.5%;
    font-size: 0;
    position: relative;
    border-radius: 5px;
    color: #64c7ff;
}
.CloseLightBox{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    padding: 15px;
    color: #d5e1f8;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 0 5px 0 0;
}
.CloseLightBox:hover{
    background: #d5e1f8;
    color: #64c7ff;
}
.LightboxForm h3{
    font-size: 18px;
    text-align: left;
    margin: 0 10px;
    margin-bottom: 10px;
    color: #64c7ff;
}
.LightboxForm h3 i{
    margin-right: 5px;
}
.LightboxForm label{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
    width: 50%;
    position: relative;
}
.LightboxForm .EditContainer label{
    width: 32.33%;
    border-bottom: 1px solid #d7e3fa;
    margin: 0.5%;
    position: relative;
}

hr.LineBreak{
    border-top: 2px solid #fff;
    display: block;
    width: 100%;
    margin: 20px 0;
}
.LightboxForm input,
.LightboxForm select{
    padding: 5px 0;
    font-size: 12px;
    width: 90%;
}
.EditContainer input, .EditContainer select{
    background: transparent;
    border: 0;
    width: 100%;
    display: inline-block;
    color: #4f648f;
    padding: 5px 0px;
    z-index: 1;
}
.LightboxForm button{
    margin-left: 10px;
}
.GoNext{
   font-size: 20px;
}
.GoPrev{
    font-size: 20px;
}
.CmsTable tbody tr.LosUnos{
	background: #ffebf0;
}
.SearchBar{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
}
.SearchBar form{
    background: rgba(0,0,0,0.2);
    border-radius: 30px;
    overflow: hidden;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.SearchBar input{
    color: #fff;
    border: 0;
    padding: 12px 5%;
    width: 75%;
    background: transparent;
    display: inline-block;
    border-radius: 20px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.PageFilters{
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.PageCommands {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}
.PageFilter i{
    color: #64c7fe;
    padding: 5px;
    font-size: 26px;
    vertical-align: middle;
}
.PageFilter{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1;
    padding: 10px 1%;
    position: relative;
    min-width: 200px;
    max-width: 48%;
    margin-right: 1%;
    color: #4f648f;
    cursor: pointer;
    transition: all 0.3s ease;
}
.PageFilter:hover{
    color: #64c7fe;
}
.PageFilter a{
    display: block;
    position: relative;
    text-decoration: none;
    padding: 20px 10px;
    transition: all 0.3s ease;
    color: #4f648f;
}
.PageFilter a:hover{
    background: #64c7ff;
    color: #fff;
}
.OtherFilter{
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9;
    width: 100%;
    left: 0;
    display: none;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 1px #333);
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
}
.PageFilter:hover > .OtherFilter{
    display: block;
}
.OtherFilter:before{
    content: "";
    top: -7px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
}
.SelectDate{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 100vh;
    text-align: center;
    z-index: 99;
    background: rgba(0,0,0,0.2);
}
.SelectDateInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    position: relative;
}
#SelectRange{
    display: inline-block;
    max-width: 100%;
}
.CloseSelectDate{
    width: 20px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    cursor: pointer;
}
.ui-datepicker-inline{
    width: 25em;
}
.ui-datepicker-inline td span, 
.ui-datepicker-inline td a{
    padding: 10px 5px;
}
.headerBtn{
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}
.InRowActions i{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding: 5px;
    padding-left: 0;
}
.CmsTable .DatePickInput{
    color: #4f648f;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: calc(100% - 20px);
    position: relative;
}
.CmsTable .DatePickInput:hover{
    background: rgba(0,0,0,0.1);
}
.CmsTable .DatePickIcon{
    color: #64c7ff;
    margin-left: -20px;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    font-size: 14px;
}
.ShowText{
    position: relative;
    padding: 5px;
    cursor: pointer;
}
.WarningRed, .CmsTable .DatePickInput.WarningRed{
    color: #ff1053;
}
.WarningRed .LightBlueText{
    color: #ff1053;
}
.AbsoluteRight{
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
}
.CmsTable .DropDownSearch{
    background: #63c6fd;
    color: #fff;
    padding: 0;
}
.DropDownList{
    height: 180px;
    position: relative;
    display: block;
}
.DropDownSearch .DropDownSearchInput{
    width: calc(100% - 15px);
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}
.DropDownSearch .DropDownSearchIcon{
    width: 20px;
    text-align: center;
    margin-left: -20px;
    z-index: -1;
    vertical-align: middle;
    display: inline-block;
}
.DropDownList .DropDownListInner{
    padding: 10px 0;
    font-size: 12px;
    background: #fff;
    color: #4f648f;
}
.DropDownList div{
    padding: 5px;
}
.GBAll{
    padding-right: 4px;
    cursor: pointer;
}
.EditContainer{
    padding: 15px;
    position: relative;
    margin: 0 10px;
    margin-bottom: 15px;
}
.EditContainerTitle{
    font-size: 12px;
    text-transform: uppercase;
    color: #dde7fb;
    padding-left: 5px;
}
.EditContainerBorder{
    border-left: 1px solid #dde7fb;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    border-top: 1px solid #dde7fb;
    border-bottom: 1px solid #dde7fb;
    width: 10px;
    top: 20px;
    border-radius: 5px 0 0 5px;
}
.EditContainer .DocImage{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
}
.FormScrollBar{
    max-height: 600px;
    display: block;
    position: relative;
    margin: 10px 0;
}
.NextPrevDiv{
    display: inline-block;
    width: 28%;
    vertical-align: middle;
    position: relative;
    padding: 0 1%;
}
.LightBoxCommands{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    position: relative;
    text-align: right;
    padding: 0 2.5%;
}
.EditContainer sup{
    color: #ff1053;
}
.EditContainer .InputIcon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 0;
}
.col4{
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    margin: 0.5%;
    position: relative;
}
.col5{
    display: inline-block;
    width: 18.5%;
    vertical-align: top;
    margin: 0.5%;
    position: relative;
}
.EditContainer .col4,
.EditContainer .col5{
    border-bottom: 1px solid #d7e3fa;
    color: #63c6fd;
}
.TextAlignRight{
    text-align: right;
    padding: 0.5% 2%;
}
label.col4 span,
label.col5 span,
.EditContainer label.col2 span,
label.col3 span{
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block;
    width:100%;
}
.EditContainer label div{
    text-transform: uppercase;
    font-size: 12px;
}
.LightboxForm .EditContainer label.col2{
    width: 49%;
    position: relative;
}
.EditContainer .col3{
    border-bottom: 1px solid #d7e3fa;
    color: #63c6fd;
}
.EditContainer label.col3 span{
    text-transform: uppercase;
    font-size: 12px;
}
.col3{
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin: 0.5%;
    position: relative;
}
.ImageSelectLabel{
    border-bottom: 1px solid #d7e3fa;
    color: #63c6fd;
    cursor: pointer;
}
.ImageSelectLabel span{
    text-transform: uppercase;
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
label.ImageSelect{
    position: relative;
    display: block;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}
label.ImageSelect .btn{
    margin-top: 10px;
}
label.ImageSelect input{
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
}
h2.ImageFileName{
    font-size: 12px;
    color: #ff1053;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}
/* LOGIN */
.IDReaderLogin{
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
    background: #fff;
}
.LoginSectionLeft{
    display: inline-block;
    vertical-align: top;
    height: 100vh;
    width: 65%;
    position: relative;
    background: transparent;
}
.LoginBackground{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}
.LoginSectionRight{
    display: inline-block;
    vertical-align:top;
    width: 31%;
    padding: 0 2%;
    line-height: 100vh;
    position: relative;
    height: 100vh;
    background: #fff;
}
.LoginLogo{
    display: block;
    margin: 50px auto;
    width: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    text-align: center;
}
.LoginLogoImg{
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    max-width: 100%;
}
.LoginSectionInner{
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
}
.LoginCopyRight{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: #4f648f;
    line-height: 1;
    padding: 10px;
}
.LoginCopyRight a{
    color: #4f648f;
    transition: all 0.3s ease;
    text-decoration: none;
}
.LoginCopyRight a:hover{
    color: #1f448c;
}
.ErrorLogin{
    font-size: 12px;
    line-height: 1.5;
    color: #ff1053;
}
.LoginLabel{
    display: block;
    position: relative;
    margin: 20px 0;
    border-bottom: 1px solid #d7e3fa;
}
.LoginSpan{
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    padding: 5px 0;
    color: #64c7ff;
}
.LoginLabel input{
    width: calc(100% - 10px);
    border: 0;
    display: block;
    padding: 10px 5px;
    background: transparent;
    color: #4f648f;
    font-family: "Roboto", sans-serif;
    border-radius: 0;
    font-size: 16px;
}
.LoginForm{
    width: 90%;
    display: block;
    position: relative;
}
.LoginBtn{
    width: 100%;
    border: 0;
    padding: 10px 0;
    border-radius: 3px;
    color: #fff;
    background: #69c7f1;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.4s ease;
}
.LoginBtn:hover{
    background: #1f448c;
}
/* LOGIN END*/
.CalendarTable{
    width: 100%;
    position: relative;
}
.CalendarTable thead td{
    height: 40px;
    line-height: 1.2;
    vertical-align: middle;
    width: 0.1%;
    padding: 0 10px;
}
.CalendarTable tbody td{
    line-height: 1;
    border-bottom: 1px solid #f5f8ff;
    border-right: 1px solid #f5f8ff;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 0.1%;
}
.CalendarTable tbody td:last-child{
    border-right: 0;
}
.CalendarTable tbody tr:last-child td{
    border-bottom: 0;
}
.GBContainer{
    display: block;
    position: relative;
    font-size: 0;
    line-height: 0;
}
.GBMonths{
    display: inline-block;
    width: 200px;
    vertical-align: top;
    background: #f5f8ff;
}
.GBCalendar{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 200px);
}
.HeightDizajn{
    height: 40px;
    display: block;
    background: #d7e3fa;
    position: relative;
}
.MonthSelect{
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #4f648f;
    transition: all 0.4s ease;
}
.MonthSelect.SelectedMonth, .MonthSelect:hover{
    color: #64c7ff;
}
.DateCell{
    display: block;
    position: relative;
    font-size: 0;
    padding: 10px;
    height: 100%;
    color: #d7e3fa;
    transition: all 0.4s ease;
}

.BorderLeftBlue{
    border-left: 5px solid #64c6fe;
    background: #e5f6ff;
    color: #4f648f;
}
.BorderLeftBlue:hover{
    border-left: 5px solid #d7e3fa;
    background: #f5f8ff;
    color: #4f648f;
}
.DayNumber{
    font-size: 16px;
    margin-bottom: 30px;
    color: #839bcb;
    transition: all 0.3s ease;
}
.BorderLeftBlue .DayNumber{
    color: #64c6fe;
}
.BorderLeftBlue:hover .DayNumber{
    color: #839bcb;
}
.DayContent{
    display: inline-block;
    width: 80%;
    vertical-align: bottom;
    height: 100%;
}
.DayLinks{
    display: inline-block;
    vertical-align: bottom;
    width: 20%;
}
.DayLinks a{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.DayLinks img{
    max-width: 100%;
}
.DayTitle{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
.DaySubtitle{
    font-size: 12px;
}
.MobileMenuButton{
    display: none;
}
.HeaderActions{
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.PageFilterMenu{
    display: none;
}
.PageFilterContainer{
    width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.DesktopHidden{
    display: none;
}
.SendEmailBox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    text-align: center;
    line-height: 100vh;
}
.SendEmailBoxInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    background: #fff;
    padding: 30px;
    width: 260px;
    max-width: calc(100% - 60px);
    overflow: auto;
    box-shadow: 0 0 4px #555;
}
.CloseSendMail{
    position: absolute;
    top: 0;
    right: 0;
    width:25px;
    height: 25px;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 5px;
}
.CloseSendMail:hover{
    background: #64c7ff;
}
.SendEmailBox textarea{
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    margin: 15px 0;
}
.SendEmailBox button{
    text-transform: uppercase;
    
}
@media (max-width: 1800px){
    .headerBtn{
        padding: 15px 5px;
    }
}
@media (max-width: 1300px){
    .PageFilter{
        font-size: 13px;
        min-width: initial;
        white-space: nowrap;
    }
    .PageTitle h2{
        font-size: 16px;
        padding: 10px 2%;
    }
    .headerBtn{
        font-size: 13px;
    }
    .PageFilter a{
        padding: 10px;
    }
    .CmsTable th, .CmsTable td{
        padding: 10px 0.5%;
    }
    tbody, thead{
        font-size: 13px;
    }
    .DayTitle{
        font-size: 12px;
    }
    .DayNumber{
        font-size: 14px;
    }
    .DaySubtitle{
        font-size: 10px;
    }
    .MonthSelect{
        font-size: 13px;
    }
    header .LogoutButton li{
        margin-right: 5px;
    }
    header .LogoutButton a{
        font-size: 12px;
    }
    .PageFilter i{
        font-size: 20px;
    }
}
@media (max-width: 1150px){
    #SiteName h2{
        padding: 20px;
    }
    header .LogoutButton{
        padding: 10px 0;
    }
    .SearchBar input{
        padding: 8px 5%;
    }
    header button{
        padding: 8px 0;
    }
    .SidebarLeft a{
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .SidebarLeft{
        width: 50px;
        height: calc(100vh - 69px);
    }
    .SidebarLeft:before{
        padding: 20px 4px;
    }
    .MainContent{
        height: calc(100vh - 69px);
    }
    .OtherFilter{
        width: 200px;
    }
    .GBMonths{
        width: 130px;
    }
    .GBCalendar{
        width: calc(100% - 130px);
    }
    .LightboxForm{
        width: 80%;
    }
}
@media (max-width: 1050px){
    .OnMobileHide{
        display: none;
    }
    .LightboxForm{
        width: 90%;
    }
    .LoginSectionLeft{
        display: none;
    }
    .LoginSectionRight{
        width: 96%;
        text-align: center;
    }
    .LoginForm{
        width: 100%;
    }
}
@media (max-width: 950px){
    .DayContent{
        width: 100%;
        height: initial;
    }
    .DayLinks{
        width: 100%;
    }
    .DayLinks a{
        width: 42%;
        display: inline-block;
        margin: 5px 3%;
    }
    .GBMonths{
        width: 100%;
    }
    .HeightDizajn{
    height: 1px;
    }
    .MonthSelect{
        display: inline-block;
        width: 16.66%;
        padding: 0;
        text-align: center;
        line-height: 45px!important;
        height: 45px!important;
    }
    .GBCalendar{
        width: 100%;
    }
    .CalendarTable thead{
        display: none;
    }
    .DayNumber{
        margin-bottom: 5px;
    }
}
@media (max-width: 800px){
    .HeaderActions{
        display: none;
    }
    .ShowHeaderActions{
        display: block;
        position: absolute;
        top: 100%;
        z-index: 99;
        left: 0;
        width: 98%;
        padding: 0 1%;
        background: #5274d0;
    }
    .MobileMenuButton{
        display: inline-block;
        font-size: 24px;
        float: right;
        padding: 20px;
        cursor: pointer;
    }
    .MainContent{
        overflow: auto;
    }
    .MonthSelect{
        width: 25%;
        height: 35px!important;
        line-height: 35px!important;
    }
    #SiteName h2{
        padding: 15px;
    }
    .SidebarLeft, .MainContent{
        height: calc(100vh - 59px);
    }
}
@media (max-width: 770px){
    .PageFilterContainer{
        display: none;
    }
    .PageFilterMenu{
        display: inline-block;
        font-size: 16px;
        float: right;
        padding: 10px;
        cursor: pointer;
    }
    .PageTitle{
        width: 80%;
    }
    .ShowPageFilter{
        display: block;
        width: 100%;
        border-top: 1px solid;
    }
    .PageFilter{
        width: 98%;
        font-size: 0;
        max-width: 98%;
        margin: 0;
        padding: 1%;
    }
    .PageFilter i{
        font-size: 0;
    }
    .OtherFilter{
        display: block;
        position: relative;
        width: 100%;
        font-size: 13px;
        top: initial;
    }
    .PageFilters{
        width: 100%;
    }
    .OtherFilter:before{
        display: none;
    }
    .PageCommands{
        width: 100%;
    }
    .DesktopHidden{
        display: inline-block;
    }
}
@media (max-width: 700px){    
    #SiteName{
        width: 60%;
    }
    .headerBtn{
        display: inline-block;
        width: 48%;
        padding: 15px 1%;
        text-align: center;
    }
    .CalendarTable tbody td{
        display: block;
        width: 100%;
        height: auto!important;
    }
    .DateCell{
        display: none;
    }
    .BorderLeftBlue{
        display: block;
    }
    .LightboxForm .EditContainer label{
        width: 49%;
    }
    .col3{
        width: 48%;
    }
    .LightboxForm{
        width: 95%;
    }
    .SearchBar{
        width: 99%;
        margin: 10px 0;
    }
    header .LogoutButton{
        width: 99%;
        text-align: center;
    }
}
@media (max-width: 600px){
    .MonthSelect{
        width: 32.33%;
        text-align: left;
        padding: 0 0.5%;
    }
    .DayContent{
        width: 65%;
        height: initial;
    }
    .DayLinks{
        width: 35%;
    }
    .CmsTable th, .CmsTable td{
        width: 98%!important;
        display: block;
        padding: 10px 1%;
    }
    .CmsTable td.OnMobileHide,
    .CmsTable th.OnMobileHide{
        display: none;
    }
    .CmsTable th{
        display: none;
    }
    .CmsTable tr{
        display: block;
        margin-bottom: 10px;
    }
    .CmsTable .InRowActions{
        display: block;
        position: relative;
        width: 100%;
        opacity: 1;
        text-align: center;
        padding: 5px 0;
        float: none;
    }
    .InRowActions i{
        padding: 10px; 
        margin: 5px;
    }
}
@media (max-width: 500px){  
    .headerBtn{
        width: 98%;
    }
    .LightboxForm .EditContainer label{
        width: 99%;
    }
    .col3{
        width: 98%;
    }
    .LightboxForm .EditContainer label.col2{
        width: 99%;
    }
    .SelectDateInner{
        padding: 50px 10px;
        max-width: calc(100% - 20px);
    }
    .ui-datepicker-inline td span, .ui-datepicker-inline td a{
        padding: 5px;
    }
    .ui-datepicker-inline{
        max-width: calc(100% - 10px);
    }
}
@media (max-height: 700px){
    .FormScrollBar{
        max-height: 60vh;
    }
}
@media (max-height: 570px){
    .SidebarLeft:before{
        display: none;
    }
}
@media (max-height: 500px){
    
    .LoginLogo{
        display: block;
        position: relative;
        margin: 30px auto;
        top: 0;
        left: 0;
        width: 100%;
    }
    .LoginCopyRight{
        position: relative;
        display: block;
        bottom: initial;
        right: initial;
    }
    .IDReaderLogin{
        overflow: auto;
        background: transparent;
        height: 100vh;
    }
    .LoginBackground{
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .LoginSectionRight{
        height: auto;
        line-height: 2;
    }
    .LoginSectionInner{
        margin: 50px 0;
        position: relative;
    }
}