html {
	height: 100%;
}
.print {
    display: none;
}
*{padding:0;margin:0;}
h1 {
	/*color: #3058C9;*/
    font: 18px Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: bold;

}
input {
    font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

input[type=text]:focus {
    background-color: #ffc9c9;
}
input[disabled] {
    background-color: #e7e7e7;
    color: black;
}
a {
    /*color: red;*/
}
.odd {

}
.even {
    background-color: #f1f1f1 !important;
}
select {
    font-weight: bold;
}
ul li {
    margin-left: 40px;
}

body {
	background-color: white;
	color: #333333;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
	font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
}

#ord_notifier {
    cursor: pointer;
    color: white;
    position: fixed;
    left: 0;
    bottom: 60px;
    /*height: 20px;*/
    width: 20px;
    background-color: red;
    word-wrap: break-word;
    -moz-border-radius: 0 20px 20px 0;
    padding-left: 5px;
}
#ord_notifier:hover {
    text-decoration: underline;
    width: 25px;
}

.wraper_content {
    width: 100%;

}
.wraper_table {
    background-color: #f1f1f1;
}
.up_line {
    width: 100%;
    background-color: #dedede;
    border: 1px solid #acacac;
}
.table_content {
    width: 100%;
}
.menu_left {
    width: 170px;
}
.menu_item {
    background-color: #f1f1f1 !important;
    font-weight: bold;
}
.menu_subitem {
    padding-left: 10px;
}
.menu_subitem:hover {
    padding-left: 10px;
    background-color: yellow !important;
}
.user_list {
    width: 100%;

}
.user_list tr {
    background-color: white;
}
.user_list tr:hover {
    background-color: yellow !important;
}
.tarif_list {
    margin-top: 10px;
    line-height: 140%;
    /*width: 100%;*/
}
.tarif_list tr:hover {
    background-color: yellow !important;
}
.fees_list {
    width: 100%;
    line-height: 140%;
}
.fees_list tr:hover {
    background-color: yellow !important;
}
.button {
    border-radius: 6px;
    padding: 0 5px 0 5px;
    background-color: #ededed;
    cursor: pointer;

}
.button:hover {
    color: red;
}
.pop-up {
    background-color: #ffffff;
    /*width: 400px;*/
    /*height: 200px;*/
    /*padding: 0px 20px 20px 20px;*/
    position: fixed;
    left: 5px;
    top: 3px;
    border: 2px #0c0c0c solid;
    -moz-border-radius: 10px;

}
.list tr:hover {
    background-color: yellow;
}

.calls_container {
    position: fixed;
    bottom: 30px;
    left: 1px;
    color: white;
    font: 16px Trebuchet MS, Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 40px;



}

.calls_container .call {
    /*width: 200px;*/
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    background-color: #23a600;
    border: #8e8e8e 1px solid;
    -moz-border-radius: 20px;
   -webkit-border-radius: 20px;
   -khtml-border-radius: 20px;
   border-radius: 20px;
}

.calls_container .call a {
    padding-left: 10px;
    padding-right: 20px;
    color: white;
}
.calls_container .call a:hover {
    text-decoration: none;
}

.company_galery_photo {
    margin: 5px 8px;
    cursor: pointer;
    border: 1px #ffffff solid;
}
.company_galery_photo:hover {
    opacity: 0.8;
    /*border: 1px #d31849 solid;*/
}
.company_galery_photo.delete {
    border: 1px #d31849 solid;
}

/*Dr.WEB*/
table.piar {margin:0em; border:0em; width:80%}
table.piar td {border-bottom:#ffffff solid 0.7em; padding:0.7em 1em; background-color:#f0f3ec}
table.piar td.dt {width:160px; border-right:#ffffff solid 0.7em; }
td.dt {font-weight:bold; text-align:right}