
/*
table {
	border: 1px solid #CCCFD3;
	background-color: #FFFFFF;
	padding: 1px;
}

th {
	padding: 3px 4px;
	color: #444444;
	border: 1px solid #327AA5;
	text-align: left;
}

td {
	text-align: left;
	padding: 4px;
	line-height: 1.20em;
	border: 1px solid #327AA5;
}
*/
td.zero {
	border: 0px;
	padding: 0px;

}
.s_red   {width: 33px; height: 15px; background: #FFADAD;}
.s_green {width: 33px; height: 15px; background: green; cursor: pointer;}
.s_green_light {width: 33px; height: 15px; background: #AFE0A7; cursor: pointer;}
.tbl_queuecrp td {padding: 2px; margin: auto;}
.s_blue  {width: 33px; height: 15px; background: blue; cursor: pointer;}
.status_yes_active {color: green; font-weight: bold;}
.status_yes        {color: grey; font-weight: normal; cursor: pointer;}
.status_no_active  {color: red; font-weight: normal;}
.status_no         {color: grey; font-weight: normal; cursor: pointer;}

/*.ui-dialog-titlebar-close {display:none;} */
.infosave_st {border: 1px solid #aaa; cursor:pointer; width: 105px; margin: auto; padding: 2px; color: #eee;}
.infosave_go {border: 1px solid #aaa; cursor:pointer; width: 105px; margin: auto; padding: 2px; color: #000;}

.simple-little-table {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;

    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:20px;
    border:#ccc 1px solid;
    border-collapse:separate;
 
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
 
    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
    font-weight:bold;
    padding:5px;
    border-top:1px solid #fafafa;
    border-bottom:1px solid #e0e0e0;


    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
    text-align: left;
    padding-left:5px;
}
.simple-little-table tr:first-child th:first-child{
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
.simple-little-table tr{
    text-align: center;
    padding-left:5px;

}
.simple-little-table tr td:first-child{
    text-align: left;
    padding-left:5px;
    border-left: 0;
}
.simple-little-table tr td {
    padding:4px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    
    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
    border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);    
}
 
.simple-little-table a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
.simple-little-table a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
    color: #bd5a35;
    text-decoration:underline;
}


#modal-content {
    display:none;
    min-width: 320px;
    width: auto;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:560px; width:800px; color:#222; background-color:#eee; border:4px solid #444; padding:12px;  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px; }
#simplemodal-container .simplemodal-data {padding:8px;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#222; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#222;}
#simplemodal-container a.modalCloseImg {background:url(/phpbb/images/icons/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

.inpstyle_act {padding: 2px; text-align: center; margin-right: 5px; font-size: 120%; width: 90px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display: inline-block;  background: #fff; border: 1px solid #ccc; font-weight: bold;}
.inpstyle_pass {padding: 2px; text-align: center; margin: 0px 5px 5px 0; font-size: 120%; width: 90px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; display: inline-block;  background: #fff; border: 1px solid #ccc; }


.tr0 {background: #F7F7F4; min-height: 30px;}
.tr1 {background: #fff; min-height: 30px;}


#crp_modework  {
    vertical-align:top; 
    margin: auto;

    }

#crp_modework p  {
    text-align:center; 
    max-width: 1100px;
    }


#crp_modework ul li {
    display: inline-block;

    min-width: 140px;
    max-width: 150px;
    height: auto;
    min-height: 50px;
    overflow: hidden;
    padding:2px;
    font-size: 110%;
    background: #eee;
    vertical-align: top;
    margin: 1px;
}
#crp_modework ul li:nth-child(even) {
    background: #ddd;
}


#crp_modework ul {
    vertical-align: top;
    width: 100%;
    background: #fff;
}


#crp_modework .dayname {
    font-size: 95%;
}
#crp_modework .dayweek {
    font-size: 85%;
}
#crp_modework .statusuz {
    font-size: 85%;
}
/* таблица нагрузки */
#crp_stat {
    
}
#crp_stat_frame {
    margin-top: 20px;
    text-align: center;
    margin: auto;
}
#crp_stat_tbl {
    text-align: center;
     margin: auto;
}

#dostavka_mydelegated, #dostavka_doveriteli {
   margin: auto;
}
.dovtable {}
