﻿body {
font-family: 'Montserrat';
}

/* Montserrat-300 - latin */
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 300;
src: url("fonts/montserrat/Montserrat-Light.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
src: url("fonts/montserrat/Montserrat-Regular.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 400;
src: url("fonts/montserrat/Montserrat-Italic.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 500;
src: url("fonts/montserrat/Montserrat-Medium.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
src: url("fonts/montserrat/Montserrat-SemiBold.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
src: url("fonts/montserrat/Montserrat-Bold.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 700;
src: url("fonts/montserrat/Montserrat-BoldItalic.ttf");
/* IE9 Compat Modes */
}

@font-face {
font-family: 'Montserrat';
font-style: italic;
font-weight: 900;
src: url("fonts/montserrat/montserrat-v12-latin-900.ttf"), url("fonts/montserrat/montserrat-v12-latin-900.eot") format("embedded-opentype"), url("fonts/montserrat/montserrat-v12-latin-900.svg") format("woff2"), url("fonts/montserrat/montserrat-v12-latin-900.woff") format("woff"), url("fonts/montserrat/montserrat-v12-latin-900.woff2") format("truetype");
}


ul {
padding-left:0;
list-style-type:none
}

sup {
color:#a94442;
font-weight:bold;
}

.panel, .panel .panel-body, .panel .panel-heading {
border-radius:0
}

.inner-padding {
padding: 10px 0;
}


.p-2 {
padding:10px 0;
}

/*.panel .panel-body {
padding:15px 0;
}*/

.panel .panel-primary .panel-body {
padding: 0
}

.table {margin:0;}


.mylist {
}

ul.my-list li {
margin-bottom:10px;
font-weight:bold
}

ul.mylist li span {
max-width: 90%;
display: inline-block;
vertical-align: top;
line-height: 20px;
}


.notice-box {
padding:15px;
background-color:#eee;
overflow:auto
}


.banner {
padding: 10px 15px;
background-color: #f2f2f2;
/*background-image: linear-gradient(-60deg, rgba(22, 160, 133,.6) 0%, rgba(244, 208, 63,.8) 100%);*/
background-image: linear-gradient(-60deg, rgb(9 43 57 / 60%) 0%, rgb(80 199 220 / 80%) 100%);
/*margin-top:35px;*/
}

.banner-inner {
   
display: flex;
-webkit-display: flex;
-moz-display: flex;
flex-direction: row;
align-items: center;
height: 65px;
text-align: center;
}

.banner-inner span {
font-size: 24px;
text-transform:uppercase;
font-weight:600;
text-align: center;
display: table;
margin: auto;
color: #545454;
}

.banner-inner img {
width: 65px;
}
.panel-heading strong, .panel-heading a {
font-weight:600
}
.panel-heading a {
font-size:14px; font-weight:600
}
.panel-body label {
font-size:12px; font-weight:600;
}
.panel-body .form-control {
width: 100%;
/*border: 1px solid #e6e6e6;*/
background-color: #f9f9f9;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
padding: 5px 15px;
box-sizing: border-box;
font-size: 12px;
font-weight: 500;
color: #666;
outline:none;
/*box-shadow:none*/
}

.panel-body select.form-control {
padding:0 15px;
}


.panel-body .form-control:focus {
border: 1px solid #cccccc;
/* outline: 1px solid #e6e6e6; */
border-radius: 5px;
}

.progress {
height:2px;
}

.light-box {
width: 100%;margin-bottom:15px;color:#888;border:1px solid #ddd;
}

.light-box input[type='image'] {
margin-right:3px;
}
.light-box input + span {
margin-right:5px;
}
.light-box span {
font-size:15px; color:#666
}
.list-dashboard {
font-size:13px;
}

.d-flex {
display:flex;
flex-direction:row;
flex-wrap:wrap;
}
.d-flex.align-items-center {
align-items:center
}
.d-flex.justify-content-between {
justify-content:space-around
}

.list-dashboard {
cursor:pointer;
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
justify-content:space-between;
font-size:1em !important; width:100%;
/*background-color:#e8f9ef*/
/*background-color:rgba(145, 199, 157,.4);*/
/*background-image: linear-gradient(-60deg, rgba(22, 160, 133,.4) 0%, rgba(244, 208, 63,.4) 100%);*/
background-color: rgba(116, 194, 174, 0.18);
transition:.2s ease;
padding: 10px;
}

.list-dashboard:hover {
background-color: rgba(116, 194, 174, 0.38);
}

.list-dashboard.active {
background-color: rgba(116, 194, 174, 0.38);
}

/* side-nav */
.side-nav .badge{
margin-right:5px;
background-color:#be9d48
}
.side-nav.list-group .list-group-item:first-child {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}

.side-nav.list-group .list-group-item:last-child {
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.side-nav .list-group-item.active, .side-nav .list-group-item.active:hover, .side-nav .list-group-item.active:focus {
background-color: rgba(116, 194, 174, 0.58);
border-color:#ddd;
}


/* loader */
#preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index:1000;
background-color: rgba(0,0,0,0.2);
}
#loader-img {
display: block;
position: relative;
left: 50%;
top: 45%;
transform: translate(-50%, -50%) scale(0.6);
width: 135px;
height: 100px;
background-image: url('../IMAGES/loader_image.png');
background-repeat: no-repeat;
background-size: 50%;
background-position: center;
z-index: 1020;
}
#loader {
display: table;
left: 50%;
width: 100px;
height: 100px;
margin: auto;
border-radius: 50%;
border: 1px solid transparent;
/*    border-top-color: #1d94c6;*/
-webkit-animation: spin .8s linear infinite;
animation: spin .8s linear infinite;
z-index: 1001;
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #78c043;
-webkit-animation: spin 2.5s linear infinite;
animation: spin 2.5s linear infinite;
}
#loader:after {
content: "";
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #1d94c6;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
0%   {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
0%   {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
}

.loaded-img {
visibility: hidden;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: all .3s 1s ease-out;
transition: all .3s 1s ease-out
}
           
#loader-img p {
position: absolute;
bottom: -50px;
left: 50%;
transform: translateX(-50%);
color: #1d94c6;
font-size: 20px;
font-weight:500    
}
        
#loader-img p span {
font-weight:700;
font-size:35px;
color:#78c043
}
        
@keyframes blink {
   
0% {
opacity: .2;
}
   
20% {
opacity: 1;
}
   
100% {
opacity: .2;
}
}

.saving span {
   
animation-name: blink;
   
animation-duration: 1.4s;
  
animation-iteration-count: infinite;
   
animation-fill-mode: both;
}

.saving span:nth-child(2) {
   
animation-delay: .2s;
}

.saving span:nth-child(3) {
   
animation-delay: .4s;
}
/*-------loader end---------*/

.list-group.no-border .list-group-item {
border:0; line-height: 1.3;
}

.list-dashboard {
font-weight:600 !important;

}


/* buttons */

.btn {
margin: .2em .1em;
font-weight: 500;
font-size: 1em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: none;
border-bottom: .15em solid black;
border-radius: 3px;
padding: 0.65em 1.3em;
}

.btn-lg {
padding: 1em 2em;
}

.btn-sm,
.btn-xs {
font-size: .85em;
padding: .5em 1em;
}

.btn-xs {
font-size: .85em;
padding: .25em .75em;
}

.btn-default {
border-color: #d9d9d9;
background-image: linear-gradient(#ffffff, #f2f2f2);
}
.btn-default:hover {
background: linear-gradient(#f2f2f2, #e6e6e6);
}

.btn-primary {
border-color: #2a6496;
background-image: linear-gradient(#428bca, #357ebd);
}
.btn-primary:hover {
background: linear-gradient(#357ebd, #3071a9);
}

.btn-success {
border-color: #3d8b3d;
background-image: linear-gradient(#5cb85c, #4cae4c);
}
.btn-success:hover {
background: linear-gradient(#4cae4c, #449d44);
}

.btn-info {
border-color: #28a1c5;
background-image: linear-gradient(#5bc0de, #46b8da);
}
.btn-info:hover {
background: linear-gradient(#46b8da, #31b0d5);
}

.btn-warning {
border-color: #df8a13;
background-image: linear-gradient(#f0ad4e, #eea236);
}
.btn-warning:hover {
background: linear-gradient(#eea236, #ec971f);
}

.btn-danger {
border-color: #b52b27;
background-image: linear-gradient(#d9534f, #d43f3a);
}
.btn-danger:hover {
background: linear-gradient(#d43f3a, #c9302c);
}


/* --buttons-- */

/* progress bar */
.progress-js,
.progressPercentage{
width: 80px;
height: 80px;
position: relative;
margin: 10px;
}

.progressPercentage p{
position: absolute;
top: 50%;
left: 50%;
font-size: 22px;
margin: 0;
padding: 0;
font-weight:bold;
transform: translate(-50%, -50%);
color:#666
}

.progressPercentage p::after {
content:' %';
display:inline-block;
font-size:14px;
font-weight:500
}


   
/* progress bar */



#footer {
position: fixed;
background-color: rgba(255,255,255,.8);
width: 100%;
bottom: 0;
text-align: center;
font-weight: 500;
font-size: 12px;
}

#footer p{
color:#eee;
font-size:14px;
margin-bottom:0;
}

.panel-primary {border-color:#62ad98;}
.panel-primary > .panel-heading {
background-color:#2e91aa;
border:none
}

.panel-info {
/*border-color:#86c5a2;*/
border-color:#82b984
}
.panel-info > .panel-heading {
/*background-color:#86c5a2;*/
background-color:#82b984;
color:#fff;
border:none
}

@media only screen and (max-width:767px) {
.banner-inner {
justify-content:space-between
}
.banner-inner img + span {
display:none
}
    .banner-inner span {
    font-size:16px;
    }
}