body {
	font-family: tahoma;
	font-weight: normal;
	background: url("../PICS/bg.jpg") no-repeat fixed 20% 20% / cover transparent;
}
.main_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 1024px;
	background: linear-gradient(to bottom, #FFF 0%, #F3F4F6 100%) repeat scroll 0% 0% transparent;
	padding: 7px;
	border: 3px solid #A2CEFF;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px grey;
	border-radius: 5px;
	box-sizing: border-box;
	min-height: 630px;
}
.logo_wrapper {
	width: 246px;
	margin: 10px auto -5px;
}
.logo {
	width: 246px;
	background: url("http://pegast.com.ua/newPegas/images/logo/old_pegas_ua.png") no-repeat scroll center center transparent;
	height: 65px;
	display: block;
}
/*.second_wrapper {
	margin-left: auto;
	margin-right: auto;
}*/
.application {
	padding: 2px;
	font-size: 12px;
	color: grey;
	margin: auto;
}
.application th {
	font-weight: normal;
	padding: 10px 0px 0px 0px;
}
.title {
	text-align:right;
	color: black;
	font-size: 12px;
	padding-right: 7px;
}
.input_window {
	border: 1px solid #CFCFCF; 
	height: 24px; 
	width: 266px; 
	border-radius: 3px;
}
.input_window_infroute {
	border: 1px solid #CFCFCF; 
	height: 24px; 
	width: 266px; 
	border-radius: 3px;
	text-transform: uppercase;
	white-space: pre;
}
.input_window_disabled {
	border: 1px solid #CFCFCF; 
	height: 24px; 
	width: 266px; 
	border-radius: 3px;
	background: none;
	color: grey;
}
.input_window_disabled:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input_window_date_disabled {
	border: 1px solid #CFCFCF; 
	height: 24px; 
	width: 133px; 
	border-radius: 3px;
	background: none;
	color: grey;
}
.input_window_date_disabled:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
:focus {
	-moz-box-shadow: 0 0 5px #736AFF;
	-webkit-box-shadow: 0 0 5px #736AFF;
	box-shadow: 0 0 5px #736AFF;
}
.button {
    display: inline-block;
    height: 25px;
    padding: 0px 9px;
    border-radius: 3px;
    border: 1px solid #BABABA;
    font-size: 12px;
    cursor: pointer;
    outline: 0px none;
    background: linear-gradient(to bottom, #fff 0%, #F3F4F6 100%);
    vertical-align: top;
	font-family: tahoma;
	margin-top: 10px;
	text-decoration: none;
	color: black;
}
.button:hover {
    border-left: 1px solid #a4a4a4;
    border-top: 1px solid #949494;
    border-right: 1px solid #a4a4a4;
    box-shadow: 0px 0px 5px #7ec6e8;
}
.button a {
    text-decoration: none;
	color: black;
	line-height: 25px;
}
.cancel {
	color: red;
}
h3 {
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	background-color: lightblue;
	color: aliceblue;
	font-family: verdana;
	border-radius: 3px;
	text-shadow: 1px 1px 2px grey;
	margin-bottom: 0px;
}

/* ВЫВОД РЕЗУЛЬТАТОВ ПОИСКА ПО БАЗЕ */
.results {
	color: black;
	margin: 0 auto 20px auto !important;
	border-collapse: collapse !important;
	width: 930px; 
}
.results tr:hover {
	background-color: #fff;
}
.results th {
	border: 1px solid #CFCFCF; 
	height: 24px; 
	padding: 2px 7px;
	font-size: 12px;
	background-color: #EEE;
	border-color: #CFCFCF #CFCFCF #000;
	box-shadow: 0px 2px 0px #D3D3D3;
}
.results th.date {width: 40px;}
.results th.company {width: 130px;}
.results th.mob {width: 100px;}
.results th.icons {padding: 0px;}

.results td {	border: 1px solid #CFCFCF; height: 24px; padding: 2px 7px; font-size: 12px;}
.results td.route {text-transform: uppercase; width: 400px;}
.results td.name {text-transform: uppercase; width: 150px;}
.results td.icons {padding: 0px 1px; width:24px;}
.results td.header {text-align: center; font-weight: bold; text-decoration: underline; color: green;}
.results td.header:hover {}

.search_results {font-size: 12px; text-align: center; margin-top: 30px;}

.icon_edit {
	background: url("../ICONS/page_edit.png") no-repeat scroll center center transparent;
	width: 20px;
	height: 22px;
	display: block;
}
.icon_edit_participant {
	background: url("../ICONS/user_edit.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 24px;
	display: block;
}
.icon_del {
	background: url("../ICONS/page_delete.png") no-repeat scroll center center transparent;
	width: 20px;
	height: 22px;
	display: block;
}
.icon_del_participant {
	background: url("../ICONS/user_delete.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 24px;
	display: block;
}
.icon_add_participant {
	background: url("../ICONS/user_add.png") no-repeat scroll center center transparent;
	width: 20px;
	height: 22px;
	display: block;
}
.icon_info_participant {
	background: url("../ICONS/user_info.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 24px;
	display: block;
}
.icon_participants {
	background: url("../ICONS/users.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 24px;
	display: block;
}
.icon_del_user {
	background: url("../ICONS/delete.png") no-repeat scroll center center transparent;
	width: 20px;
	height: 22px;
	display: block;
}
.icon_mail_sent {
	margin-top: 2px;
	background: url("../ICONS/mail_sent.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 22px;
	display: block;
}
.icon_mail_notsent {
	margin-top: 2px;
	background: url("../ICONS/mail_notsent.png") no-repeat scroll center center transparent;
	width: 24px;
	height: 22px;
	display: block;
}

/* СВОЙСТВА ПАНЕЛИ УПРАВЛЕНИЯ */
.menu {margin-left: 35px !important; width: 930px; margin-bottom: 10px !important;}
.menu td {padding: 0px; border-bottom: 2px solid #ADD8E6; width: 24px; }
.menu td:hover {padding: 0px; border-bottom: 2px solid red;}
.menu a {width: 24px; height: 24px; display: block;}
.menu a.add_inf {background: url("../ICONS/page_add.png") repeat scroll 0% 0% transparent;}
.menu a.refresh {background: url("../ICONS/refresh.png") repeat scroll 0% 0% transparent;}
.menu button.user_search {border: none; background: url("../ICONS/user_search.png") repeat scroll 0% 0% transparent;}


/* СВОЙСТВА СТРАНИЦЫ АВТОРИЗАЦИИ */
.authorisation {
	background: url('../PICS/bg_auth.jpg') no-repeat fixed center center / cover transparent;
}
.authorisation_wrapper {
	margin: 150px auto;
	width: 300px;
	padding: 7px;
	box-shadow: 2px 2px 4px #808080;
	border-radius: 5px;
	box-sizing: border-box;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
	border: 3px solid #000;
}
.authorisation_wrapper:hover {
	box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5); 
	transition: 1s;
}
.auth_logo_wrapper{
	width: 246px; 
	margin: 10px auto -5px;
}
.auth_button {
	padding: 0px 9px;
	border-radius: 3px;
	border: 1px solid #101010;
	font-size: 12px;
	background: linear-gradient(to bottom, #F8F8F8 0%, #A2CEFF 100%) repeat scroll 0% 0% transparent;
	font-family: tahoma;
	height: 32px;
	cursor: pointer;
	color: #000;
	width: 275px;
	margin: 1px 0px 0px 3px;
}
.auth_button:hover {
    background: linear-gradient(to bottom, #F8F8F8 0%, #B8B8B8 100%) repeat scroll 0% 0% transparent;
}
.auth_input_window {
	border: 1px solid #101010; 
	height: 32px; 
	width: 275px; 
	border-radius: 3px;
	padding-left: 7px;
	font-size: 12px;
}
.a_auth  {
	height: 65px; 
	display: block; 
	background: url('http://pegast.com.ua/newPegas/images/logo/old_pegas_ua.png') no-repeat scroll center center #FFF; 
	width: 275px; 
	margin-left: -15px; 
	border-radius: 3px; 
	padding-bottom: 20px;
}
.h3_auth {
	text-align: center; 
	line-height: 32px; 
	font-weight: normal; 
	font-size: 16px; 
	background-color: #A2CEFF; 
	color: #F0F8FF; 
	font-family: verdana; 
	border-radius: 3px; 
	margin: 15px 3px -10px 2px; 
	text-shadow: none;
}
.err_td {
	height: 32px; 
	color: yellow; 
	font-size: 12px; 
	text-align: center;
}
.forgot_password {
	text-align: right; 
	font-size: 12px; 
	margin: 10px 5px 10px 0px;
}


/* СВОЙСТВА СТРАНИЦЫ ПОЧТОВЫХ ШАБЛОНОВ */
.form_templates {
margin: 0 20px;
}

.templates {
width: 960px;
height: 150px;
border: 1px solid #CFCFCF; 
border-radius: 3px;
font-family: tahoma;
font-size: 12px
}





/* .logo_wrapper {
	width: 246px;
	margin: 10px auto -5px;
}
.logo {
	width: 246px;
	background: url("http://pegast.com.ua/newPegas/images/logo/old_pegas_ua.png") no-repeat scroll center center transparent;
	height: 65px;
	display: block;
 */


