@import url("themify-icons.css");
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900');

@media (min-width: 992px){
    .typo-line{
        padding-left: 140px;
        margin-bottom: 40px;
        position: relative;
    }

    .typo-line .category{
        transform: translateY(-50%);
        top: 50%;
        left: 0px;
        position: absolute;
    }
}

.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px;
	padding: .7em 0;
	float: left;
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"],
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: .8em;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}

.places-buttons .btn{
    margin-bottom: 30px
}
.sidebar .nav > li.active-pro{
    position: absolute;
    width: 100%;
    bottom: 10px;
}
.sidebar .nav > li.active-pro a{
    background: rgba(255, 255, 255, 0.14);
    opacity: 1;
    color: #FFFFFF;
}

.table-upgrade td:nth-child(2),
.table-upgrade td:nth-child(3){
    text-align: center;
}







#error {
  color: #FFFFFF;
  text-align: center;
  display: none;
}

.wait {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.5);
}
.wait.hidden {
	display: none;
}
.wait > div {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -100px;
	width: 200px;
	height: 200px;
	background-image: url(../img/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

/* .sectionlabel {	width:100%;} */
/* .sectionlabel label{	width:30%;} */
/* .sectionlabel input, .sectionlabel select{	width:70%;} */

.srv-selected, .fastcfg-selected span a{
	color: #eb5e28!important;
}
.srv-selected:before, .fastcfg-selected:before {
	color: #eb5e28;
    font-family: "themify";
    content: "\e64c";
	padding-left: 5px;
	padding-right: 5px;
}
#search_results a {
	display:block;
	/* width:50%; */
	padding:5px;
}
#search_results a:before {
	/* font-family: "FontAwesome"; */
	content: " - ";
	padding-right:5px;
}


input[type=checkbox]:not(old),
input[type=radio]:not(old) {
	font-size: 1em;
	height: 1.5em;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 1.5em;
}
input[type=checkbox]:not(old) + div label,
input[type=radio]:not(old) + div label {
	display: inline-block;
	line-height: 1.5em;
	margin-left: -2em;
}
input[type=checkbox]:not(old) + span.input-icon,
input[type=radio]:not(old) + span.input-icon {
	background-color: #fff;
	border: 1px solid #ccc;
	cursor: pointer;
	display: inline-block;
	height: 1.20em;
	margin: 0.05em 0.5em 0.05em 0.05em;
	vertical-align: bottom;
	width: 1.20em;
}
input[type=checkbox]:not(old) + span.input-icon {
	border-radius: 0;
}
input[type=radio]:not(old) + span.input-icon {
	border-radius: 50%;
}
input[type=checkbox]:not(old):checked + span.input-icon,
input[type=radio]:not(old):checked + span.input-icon {
	background-color: #428bca;
	border-color: #357ebd;
}
input[type=checkbox]:not(old):disabled + span.input-icon,
input[type=radio]:not(old):disabled + span.input-icon {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #ccc;
}
input[type=radio]:not(old):checked + span.input-icon > span::before,
input[type=checkbox]:not(old):checked + span.input-icon > span::before {
	color: #fff;
	display: block;
	font-family: fontawesome;
	line-height: 1.2em;
	text-align: center;
	width: 1.2em;
}
/*
input[type=radio]:not(old):checked + span.input-icon > span::before {
	content: "\f111";
	font-size: 0.65em;
	margin: 0.225em;
}
*/
input[type=radio]:not(old):checked + span.input-icon > span::before,
input[type=checkbox]:not(old):checked + span.input-icon > span::before {
	content: "\f00c";
	font-size: 0.85em;
}
input[type=radio]:not(old):checked:disabled + span.input-icon > span::before,
input[type=checkbox]:not(old):checked:disabled + span.input-icon > span::before {
	color: #555;
}

.client_search{
	display:none;
}

.breadcrumb{
	padding: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.breadcrumb li a {
	padding: 0 5px!important;
	margin: 0px!important;
	display: inline-block!important;
}