* { box-sizing: border-box; list-style: none; margin: 0; padding: 0; }
a { color: inherit; text-decoration: none; }
select, select:active, select:hover { outline: none; }
::placeholder { color: #d7d7d7; opacity: 1; }
html, body { height: 100%; }

body {
margin: 0;
padding: 0;
font-family: 'Source Sans Pro', sans-serif;
font-size: 0.90rem;
color: #666c7a;
background-color: #d5dae5;
overflow-y: auto;
}

#loader {
display: none;
position: fixed;
width: 100px;
height: 100px;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
border-radius: 50%;
padding: 5px;
z-index: 8;
background-color:rgba(255, 255, 255, 0.2);
}

.ns { -webkit-touch-callout: none; -webkit-user-select: none;  -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.b { font-weight: bold; }
.auth { width: 100%; text-align: center; padding: 20px 10px; }

.sidebar {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
align-content: flex-start;
position: fixed;
width: 200px;
height: 100%;
top: 0;
bottom: 0;
color: #909bae;
background-color: #313c4e;
overflow-y: auto;
z-index: 2;
}

.logo {
width: auto;
height: auto;
max-height: 50px;
display: flex;
justify-content: flex-start;
align-content: center;
padding: 5px 10px;
color: #ffffff;
background-color: #ffffff;
}.logo img { width: 100%; height: auto; }

.menu-icon {
display: none;
width: auto;
height: auto;
padding: 0px 12px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 22px;
font-weight: bold;
cursor: pointer;
}

.top {
position: fixed;
display: flex;
justify-content: space-between;
align-items: center;
align-self: center;
width: 100%;
height: auto;
min-height: 50px;
max-height: 50px;
padding: 6px 12px;
padding-left: 225px;
background-color: #283140;
color: #e9e9e9;
font-size: 0.85rem;
font-weight: bold;
z-index: 1;
}

.logout {
width: 30px;
height: 30px;
padding: 3px;
border-radius: 50%;
background-color: #ffffff;
cursor: pointer;
}


.menu {
width: 100%;
background-color: #4a5568;
font-size: 0.80rem;
}

.menu ul li a {
display: block;
margin: 0;
padding: 12px 15px;
}

.menu li {
color: #b6becd;
font-weight: 600;
border-bottom: 1px dashed #546073;
}

.menu li:hover {
color: #ffffff;
background-color: #0db0f5;
}

.active {
border-left: 3px solid #0db0f5;
}

.right {
padding: 25px;
padding-left: 225px;
padding-top: 70px;
margin-bottom: -65px;
min-height: 350px;
height: 100%;
max-height: 100%;
}

.title {
padding: 8px 15px;
margin-bottom: 3px;
border-bottom: 1px solid #6f9da7;
border-radius: 10px 0px 0px 0px;
background-color: #62bbd1;
color: #ffffff;
font-weight: 600;
letter-spacing: 1px;
}

.modul {
padding: 25px;
margin-top: 4px;
margin-bottom: 20px;
border: 0px solid #c1c7d4;
border-bottom: 1px solid #d2d2d2;
background-color: #ffffff;
font-size: 13px;
}

.modul > p { margin: 5px 0 15px 0; }
.modul .space { margin: 25px 0; }
.modul > .main-title { color: #e34449; }
.modul > .sub-title { color: #3CC; }

.restable { overflow-x: auto; width: inherit; }

.notfound { width: 60px; height: 60px; border-radius: 50%; background-color: #fbfbfb; box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); }

::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #0ab3eb;
border-radius: 0px;
}


.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
width: auto;
height: auto;
}
 
.login-wrapper {
display: flex;
justify-content: center;
align-items: center;
align-self: center;
height: 100%;
margin: 0;
padding: 0;
}

.login-contanier {
display: block;
width: 300px;
max-width: 94%;
margin: auto;
padding-top: 0px;
font-size: 15px;
text-align: center;
}

.login-title {
height: auto;
background-color: #2c3f50;
background-color: #313c4e;
padding: 7px 10px;
border-bottom: 3px solid #0db0f5;
color: #ffffff;
font-weight: 600;
letter-spacing: 1px;
text-align: center;
border-radius: 20px 20px 0 0;
}

.login-content {
display: flex;
justify-content: center;
align-items: center;
min-height: 135px;
background-color: #ffffff;
border-radius: 0px 0px 20px 20px;
padding: 10px 10px 10px 10px;
font-size: 13px;
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 0px 0px 20px 20px;
}


.input {
outline: none;
height: 25px;
max-width: 100%;
max-height: inherit;
margin: 3px 0;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
text-shadow: 0 1px 1px rgba(255,255,255,.7);
color: #909090;
background-color: #ebebeb;
border-top: 1px solid #bcbcbc;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #bcbcbc; 
border-right: 1px solid #dddddd;
background: linear-gradient(180deg, rgba(232,232,232,1) 10%, rgba(242,242,242,1) 50%, rgba(232,232,232,1) 90%);
}

.login-user {
outline: none;
height: 25px;
max-height: inherit;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
text-shadow: 0 1px 1px rgba(255,255,255,.7);
color: #909090;
background-color: #ebebeb;
border-top: 1px solid #bcbcbc;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #bcbcbc; 
border-right: 1px solid #dddddd;
background: #e8e8e8;
background-image: url('image/login-user.png'), linear-gradient(#f2f2f2,#e8e8e8);
background-repeat: no-repeat;
background-position: -3px -3px;
padding-left: 42px !important;
}

.login-pass {
outline: none;
height: 25px;
max-height: inherit;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
font-weight: bold;
text-shadow: 0 1px 1px rgba(255,255,255,.7);
color: #909090;
background-color: #ebebeb;
border-top: 1px solid #bcbcbc;
border-bottom: 1px solid #dddddd;
border-left: 1px solid #bcbcbc; 
border-right: 1px solid #dddddd;
background: #e8e8e8;
background-image: url('image/login-pass.png'), linear-gradient(#f2f2f2,#e8e8e8);
background-repeat: no-repeat;
background-position: -3px -3px;
padding-left: 42px !important;
}

.error {
margin: 0 0 -10px 0;
padding: 3px 0 2px 0;
font-size: 11px;
}

.version {
padding: 7px 0;
font-size: 12px;
text-align: center;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.info { padding: 5px 5px; color: #b3bfc6; font-size: 14px; }
.user { padding: 10px 15px 10px 0px; color: #e5f8fa; font-size: 13px; font-weight: bold; letter-spacing: 1px; background-color: #00b8ce; width: 100%; text-align: center; }

.grid {
display: flex;
flex-flow: row wrap;
justify-content: space-between;
padding: 10px 5px;
flex: 1;
}
.grid .l {
width: 30%;
padding: 8px 10px;
align-self: center;
text-align: right;
color: #62bbd1;
}
.grid .r {
width: 70%;
align-self: center;
text-align: left;
}
.grid .e { width: 100%; text-align: center; padding: 10px 5px;}
.grid .f {
width: 100%;
align-self: center;
text-align: center;
margin: 1px 0;
padding: 4px 5px;
border-radius: 5px;
letter-spacing: 1px;
text-shadow: 1px 1px #ffffff;
font-weight: bold;
font-size: 12px;
color: #77959b;
background-color: #c5dbdf;
}
.grid > span { display: flex; flex-flow: row wrap; width: 100%; }

.table-list { width:98%; text-align: left; margin:0 auto; border: 1px solid #dedede; }
.table-list th { background-color: #d8dce4; padding: 6px 8px; }
.table-list tr { background-color: #f3f5f9; }.table-list tr:hover { background: #e9ecf1; }
.table-list td { padding: 6px 8px; }


.btn {
display: inline-block;
width: auto;
min-width: 85px;
height: 28px;
margin: 2px 2px;
padding: 7px 10px 7px 10px;
outline: none;
cursor: pointer;
font-size: 11px;
text-align: center;
text-decoration: none;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
box-shadow: 0 1px 2px rgba(0,0,0,.2);
border-radius: 5px;
}

.btn.blue {
border-top: solid 1px #d2ebf5;
border-left: solid 1px #97c9de;
border-right: solid 1px #3c93b8;
border-bottom: solid 1px #3c93b8;
background: -webkit-gradient(linear, left top, left bottom, from(#50ccff), to(#00b5ff));
color: #ffffff;
}
.btn.blue:hover {
background: -webkit-gradient(linear, left top, left bottom, from(#00b5ff), to(#50ccff));
}

.pb {
display: inline-block;
width: auto;
min-width: 32px;
height: 26px;
font: bold 11px arial;
border-radius: 0px;
border: 1px solid #d6d6d6;
background-color: #f5f5f5;
padding: 6px 2px;
margin: 0px;
color: #4c585f;
text-align: center;
text-decoration: none !important;
} .pb:hover { background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff)); color: #4c585f; }
.pa {
width: auto !important;
height: 24px;
font: bold 11px arial;
border-radius: 0px;
border: 1px solid #cfcfcf;
background-color: #cfcfcf;
padding: 6px 7px;
margin: 0px;
color: #ffffff;
text-align: center;

text-decoration: none !important;
}
.pa:hover { background-color: #acacac; border: 1px solid #acacac; }
.pal { border-radius: 15px 0 0 15px; }
.par { border-radius: 0 15px 15px 0; }
.pas {
display: inline-block;
width: auto;
min-width: 32px;
height: 26px;
font: bold 11px arial;
border-radius: 0px;
border: 1px solid #00b8ce;
background-color: #00b8ce;

/*background: -webkit-gradient(linear, left top, left bottom, from(#29b5a8), to(#29b5a8));*/

padding: 6px 2px;
color: #ffffff;
text-align: center;
text-shadow: 1px 1px 1px rgba(70, 70, 70, 0.5);
text-decoration: none !important;
} .pas:hover { color: #ffffff; }


.container { padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; }
.row { display: table; table-layout: auto; max-width: 100%; min-width: 100%; }
.row:after, .row:before { content: ""; display: table; clear: both; }
[class*="col"] { display: table-cell; padding: 6px 10px; vertical-align: middle; }
[class*="col"] > div { margin-top: 2px; }
[class*="col"] > img { width:100%; height:auto; }
.col-1 { width: 8.33%; }
.col-2 { width: 16.66%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33%; }
.col-5 { width: 41.66%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33%; }
.col-8 { width: 66.66%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33%; }
.col-11 { width: 91.66%; }
.col-12 { width: 100%; }

.p-1 { padding: 1px; }
.p-2 { padding: 2px; }
.p-3 { padding: 3px; }
.p-4 { padding: 4px; }
.p-5 { padding: 5px; }
.p-6 { padding: 6px; }
.p-7 { padding: 7px; }
.p-8 { padding: 8px; }
.p-9 { padding: 9px; }
.p-10 { padding: 10px; }
.p-15 { padding: 15px; }
.p-20 { padding: 20px; }
.p-25 { padding: 25px; }
.p-30 { padding: 30px; }
.p-35 { padding: 35px; }
.p-40 { padding: 40px; }
.p-45 { padding: 45px; }
.p-50 { padding: 50px; }

.px-5 { padding: 0 5px; }
.px-10 { padding: 0 10px; }
.px-15 { padding: 0 15px; }
.px-20 { padding: 0 20px; }
.px-25 { padding: 0 25px; }
.px-30 { padding: 0 30px; }
.px-35 { padding: 0 35px; }
.px-40 { padding: 0 40px; }
.px-45 { padding: 0 45px; }
.px-50 { padding: 0 50px; }

.py-5 { padding: 5px 0; }
.py-10 { padding: 10px 0; }
.py-15 { padding: 15px 0; }
.py-20 { padding: 20px 0; }
.py-25 { padding: 25px 0; }
.py-30 { padding: 30px 0; }
.py-35 { padding: 35px 0; }
.py-40 { padding: 40px 0; }
.py-45 { padding: 45px 0; }
.py-50 { padding: 50px 0; }

.cursor { cursor: pointer; }

.popup {
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
overflow: hidden;
z-index: 8;
background-color: rgba(12,14,16,0.7);
}

.popup-content {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
align-self: center;
position: absolute;
top: 50%;
left: 50%;
width: 70%;
max-width: 85%;
max-height: 85%;
text-align: center;
background-color: #ffffff;
transform: translate(-50%, -50%);
z-index: 9;
}

.popup-close {
position: absolute;
float: right;
right: 0;
top: 0;
margin-top: -10px;
margin-right: -10px;
width: 1.4rem;
border-radius: 50%;
line-height: 1.4rem;
text-align: center;
cursor: pointer;
font-weight: bold;
color: #ffffff;
background-color: #afafaf;
z-index: 5;
}.popup-close:hover { transition: all 300ms ease; }

.popup-title {
position: absolute;
top:0;
width: 100%;
padding: 6px 3px 6px 12px;
margin-bottom: 40px;
color: #8b8b8b;
background-color: #efefef;
font-weight: bold;
}

.popup-message {
display: flex;
flex-flow: column wrap;
justify-content: center;
align-items: center;
align-self: center;
width: 100%;
min-width: 100%;
max-height: 250px;
min-height: 75px;
padding: 15px 15px 15px 15px;
text-align: center !important;
overflow-x: auto;
}

.popup-button {
margin: -2px 10px -15px 10px;
}

.confirm { }

.pointer { cursor: pointer; }
.help { cursor: help; }
.serino { display: none; }


@media screen and (max-width: 600px) {
.logo img { width: auto; max-height: 30px; }
.sidebar { position: relative; width: 100%; height: auto; }
.menu-icon { display: flex; align-self: center; }
.top { position: inherit; min-height: inherit; max-height: inherit; padding-left: inherit; padding: 6px 12px; }
.logout { width: 20px; height: 20px; }
.menu { display: none; border-top: 2px solid #0db0f5; }
.right { padding: 15px 10px; }
.col { display: block; width: 100%; }
.modul { padding: 20px; }
.input { width: 100% !important; font-size: 11px; }
.grid { padding: 5px 0px; }
.grid .l { width: 30%; font-size: 11px; }
.grid .r { width: 70%; }
.info { font-size: 12px; }
.table-list { width:95%; }
}

@media print {
body {
background-color: white;
height: 100%;
width: 100%;
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 15px;
font-size: 14px;
line-height: 18px;
}
}