﻿/* Styles for SL_EditRequest.js (SporeLand.ru) */

#EdReq_Block {margin: 10px auto; padding: 10px; background: #fafafa; border: 1px solid #c0c0c0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.EdReq_Content {margin: 20px 0;}
.EdReq_Question {font-weight: bold; color: #3192a2;}
.EdReq_Info01 {font-weight: bold; color: #3192a2;}
.EdReq_Info02 {font-weight: bold; color: #52687e;}
.EdReq_Info03 {font-weight: normal; color: #777;}
.EdReq_Label {padding: 3px 0; width: 100%; background: #e8ebee; border-bottom: 1px dotted #777; color: #6c7277; font-weight: bold;}
.EdReq_Field {margin: 5px 0; width: 100%; white-space: pre-line;}
.EdReq_Field.empty:after {content: "Не заполнено"; color: #aaa;}
.EdReq_Row {padding: 5px 5px; width: 100%; background: #e8ebee; border-bottom: 1px dotted #6c7277; color: #6c7277; overflow: hidden; box-sizing: border-box;}
.EdReq_Row:only-child {border: 0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.EdReq_Row:first-child {border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0;}
.EdReq_Row:last-child {border: 0;  border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px;}
.EdReq_RowInfo {width: calc(100% - 20px); display: inline-block; overflow: hidden;}
.EdReq_Row a {font-weight: bold;}
.EdReq_Warn {background: #d34646; font-family: "Verdana"; font-size: 13px; color: #fafafa; width: 14px; height: 14px; line-height: 14px; display: inline-block; text-align: center; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; font-size: 13px; box-shadow: inset 0px 1px 2px #952020; text-shadow: 0px 1px 1px #952020;}
#EdReq_LoadBtn {margin-right: 5px; font-weight: bold; color: #37913c;}
#EdReq_DelBtn {font-weight: bold; color: #a23131;}
.EdReq_MPanel {position: relative; float: right; width: 14px; height: 14px;}

/* ------------ */