/* font-family: "SegoeUIRegular"; */
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
    url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIBold"; */
@font-face {
    font-family: "SegoeUIBold";
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
    src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
    url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUIItalic"; */
@font-face {
    font-family: "SegoeUIItalic";
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
    src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
    url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUILight"; */
@font-face {
    font-family: "SegoeUILight";
    src: url("../fonts/SegoeUILight/SegoeUILight.eot");
    src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "SegoeUISemiBold"; */
@font-face {
    font-family: "SegoeUISemiBold";
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
    src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
    url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

tr.hidden {
    display: none;
}

.input-cust {
    clear: both;
    width: 427px; /* Ширина поля с кнопкой */
    border: 1px solid #aaaaaa; /* Параметры рамки */
    height: 27px; /* Минимальная высота */
    line-height: 27px;
    padding: 0;
    border-radius: 2px;
    margin-top: 5px;
}

.input-cust-text {
    float: left;
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 346px;
    height: 27px;
    background: #ffffff;
    margin: 0;
    cursor: pointer;
}

.input-cust-edit {
    float: left;
    width: 27px;
    height: 27px;
    border: none;
    cursor: pointer;
    border-left: 1px solid #aaaaaa;
    background: #f0f0f0;
    background: url(/img/edit.png) no-repeat 50% 50%;
}

.input-cust-new {
    float: left;
    width: 27px;
    height: 27px;
    border: none;
    cursor: pointer;
    border-left: 1px solid #aaaaaa;
    background: url(/img/new.png) no-repeat 50% 50%;
}

.input-cust-clear {
    float: left;
    width: 27px;
    height: 27px;
    border: none;
    cursor: pointer;
    border-left: 1px solid #aaaaaa;
    background: url(/img/clear.png) no-repeat 50% 50%;
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.err {
    font-family: SegoeUIRegular;
    font-size: 12px;
    color: red;
}

.f_td {
    font-family: SegoeUISemiBold;
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.menu {
    transition: 1s linear;
}

.menu:hover {
  left: 200px;
}

#uploadStartButton1 {
 width: 100px;
 background: -moz-linear-gradient(#D0ECF4, #5BC9E1, #D0ECF4);
 background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#D6D6D6), color-stop(1, #D6D6D6));
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D6D6D6');
 padding: 2px 10px;
 color: #333;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 2px;
 border: 1px solid #A3A3A3;
 cursor: pointer;
 font-family: Arial;
 font-size: 13px;
}

#menu a {
  color: #4a4a4a;
  font-family: SegoeUISemiBold;
  cursor: pointer;
}

#menu a:hover {
  color: green;
}

.tr:hover
{
    background-color: #FFF4B6;
    cursor: pointer;
}

.tr1:hover
{
    background-color: #dedede;
    cursor: pointer;
}

.box_frame:hover
{
    background-color: #FFF4B6;
    cursor: pointer;
}

table#t1
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}
#t1 th
{ 
    padding: 5px;
    text-align: left;
}
#t1 td
{
    padding: 5px;
    text-align: left;
}

table#t2
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}
#t2 th
{ 
    padding: 10px;
    text-align: left;
}
#t2 td
{
    padding: 10px;
    text-align: left;
}

#main-menu
{
border-radius: 0 0 15px 0;
overflow: hidden;
display: block;
padding: 0px;
float: left;
top: 40px;
width: 5px;
position: absolute;
background-color: #ffffff;
background-color: gray;
}

p, a, span
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #000000;
}

h2
{
    font-family: SegoeUISemiBold;
    font-size: 21px;
    color: #3a3a3a;
}

.menu1
{
    font-family: SegoeUISemiBold;
    font-size: 17px;
    color: #ffffff;
}

.menu2
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #ffffff;
    margin-left: 20px;
    text-decoration: none;
}

.menu3
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    color: #ffffff;
    margin-left: 40px;
    text-decoration: none;
}

button
{
  font-family: SegoeUIRegular;
  font-size: 12px;
  height: 27px;
  cursor: pointer;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 3px 10px;
  outline: none;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid;
  border-color: #d9d9d9 #c9c9c9 #999999;
  border-radius: 3px;
  background: linear-gradient(#ffffff, #cccccc) #cccccc;
  transition: 0.2s;
} 

button:hover { background: linear-gradient(#ffffff, #eeeeee) #eeeeee; }

.list-box:hover {
    background: #f0f0f0;
    font-family: SegoeUIRegular;
    font-size: 11px;
}

.checklist-input
{
    font-family: SegoeUIRegular;
    font-size: 14px;
    padding: 0px;
    background-color: #cdcdcd;
    border: 0px;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #aaaaaa;
    cursor: pointer;
    border-radius: 2px;
    height: 27px;
}

.entry-body { margin-top: 20px; }
.entry-text { font-family: Arial; font-size: 13px; color: #333333; text-decoration: underline; } 
.entry-normal { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; }
.entry-current { float: left; width: 30px; height: 30px; line-height: 30px; text-align: center; background-color: #ced9ef; }
.entry-arrow { float: left; height: 30px; line-height: 30px; }

.box {
    overflow: hidden;
    height: 30px;
    width: 130px;
    text-align: center;
    padding: 10px;
    font-family: Arial;
    font-size: 13px;
}

.box_in {
    -webkit-column-width: 65px;
    -moz-column-width: 65px;
    column-width: 65px;
    height: 100%;
}

.cap1
{
    font-family: SegoeUISemiBold;
}

table#mt0
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 12px;
}

#mt0 th
{ 
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    background: #ffffff;
    font-family: SegoeUISemiBold;
    font-size: 12px;
    font-weight: normal;
    color: #111111;
    text-align: left;
    border-bottom: 2px solid #4b4b4b;
}

#mt0 td
{ 
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
    font-family: SegoeUIRegular;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
}

table#mt
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}

#mt th
{ 
    padding-left: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    background: #ffffff;
    font-family: SegoeUISemiBold;
    font-size: 14px;
    font-weight: normal;
    color: #111111;
    text-align: left;
    border-bottom: 2px solid #4b4b4b;
}

#mt td
{ 
    padding-left: 7px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    font-family: SegoeUIRegular;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: left;
    border-bottom: 1px solid #cdcdcd;
}

table#mt1
{
    border-collapse: collapse;
    font-family: SegoeUIRegular;
    font-size: 14px;
}

#mt1 th
{ 
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    background: #ffffff;
    font-family: SegoeUIRegular;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

#mt1 td
{ 
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 15px;
    font-family: SegoeUIRegular;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: left;
}

.tr:hover
{
    background: #FFF4B6;
    cursor: pointer;
}

.td1:hover
{
    background: #EEDDB6;
    cursor: pointer;
}