/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 
 /*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */


 .alert-danger {
    background-color: #b61c1c !important;
    color: #ffffff !important;
}

.alert-success {
    background-color: #ffffff !important;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#user_name_block {
    
    background-color:#5d5d5d;
    color: #fff;
    padding-top: 3px;
    padding-left: 10px;
}

#user_name_block h1 {
    color: #fff;
}

#user_name_block small {
    color: #fff;
}


#user_contact_block {
    padding-top: 15px;
}

.company_name {
    background-color: #ccc !important;
}

.company-pic>img {
    border-radius: 0;
    position: relative;
    border: 5px solid #fff;
    top: -44px;
    left: 10px;
    display: inline-block;
    text-align: right;
    z-index: 4;
    max-width: 150px !important;
    margin-bottom: -30px;
}

.profile-pic div{
    position: relative;
    top: -26px;
}

.profile-pic>img {
    border-radius: 0;
    position: relative;
    border: 5px solid #fff;
    top: -44px;
    left: 10px;
    display: inline-block;
    text-align: right;
    z-index: 4;
    max-width: 150px;
    margin-bottom: -30px;
}

.profile-pic {
    height: 100%;
    text-align: center !important;
}

.profile-pic div {
    position: relative;
    left: 10px;
    text-align: center;
}

#contact_info {
    padding-top: 10px;
}

#custom_email_wrap {
    margin-top: 20px;
    padding: 10px !important;

}

#custom_email h4 {
   margin: 10px;

}

#custom_email .inbox-data-from div {
    width: 100%;
}

//

section .popover .popover-content {
    padding: 9px 14px !important; 
}

section .popover .popover-title {
 padding: 9px 14px !important; 
}

.wysiwyg-block button {
    padding: 6px 12px !important;
}

.alert-block a {
    color: #fff !important;
    text-decoration: underline;
}

.alert-block a:hover {
    color: #fff !important;
    text-decoration: none;
}

#dataModal .modal-body {
    overflow:auto;
}

.tabs-left>.tab-content {
    margin-left: 220px !important;
}

.tab-pane  .jarviswidget > div {
padding: 0px;
border: none;
}

.tab-pane  .jarviswidget {
	margin: 10px 0px !important;
}

.tab-pane  .jarviswidget  header{
	margin: 0px !important;
	background-color: #4C4F53;
	color: #fff;
}

.tab-pane  .jarviswidget  header .badge {
	padding: 5px;
}












/*--CSS PRELOADER--*/

@media only screen and (max-width: 600px) {

section#quote {
	height: 1900px !important;
}


.it-preloader-wrapper {
	position: fixed;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	padding-left: 1em;
	padding-right: 1em;
	margin: auto;
	display: flex;
    width: 100%;
	height: 100%;
	z-index: 999;
	background-color: #ffffff;
}

.cssload-loader {
    z-index: 1000;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	margin: 3em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
	width: 100%; 
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}

.cssload-loader {
		animation: cssload-animation1 1.15s infinite linear;
		-o-animation: cssload-animation1 1.15s infinite linear;
		-ms-animation: cssload-animation1 1.15s infinite linear;
		-webkit-animation: cssload-animation1 1.15s infinite linear;
		-moz-animation: cssload-animation1 1.15s infinite linear;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
		width: 80%;
		height: 80%;
		background-color: rgb(51,51,51);
		top: 5%;
}
.cssload-loader:before {
		left: -5%;
		animation: cssload-animation2 1.15s infinite alternate ease-in-out;
		-o-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
		-ms-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
		-webkit-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
		-moz-animation: cssload-animation2 1.15s infinite alternate ease-in-out;
		transform-origin: 10% 50%;
		-o-transform-origin: 10% 50%;
		-ms-transform-origin: 10% 50%;
		-webkit-transform-origin: 10% 50%;
		-moz-transform-origin: 10% 50%;
}
.cssload-loader:after {
		left: auto;
		right: -5%;
		animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
		-o-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
		-ms-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
		-webkit-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
		-moz-animation: cssload-animation2 1.15s 1.15s infinite alternate ease-in-out;
		transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform-origin: 90% 50%;
}





@keyframes cssload-animation1 {
	0%	 { transform: rotate(20deg); }
	100% { transform: rotate(380deg); }
}

@-o-keyframes cssload-animation1 {
	0%	 { -o-transform: rotate(20deg); }
	100% { -o-transform: rotate(380deg); }
}

@-ms-keyframes cssload-animation1 {
	0%	 { -ms-transform: rotate(20deg); }
	100% { -ms-transform: rotate(380deg); }
}

@-webkit-keyframes cssload-animation1 {
	0%	 { -webkit-transform: rotate(20deg); }
	100% { -webkit-transform: rotate(380deg); }
}

@-moz-keyframes cssload-animation1 {
	0%	 { -moz-transform: rotate(20deg); }
	100% { -moz-transform: rotate(380deg); }
}

@keyframes cssload-animation2 {
	0%	 { transform: scale(0); }
	100% { transform: scale(1); }
}

@-o-keyframes cssload-animation2 {
	0%	 { -o-transform: scale(0); }
	100% { -o-transform: scale(1); }
}

@-ms-keyframes cssload-animation2 {
	0%	 { -ms-transform: scale(0); }
	100% { -ms-transform: scale(1); }
}

@-webkit-keyframes cssload-animation2 {
	0%	 { -webkit-transform: scale(0); }
	100% { -webkit-transform: scale(1); }
}

@-moz-keyframes cssload-animation2 {
	0%	 { -moz-transform: scale(0); }
	100% { -moz-transform: scale(1); }
}


}


.blinking{
    animation:blinkingText 3s infinite;
}
@keyframes blinkingText{
    0%{     color: #f00;    }
    25%{    color: transparent; }
    50%{    color: #f00; }
    75%{    color:transparent;  }
    100%{    color:#f00;  }
}


@media (max-width: 1470px) {
    .expand{
        width: 100%;
    }

    #contact_info{
        width: 80%;
    }
}

 





#content {
  padding: 10px 14px;
  position: static;
  left: 0px;
  height: auto;
  display: inline-block;
  width: 100%;
}



.fa-account:before{content:"\f13e"}
.fa-company:before{content:"\f0c0"}
.fa-contact:before{content:"\f007"}
.fa-agreement:before{content:"\f0a3"}
.fa-site:before{content:"\f0f7"}
.fa-facility:before{content:"\f009"}
.fa-cabinet:before{content:"\f039"}
.fa-workhistory:before{content:"\f075"}
.fa-device:before{content:"\f108"}
.fa-document:before{content:"\f07c"}
.fa-ipnetwork:before{content:"\f0e8"}
.fa-kb:before{content:"\f02d"}
.fa-configobject:before{content:"\f0ad"}
.fa-configitem:before{content:"\f0ad"}
.fa-configuration:before{content:"\f0ad"}
.fa-template:before{content:"\f0ae"}
.fa-settings:before{content:"\f085"}
.fa-ipad:before{content:"\f10a"}
.fa-iphone:before{content:"\f10b"}
.fa-andriod:before{content:"\f17b"}
.fa-email:before{content:"\f0e0"}


.sptror{
	border-left: 1px dashed #333;
}


 




/* Start Stefan new "chart" */
.newDesignSecurely{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: 50px;
	max-width: 1020px;
}
.leftSectionSecurely{
	width: 50%;
}
.rightSectionSecurely{
	width: 50%;
	padding-left: 50px;
	text-align: left;
}
.leftElementsListSecurely{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.leftElementItemSecurely{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 50px;
	width: 30%;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	margin-bottom: 30px;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	overflow: hidden;
} 
.leftElementItemSecurely:hover{
	background: #fff;
	color: #8e2929;
}
.elementIconSecurely {
	width: 100%;
	height: 100%;
}
.elementIconSecurely a:visited,
.elementIconSecurely a:focus,
.elementIconSecurely a:active{
	color: #fff;
	text-decoration: none;
}
.leftElementItemSecurely:hover a{
	color: #8e2929;
}
.elementIconSecurely > a {
	text-decoration: none;
	display: block;
	color: white;
	outline: none;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: inherit;
}
.leftElementItemSecurely.active a {
	text-decoration: none;
}
.rightSectionSecurely .tab-pane {
	display: none;
}
.rightSectionSecurely .tab-pane.active {
	display: block;
}
.rightSectionSecurely .active {
	display: block;
}

.tab-pane.active {
	color: #fff;
}
.leftElementItemSecurely.active a{
	background: #fff;
	color: #8e2929;
}
.newDesignSecurelyMobile .tab-title,
.rightSectionSecurely .tab-title{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.newDesignSecurelyMobile .tab-title:after,
.rightSectionSecurely .tab-title:after{
	content: "";
	display: block;
	width: 40px;
	height: 3px;
	background: #af6767;
	margin-top: 25px;
}
.newDesignSecurelyMobile ol,
.newDesignSecurelyMobile ul,
.rightSectionSecurely ol,
.rightSectionSecurely ul{
	padding-left: 20px;
}
.newDesignSecurelyMobile li,
.rightSectionSecurely li{
	margin-bottom: 2px;
}
.newDesignSecurelyMobile a,
.rightSectionSecurely a{
	color: #fff;
	text-decoration: underline;
}
.newDesignSecurelyMobile a:active,
.newDesignSecurelyMobile a:focus,
.newDesignSecurelyMobile a:hover,
.rightSectionSecurely a:active,
.rightSectionSecurely a:focus,
.rightSectionSecurely a:hover{
	color: #222;
}
.newDesignSecurelyTitle{
	margin-top: 25px;
	color: #fff;
}
ul.leftElementsListSecurely{
	padding-left: 0;
}
.newDesignSecurelyMobile .tab-pane{
	text-align: left;
}
.newDesignSecurelyMobile{
	display: none;
}
@media only screen and (max-width: 1280px) {
	.leftElementItemSecurely{
		width: 140px;
		height: 140px;
	}
}

@media only screen and (max-width: 1200px) {
	.newDesignSecurely{
		width: 900px;
		max-width: calc(100% - 40px);
	}
}

@media only screen and (max-width: 1024px) {
	.leftElementItemSecurely{
		width: 120px;
		height: 120px;
	}
}
@media only screen and (max-width: 900px) {
	.leftElementItemSecurely{
		width: 100px;
		height: 100px;
		font-size: 32px;
	}
	.rightSectionSecurely{
		padding-left: 30px;
		
	}
}
@media only screen and (max-width: 768px) {
	.leftElementItemSecurely{
		width: 80px;
		height: 80px;
		font-size: 24px;
		margin-bottom: 20px;
	}
	.newDesignSecurely{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.leftSectionSecurely{
		width: 100%;
		max-width: calc(100% - 30px);
		overflow-x: scroll;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.rightSectionSecurely{
		width: 100%;
		max-width: calc(100% - 30px);
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;

	}
	ul.leftElementsListSecurely{
		width: 850px;
		margin-bottom: 0;
	}
	.newDesignSecurelyMobile{
		display: block;
	}
	.newDesignSecurelyRowDesktop{
		display: none;
	}
	.newDesignSecurelyMobile .owl-nav{
		font-weight: 100;
		display: flex;
		justify-content: space-between;
		position: absolute;
		width: 100%;
		top: 0px;
	}
	.newDesignSecurelyMobile .owl-nav button{
		font-size: 48px!important;
		outline: none;
	}
	.newDesignSecurelyMobile .tab-title{
		padding-left: 35px;
		padding-right: 35px;
		text-align: center;
		font-size: 22px;
	}
	.newDesignSecurelyMobile .tab-title:after{
		left: 0;
		right: 0;
		margin: 25px auto 25px;
	}
}
/* End Stefan new "chart" */















