/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

div.form
{
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
	border: 1px solid #CCCCCC;
    color: #333333;
    font-family: Arial;
    font-size: 12px;
	padding:3px;
	width:300px;
}

div.form input[type="checkbox"], div.form input[type="radio"]
{
	width:auto;
}

div.form input[type="submit"], div.form input[type="button"], input[type="submit"], input[type="button"]
{
	padding:3px 15px;
	width:auto;
	background: #121212; /* Old browsers */
    -webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	cursor:pointer;
    border-radius:4px;
	color:#FFFFFF;
	text-shadow:0 0 0 #000;
}

div.form input[type="submit"]:hover, div.form input[type="button"]:hover ,input[type="button"]:hover, input[type="submit"]:hover
{
    -webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
	transition: background-color 0.4s ease-out;
	background: #ff8400; /* Old browsers */
	border:solid 1px #00b7ea;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form div.error label:first-child,
div.form label.error,
div.form span.error
{
	color: #C00;
}

div.form div.error input,
div.form div.error textarea,
div.form div.error select,
div.form input.error,
div.form textarea.error,
div.form select.error
{
	background: #FEE;
	border-color: #C00;
}

div.form div.success input,
div.form div.success textarea,
div.form div.success select,
div.form input.success,
div.form textarea.success,
div.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}

div.form div.success label
{
	color: inherit;
}

div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
{
	clear: left;
	padding-left: 110px;
}
/*----------CSS Form Instraction lable---------------------*/
.ins_lable {color:#999; padding-left: 5px; font-size:12px;}
.drop_down {
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    width: 100%;
}
.drop_down > a {
    float: right;
    display: inline-block;
    font-size: 24px;
    padding: 7px;
    color: #ff8400;
    border: 1px solid #ff8400;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#sidebar.style1 {
	display: none;
    margin: 42px 10px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}
#sidebar.style1 .portlet-content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e0e0e0;
    padding: 0;
}
#sidebar.style1 .portlet-content ul li {
    display: block;
    padding: 4px 7px;
    border-bottom: 1px solid #e0e0e0;
}
#sidebar.style1 .portlet-content ul li a {
    border: medium none;
    color:#222;
}
#sidebar.style1 .portlet-content ul li a:hover {
	background-color: #fff;
	color:#ff8400;
}
.issue_description {
    display: block;
    float: left;
    position: relative;
    padding:0 0 0 40px;
}
.issue_description span.icon-browser {
    color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin: 8px 0 0 -40px;
}
.issue_description span.icon-users {
    color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin: 4px 0 0 -40px;
}
.issue_description span.icon-chat {
    color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin: 4px 0 0 -40px;
}
.issue_description span.icon-user {
    color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin: 4px 0 0 0px;
}
.issue_description i.fa-edit {
    color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 30px;
    margin: 4px 0 0 -40px;
}
.mambers span.icon-user {
    margin: 4px 0 0 -40px;
}







.mambers {
    display: block;
    float: left;
    margin: 0 0 10px;
    position: relative;
}
.mambers h4 {
	margin-bottom: 10px;
}
.mamber {
    display: inline-block;
    margin: 2px 10px 0 0;
    float: left;
    padding: 5px;
    background-color:#f2f2f2; 
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.add_mamber {
    display: block;
    float: left;
    padding: 2px
    position: relative;
    text-align: center;
    background-color: #f2f2f2;
    cursor: pointer;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
.add_mamber > span {
	display: inline;
    font-size: 30px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #999;
}
.attachments {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 10px;
}
.attachments i.fa-paperclip {
	color: #c5c5c5;
    display: inline-block;
    float: left;
    font-size: 34px;
    margin: 2px 0 0 -40px;
}
.attach {
    display: block;
    float: left;
    position: relative;
}
.attach_file {
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    width: 90px;
}
.file_desc {
    display: block;
    float: left;
    position: relative;
}
.file_desc h5 {
    margin: 20px 0 10px;
}
.file_desc span.time {
    color: #bababa;
    display: block;
    margin: 3px 0 9px;
}
.type_text {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 0 0 25px;
}
.action_btn {
    display: block;
    float: left;
    position: relative;
}
.action_btn > a {
    margin: 0 10px 0 0;
}
.chat_conv {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    margin: 10px 0 20px;
}
h5.user_name {
    color: #606060;
    display:block;
    float: left;
    padding: 0 5% 0 0;
    width: 12%;
}
.chat_conv textarea {
    max-width: 859px;
    background-color: #FCFCFC;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.user_cmnt {
    display: block;
    float: left;
    width: 88%;
}
.opt {
    position:relative;
    display: block;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.opt > input#file {
    opacity:0;
    width: 75px;
    margin-top:10px;
    cursor:pointer;
}
.opt > a {
    text-decoration: underline;
}
.user_cmnt .send {
    color: #fff;
    background-color: rgb(41, 219, 7);
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    border: medium none;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.user_cmnt .send:hover{
	background-color: rgb(29, 184, 0);
}
.previous_comnt {
    display: block;
    float: left;
    width: 100%;
    margin: 8px 0;
}
.person_info {
    display: block;
    float: left;
    width: 12%;
}
.person_info span.user_nme {
    float: left;
    margin: 15px 0 0 5px;
}
.previous_comnt .person_comnt {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    display: block;
    float: left;
    padding: 10px;
    position: relative;
    width: 88%;
    z-index: 9999;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.previous_comnt .person_comnt:after {
    border-color: transparent #eee;
    border-style: solid;
    border-width: 0 18px 13px 0;
    content: "";
    left: -18px;
    position: absolute;
    top: 17px;
    z-index: -1;
}
.previous_comnt .person_comnt:before {
    border-color: transparent #f9f9f9;
    border-style: solid;
    border-width: 0 15px 10px 0;
    content: "";
    left: -15px;
    position: absolute;
    top: 18px;
    z-index: 0;
}
.previous_comnt .person_comnt p {
    margin: 0;
}
.previous_comnt .info_time {
    color: #c9c9c9;
    float: left;
    font-size: 13px;
}
.Mamers_statusIssue {
    display: block;
    float: left;
}
.statusIssue {
    display: block;
    float: left;
}
#header {
        box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    }
.leglfils.span-12 a {
    display: inline-block;
    text-align: center;
    color:#444;
	width: 120px;
}
.leglfils.span-12 a img {
	display:inline-block;
}
.leglfils.span-12 ul li {
    list-style: none outside none;
    float: left;
    width:50%;
    text-align: center;
    margin-bottom: 20px;
}
.leglstuff {
    display: block;
    float: left;
    height: 460px;
}
select.span-6.Usrs {
    border: 1px solid #d0d0d0;
    margin: 20px 0 10px;
    padding: 6px 5px;
}
select.select_status {
    border: 1px solid #d0d0d0;
    display: block;
    margin: 10px 0 20px;
    padding: 6px 5px;
}
.opt a.attchments {
    color: #ff8400;
    cursor: pointer;
    display: inline-block;
    left: 0;
    position: absolute;
    top:10px;
    z-index:-1;
}