* {
    padding:0;margin:0;
    }

body {
    background-image: url(images/bg.png);
    background-color:#ffeeee;
    }


A {
    text-decoration: none;
    font:bold 12px;
    color:#ffffff;
    }


::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

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



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #555555;
  font: bold;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFC0CB;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFC0CB;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFC0CB;
}

th, td {
    padding: 5px;
    text-align: left;
    }

tr#element-h{
    background-color: #b19891;
    }

tr#element-d{
    background-color: #dbc9c5;
    }

tr#element-l{
    background-color: #ecdad6;
    }

tr#element-d:hover{
    background-color: #c19895;
    }

tr#element-l:hover{
    background-color: #c19895;
    }



table#sale {
//    background: rgb(255,255,255);
//    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(137,159,213,1) 35%);
    background-color: #ffffff;
    border: 1px solid black;
    width: 99%;
    }

tr#sale-h{
    background-color: #d5e6ff;
    }

tr#sale-l{
    background-color: #eaeaea;
    }

tr#sale-d{
    background-color: #e0e0e0;
    }

div.search {
    background: #acacac;
    overflow-y: auto;
    height: 420px;
    width: 90%;
    }

#login {
    position: absolute;
    width: 380px;
    left: 45%;
    top: 10%;
    margin-left: -130px;
    background-color: rgba(200,200,200,0.4);
    font-size: 10pt;
    color:#000000;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(150,150,150,0.5); /* Параметры тени */
    }

#pelena {
    position: fixed;
    background: #ffffff;
    opacity: 96%;
    top : 0px;
    bottom: 0px;
//    left: 0px;
//    right:0px;
//  height: 100px;
    width: 100%;
    }

#editor {
    position: absolute;
    top: 70px;
    left:30%;
    height: 500px;
    width: 580px;
    z-index: 1000;
    background-color: rgba(200,200,200,1);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(150,150,150,0.5);
    }




td#t_editor {
    padding: 5px;
    text-align: right;
    vertical-align: top;
    }

#card_number{
    opacity: 0;
    }

#preloader{
    position: fixed;
    left: 0;
    top: 0;
    right:0;
    bottom:0;
//    width: 100%;
//    height: 100%;
    background: #ffffff;
    z-index: 30;
    opacity: 0.9;
    display: none;
    }

#spinner {
    position: relative;
    top: 40%;
    transform: translateY(-50%)
    }


#head_top {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0px;
    background-color: rgba(200,200,250,0.5);
    font-size: 10pt;
    color:#000055;
    }

.main {
    position: absolute;
    width: 100%;
    margin-top: 85px;
//    background-color: rgba(22,22,22,0.4);
//    font-size: 10pt;
//    margin: 10px;
//    color:#dadada;
//    border-radius: 5px;
//    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }

.window {
//    position: absolute;
    width: 800px;
//    margin-top: 85px;
    background-color: rgba(22,22,22,0.4);
//    font-size: 10pt;
    margin: 10px;
    color:#dadada;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }

.tab {
//    position: absolute;
    width: 760px;
//    margin-top: 85px;
    background-color: rgba(22,22,22,0.4);
//    font-size: 10pt;
    margin: 10px;
    color:#cacaca;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }



.button {
//    position: absolute;
    width: 170px;
    background-color: rgba(77,77,77,0.9);
    font-size: 12pt;
    padding: 10px;
    margin: 10px;
    color:#dadada;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    }

#ver {
    position: fixed;
//    width: 50%;
    right: 0;
    bottom: 0;
    margin-right: 10px;
    background-color: rgba(62,62,62,0.4);
    font-size: 10pt;
    color:#dadada;
    }



/*_Calendar*/
#Calendar {
    position: absolute;
    border-collapse: collapse;
    background: #FFFFFF;
    border: 1px solid #303030;
    display: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    z-index: 9999999;
    box-shadow: 0 0 15px rgba(98, 98, 206, 1);
}
#Calendar_mns{
    text-align:center;
    margin: 0;
    padding: 0;
}
#Calendar select,#Calendar option {
    font-size: 11px;
    padding: 0 2px
}






































@import url(https://fonts.googleapis.com/css?family=Lora);
//body {margin:0;}
//h2 {
//  font-family: monospace;
//  color: #606060;
//}
nav {
  width: 100%;
  margin: 0 auto 30px;
  font-size: 18px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topmenu > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.topmenu > li:last-child {
  margin-right: 0;
}
a {
//  display: block;
//  padding: 2px 2px;
  text-decoration: none;
  outline: none;
  font-family: 'Lora', serif;
  transition: .5s linear;
}

a:hover {
  background-color: #ff9999;
}

.fa {
  font-family: "FontAwesome";
  color: inherit;
  padding-left: 10px;
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.one ul {
  background: #ECDAD6;
}
.one ul a {
  color: #695753;
}
.one .submenu {
  display: none;
  background: #b19891;
}
.one ul li:hover .submenu {
  display: block;
}