/*************
 Main Container - Content
**************/
#main .content .half-container {
	margin:20px 30px;
	padding:0;
	float:left;
	width:337px;
	border:1px solid #DDD;
}
#main .content .half-container .head, #main .content .full-container .head {
	margin:0;
	padding:8px 0 8px 20px;
	text-align:left;
	font-family:Arial;
	font-size:13px;
	font-weight:600;
	color:#888;
	border-bottom:1px solid #CCC;
	text-shadow:0px 1px 0px #FFF;
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(222,222,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(222,222,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(222,222,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
}

#main .content .half-container table {
	font-size:13px;
	color:#aaa;
	font-weight:normal;
}
#main .content .half-container table span {
	font-weight:bold;
	color:#888;
}
#main .content .half-container table thead {
	visibility:hidden;
}
#main .content .half-container table thead tr {
	border-bottom:1px solid #FFF;
}
#main .content .half-container table tbody tr{
	border-top:none;
	text-align:left;
	border-bottom:1px solid #e5e5e5;
}
#main .content .half-container table tbody tr th {
	padding:10px;
	border-left:1px solid #e5e5e5;
	border-right:none;
}

#main .content .full-container {
	margin:20px 30px;
	padding:0;
	width:736px;
	border:1px solid #DDD;
}

#main .content .full-container ul#list-main {
	list-style:none;
	margin:0;
	padding:0;
}
#main .content .full-container ul#list-main li {
	margin:5px 0 15px 0;
	padding:20px 0 0 0;
	display:inline-block;
	width:140px;
	height:130px;
	border-right:1px solid #DDD;
	font-size:24px;
	color:#777;
	font-weight:600;
}
#main .content .full-container ul#list-main li span { margin:0; padding:0; display:inline-block;}
#main .content .full-container ul#list-main li:last-child { border:none; }

#main .content .full-container ul#list-main li .status {
	margin:10px auto auto auto;
	padding:0;
	width:70px;
	font-size:22px;
	border:1px solid #DDD;
	background: rgb(243,243,243); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,243,243,1) 0%, rgba(232,232,232,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,243,243,1) 0%,rgba(232,232,232,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
#main .content .full-container ul#list-main li .status .line {
	margin:5px auto 10px auto;
	width:50px;
	height:3px;
}
#main .content .full-container ul#list-main li .status:hover {
	cursor:pointer;
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(226,226,226,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(226,226,226,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(226,226,226,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}
#main .content .full-container ul#list-main li .status:active {
	background: rgb(244,244,244); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,244,244,1) 0%, rgba(216,216,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,244,244,1)), color-stop(100%,rgba(216,216,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(216,216,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(216,216,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,244,244,1) 0%,rgba(216,216,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(244,244,244,1) 0%,rgba(216,216,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-9 */
}
#main .content .full-container ul#list-main li .status.on { color:#71d900; }
#main .content .full-container ul#list-main li .status.on .line { background-color:#71d900; }
#main .content .full-container ul#list-main li .status.off { color:#eb0000; }
#main .content .full-container ul#list-main li .status.off .line { background-color:#eb0000; }

#main .content .top-subhead {
	margin:30px auto auto auto;
	padding:0;
	width:736px;
}
#main .content .top-subhead img {
	float:left;
	clear:both;
	opacity:0.2;
	border:0;
}
#main .content .top-subhead img:hover {
	cursor:pointer;
	opacity:0.35;
}
#main .content .top-subhead h2 {
	margin:0;
	padding:0;
	color:#888;
	float:left;
	font-size:30px;
}

#main .content .top-subhead form {
	float:right;
}
#main .content .top-subhead form input[type=text] {
	margin:6px 0 0 0;
	padding:5px 8px;
	width:200px;
	color:#CCC;
	border:1px solid #bebebe;
	outline:none;
}
#main .content .top-subhead form input[type=text]:hover {
	border-color:#b5b5b5;
	color:#bbb;
	box-shadow:0 0 5px #ddd;
	-moz-box-shadow:0 0 5px #ddd;
	-webkit-box-shadow:0 0 5px #ddd;
}
#main .content .top-subhead form input[type=text]:focus {
	border-color:#b5b5b5;
	color:#bbb;
	box-shadow:0 0 8px #bbb;
	-moz-box-shadow:0 0 8px #bbb;
	-webkit-box-shadow:0 0 8px #bbb;
}

#main .content .top-subhead form input[type=submit],
#main .content .full-container form input[type=submit] {
	margin:0;
	outline:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding:6px 10px;
	background: -moz-linear-gradient(
		top,
		#5ea3e0 0%,
		#4c8abd);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5ea3e0),
		to(#4c8abd));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ea3e0', endColorstr='#4c8abd',GradientType=0 );
	background: -o-linear-gradient(top, #5ea3e0 0%,#4c8abd 100%);
	background: -ms-linear-gradient(top, #5ea3e0 0%,#4c8abd 100%);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #406786;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 1px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
	opacity:0.97;
}

#main .content .top-subhead form input[type=submit]:hover,
#main .content .full-container form input[type=submit]:hover {
	background: -moz-linear-gradient(
		top,
		#61aae6 0%,
		#5292c7);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#61aae6),
		to(#5292c7));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61aae6', endColorstr='#5292c7',GradientType=0 );
	background: -o-linear-gradient(top, #61aae6 0%,#5292c7 100%);
	background: -ms-linear-gradient(top, #61aae6 0%,#5292c7 100%);
	cursor:pointer;
}
#main .content .top-subhead form input[type=submit]:active,
#main .content .full-container form input[type=submit]:active {
	background: -moz-linear-gradient(
		top,
		#5a9cd6 0%,
		#4883b3);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#5a9cd6),
		to(#4883b3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a9cd6', endColorstr='#4883b3',GradientType=0 );
	background: -o-linear-gradient(top, #5a9cd6 0%,#4883b3 100%);
	background: -ms-linear-gradient(top, #5a9cd6 0%,#4883b3 100%);
}


#main .content .full-container table {
	width:736px;
	border-collapse:collapse;
	font-size:15px;
}
#main .content .full-container td, #main .content .full-container th {
	border:1px solid #ddd;
	padding:8px 0;
}
#main .content .full-container thead {
	background-color:#eee;
	color:#555;
	text-shadow:0px 1px 0px #FFF;
}
#main .content .full-container tbody {
	color:#999;
	font-size:14px;
}
#main .content .full-container tbody tr:hover {
	background-color:#f8f8f8;
	cursor:pointer;
}

#main .content .full-container tbody tr th .banned, #main .content .full-container ul#details .right .banned {
	font-size:12px;
	background-color:#DD2A2D;
	margin:auto;
	padding:4px;
	width:70px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	color:#FFF;
	text-shadow:0 1px 0 #AF0000;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
#main .content .full-container tbody tr th img {
	margin:5px 10px 0 10px;
	opacity:0.4;
}
#main .content .full-container tbody tr th img:hover {
	opacity:0.8;
}
#main .content .full-container ul#details .right .banned {
	margin:0 0 0 15px;
	width:auto;
	display:inline-block;
}
#main .content .full-container tbody tr th .banned.not, #main .content .full-container ul#details .right .banned.not{
	background-color:#abdc28;
	color:#FFF;
	text-shadow:0 1px 0 #8CD328;
}

/* Botones Verdes y Rojos*/
.uk-badge{display:inline-block;padding:0 5px;background:#1387eb;font-size:10px;line-height:14px;color:#fff;text-align:center;vertical-align:middle;text-transform:none;border:1px solid rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.3);background-origin:border-box;background-image:-webkit-linear-gradient(top,#309fff,#07d);background-image:linear-gradient(to bottom,#309fff,#07d);border-radius:2px;text-shadow:0 -1px 0 rgba(0,0,0,.2)}a.uk-badge:hover{color:#fff}.uk-badge-notification{-moz-box-sizing:border-box;box-sizing:border-box;min-width:16px;border-radius:500px;font-size:11px;line-height:16px}.uk-badge-success{background-color:#7fba46;background-image:-webkit-linear-gradient(top,#98d062,#6fac34);background-image:linear-gradient(to bottom,#98d062,#6fac34)}.uk-badge-warning{background-color:#f9a225;background-image:-webkit-linear-gradient(top,#fbb655,#f89406);background-image:linear-gradient(to bottom,#fbb655,#f89406)}.uk-badge-danger{background-color:#e12439;background-image:-webkit-linear-gradient(top,#f24457,#d50f25);background-image:linear-gradient(to bottom,#f24457,#d50f25)}.uk-alert{margin-bottom:15px;background:#f2f9fc;color:#1e6bc9;padding:7px 10px;border:none;border-left:5px solid rgba(30,107,201,.9);border-radius:0;text-shadow:0 1px 0 #fff}*+.uk-alert{margin-top:15px}.uk-alert&gt;:last-child{margin-bottom:0}.uk-alert h1,.uk-alert h2,.uk-alert h3,.uk-alert h4,.uk-alert h5,.uk-alert h6{color:inherit}.uk-alert&gt;.uk-close:first-child{float:right}.uk-alert&gt;.uk-close:first-child+*{margin-top:0}.uk-alert-success{background:#f6ffe8;color:#659f13;border-color:rgba(101,159,19,.9)}.uk-alert-warning{background:#fffae0;color:#f27c21;border-color:rgba(242,124,33,.9)}.uk-alert-danger{background:#fff7f8;color:#d71228;border-color:rgba(215,18,40,.9)}.uk-alert-large{padding:20px}.uk-alert-large&gt;.uk-close:first-child{margin:-10px -10px 0 0}.uk-thumbnail{display:inline-block;max-width:100%;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:4px;border:1px solid #d4d4d4;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.05)}a.uk-thumbnail:focus,a.uk-thumbnail:hover{border-color:#a1a1a1;background-color:#fff;text-decoration:none;outline:0;box-shadow:0 1px 4px rgba(0,0,0,.3)}.uk-thumbnail-caption{padding-top:4px;text-align:center}.uk-thumbnail-mini{width:150px}.uk-thumbnail-small{width:200px}.uk-thumbnail-medium{width:300px}.uk-thumbnail-large{width:400px}.uk-thumbnail-expand,.uk-thumbnail-expand&gt;img{width:100%}.uk-overlay{display:inline-block;position:relative;max-width:100%;vertical-align:middle;overflow:hidden}.uk-overlay&gt;:first-child{margin-bottom:0}.uk-overlay-area{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;-webkit-transform:translate3d(0,0,0)}.uk-overlay-toggle.uk-hover .uk-overlay-area,.uk-overlay-toggle:hover .uk-overlay-area,.uk-overlay.uk-hover .uk-overlay-area,.uk-overlay:hover .uk-overlay-area{opacity:1}.uk-overlay-area:empty:before{content:&quot;\f002&quot;;position:absolute;top:50%;left:50%;width:50px;height:50px;margin-top:-25px;margin-left:-25px;font-size:50px;line-height:1;font-family:FontAwesome;text-align:center;color:#fff}

<style>
      body {

        font-size: 14px;
				font-weight: 100;
	      font-style: normal;
	    font-variant: normal;
	    text-transform: none;
	    text-decoration: none;
	    line-height: 22px;
	    text-indent: 0px;

}
    </style>

root {
    display: block;
}
body{
    background: #ffffff;

}
.viewing_box {}
.viewing_box ul { margin:0; padding:0;}
.viewing_box ul li { margin:0; padding:0; overflow:hidden;}
.viewing_box ul li .col_1 { float:left; padding:10px 25px 5px; border:solid 1px #ccc; margin:0 15px 15px 0;
	background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY0ZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f4f4f4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-8 */


}


.view_answer { padding:20px 0 0 0;}
.view_answer li { overflow:hidden; border-top:solid 1px #eaeaea; padding:10px 0;}
.view_answer li .view_tital { float:left; width:150px; font-size:13px;}
.view_answer li .view_tital .posted { font-size:11px; width:100%; color:#999;}
.view_answer li .view_tital .pull-left { width:100%;}
.view_answer li .view_tital h5 { line-height:normal; padding:0; margin:0;}
.view_answer li .messages_view { overflow:hidden;}

.sign-in-container{
    background-clip: padding-box;
    background-color: white;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    width:400px;
    margin-left:auto;
    margin-right:auto;
    margin-top:40px;
}

.table { box-shadow:0 0 2px rgba(0,0,0,0.2); font-size:14px;}
.table-condensed th{ font-size:12px}, .table-condensed td { padding:8px 10px;}

.navbar-inner {

  border-radius:0px;
}


/* edieted */
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;

  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#content-view{
    position:relative;
    padding-right: 320px;

}

#right-box{
    width: 322px;
    float:right;
    margin-right: -320px;
}

#right-box .status-box{
    background-color: #fefef1;
    padding: 5px 0;
    border: solid 1px #CCC;
    margin-bottom: 20px;

}

#right-box .status-box h4{
    font-size:15px;
    padding-left:10px;
}

#right-box .status-box p{

    padding-left:10px;
}

#left-box{
    width: 99%;
    float: left;

}

#left-box .messages .user-wrap{

width: 44px;
height: 44px;
z-index: 100;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
background: #fff;
position: absolute;
border: 1px solid #eee;
margin: 0 0 3px 0;
padding: 2px;
text-align: center;
float: left;
left: -35px;
margin-left: 7px;
    }


#left-box .messages .user img{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
position: relative;
top: 0;
height: 44px;
width: 44px;
}

#left-box .messages .message-container{
    border-left: 4px #f2f2f2 solid;

    padding-bottom: 10px;
}
#left-box .messages .message{
    position:relative;

    padding-left: 7px;

}

#left-box .messages .message .message-box:before{
    position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #eee;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.2);
    left: -8px;
    top: 20px;
    content: '';
}

#left-box .messages .message .message-box{
    position: relative;
    background: #fefef0;
    border: 1px solid #bbb;
    padding: 9px;
    margin-left: 30px;
}
#left-box .messages .message .reply-box{

    background: #e9e9e9;;
    min-height: 30px!important;
    border: 1px solid #bbb;
    margin-left: 33px;
    position: relative;
    padding: 9px;
}

#left-box .messages .message .reply-box:before{
    position: absolute;
    display: inline-block;
    border-top: 7px solid transparent;
    border-right: 7px solid #eee;
    border-bottom: 7px solid transparent;
    border-right-color: rgba(0, 0, 0, 0.2);
    left: -8px;
    top: 20px;
    content: '';
}

#left-box .messages .message .reply-box .inner-box{
    padding: 6px;
    background: #ffffff;
    min-height:30px !important;
}

#left-box .messages .message .message-box h2{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin: 0 0 0 0;
    line-height:20px;
}

#left-box .messages .message .message-box .submitter{
    font-size: 12px;
    color: #a2a19f;
}

#left-box .messages .message .message-box .ticket-text{
    margin-top: 15px;
}

.box{
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 2px 3px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 2px 3px;
     box-shadow: rgba(0,0,0,0.2) 0 2px 3px;
    background-color: #ffffff;
}

.setting-box-bg{




    background-color:#ed9c28;
    color: #fff;

}
#logo-container{


}
#logo{
    position: absolute;
    bottom:0;
    left:0;
    with: 0%;
    height: 20px;
    opacity: 0;
    z-index: 9999;
}
