/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-family: 'Titillium Web', sans-serif;
}
body {
    font-family: 'Titillium Web', sans-serif;
}


/* new start layout */
.layout {
    min-height: 97.8vh;
    background-color: #ffffff;
}

.logo-img {
    margin: 30px auto 0!important;
    display: block;
    max-width: 300px;
}
.ramka {
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 2px #fff;
    font-size: inherit;
    font-weight: 700;
    position: relative;
    vertical-align: middle;
    text-shadow: 0 0 black;
    height: 100%;
    cursor: pointer;
    background-color: #f2f2f2;
    /* padding: 50px 30px; */
    padding: 20px 10px 30px 10px;
}

.ramka a {
    color: #000;
    position: relative;
    display: block;
}

.ramka a span {
    display: block;
    font-weight: 900;
}

.ramka .pictogram {
    margin: 0 auto 20px;
}

.ramka:hover {
    background-color: rgba(221, 221, 221, 0);
}

.ramka:before,
.ramka::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}

.ramka {
    -webkit-transition: color 0.25s;
    transition: color 0.25s;
}

.ramka::before,
.ramka::after {
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

#single .ramka::before,
#single .ramka::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}

.ramka::before {
    top: 0;
    left: 0;
}

.ramka::after {
    bottom: 0;
    right: 0;
}

.ramka:hover::before,
.ramka:hover::after {
    width: 100%;
    height: 100%;
}

.ramka:hover::before {
    border-top-color: #faa536;
    border-right-color: #faa536;
    -webkit-transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
    z-index: 1;
}

.ramka:hover::after {
    border-bottom-color: #faa536;
    border-left-color: #faa536;
    -webkit-transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.5s;
    /* transition: border-color 0s ease-out 0.5s, width 0.15s ease-out 0.5s, height 0.15s ease-out 0.75s; */
    z-index: 1;
}


.ramka a:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 6px;
    bottom: -15px;
    background-color: #ff9419;
    left: 0;
}

.pictogram{
    width: 150px;
    height: 120px;
    border: 0;
    margin-right: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
/* new start layout */


/* Authorization styles
-------------------------------------------------- */
.auth-box-w {
    margin: 0px auto;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}

.auth-box-w.wider {
    max-width: 500px;
}

.auth-box-w .logged-user-w {
    padding-top: 0px;
    padding-bottom: 10px;
}

.auth-box-w .logo-w {
    text-align: center;
    padding: 20%;
}

.auth-box-w .auth-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1;
    padding-left: 80px;
}

.auth-box-w .auth-header:after {
    content: "";
    background-color: #FC9114;
    width: 32px;
    height: 7px;
    border-radius: 2px;
    display: block;
    position: absolute;
    bottom: -4px;
    left: 80px;
}

.auth-box-w form {
    padding: 20px 80px;
    padding-bottom: 60px;
}

.auth-box-w form .form-check-inline {
    margin-left: 1rem;
}

.auth-box-w form .form-group {
    position: relative;
}

.auth-box-w form .form-group .pre-icon {
    position: absolute;
    bottom: 5px;
    font-size: 24px;
    color: #FC9114;
    left: -38px;
}

.auth-box-w .buttons-w {
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.auth-box-w.centered {
    text-align: center;
}

.auth-box-w.centered .auth-header {
    padding-left: 0px;
}

.auth-box-w.centered .auth-header:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}

.lock-app-icon {
    position: absolute;
    top: 10px;
    color: #FB930E;
    font-size: 30px;
    right:20px;
}


/* .app-item{
    padding: 0.2rem !important;
    /* max-width: 340px !important;
    margin: 0 auto; /
} */

.top-bar-grey {
    background-color: #5F6267 !important;
}

#header-view-title h5 {
	margin: 0;
	color: white;
}

.input-group-select2wrapper .input-group-prepend {
    margin-top: 3px;
}
