/**
 * Represent styles applied to domains-admin area
 *
 *
 */

html {
    position: relative;
    min-height: 100%;
}
body{
	background-color:#f5f5f5;
	padding-bottom: 90px;
}
footer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 60px;
    width: 100%;
}
.top-blue-border:before{
	content:'';
	width:100%;
	height:6px;
	background:#17baa0;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	margin:0;
	padding:0;
	float:left;
}
#logo {
	margin-bottom:10px;
	margin-top:10px;	
}
.section-nav{
	margin-right:-20px;
}
.section-nav li{
	padding:6px 10px;
	background:#f4f4f4;
	transition: all 0.3s ease;
	border-left:1px solid #f0f0f0;
	border-top:1px solid #f0f0f0;
	font-size:11px;
}
.section-nav li.active, .section-nav li:hover{
	background:#fff;
}
.section-nav li a{
	color:#000;
}
.data-wrap{
	display:block;
	width:100%;
	background:#f7f7f7;
	border: 1px solid #efefef;
}
.data-heading{
	display:block;
	width:100%;
	background:#f4f4f4;
	border-bottom: 1px solid #efefef;
	padding:20px 10px;
}

.data-content{
	padding:10px;
	min-height:200px;
}
.section-nav li.dropdown:hover > .sub_menu{
	display:block;
}
.sub_menu{
	margin:0;
	padding:0;
	border-radius:0;
}
.sub_menu > li{
	background:#fff;
	padding:0 15px;
}
.sub_menu > li a{
	font-size:12px;
}
.sub_menu > li:hover{
	background:#f4f4f4;
}
/* ================================================================================================
  Ticket Section
  =================================================================================================== */
.msg_body.admin {
	padding: 0 30% 0 100px;
}
.msg_body {
	float: left;
	width: 100%;
	margin: 10px 0;
	position: relative;
	padding: 0 30% 0 100px;
}
.msg_content {
	width: 100%;
	float: left;
	border: 1px solid #dfdfe0;
	background: #fff;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.msg_txt {
	float: left;
	width: 100%;
	padding: 25px;
	color: #513333;
	font-size: 13px;
}
.msg_head {
	background: #f5f6f6;
	width: 100%;
	float: left;
	color: #513333;
	text-align: left;
	font-size: 16px;
	padding: 10px 25px;
	border: 1px solid #fff;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.msg_user_img {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 3px solid #fff;
	background: #fff;
	padding: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	box-shadow: 0px 0px 1px #dfdfe0;
}
.msg_user_img > img {
	width: 100%;
	height: auto!important;
}
.book_comments_block textarea[name="comments_booked"] {
	border: 1px solid #dfdfe0;
	height: 100px;
	resize: vertical;
	min-height: 100px!important;
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: none!important;
}
.msg_body.admin {
/*padding: 0 10% 0 24%;*/
}
.msg_body.admin .msg_user_img {
	position: absolute;
	width: 64px;
	height: 64px;
	border: 1px solid #dfdfe0;
	background: #fff;
	padding: 3px;
	top: 0px;
	left: calc(70% + 38px);
}
.msg_body.admin .msg_head {
	background: #17baa0;
	width: 100%;
	float: left;
	color: #fff;
	text-align: right;
	font-size: 16px;
	padding: 10px 25px;
	border: 1px solid #17baa0;
	border-bottom: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.msg_body.admin .msg_date {
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 2px;
}
.msg_body.user .msg_date {
	color: #969696;
	float: right;
	font-size: 12px;
	padding: 2px;
}
.msg_body.admin .msg_txt {
	text-align: right;
	word-wrap: break-word;
}
.msg_user_img.no_img {
	background: #fff url(https://panel.digitalbusinesslounge.com/library/images/default-avatar.png) top left no-repeat!important; 
	background-size: cover!important;
}
.msg_body.admin .msg_content:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #f5f6f6;
	top: 32px;
	right: -9px;
	z-index: 10;
	position: absolute;
}
.msg_body.admin .msg_content:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #dfdfe0;
	top: 31px;
	right: -10px;
	z-index: 9;
	position: absolute;
}
.msg_body.user .msg_content:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #f5f6f6;
	top: 32px;
	left: -9px;
	z-index: 10;
	position: absolute;
}
.msg_body.user .msg_content:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #dfdfe0;
	top: 31px;
	left: -10px;
	z-index: 9;
	position: absolute;
}
.hide-comments .caret {
	transform: rotate(180deg);
}
.admin-area .msg_body.admin, .admin-area .msg_body {
	padding: 0 15% 0 15%;
}
.admin-area .msg_body.admin .msg_user_img {
	right: -4px;
}
.admin-area .msg_body.user .msg_user_img {
	left: -4px;
}
.book_comments_block label {
	display: block;
	font-weight: bold;
	color: #000;
}
.book_comments_block textarea[name="comments_booked"] {
	border: 1px solid #dfdfe0;
	height: 158px;
	resize: vertical;
	min-height: 100px!important;
	text-align: left;
	margin-bottom: 30px;
	padding: 20px;
	box-shadow: none!important;
	width: 100%;
}
#list_users {
	list-style: none;
}
#relaese_box span.spinner {
	display: inline-block;
	width: 70px;
	text-align: left;
	height: 15px;
	overflow: hidden;
}
.el-label {
    color: #adadad;
}
.book_comments_block{
	float:left;
	width:100%;
}
.book_comments_block .container{
	display:inline-block;
	clear:both;
}
.book_comments_block textarea {
    border: 1px solid #dfdfe0;
    height: 158px;
    resize: vertical;
    min-height: 100px!important;
    text-align: left;
    margin-bottom: 30px;
    padding: 20px;
    box-shadow: none!important;
    width: 100%;
}
.spinner > span {
	width: 3px;
	height: 3px;
	margin-right: 3px;
	background-color: #333;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner span:nth-child(1) {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner span:nth-child(2) {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
 @-webkit-keyframes sk-bouncedelay {
 0%, 80%, 100% {
-webkit-transform: scale(0)
}
 40% {
-webkit-transform: scale(1.0)
}
}
 @keyframes sk-bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1.0);
 transform: scale(1.0);
}
}
.spinnerf span {
	width: 3px;
	height: 3px;
	position: absolute;
	left: -20px;
	top: 0px;
	background-color: #333;
	border-radius: 50%;
	animation: movef 4s infinite cubic-bezier(.2, .64, .81, .23);
}
.spinnerf span:nth-child(2) {
	animation-delay: 150ms;
}
.spinnerf span:nth-child(3) {
	animation-delay: 300ms;
}
.spinnerf span:nth-child(4) {
	animation-delay: 450ms;
}
@keyframes movef {
 0% {
left: 0%;
}
 75% {
left:100%;
}
 100% {
left:100%;
}
}

.msg_body.internal-note .msg_head{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	
}
.msg_body.internal-note .msg_date{
	color: #856404;
}
.msg_body.internal-note .msg_content{
	 border-color: #ffeeba;
}

.msg_body.internal-note .msg_content:before{
	    border-left: 10px solid #ffeeba;
}
.msg_body.internal-note .msg_content:after {
	    border-left: 10px solid #fff3cd;
}
.tt-menu{
	padding:10px;
	background:#fff;
	width:400px;
	border:1px solid #ced4da;
}
.twitter-typeahead{
	width:400px;
	
}
form[action="/add-new-ticket"]{
	display:none;
}
.server_item{
	height:300px;
	margin:0 0 30px 0;
}
.server_ip{
	display:block;
	width:100%;
	
}
.server_box{
	padding:20px;
	position:relative;
	height:100%;
	opacity:0;
	border:1px solid #dedede;
	background-color:#EFEFEF;
}
.servers-container{

	border:none;
	background:white;	
}
.servers-container .data-content{
	padding:0;	
}

.server_item{
	background:transparent url(https://panel.digitalbusinesslounge.com/library/images/ajax-loader.gif) center center no-repeat;
}
.server_item.loaded{
	background:none;
}
.server_box footer {
    position: absolute;
    left: 20px;
    bottom: 20px;
    height: 60px;
    width: 100%;
	
}
.set_active,.active_btn{
	float:right;
}
.server_active .server_box{
	background: #edffeb;
    border: 1px solid #d6f1d4;
}
label + textarea[name="internal_note"]{
	display:none;
}
label[for="internal_note"]{
	cursor:pointer;
}
label[for="internal_note"]:after{
	content: '(Click to toggle)';
	font-size:10px;
	padding:0 10px;
	color:#949494;
}
.txt-colapse .card{
	border:none;
}
label[for="last_tickets"]{
	cursor:pointer;
}
label[for="last_tickets"]:after{
	content: '(Click to toggle)';
	font-size:10px;
	padding:0 10px;
	color:#949494;
}
/* Media Queries
========================================================================== */

@media 
  only screen and (max-width: 414px){
  .section-nav{
	margin-right:0px;
	  }
.section-nav li{
	  padding:6px 0px;
	width:33.33%;
	word-break: break-all;
}
}
@media (min-width: 1200px){
		.container {
			max-width: 1640px;
		}
}