﻿ @charset "utf-8";

 em.em-a {
     font-style: normal;
     color: #ce0005;
     vertical-align: middle;
     display: inline-block;
     padding-left: 8px;
     padding-right: 3px;
     font-weight: bold;
 }

 em.error {
     font-style: normal;
     color: #ce0005;
     vertical-align: middle;
     display: inline-block;
     padding-left: 22px;
     padding-right: 3px;
     height: 22px;
     line-height: 22px;
     font-weight: bold;
 }

 em.success {
     font-style: normal;
     color: #3CA5DB;
     vertical-align: middle;
     display: inline-block;
     padding-left: 0px;
     padding-right: 0px;
     height: 0px;
     line-height: 0px;
     font-weight: bold;
     /*background:url(../_js/lib/_img/checked.gif) 4px center no-repeat;*/
 }

 #background-loading {
     position:absolute;
     z-index:998;
     top:0px;
     left:0px;
     background:rgb(50,50,50);
     background:rgba(0,0,0,0.5);
     display:none;
 }
 #content-loading {
     position:absolute;
     width:500px;
     z-index:999;
     padding:10px;
     background:#fff;
     border-radius:5px;
     display:none;
 }

 .scrollbar
{
     float: left;
     height: 500px;
     width: 310px;
     background: rgba(92,34,128,0.7);
     overflow-y: scroll;
     margin-bottom: 25px;
     padding: 0 20px;
}

.countr{color: #ee83cc;}

.force-overflow
{
     min-height: 500px;
}

 #style-1::-webkit-scrollbar-track
{
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 20px;
     background-color: #2b083f;
}

#style-1::-webkit-scrollbar
{
     width: 8px;
     background-color: #2b083f;
}

#style-1::-webkit-scrollbar-thumb
{
     border-radius: 20px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #fff;
}