/**
*	Thema Massxess CSS
* 	Code generated by Jeroen Martens at http://www.hieronymusdesign.nl
*/

/**
*	Table of Contents
*
*   0. Fonts
*	1. General styling
*	2. Agent box styling
*	3. Navigation menu styling
*	4. Comments styling
*	5. Footer and sidebar styling
*	6. Credits template styling
*	7. Media queries
*	8. Blog Template Styling
*/

/**
* 	0. Fonts
*/
@font-face {
  font-family: 'IcoMoon';
  src: url('../fonts/icomoon/icomoon.eot'); /* IE9 Compat Modes */
  src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/icomoon/icomoon.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/icomoon/icomoon.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/icomoon/icomoon.svg#svgFontName') format('svg'); /* Legacy iOS */
}

.icon-phone8:before {
	font-family: 'IcoMoon';
    content: "\2d";
}

/**
*	1. General styling
*/

/* Extra small devices (phones, up to 479px) */
@media screen and (max-width: 479px) {
	#blogtitle span {
		font-size: 295%;
	}
	#blogtitle small {
		font-size: 100%;
	}
}

/* Small devices (tablets, 480px and up) */
@media (min-width: 480px) and (max-width: 767px) {
	#blogtitle span {
		font-size: 400%;
	}
	#blogtitle small {
		font-size: 120%;
	}
}

/* Small devices (tablets, 768px and up to 991) */
@media (min-width: 768px) and (max-width: 991px) {
	#blogtitle span {
    	font-size: 400%;
    }
    #blogtitle small {
		font-size: 120%;
	}
}

/* tablets/desktops and up ----------- */
@media (min-width: 992px) and (max-width: 1199px) {
	#blogtitle span {
    	font-size: 400%;
    }
    #blogtitle small {
		font-size: 120%;
	}
}

/* large desktops and up ----------- */
@media screen and (min-width: 1200px) {
	#blogtitle span {
    	font-size: 400%;
    }
    #blogtitle small {
		font-size: 120%;
	}
}


#blogtitle {
	padding-top: 40px;
	padding-bottom: 15px;
	text-align: left;
	color: #7030a0;
}
#blogtitle span {
	font-family: 'Eagle Lake';
	border-bottom: none;
	text-transform: none;
}
#blogtitle small {
	text-transform: none;
	text-align: right;
}
.white-box{
	padding-bottom: 16px;	
	background: rgba(255, 255, 255, 0.29);
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

.white-box .col-md-9:first-of-type {
	padding-top: 0px;
}

.gray-box{
	background: rgba(51,51,51);
}

.header-phonenumbers {
	font-size: 190%;
	text-align: left;
	margin-bottom: 10px;
	color: #7030a0;
}

.header-phonenumbers span {
	vertical-align: middle;
}

.header-phonenumbers small {
	font-size: 50%;
}

.header-bar{
	display: block;
	padding: 4px;

	width: 100%;
	height: 28px;
	
	background-color: #222;
}

.gray-heading{
	padding: 4px;
	
	width: 100%;		
	height: 30px;
	
	color: #fff;
	font-size: 120%;
	text-align: center;
	
	background: rgb(51,51,51);		

	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;		
}

.sidebar-item h2,
.color-heading{
	margin-top: 16px;
	padding: 8px;
	
	width: 100%;		
	height: 30px;
	
	color: #fff;
	font-size: 120%;
	text-align: center;

	background: #ff6600;
}

body {
	color: #7030a0;
	font-family: Verdana;
}

p{ padding: 4px; }

h1,h2,h3,h4,h5,h6{
	color: #7030a0;
	padding: 0 0 0 4px;
}

a {
	color: #7030a0;
	text-decoration: none;
}

a:hover {
	color: #9240d0;
	text-decoration: underline;
}

.btn-primary {
	padding: 2px;
	background: #9b6fbd;
	border: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #7030a0 !important;
}

.btn a {
	color: #fff;
}
.btn a:hover,
.btn a:focus {
	text-decoration: none;
}

.btn-default,
.btn-primary,
.comment-respond form#commentform input[type="submit"] {
    background: #9b6fbd !important;
    border-color: #7030a0;
    color: #fff;
    text-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-primary:hover,
.btn-primary:focus,
.comment-respond form#commentform input[type="submit"]:hover,
.comment-respond form#commentform input[type="submit"]:focus {
	background: #7030a0 !important;
	border-color: #9b6fbd;
	color: #fff;
}

/**
*	Image alignment for post content
*/
.alignleft{float: left; padding:4px}
.aligncenter{text-align: center; padding:4px}
.alignright{float: right; padding: 4px;}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #7030a0;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
	background-color: rgba(146, 64, 208, .2);
}

.table .table {
    background-color: transparent;
}

#jm_cred_customer_amount td {
	padding-left: 0;
	padding-right: 0;
}

/**
*	2. agent styling
*/
.agent-item{
	display: block;
	margin: 16px 0;
	min-height: 499px;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.29);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.29);
}

.agent-header{ 
	text-align: center;
	background: #7030a0;
	color: #fff;
	height: 30px;
}

.agent-excerpt {
	width: 100%;
	max-height: 79px;
	overflow: hidden;
	text-align: center;
}

.agent-excerpt p {
	max-height: 57px;
}

.agent-fullprofile {
	text-align: left;
}

h2.agent-name{ 
	display: block; 
	height: 30px;
	margin: 0; 
	padding: 6px 6px 0px 6px; 
	color: #fff;
	font-size: 110%;
	float: right;
}

.agent-status{
	height: 26px;
	line-height: 26px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.agent-box {
    color: #fff;
    display: block;
    font-size: 110%;
    height: 30px;
    margin: 0;
    padding: 6px 6px 0px 6px;
	float: left;
}

/**
*	Agent status colors
*/
.online,
.online span.glyphicon{
	color: #339933;
}

.inconversation,
.inconversation span.glyphicon{
	color: #660000;
}

.pause,
.pause span.glyphicon{
	color: #cc6600;
}

.offline,
.offline span.glyphicon{
	color: #f00;
}	

.agent-moreinfo{
	font-size: 110%;
	text-align: left;
	padding: 8px 8px 10px;
	position: relative;
}

.agent-moreinfo span {
	vertical-align: middle;
}

.agent-moreinfo small {
	font-size: 70%;
}	

.agent-phonenumbers{
	padding: 8px;
}

.agent-phonenumbers span{
	margin: 0 8px 0 0;
}

.agent-links{
	text-align: right;
	padding: 8px;
}

.agent-links a{
	margin: 0 8px 0 0;
	color: #000;
	text-decoration: underline;
}

.agent-links a:hover{
	text-decoration: none;
}
	
.agent-info{
	min-height: 360px;
	padding: 8px;
}

/**
*	3.	Navigation menu styling
*/	
.navbar{
	background: rgba(200, 0, 0, 0.3);
	border: 0px;
	margin-bottom: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	text-transform: uppercase;
	font-size: 18px;
}

.navbar a{
	color: #fff !important;
}
.navbar a:hover{
	text-decoration: underline !important;
}

.navbar-default {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.navbar-default .navbar-nav>.active>a{
	filter: none !important;
	background-color: none !important;
	background: none !important;
	background-image: none !important;
	text-decoration: underline;
	
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	filter: none !important;
	background-color: none !important;
	background-image: none !important;
	text-decoration: none;
}

.navbar-nav > li > .dropdown-menu {
	background: rgb(200, 131, 68);
	border-radius: none !important;
    width: 100%;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus	{
	background: #ff6600;
	color: #fff;
}

.navbar-collapse.in {
	overflow-y: none;
	display: table;
}

.navbar-collapse {
	text-align: center;
	width: 100%;
	margin: 0 !important;
}

/**
*	4. Comments styling
*/	
.comment-box{
	margin: 16px 0 16px 0;
	padding: 4px;

	background: rgba(51,51,51);
	
	border: 1px dotted #7030a0 !important;
}

.comment-box .author-name{
	padding: 4px;

	width: 100%;
	height: 25px;

	color: #fff;
	
	background: #9b6fbd;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.comment-respond{
	margin: 16px 0 8px 0;
	padding: 4px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	border: 1px dotted #7030a0 !important;
}

.comment-respond form#commentform{}
.comment-respond form#commentform label{ width: 100%;}
.comment-respond form#commentform input{ width: 100%;}

.comment-respond form#commentform input[type="submit"]{
	background: #00cccc;
	
	color: #fff;

	border: none !important;
}

.comment-respond form#commentform input[type="submit"]:hover{ background: #009999;}

.comment-respond form#commentform select{ width: 100%;}
.comment-respond form#commentform textarea{ width: 100%;}

/**
*	Comment widget styling
*/
.guestbook-read-more{ color: rgb(174, 40, 110);	}
.guestbook-read-more:hover{ color: rgb(174, 40, 110); }

/**
*	5.	Footer and sidebar styling
*/
.widget-data-who-is-online,
.widget-data-who-is-busy {
	text-align: center;
}

.widget-data-who-is-online h2,
.widget-data-who-is-busy h2,
.jm_widget_guestbook h2,
.jm_widget_control h2,
.jm_widget_who_is_online h2,
.jm_widget_who_is_busy h2{
	padding: 8px;
	
	width: 100%;		
	height: 30px;
	
	color: #fff;
	font-size: 110%;
	text-align: center;
	
	background: #ff6600;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.widget-data-who-is-online img, .widget-data-who-is-busy img {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.jm_widget_guestbook h4{
	margin: 16px 0 0 0;
	padding: 0;
	
	font-size: 200%;
	text-align: center;
}

.jm_widget_guestbook ul li{
	border-bottom: inset #e3e3e3 1px;
}

	.read-more{
		margin: 8px 0px;
	}
	.jm_widget_guestbook .read-more {
		margin-left: 8px;
	}


.widget-data-who-is-online img,
.widget-data-who-is-busy img{
	padding: 0px;

	border: 0px;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
	
.footer{
	color: #000;
	margin: 8px auto;
	padding: 16px;
}

.footer h2{
	font-weight: normal;
}

.footer-links{
	color: #7030a0;
}

.footer-links a{
	color: #7030a0;
}
	
.footer-links a:hover {
	color: #9240d0;
}

.footer-block {
	background: #ccffff;
}

.textwidget {
	padding-bottom: 2px;
}
	
.sidebar-item {
	padding-bottom: 2px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.29);
	box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.29);
}	
	
.sidebar-item p{
	padding: 8px;
}

.page.title, .page.content {
	margin-top: 20px;
}

.page.content {
	font-weight: bold;
}

.pages-2 ul{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

.pages-2 ul li{
	width: 100%;
	height: 30px;
}

/**
*	Loginform
*/
p.login-username label{ width: 100% !important; }
p.login-username input{ width: 100% !important; }

p.login-password label{ width: 100% !important; }
p.login-password input{ width: 100% !important; }

p.login-remember label{ width: 100% !important; }
/*p.login-remember input{ width: 100% !important; }*/

.search-form {
	margin-top: 16px;
	margin-bottom: -2px;
}

.search-form .table {
	margin-bottom: 0px;
}

.sidebar-item h2, .color-heading {
	background: #7030a0;
	padding: 6px;
}

.search-form .table > thead > tr > th > label {
	font-weight: normal;
	margin: 3px 0 3px;
}

.search-form .table > thead > tr > th {
	margin-top: 16px;
	padding: 0px;
	border-bottom: 0px;
	
	width: 100%;		
	height: 16px;
	
	color: #fff;
	font-size: 120%;
	text-align: center;

	background: #7030a0;
}
	
/**
*	6.	Credits template styling
*/
#inputForm{ display:block; }
#myIframe{ display:none; }
.error { color:#FFF; background:#DD3333; padding:3px;display:none; }
.textbox { border:1px solid #999; width: 100%; }

/**
*	7. Media queries
*/
@media (max-width: 479px) {
    .header-phonenumbers {
        font-size: 140%;
    }
}

/**
*	8.	Blog Template Styling
*/
.blog-entry{
	display: block;
	margin: 16px 8px;
	padding: 8px;

	min-height: 128px;

	background: #fff;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

}
.blog-entry-image{}
.blog-entry-title{
	font-weight: bold;
}
.blog-entry-excerpt{}

	/**
	*	Pagination
	*/
	.blog-pagination{
		padding: 8px 0;
	}

	.blog-pagination .current{
		font-weight: bold;
	}

	.page-numbers{
		margin: 8px;
	}
