@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 766px) {

   .hero-text { width:70% !important; font-size:14pt !important; }
   .hero-img {width:260px !important; margin:0 !important; }
   .icon-text{font-size:10pt !important; width:50% !important;}
   .icon-block{margin:0 !important;}
   .feature-container{width:100% !important; padding:20px !important;}
   .info-box{width:100% !important; margin:0 !important;}
   
   .navbar-collapse {
	background-color: #525252 !important;
	padding-left:20px !important;
	font-size:11pt !important;
	text-align: center !important;
	border-top: 1px solid transparent !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;
	margin:0 !important;
	}
	.sign-up-panel-inner{width:90% !important; min-width:300px !important;}
	.pricing-panel{	margin-left: auto !important; margin-right: auto !important;}
	
	#headerlogo {left:5% !important;}
}

html, body {
	height: 100%;
	padding:0;
	background-color: #cecece;
}
fieldset{
	padding : 0;
	margin : 20px;
	margin-left:0;
	margin-top:0;
	height:100%;
	width:90%;
}
th {
	text-transform: uppercase;
	font-size:smaller;
	color:#0363a8;
	font-weight:400;
}
td {
	border-bottom:1px solid rgba(50, 50, 50, 0.1);
	font-size: small;
}
.green-tick{
	color:#4f9c15;
}

.undefined {}

.tbl-highlight-row {
	cursor:pointer;
}
.help-bubble-button{
	position: relative;
	top:3px;
	margin-left:2px;
	text-align:center;
	font-size:smaller;
	font-size:12pt;
	color:#b1b1b1;
	border:0;
	line-height: 11pt;
	background-color: rgba(255, 255, 255, 0);
}
.help-bubble {
	border-radius: 0px;
	position:absolute;
	overflow: auto;
	background-color: #ffffff;
	font-size:small;
	color: #4a4a4a;
	padding:10px;
	min-height:60px;
	min-width:200px;
	z-index: 1000;
	
	border:1px solid rgba(71, 71, 71, 0.1);
	
	box-shadow: 0px 0px 6px 0px rgba(120, 120, 120, 0.3);
	-moz-box-shadow: 0px 6px 6px 0px rgba(119, 119, 119, 0.3);
	-webkit-box-shadow: 0px 6px 6px 0px rgba(119, 119, 119, 0.3);
	
}
.debug-blue{
	border:1px solid blue;
}
.debug-red{
	border:1px solid red;
}

div.checkbox {
	font-size:larger;
	padding-left:40px;
	top:20px;
}

.smaller-font{
	font-size:smaller;
}
.text-white{
	color:white;
}
.error-panel {
	top:25%;
	position:fixed;
	width:70%;
	right:0;
	margin-right:15%;
}
.text-input-100p {
	width:100%;
}
.text-input-20pc {
	width:20%;
}
.select-width-50pc {
	width:50%;
}
.select-width-70pc {
	width:70%;
}
.select-width-80pc {
	width:80%;
}
.select-width-100pc {
	width:100%;
}

body.modal-open .body_panel .header-container{
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}
span.search-highlight{
	border-bottom:1px solid #8f8f8f;
}

.text-wrap {
	width:100%;
	word-wrap: break-word;
	position:relative;
}

.blur{
	color: transparent;
	text-shadow: 0 0 4px rgba(0,0,0,0.4);
    -webkit-filter: blur(10px);
    -moz-filter: blur(14px);
    -o-filter: blur(14px);
    -ms-filter: blur(1px);
    filter: blur(14px);
}
.text-align-right{
	text-align: right;
}
.text-align-left{
	text-align: left;
}
.text-align-center{
	text-align: center;
}

b {
	font-weight:400;
}

.copyright {
	color:silver;
	padding-top:4px;
	margin-left:0px;
}

body {
    padding: 0;
    margin: 0;
	background-color:#fff;
	
	font-size:1.43em;
	font-weight:400;
	color:#111111;
	text-rendering: geometricPrecision;
}
.message-flash {
	display: none;
	position:fixed;
	top:10px;
	text-align:center;
	z-index:20000;
	right:0;
	margin-right:35%;
	width:30%;
	opacity:0.7;
	box-shadow: 0px 0px 2px 0px rgba(149, 149, 149, 0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(149, 149, 149, 0.2);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(149, 149, 149, 0.2);
}
.message-flash.flash-login{
	position:fixed;
	width:30%;
	top:115px;
	right:0;
	margin-right:35%;
	
}
.message-flash.flash-topnav{
	top:18px;
	min-height:20px;
	max-width:200px;
	padding:8px;
	font-size:small;
}
.message-flash-warn{
	background-color:#fffce2;
	border:1px solid #dbd8af;
}
.message-flash-success{
	background-color:#cde9ba;
}
.message-flash-error{
	background-color: #ce9595;
	color:white;
	border:1px solid #903232;
}
.message-flash-transfer {
	display:none;
	position:relative;
	background-color:#e8d0b8;
	color:#4d4d4d;
	border:1 px solid #d38900;
	padding:3px;
	border-radius:3px;
	margin-right:20px;
	padding-left:12px;
	padding-right:12px;
}

.form-number{
	text-align:right;
}

.progress.progress-vsml {
	margin-top:4px;
	width:160px;
	height:8px;
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a, li, ul {
}

#form label.error {
	color:red;
}
#form input.error {
	border:1px solid red;
}


p {
	padding-bottom:2px;
}

a {
	color:#4f91be;
	text-decoration: none;
	cursor:pointer;
}

label {
	font-size: 9pt;
	font-weight: 400;
	
	padding:1px;
	color:#4b667b;
	padding-bottom:0;
	margin:0;
	margin-top:0px;
	margin-bottom:6px;
	text-transform: uppercase;
}

input[type=text], input[type=number]{
	border:2px solid rgba(122, 122, 122, 0.3);
	border-radius: 3px;
	color:#1b1b1b;
	background-color:white;
	line-height: 12pt;
}

/* input placeholders */
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
   color: #c1bfbf;
}

input[type=text]:-moz-placeholder, input[type=number]:-moz-placeholder { /* Firefox 18- */
   color: #c1bfbf;  
}

input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder {  /* Firefox 19+ */
   color: #c1bfbf;  
}

input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {  
   color: #c1bfbf;  
}
.profile-header-button{
	float:right;
}

.checkboxCustom input[type=checkbox]:checked + label {
	left: 0;
	border-bottom:1px solid #26ca28;
}

.select2-label {
	font-size: 9pt;
	padding:0;
	margin:0;
	height:6px;
	text-transform: uppercase;
	color:#4b667b;
}
.select2-choices{
	background-color: blue;
}
.select2-container > .select2-choices {
	border:0;
	background-color:inherit;
	padding:0;
	margin:0;
	margin-top:-6px;
	margin-left:-10px;
}
.select2-container.undefined {
	border:0;
	background-color:inherit;
	padding:0;
	margin:0;
	margin-top:4px;
	margin-left:0;
}

ol {
    width: 93%;
    display: table;
    table-layout: fixed; /* the magic dust that ensure equal width */
}
ol > li {
    display: table-cell;
    text-align: center;
}
.ol_dashboard_note {
	width: 80%;
    display: inline-table;
}
.ol_dash_note > li {
    display: table-cell;
    text-align: left;
}
.float-left{
	position:relative;
	float:left;
}
.float-right{
	position:relative;
	float:right;
}
.readable-date{
	font-size:smaller;
	color:#a4a4a4;
	border-radius: 4px;
	padding:2px;
	padding-left:4px;
	text-align:center;
}

.btn-padding {
	padding-left:20px;
	padding-right:20px;
	margin-left:6px;
	margin-right:6px;
}
.btn.btn-tiny{
	font-size:smaller;
	height:22px;
	min-width:38px;
	padding:1px;
	margin-left:4px;
	padding-left:3px;
	padding-right:3px;
	border-radius: 0px;
	border:0px;
	background-color:#efefef;
	border-radius:3px;
	border:1px solid rgba(0, 0, 0, 0.1)
}
.btn-icon {
	color:#b8b8b8;
	width:35px;
	height:25px;
	background-color:#fff;
	cursor:pointer;
}
.btn-icon-remove{
	color:#909090;
	cursor: pointer;
}
.btn.btn-tiny:hover{
}
.btn.btn-tiny.btn-icon{
	font-size:10pt;
	background-color:#f3f3f3;
}
.btn-collection{
	display: inline-block;
	padding:0;
}
.btn-edit {
}
.btn-close{
	font-size: 10pt;
}
.btn-save {
	float:right;
	background-color:#abc872;
	color:white;
	margin:20px;
	font-weight: 400;
}
.btn-save:hover {
	color:#f2f3e7;
}
.btn-cancel {
	float:right;
	margin:20px;
}
.btn-delete {
	float:left;
	margin:20px;
}
.btn-editor {
}
.btn-toolbar-editor {
	width:100%;
	min-width:100%;
	background-color:#fff;
	margin:0;
	padding:0;
}

h1 {
	
	font-size:20pt;
	font-weight:300;
	color:#969696;

}
h2 {
	
	font-size:18pt;
	font-weight:300;
	color:#757575;
}
h3 {
	
	font-size:13pt;
	font-weight:400;
	color:#666666;
	margin-top:5px;
	padding:0;
}

#text_seperator{
	color:#434343;
	opacity:0.8;
	font-size:-2;
	padding-left: 6px;
	padding-right: 6px;
}

.notes-header-row {
	position:relative;
	height:20px;
}

.header-bar-top-1 {
	position:fixed;
    background-color: #fafafa;
    color: black;
    top: 5px;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: 0;
    z-index:2;  
    
}
.header-bar-top-2 {
	position:fixed;
    background-color: #c3d43f;
    color: black;
    top: -45px;
    left: 0;
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
    z-index:-2;
}
#topnav_container{
	width:100%;
	position:fixed;
	top:55px;
	height:36px;
	background-color:#dbded1;
	z-index: 10;
}
#subnav_container{
	position:fixed;
	top:0px;
	background-color:white;
	z-index: 10;
	left:50%;
	margin-left:-45%;
	width:90%;
	padding-top: 100px;
	height:90px;
	z-index:10;
	border-bottom:1px solid silver;

}
.navbar_main {
	background-color:white;
	top:55px;
	position:fixed;
    width: 100%;
    padding: 0;
    margin :0;
    list-style-type: none;
    z-index:4;
	width:90%;
	left:50%;
	margin-left:-45%;
}
.navbar-custom-container{
	margin-left:0;
	padding-left:0;
}
.navbar-custom {
}
.navbar_main_tab {
    float: left;
    min-width: 7em;
    text-decoration: none;
    color: black;
    background-color: white;
    height:50px;
    padding-top:16px;
	
	text-align:center;
	cursor: pointer;
	margin-left:0;
	padding-left: 0;

}
.navbar_main_tab_selected {
    width: 7em;
    text-decoration: none;
    color: white;
    background-color: #c2d33f;
    font-weight: 400;
    height:50px;
    padding-top:16px;
    border-right: 0px solid silver;
	
	text-align:center;
	cursor: pointer;
}
.navbar_sub_tabs {
	border-bottom:1px solid silver;
	top:0px;
    padding:0;
    list-style-type: none;
    z-index:4;
	width:95%;
	margin-left:65px;
	height:37px;
	background-color: white;
	z-index:10;
	position:relative;
	padding-top:90px;
	top: -10px;
}
.nav-tabs li {
	margin-top:-40px;
}

#navbar_sub_buttons{
	position:fixed;
	text-align:right;
	right:100px;
	top: 80px;
	z-index:300;
	min-width:400px;
	max-height:30px;
}
#navbar_sub_buttons.asset-sub-button-group {
	top:120px;
	right:80px;
}

.navbar_sub_tab {
    float: left;
    width: 8em;
    text-decoration: none;
    color: black;
    background-color: white;
    height:37px;
    padding:0px;
    padding-top:12px;
    border-right: 0px solid silver;
	
	text-align:center;
	cursor: pointer;
	border:1px solid silver;
	z-index:10;


	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.navbar_sub_tab_selected {
    float: left;
    width: 8em;
    text-decoration: none;
    color: black;
    background-color: #fafafa;
    font-weight: 400;
    height:36px;
    padding:0px;
    padding-top:12px;
    border-right: 0px solid silver;
	
	text-align:center;
	cursor: pointer;
	border-top:1px solid silver;
	border-left:1px solid silver;
	border-right:1px solid silver;
	z-index:10;


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

.header-top-higlight {
	background-color: #d6d6d6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    padding: 0;
    margin: 0;
    position:fixed;
    z-index: 1;

}

div {
	border:0px solid rgba(215,215,255,1);
}

#body_panel{
	display: inline-block;
	position:relative;
	
	background-color:white;
	padding:0px;
	z-index:0;
	top:-20px;
	left:50%;
	margin-left:-45%;
	width:90%;
	height:auto;

	box-shadow: 0px 0px 2px 0px rgba(119, 119, 119, 0.67);
	-moz-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.67);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.67);
}
#body_panel-background{
	position:fixed;
	
	background-color:white;
	opacity:0.7;
	padding:0px;
	z-index:0;
	top:-20px;
	right:0;
	margin-left:-45%;
	width:90%;
	height:auto;

	box-shadow: 0px 0px 3px 0px rgba(119, 119, 119, 0.67);
	-moz-box-shadow: 0px 3px 8px 0px rgba(119, 119, 119, 0.67);
	-webkit-box-shadow: 0px 3px 8px 0px rgba(119, 119, 119, 0.67);
}

.center {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.login-body{
	background: url(/images/login_background2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100vh;
	width:100%;
}
.body_panel_login {
	position:fixed;
	color: black;
	z-index:2;
	margin-top:40px;

}
.panel_left_login {
	margin-top:20px;
	position:fixed;
	border:0px solid silver;
	padding:40px;
	padding-top:20px;
	padding-bottom: 20px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	height:430px;
	border-radius:6px;

	margin-left:35%;	
	width:30%;
	min-width:300px;
}
.login_opaque_bg{
	margin-top:65px;
	position:fixed;
	border:0px solid silver;
	padding:40px;
	padding-top:20px;
	padding-bottom: 20px;
	background-color:white;
	opacity:0.7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	height:430px;
	border-radius:6px;
	-webkit-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);

	margin-left:35%;
	width:30%;
	min-width:300px;

}
.panel_right_login {
	position:relative;
	border:0px solid silver;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-bottom-radius: 1px;
	margin-left:0;
	height:340px;
	right:0;
	margin-right:25%;
	width:37%;
}

#login_splash{
	width:500px;
	height: 340px;
}
#login-message-box {
	position:relative;
	margin-top:0px;
}
.login-warn{
	color: #bf3939;
	font-size: 12pt;
	font-weight: 400;
	color:#b81515
}

h2 span {
	font-weight:400;
	position:relative;
	top:-100px;
	color: white;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	z-index:100;
	margin-left:0px;
	width:100%;
}
#copright {
	color:#b6b6b6;
	font-weight: 400;
	padding-right:60px;
	padding-left:10px;
}


#headerlogo {
	position:fixed;
	width:120px;
	left:64px;
	top: 18px;
	z-index:10;
}
.logo-text.logo-mainlogin{
	color:#009cb0;
}
.logo-text {
	font-size:18pt;
	font-weight:400;
	color:#009cb0;
}
#header-support-link{
	position:absolute;
	right:140px;
	margin-top:10px;
	cursor:pointer;
	font-size: smaller;
	background-color:rgba(0, 0, 0, 0.1);
	border-radius:4px;
	padding:1px;
	padding-left:6px;
	padding-right:6px;
}
.ticket-num{
	text-transform: uppercase;
	font-size:16pt;
	color:#646464;
	padding:3px;
	margin:7px;
	background-color:rgba(233, 233, 233, 0.95);
	border:1px solid rgba(63, 63, 63, 0.13);
	border-radius: 15px;
	max-width:100px;
	text-align:center;
}
textarea.support-request{
	width:100%;
	height:200px;
}
#profile {
	float:right;
	width:40px;
	left:90%;
	right:10%;
	top: 10px;
	border:1px solid silver;
	z-index:10;
}
#header-profile_container{
	position:fixed;
	text-align:right;
	right:66px;
	top: 9px;
	border:0px solid silver;
	z-index:10;
	white-space: nowrap;
}
#profile-body{
	padding-top:180px;
	padding-left:50px;
	background-color: white;
	height:100%;
	margin:0;
	top:0;
}
.nav.profile-tabs {
	margin-top:80px;
}
#header-profile_text{
	position:absolute;
	right:0;
	margin-right:40px;
	margin-top:10px;
	font-weight:400;
	font-size:small;
	cursor:pointer;
	right:0px;
	text-align:right;
}

.profile-header {
	margin-top:0px;
	padding-top:0px;
}
.header-profile-links{
	text-align:left;
	padding:10px;
}
.profile-image-default {
	border:1px solid silver;
	border-radius: 50%;
	background-color:#e5e1e1;
	width:40px;
	height:40px;
	font-size:15pt;
	color:#9ba5ab;
	text-align: center;
	line-height: 26pt;
}

.profile-image-small {
	width:40px;
	height:40px;
}

.profile-image-smaller {
	width:30px;
	height:30px;
	font-size:12pt;
	line-height: 18pt;
}

.profile-image-select {
	border:2px solid #74a0d2;
	border-radius: 50%;
}
.profile-image-large {
	width:90px;
	height:90px;
	border:1px solid white;
}
.profile-default-large{
	font-size:28pt;
	line-height:62pt;
}
.profile-icon-sample {
	float:left;
	padding:4px;
}
.profile-icon-chooser {
	width:100%;
	border:1px solid silver;
	border-radius:6px;
}
.profile-about-text{
}
.circular {

	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border:2px solid rgba(255, 255, 255, 0.3);

	//-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.2);
	//-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.2);
	//box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.2);

}
.row_item {
	position:relative;
	border-bottom:1px solid #f4f3f3;
	padding:4px;
	background-color:white;
	height:100%;
	width:100%;
	margin-left: 0px;
}
.company-list{
	font-weight:400;
}
.contact-list{
}
#contact-searchinput{
	position:fixed;
	margin-left:300px;
	margin-top:300px;
	z-index:400;
}
.select2-container-multi.input-multiple{
	border:2px solid rgba(79, 79, 79, 0.3) !important;
	padding:8px;
	padding-left:12px;
	border-radius:3px;
}

.list-item{
	width:100%;
}
.list-item-body{
	position:relative;
	padding:3px;
	padding-left:12px;
	padding-right:12px;
	width:100%;
	border-bottom:1px solid rgba(98, 98, 98, 0.1);
	display: inline-block;
}
.list-item-header{
	margin-left:0;
	font-weight:400;
	padding:6px;
	border-bottom:1px solid rgba(98, 98, 98, 0.1);
}
.list-item-left{
	position:relative;
	float:left;
	width:20%;
}
.list-item-left.list-item-left-md6 {
	position:relative;
	float:left;
	width:50%;
}
.list-item-right{
	position:relative;
	float:right;
	width:80%;
}
.list-item-right.list-item-right-md6{
	width:50%;
}
.list-item-left.list-item-left-md9 {
	position:relative;
	float:left;
	width:70%;
}
.list-item-right.list-item-right-md3 {
	position:relative;
	float:right;
	width:20%;
}
.list-item-right-body{
	width:100%;
	text-align:left;
}
.small-box{
	border-radius: 3px;
	background-color:silver;
	width:140px;
	min-height:50px;
	padding:6px;
}
.small-box.red{
	background-color:#e17f7f;
	color:white;
}

.note_item {
	margin-left: 0px;
	position:relative;
	display: inline-block;
	border-bottom:1px solid #f4f3f3;
	padding:4px;
	background-color:white;
	height:100%;
	width:100%;
	padding:8px;
}
.note-expand {
	position:inline;
	float:right;
	margin-right:0;
	font-size:8pt;
	color:silver;
	cursor:pointer;
	display:none;
}
.note_left {
	position:relative;
	float:left;
	margin-left:6px;
	padding-top: 0px;
	cursor:pointer;
}
.note_right {
	position:relative;
	float:left;
	margin-left:10px;
	padding-top: 0px;
	width:90%;
	word-wrap: break-word;
}
.body_form_container {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	border-bottom:0px solid #f4f3f3;
	padding:0;
	background-color:white;
	width:90%;
	height:100%;
}

.dashboard_body {
	margin-top:110px;
	background-color: white;
	padding:10px;
	padding-left:40px;
}
.dash-glyphicon-cal{
	float: left;
	width:30px;
}

.summary-panel {
	display: inline-block;
	border:1px solid #f4f3f3;
	height:30px;
	background-color: #f9f9f9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:2px;
	width:100%;
}
.summary-panel-item{
	display: inline-block;
	margin-right:13%;
	margin-left:10px;
}
.summary-panel-number {
	font-size:12pt;
	font-weight:400;
	color:#5e5e5e;
}
.summary-warn{
	 color:#9e2f2f;
}
.dashboard_chart_container{
}
.dashboard_charts {
	position:fixed;
	border:1px solid #f4f3f3;
	background-color: #fafafa;
	margin-top:105px;
	height:100%;
	width:360px;
	padding:10px;
	right:0;
	margin-right: 64px;
	z-index:200;
}
.dashboard_charts-scrollable{
	overflow-y: auto;
	height:90%;
}
#dashboard_notes {
	position: relative;
}
.dashboard_chart_panel {
	border:0px solid #f4f3f3;
	padding:0px;
	z-index:300;
}
.fill {
	min-height: 100%;
	position: relative;
}
.filler::after {
    background-color: inherit;
    bottom: 0;
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    width: inherit;
    z-index: -1;
}


.legendBullet {
	position:fixed;
	width:15px;
	height:15px;
	padding:0px;
	border:0px solid silver;
	display: inline-block;

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

	box-shadow: 0px 0px 2px 0px rgba(119, 119, 119, 0.67);
	-moz-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.67);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(119, 119, 119, 0.67);

}
.legendText {
	width:80px;
	margin-left: 30px;
}
.legendRow {
	margin-top:6px;
	white-space: nowrap;
	width:140px;
}
#add_icon {
	right:296px;
	margin-top: 7px;
	top:57px;
	z-index:380;
	width:15px;
	height:15px;
	outline:none;
	padding-left:12px;
}
#search_container {
	position:inherit;
	right:5.5%;
	margin-top: 11px;
	top:47px;
	z-index:220;
}
.selector{}

#leftpanel_container {
	border:1px solid #f4f3f3;
	position:fixed;
	background-color:white;
	padding:0px;
	top:88px;
	height:100%;
	width:380px;
	right:0;
	margin-right:5%;
	z-index:102;
	padding:15px;
	z-index:300;
}
#leftpanel_container_subsection {
	border:0px solid #f4f3f3;
	padding:2px;
	background-color: white;
	z-index:300;
	width:90%;
}
.message_warn {
	background-color:#ffcccc;
	padding:6px;
	border:0px solid silver;
	margin-left:0;
	width:38%;
	float:top;
}
.message_ok {
	background-color:#e8f5d5;
	padding:6px;
	border:0px solid #a4c48c;
	margin-left:0;
	width:38%;
	float:top;
}
.message_null {
	padding:6px;
	border:0px solid silver;
	margin-left:0;
	width:38%;
	float:top;
}
.alphaletter {
	width:30px;
	height:30px;
	padding:4px;
	
	font-size:10pt;
	font-weight:400;
	color:#7e7e7e;
}
.link-disabled{
	color:#e5e5e5;
	text-decoration: none;
}
.btn-custom {
}
.btn-newedit-group {
	margin-top:40px;	
}
.btn-plus-sign {
	font-size:normal;
	color:#b9b9b9;
}
.btn-header-quick{
	font-size:9pt;
	color:#768b9a;
	border:0px;
	margin-right:10px;
	padding:6px;
		
}
.btn-alphaletter {
	width:28px;
	height:23px;
	padding:0px;
	
	font-size:10pt;
}
#alphamenu {
	position:relative;
	float:right;
	text-align: right;
	margin-right: 20px;
	z-index:100;
	margin-top:-30px;
	cursor:pointer;
}
#titleheader {
	position:absolute;
	padding-left:0px;
	margin-top:220px;
	margin-left:50px;
	z-index:1;
}
#title-sub-header {
	position:absolute;
	padding-left:0px;
	margin-top:248px;
	margin-left:50px;
	z-index:1;
}
#bodytop_navigation {
	display: inline-block;
	position:fixed;
	background: white;
	border:0px solid black;
	top:80px;
	margin:0;
	height:80px;
	width:80%;
}
.asset-body-container{
	position:relative;
	width:100%;
	top:-24px;
}
#sub_body_container {
	padding-top:280px;
	padding-left:50px;
	background-color: white;
	height:100%;
	margin:0;
	top:0;
}
#sub_body_notes_container{
	position:inline;
	padding-left:50px;
	margin-top:80px;
	background-color: white;
	height:100%;
	margin:0;
}
#sub_body_contacts_container{
	position:inline;
	padding-left:50px;
	margin-top:80px;
	background-color: white;
	min-height:100%;
	margin:0;
}
#body_container {
	position:relative;
	width:100%;
	height:auto;
	min-height:100vh;
}
.ui-corner-top {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.li_tab {
	padding:0;
	margin-top:63px;
	float:left;
	bottom:0;
}
#spinner_icon{
	margin-left:42px;
	width:20px;
	height:20px;
}
#login-spinner {
	right:56px;
	top:44px;
	position:absolute;
	opacity: 0.7;
}

.spinner{
	position:relative;
	width:20px;
	height:25px;
}

.blockG{
position:absolute;
background-color:#474747;
width:3px;
height:8px;
-moz-border-radius:3px 3px 0 0;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:1.1199999999999999s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:3px 3px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:1.1199999999999999s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:3px 3px 0 0;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:1.1199999999999999s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:3px 3px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:1.1199999999999999s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:3px 3px 0 0;
transform:scale(0.4);
animation-name:fadeG;
animation-duration:1.1199999999999999s;
animation-iteration-count:infinite;
animation-direction:linear;
}

#rotateG_01{
left:0;
top:9px;
-moz-animation-delay:0.41999999999999993s;
-moz-transform:rotate(-90deg);
-webkit-animation-delay:0.41999999999999993s;
-webkit-transform:rotate(-90deg);
-ms-animation-delay:0.41999999999999993s;
-ms-transform:rotate(-90deg);
-o-animation-delay:0.41999999999999993s;
-o-transform:rotate(-90deg);
animation-delay:0.41999999999999993s;
transform:rotate(-90deg);
}

#rotateG_02{
left:3px;
top:3px;
-moz-animation-delay:0.5599999999999999s;
-moz-transform:rotate(-45deg);
-webkit-animation-delay:0.5599999999999999s;
-webkit-transform:rotate(-45deg);
-ms-animation-delay:0.5599999999999999s;
-ms-transform:rotate(-45deg);
-o-animation-delay:0.5599999999999999s;
-o-transform:rotate(-45deg);
animation-delay:0.5599999999999999s;
transform:rotate(-45deg);
}

#rotateG_03{
left:8px;
top:1px;
-moz-animation-delay:0.7s;
-moz-transform:rotate(0deg);
-webkit-animation-delay:0.7s;
-webkit-transform:rotate(0deg);
-ms-animation-delay:0.7s;
-ms-transform:rotate(0deg);
-o-animation-delay:0.7s;
-o-transform:rotate(0deg);
animation-delay:0.7s;
transform:rotate(0deg);
}

#rotateG_04{
right:3px;
top:3px;
-moz-animation-delay:0.8399999999999999s;
-moz-transform:rotate(45deg);
-webkit-animation-delay:0.8399999999999999s;
-webkit-transform:rotate(45deg);
-ms-animation-delay:0.8399999999999999s;
-ms-transform:rotate(45deg);
-o-animation-delay:0.8399999999999999s;
-o-transform:rotate(45deg);
animation-delay:0.8399999999999999s;
transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:9px;
-moz-animation-delay:0.9799999999999999s;
-moz-transform:rotate(90deg);
-webkit-animation-delay:0.9799999999999999s;
-webkit-transform:rotate(90deg);
-ms-animation-delay:0.9799999999999999s;
-ms-transform:rotate(90deg);
-o-animation-delay:0.9799999999999999s;
-o-transform:rotate(90deg);
animation-delay:0.9799999999999999s;
transform:rotate(90deg);
}

#rotateG_06{
right:3px;
bottom:2px;
-moz-animation-delay:1.1199999999999999s;
-moz-transform:rotate(135deg);
-webkit-animation-delay:1.1199999999999999s;
-webkit-transform:rotate(135deg);
-ms-animation-delay:1.1199999999999999s;
-ms-transform:rotate(135deg);
-o-animation-delay:1.1199999999999999s;
-o-transform:rotate(135deg);
animation-delay:1.1199999999999999s;
transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:8px;
-moz-animation-delay:1.26s;
-moz-transform:rotate(180deg);
-webkit-animation-delay:1.26s;
-webkit-transform:rotate(180deg);
-ms-animation-delay:1.26s;
-ms-transform:rotate(180deg);
-o-animation-delay:1.26s;
-o-transform:rotate(180deg);
animation-delay:1.26s;
transform:rotate(180deg);
}

#rotateG_08{
left:3px;
bottom:2px;
-moz-animation-delay:1.4s;
-moz-transform:rotate(-135deg);
-webkit-animation-delay:1.4s;
-webkit-transform:rotate(-135deg);
-ms-animation-delay:1.4s;
-ms-transform:rotate(-135deg);
-o-animation-delay:1.4s;
-o-transform:rotate(-135deg);
animation-delay:1.4s;
transform:rotate(-135deg);
}

@-moz-keyframes fadeG{
0%{
background-color:#FFFFFF}

100%{
background-color:#474747}

}

@-webkit-keyframes fadeG{
0%{
background-color:#FFFFFF}

100%{
background-color:#474747}

}

@-ms-keyframes fadeG{
0%{
background-color:#FFFFFF}

100%{
background-color:#474747}

}

@-o-keyframes fadeG{
0%{
background-color:#FFFFFF}

100%{
background-color:#474747}

}

@keyframes fadeG{
0%{
background-color:#FFFFFF}

100%{
background-color:#474747}

}

#contact_container {
	width:100%;
	border:0px solid silver;
	text-align: left;
	position:relative;
	padding-top: 0px;
	display: inline-block;
}
.contact-container{
	display: inline-block;
	width:100%;
}
.contact_panel{
	float:left;
	border:0px solid silver;
	margin-top:0;
	padding: 0px;
	text-align: center;
	width:100px;
}
.capital-case{
	text-transform: capitalize;
}
.contact-label{
	text-transform: capitalize;
	font-size:smaller;
	font-weight:bold;
}
.contact_photo{
	width:50px;
	height:50px;
	float:top;
}
.contact_details {
	padding:2px;
	text-align:center;
}
.spacer{
	min-height:40px;
}
.map-body {
	width:100vw;
	height:100vh;
}
.map-link {
	cursor: pointer;
	width:70px;
	padding:4px;
	background-color:#f4f4f4;
	margin-top:10px;
	font-size: smaller;
	border-radius:3px;
}
.line_spacer {
	position:relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	height:1px;
	margin-left: 0;
	width:100%;
	min-height: 20px;
	padding-top:5px;
	margin-top:10px;
	margin-left:0;
}
.fine-line{
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-autocomplete {
  padding: 0;
  list-style: none;
  background-color: #fff;
  width: 218px;
  border: 1px solid #B0BECA;
  max-height: 350px;
  overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
  border-top: 1px solid #B0BECA;
  display: block;
  padding: 4px 6px;
  color: #353D44;
  cursor: pointer;
}
.ui-autocomplete .ui-menu-item:first-child {
  border-top: none;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  background-color: #D5E5F4;
  color: #161A1C;
}
.admin-body{
	min-height:100vh;
	margin-left:-60px;
}
#admin-body-content{
    margin-left:-50px;
    margin-top:-100px;
	width:100%;
}
.admin-side-panel{
    margin-top:30px;
    background-color:#a3a3a3;
    padding:10px;
    border:1px solid rgba(50, 50, 50, 0.1);
    border-radius: 4px;
    color:white;
}
.panel-header{
	position:relative;
	top:0;
	left:0;
	width:100%;
	margin:0;
	padding:4px;
	padding-left:12px;
	font-size:11pt;
	color: #5c5c5c;
	background-color: rgba(144, 144, 144, 0.85);
	border-bottom:1px solid rgba(68, 68, 68, 0.1);
	color:white;
	font-size: smaller;
	text-transform: uppercase;
}

.side-panel-item{
    padding:24px;
    border-bottom:1px solid rgba(80, 80, 80, 0.1);
    width:100%;
}
.side-panel-item.dark {
	background-color:gray;
	color:white;
}
.side-panel-item.dark a {
	color:white;
	text-decoration: underline;
}
.current-location-container{
	width:100%;
	position:relative;
}
#directory{
	margin-top:-140px;
	min-height:100vh;
}

#sub-body-items-container{
	margin-top:-11px;
	z-index:3;
}
#sub-body-items-container.admin {
	margin-top:105px;
	min-height:100vh;
}
#sub-body-items-panel {
	position:fixed;
	margin-top:0;
	border:0px solid #f4f3f3;
	z-index:1;
	width:25%;
	padding:0;
	overflow-y: auto;
	background-color: #f9f9f9;
	right:5%;
	height:100%;
}
#sub-body-items-panel.admin-side-panel{
	right:6%;
	background-color: #5d5d5d;
	min-height:100vh;
	right:100%;
	left:5%;
	width:200px;
	padding:0;
	padding-top:20px;
}
.ffPadding{
	margin-top:20px !important;
}

.btn-admin-panel{
	background-color:#6b6b6b;
	width:100%;
	height:40px;
	border-bottom:1px solid rgba(164, 164, 164, 0.1);
	padding:10px;
	color:white;
	cursor: pointer;
}
.btn-admin-panel-on{
	background-color:#959595;
}
.btn-admin-panel:hover{
	background-color:#e8e8e8;
	color:black;
}
li.items-custom {
	margin-top:-1px;
	padding:3px;
}
li.items-header-custom {
	margin:0;
	margin-top:-1px;
	height: 22px;
	padding:0;
	padding-left:20px;
	padding-top:2px;
	border:0;
	font-size: smaller;
	background-color:#8b8b8b !important;
	text-transform: uppercase;
}
.items-header-badge-custom {
	float:right;
	margin-right:4px;
}
.badge.badge-summary-panel{
	background-color:#cacaca;
}
.item-active-custom {
	background-color:#7e7e7e;
}

.pills-custom {
	height:30px;
	font-size:-1;
	padding:0px;
	margin:0;
}
.image-edit-button{
	position:absolute;
	width:100%;
	height:20px;
	background-color: rgba(47, 47, 47, 0.49);
	color:white;
	top:100%;
	text-align:center;
	text-transform: uppercase;
	font-size: smaller;
	font-weight:bold;
	z-index:200;
	bottom:0px;
}
.image-edit-button:hover{
	color:#def9ff;
	cursor: pointer;
	font-weight:bold;
}
.asset-image-container{
	position:relative;
	min-height: 160px;
	min-width: 160px;
	width:160px;
	height:160px;
	border-radius:0;
	top:220px;
	margin-right:40%;
	padding-left:80px;
}
.product-image-container{
	position:relative;
	min-height: 100px;
	min-width: 100px;
	width:100px;
	height:100px;
	border-radius:0;
}
.product-image-thumb{
	width:60px;
	cursor:pointer;
	margin:15px;
	margin-left:0;
	border:1px solid rgba(155, 155, 155, 1);
	border-radius:3px;

}
.product-search-panel{
	position:relative;
	top:180px;
}
.image-fullsize{
	width:100%;
	margin:0;
	padding:0;
}
.image-large {
	position:relative;
	background-color: #fafafa;
	border:0px solid rgba(0, 0, 0, 0.1);
	min-height: 100px;
	min-width: 100px;
	width:100px;
	height:100px;
}
.image-larger {
	position:relative;
	background-color: #fafafa;
	border:0px solid rgba(0, 0, 0, 0.1);
	min-height: 160px;
	min-width: 160px;
	width:160px;
	height:160px;
}
.image-default {
	position:relative;
	background-color: #fafafa;
	border:1px solid rgba(0, 0, 0, 0.1);
	min-height: 100px;
	min-width: 100px;
	width:100px;
	height:100px;
	font-size:20pt;
	color:#cccccc;
	text-align: center;
	line-height: 74pt;
	padding-left:24px;
}
.image-default.product{
	border-radius:50%;
	width:80px;
	height:80px;
}
.image-large:hover{
	background-color: #dadada;
	cursor:pointer;
}
.image-default:hover{
	background-color: #dadada;
	cursor:pointer;
}
.asset-barcode-image{
	margin:0;
	margin-top:-34px;
	margin-right:-10px;
}
.barcode-input-group {
	position:absolute;
	right:10px;
	top:10px;
	width:230px;
}
.asset-body-container {
	margin-top:-20px;
	margin-left:10px;
}

#asset-tab-container {
	margin-top:0px;
	margin-left:50px;
}

.product-image {
	margin-top:30px;
	border:1px solid rgba(0, 0, 0, 0.1);
	min-height: 100px;
	min-width: 100px;
	width:160px;
	height:160px;
	background-color: #fafafa;
	border-radius:6%;
}
.inset-text-effect {
  display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgba(48,48,48,1);
  text-align: center;
  text-transform: normal;
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: pre;
  text-shadow: 1px 1px 0px rgba(154,154,154,0.6) , -1px -1px 1px rgba(51,51,51,0.67) ;
}
.mainsearch-text div {
	font-size: small;
}
.mainsearch-container-custom {
	margin-left:0px;
	padding:0;
}
#modal-search-field {
	width:100%;
}
.mainsearch-search-input {
	font-size:larger;
	font-weight:600;
}
#main-search-field{
	width:200px;
}
#modal-search-div {
	width:100%;
}
.mainsearch-results-container {
	padding-left:0;
}
.mainsearch-item {
	border:1px solid #e0e0e0;
	margin-top:-1px;
	padding:4px;
	padding-left:0;
}
.main-search-field {
	float:right;
	width:100%;
	min-width:200px;
	height:34px;
	padding:10px;
	border:1px solid rgba(117, 117, 117, 0.1);
}
.modal{
}
.modal-dialogue{

}
.modal-content{
	border-radius:8px;
}
.modal-header{
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.modal-body {
	overflow-y: auto;
	background-color:#fff;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}
.modal-footer{
	border:0px;
}
.modal-body.tfa-modal-body {
	max-height:500px;
	width:100%;
	background-color:#fff;
	overflow-y: auto;
	border-radius:4px;
	border-radius:4px;
}
.modal-body.image-modal-body {
	max-height:500px;
	width:100%;
	overflow-y: auto;
	background-color:rgba(43, 43, 43, 0.8);
	border-radius:4px;
	border-radius:4px;
}
.modal-body.modal-body-transfer {
	max-height:500px;
	width:100%;
	background-color:rgba(242, 242, 242, 0.8);
	overflow-y: auto;
	border-radius:4px;
	border-radius:4px;
}
.modal.calendar-modal .modal-dialog {
  min-width: 60%; /* desired relative width */
  width:60%;
}
.modal-body.calendar-modal-body {
	height:90%;
	width:100%;
	background-color:rgba(242, 242, 242, 0.8);
	overflow-y: auto;
	border-radius:4px;
	border-radius:4px;
}
.btn-image-modal-close {
	position:absolute;
	color:rgba(180, 180, 180, 0.51);
	font-size:24pt;
	z-index:999;
	right:-25px;
	top:5px;
	cursor: pointer;
}
.modal-body.modal-body-search {
	position:absolute;
	height:400px;
	overflow-y: auto;
	background-color:#f9f9f9;
	width:100%;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}
.modal-body.login-modal-body {
	background-color:#fff;
	height:340px;
}

.modal-login.fade.in ~ .modal-backdrop.fade.in {
    background-color: #f7f7f7;
}
.modal-backdrop {
   background-color: rgba(100, 100, 100, 1) !important;
}
.modal-content.confirm-modal {
	background-color:#fff;
	margin-top:150px;
}
.modal-body.confirm-modal-body {
	width:100%;
}
.confirm-modal-message {
}
.modal-body.note-modal-body {
	height:400px;
	width:100%;
	background-color:#fff;
	padding:20px;
	padding-top:0;
	margin:0;
	overflow-y: hidden;
	top:-3px;
}
.note-modal-header{
	 font-size:12pt;
	 height:30px;
	 line-height:0;
}
.modal-header.calendar-modal-header{
	 font-size:12pt;
	 height:30px;
	 line-height:0;
}
h3.note-header-text{
	line-height:0;
	margin:0;
	padding:0;
}
h3.calendar-header-text{
	line-height:0;
	margin:0;
	padding:0;	
}
h3.contact-header-text{
	line-height:0;
	margin:0;
	padding:0;
}
.note-modal-message {
	font-size:normal;
	font-weight:400;
	color:#636363;
	overflow:scroll;
	max-height:500px;
}

.editor {
	min-height: 150px;
	background-color: white;
	border-collapse: separate;
	border: 1px solid rgb(204, 204, 204);
	padding: 10px;
	box-sizing: content-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	outline: none;
	overflow:scroll; 
}

#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}
.panel-custom{
	border-radius:3px;
	border: 1px solid rgba(47, 47, 47, 0.1);
}
.subtle-emphasis{
	font-size:smaller;
	color:rgba(29, 29, 29, 0.44);
}
.subtle-emphasis.normal{
	font-size:inherit;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}
.glyphicon-large{
	font-size:18pt;
	color:rgba(47, 47, 47, 0.4);
	top:6px;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.search-animate-custom {
	float:right;
	margin-top:-24px;
	margin-right:6px;
	z-index:100;
}
#doughnutLegend {
	float:right;
}
.product-container{
	position:relative;
	top:-30px;
	margin:0;
	left:-46px;
	width:100%;
}
.product-tab-container{
	top:-60px;
}
.text-assetcode{
	padding:3px;
	color:#7f0202;
	font-weight: 400;
}
.input-login-email{
	font-weight: 400;
	background-color:#fbfbfb;
}
.input-login-password{
	font-weight: 400;
	background-color:#fbfbfb;
}
.onoffswitch{
	width:60px;
	height:20px;
	border-radius: 10px;
	background-color:#007cc0;
    position: relative; 
    -webkit-user-select:none; 
    -moz-user-select:none; 
    -ms-user-select: none;
}
.onoffswitch-label{
	color:white;
	content:attr(name);
}
.onoffswitch-checkbox{
	display:none;
}
.onoffswitch-label {
    display: block; 
    overflow: hidden; 
    cursor: pointer;
}
.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; 
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; 
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%; 
    padding: 0; 
    line-height: 20px;
    font-size: 12px; 
    color: white; 
    font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; 
}
.onoffswitch-inner:before {
    content: 'on';
    padding-left: 10px;
    padding-right: 2px;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "off";
    padding-right: 8px;
    color: #eaeaea;
    text-align: right;
}
.onoffswitch-switch {
    display: block; 
    width: 16px;
    height:16px; 
    margin: 6px;
    background: #FFFFFF;
    border: 0px solid #999999; 
    border-radius: 50%;
    position: absolute; 
    top: -4px; 
    bottom: 0; 
    right: 34px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0; 
}


.bubble {
	top:50px;
	right:-20px;
	position: relative;
	width: 177px;
	height: 126px;
	padding: 0px;
	background: #f2f2f2;
	border: #e0e0e0 solid 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;


	box-shadow: 		0px 1px 1px 0px rgba(119, 119, 119, 0.6);
	-moz-box-shadow: 	0px 1px 1px 0px rgba(119, 119, 119, 0.6);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(119, 119, 119, 0.6);
}
.bubble-glyph {
	color:#b2b2b2;
	font-size: 10pt;
}
.glyphicon-custom{
	color:#8e8e8e;
	font-size: 10pt;
	line-height:13pt;
}
.header-profile-bubble-link {
	font-size: normal;
	border-bottom:1px solid rgba(115, 115, 115, 0.1);
	padding:2px;
	width:100%;
	white-space: nowrap;
}
.header-profile-bubble-link.tz{
	border:0;
	padding-top:8px;
	color:#556774;
	text-transform: uppercase;
	font-size: smaller;
}
.header-add-icon{
	position: relative;
	font-size:11pt;
	width:30px;
	color:rgba(142, 154, 162, 0.8);
	padding:4px;
	margin-right:10px;
	top:5px;
	border:1px solid rgba(36, 36, 36, 0);
	padding-left:6px;

}
.header-add-icon:hover{
	border:1px solid rgba(36, 36, 36, 0.11);
	border-radius: 3px;
	cursor: pointer;
	background-color: #fafafa;
}

.bubble:after {
	content: "";
	position: absolute;
	top: -15px;
	left: 120px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #f2f2f2 transparent;
	display: block;
	width: 0;
	z-index: 1;
}

.bubble:before {
	content: "";
	position: absolute;
	top: -16px;
	left: 120px;
	border-style: solid;
	border-width: 0 15px 15px;
	border-color: #e0e0e0 transparent;
	display: block;
	width: 0;
	z-index: 0;
}

.address-panel {
	margin-top:5px;
	position:relative;
	width:100%;
	border:0px solid rgba(100, 100, 100, 0.11);
	border-radius:4px;
	padding:0px;
	background-color:#fff;
	height:100%;
	margin-bottom:10px;
	min-height:150px;
}
.address-body{
	padding:0px;
	padding-top:10px;
}
.nav-addresstype.nav-tabs > li > a {
	font-size: smaller;
	width:80px;
	height:24px;
	padding:8px;
	margin-top:40px;
	line-height:0px;
	margin-left:4px;
	color:#7f7f7f;
	padding-bottom:20px;
}
.nav-transfertab.nav-tabs > li > a {
	font-size: smaller;
	width:80px;
	height:24px;
	padding:8px;
	margin-top:40px;
	line-height:0px;
	margin-left:4px;
	color:#7f7f7f;
	padding-bottom:20px;
}
.btn-address-type.highlight{
	background-color: #efefef;
}
.address-panel-left{
	height:100%;
	float:left;
}
.address-panel-right{
	height:100%;
	float:right;
	margin-top:-60px;
}
.address-number-element{
	padding:6px;
	background-color:#f4f4f4;
	margin:6px;
	margin-left:0;
	margin-right:0;
	min-width:180px;
	border-radius:3px;
}
.address-number-text{
	margin-left:10px;
}

.custom-opaque{opacity: 0.6;}
.theme-color-1 {background-color:#f3f3f3;}
.theme-color-2 {background-color:#CEDC00;}
.theme-color-3 {background-color:#fafafa;}
		
.theme-color-1-compliment {color:#c2d33f;}
.theme-color-2-compliment {color:#c2d33f;}
.theme-color-3-compliment {color:#aab935;}
		
.theme-color-1-contrast {color:#676767;}
.theme-color-2-contrast {color:#676767 !important;}
.theme-color-3-contrast {color:#676767;}
		
.theme-color-1-border {border-color:#676767;}
.theme-color-2-border {border-color:#676767;}
.theme-color-3-border {border-color:#676767;}


.theme-color-swatch{
	border:1px solid silver;
	width:50px;
	height:20px;
	float:left;
}
.theme-color-text{
	border:0px solid silver;
	width:50%;
	height:30px;
	margin-left:8px;
}
.depreciation-container{
	position:relative;
	left:0;
	margin:0;
	margin-left:-40px;
}
.depreciation-chart{
	margin-top:20px;
}
.depreciation-table{
}
.depreciation-item {
	padding:6px;
	color:black;
	font-size:smaller;
	font-weight:400;
	min-height:30px;
	border-bottom:1px solid rgba(0, 0, 0, 0.11);
}
.depreciation-item.label{
	background-color:#f7f7f7;
	text-align: left;
}
.depreciation-item.value{
	background-color:#f7f7f7;
}
.depreciation-chart{
	margin-top:20px;
}
.attribute-container{
	position:relative;
	left:0;
	margin:0;
	margin-left:0;
}
.attribute-item {
	position:relative;
	padding:0;
	color:black;
	min-height:28px;
	width:100%;
	margin:0;
}
.attr-label{
	color:#4b667b;
	font-size:9pt;
	font-weight: 500;
	text-align: left;
	width:50%;
	min-height:28px;
	float:left;
	line-height: 16pt;
	text-transform: capitalize;
	padding:3px;
	border-bottom:1px solid rgba(119, 119, 119, 0.1);
	text-transform: uppercase;
}

.attr-value{
	width:50%;
	float:right;
	min-height:28px;
	padding:3px;
	border-bottom:1px solid rgba(119, 119, 119, 0.1);
	border-left:1px solid rgba(119, 119, 119, 0.1);
}
.attr-value.desc{
	width:100%;
	border:0;
}
.attr-value.desc{
	width:100%;
	border:0;
}
.attr-label.attr-deprec{
	width:80%;
}
.attr-value.attr-deprec{
	width:20%;
}
#paginator{
	position:relative;
	height:30px;
	width:100%;
}
#paginator.page-organisation{
	top:240px;
	left:46px;
}
#paginator.page-reports{
	top:-40px;
	left:0px;
}
.pagination {
	position:absolute;
	left: -8px;
	padding-left: 0;
	margin-top:15px;
	border-radius: 2px;
}

.price{
	background-color: #f9f9f9;
	border-radius: 3px;
	font-weight:bold;
	color: #6c6b66;
	padding:10px;
	text-align: right;
	font-size: 16pt;
	min-height:50px;
}
.price-small{
	min-height:24px;
	font-size: 10pt;
	padding:4px;
}
.price-symbol{
	font-size:12pt;
	padding:4px;
}
.transfer-tab-body{
	background-color:white;
}
.transfer-asset-table{
	width:100%;
}
.table.no-borders td {
	border:0;
}
.rpt-pagination-row{
	display:inline-block;
}
#reports-charts-container{
	position:relative;
	top:-80px;
}
.chart-header{
	margin-left:10px;
	font-size:smaller;
	color:#292d34;
	border-bottom:0px solid rgba(53, 53, 53, 0.1)
}
.export-button-group{
	position: fixed;
	right:100px;
	top:130px;
	z-index:2;
}
input[type='text'].paginator-counter-text{
	width:120px;
	font-weight:400;
	border:1px solid silver;
}
input[type='submit']{
	width:120px;
	float:right;
}
btn#btn-cancel{
	width:120px;
	float:right;
}
.targets-table{
	width:100%;
}
.target-months {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.target-months ul li { 
	display: inline;
	padding:4px;
	margin:2px;
}
.target-months  ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #434343;
	background-color: #f0f3f6;
	border-radius: 3px;
	font-size: smaller;
}
.target-months ul li a:hover {
	color: #fff;
	background-color: #8da0b3;
}
.input-target{
	width:50px;
	margin:1px;
	border:1px solid #0075be !important;
	padding:1px;
	font-size:smaller;
}
.input-actual{
	width:54px;
	margin:1px;
	border:1px solid #c2a200 !important;
	padding:1px;
	font-size:smaller;
}
.input-default{
	width:54px;
	margin:1px;
	padding:1px;
	font-size:smaller;
}
.target-week-header{
	text-align:center;
	color: #4c4c4c;
	font-size: medium;
}
.target-column{
	background-color: #fdfdfd;
}
.actual-column{
	background-color: #fbfbfb;
}
.target-month-title{
	font-size: 16pt;
	color:#c34500;
	text-transform: capitalize;
}
.target-month.selected{
	background-color: #8da0b3;
	color:white;
	border:2px solid #8da0b3;
}
.support-body{
	top:-120px;
}
.account-rep{
	position:absolute;
	margin-top:-60px;
	font-size: small;
	color: #7c7c7c;
	right:0;
	background-color:rgba(189, 189, 189, 0.11);
	border-radius: 3px;
	padding:3px;
	
}
.browser-icon{
	width:76px;	
}
div.account-mgr-container{
	position:relative;
	margin-top:20px;
}
span.account-mgr-text{
	padding:0;
	margin:0;
	text-align:right;
}
.note-modal-org-panel{
	position:relative;
	margin-top:24px;
	margin-bottom:2px;
}
#notemodalmessage{
	height:250px;
	border: 2px solid #cccccc;
	padding: 5px;
}
.notemodaltextvalidation{
	color:#942323;
}
.notemodalorgvalidation{
	color:#942323;
}
.notemodaltextvalidationborder{
	border-color:#942323;
}
.label-followup{
	cursor:pointer;
}
.gps-ring {
    border: 3px solid #d63a3a;
    -webkit-border-radius: 30px;
    height: 18px;
    width: 18px;
    position: absolute;
    left:-10px;
    top:-5px;
    -webkit-animation: pulsate 2s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.news-item-body{
	background-color: #fafafa;
	border-radius: 3px;
	padding:10px;
	border:1px solid rgba(122, 122, 122, 0.1);
	
}
.news-item-header{
	font-weight:bold;
	font-size: smaller;
}
.news-latest-item {
	background-color:#edf4d4;
}
.email-icon{
	width:100px;
	height:100px;
	float:right;
	margin:10px;
}
.asset-icon{
	width:80px;
	height:80px;
	opacity:0.3;
	position: relative;
	left:-20px;
	top:80px:
	z-index:100;
	
}
.product-icon{
	width:80px;
	height:80px;
	opacity:0.3;
	position: relative;
	left:40px;
	top:10px;
	z-index:100;
	
}
.security-icon{
	width:40px;
	height:40px;
	opacity:0.3;
	position: relative;
	right:0;
	margin-right:0px;
	top:0px;
	border-radius:50%;
}
.qrcode-img {
	width:130px;
	height:130px;
	max-width:100px;
	max-height:100px;
}
.navbar{
	height:100px !important;
	opacity: 0.95 !important;
}
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(120, 120, 120, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 14px;
    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(119, 119, 119, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(51, 51, 51, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(231, 231, 231, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #c4db69;
}


p {
	margin-top:10px;	
}
.btn {
	border-radius:1px;
}
.btn:hover{
	box-shadow:0px 1px 2px rgba(103, 103, 103, 0.5);
	background-color: inherit rgba(255, 255, 255, 0.34);
}
.white{
	background-color:white;
}
.body-container{
	position: inline;
	margin:0;
	margin-top:-5px;
	padding:0;
	width:100%;
	background-color:#f3f3f3;
}
.icon-block{
	position:relative; 
	display:inline-block;
	min-width:365px;
	text-align:left;
	margin-left:40px;
}
.key-capabilities{
	position: relative;
	width:40%;
	margin:40px;
	margin-left:200px;
	background-color: rgba(249, 249, 249, 0.8);
	border-radius: 6px;
	min-height:300px;
}
.key-capabilities-header{
	position:absolute;
	top:0;
	width:100%;
	padding:20px;
	background-color: rgba(0, 0, 0, 0.6);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	color:white;
	font-size:14pt;
}
.key-capabilities-body{
	position:inline;
	width:100%;
	padding:20px;
	font-size:11pt;
	padding-top:100px;
}
.feature-container{
	width:90%;
	padding:60px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.feature-callout{
	width:100px; 
	height:100px; 
	background-color:white;
	position: relative;
	display: inline-block;
	border-radius: 2px;
	background-color: #2295ba;
	color:white;
	text-align: center;
	vertical-align: middle;
	padding:8px;
	margin:10px;
	border-bottom:8px solid #38738c;
	font-size:10pt;
	width:25%;
}
.tech-icon{
	display:inline-block;
	max-width:160px;
}
.feature-text{
	position:relative;
	font-size:19pt;
	color: #7a7a7a;
	z-index:1;
	padding:0px;
	padding-top:0px;
	margin-top:20px;
	width:90%;
	border-bottom: 1px solid rgba(46, 45, 45, 0.1);
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
}
.feature-sub-text{
	position:relative;
	font-size:11pt;
	color: #7a7a7a;
	z-index:1;
	padding-right:20px;
	border:0;

}
.feature-img{
	position: relative;
	width:100%;
	z-index:1;
	margin-right:0px;
	max-width:500px;
}
.feature-block{
	position:relative;
	display: inline-block;
	width:40%;
	margin:10px;
}
.hero-container{
	margin-top:0;
	padding:0;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.hero-block{
	position:relative;
	display: inline-block;
	width:40%;
	margin:10px;
}
.hero-callout{
	width:240px;
	height:40px;
	background-color: rgba(69, 79, 89, 0.81);
	padding:10px;
	color:white;
	margin:7px;
	margin-left:0;
	font-size: 10pt;
	border-radius: 1px;
	cursor: pointer;
}
.hero-callout > a {
	color:#fff;
}
.hero-callout:hover{
	background-color: rgba(81, 101, 122, 0.81);
}
.hero-text{
	font-size:19pt;
	color: #7a7a7a;
	z-index:1;
	padding-top:70px;
	width:150%;
	position:inline;
	text-shadow: 0 1px 0 #fff;
}
.hero-text2{
	margin:120px;
	text-align: center;
	padding:50px;
}
.hero-sub-text{
	font-size:12pt;
	color: #7a7a7a;
	z-index:1;
	padding-right:80px;

}
.hero-img{
}
.info-box{
	display: inline-block;
	border:0px solid #6898c8;
	border-radius:1px;
	margin:0px;
	padding:30px;
	font-size:14pt;
	background-color: rgba(23, 56, 106, 0.85);
	color:white;
	text-transform: uppercase;
	vertical-align: top;
	min-width:300px;
	min-height:200px;
	text-shadow: 0px 1px 0px black;
}
.info-box.bg1{
	background:url(/images/backgrounds/logistics.jpg) no-repeat center center;
}
.info-box.bg2{
	background:url(/images/backgrounds/engage.jpg) no-repeat center center;
}
.info-box.bg3{
	background:url(/images/backgrounds/discover.jpg) no-repeat center center;
}
.info-box-subtext{
	font-size:10pt;
	text-transform: none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.content-body-item{
	display: inline-block;
	padding:2em;
	vertical-align:top;
	width:180px;
	margin-top:60px;
	
}
.citylights{
	margin:0;
	background:url(/images/backgrounds/login_background3.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.features-item{
	margin:0;
	padding:0;
}
.flat-icon{
	max-width:50px;
	max-height:50px;
	display: inline-block;
	vertical-align: middle;
	margin:10px;
}
.icon-text{
	font-size:13pt;
	color:#747474;
	width:470px;
	display: inline-block;
	vertical-align: middle;
	margin-left:20px;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
}

h2{
	color:black;
	font-size: 16pt;
	text-shadow: 0 1px 0 #fff;
}

.navbar.header {
	position:fixed;
    background-color: #525252 !important;
    color: white;
    top: 0px;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0;
    margin: 0;
    z-index: 300;
	opacity: 0.95;
}

.navbar-default .navbar-toggle:hover {
    background-color: #525252 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #009cb0 !important;
}
.navbar-default .navbar-toggle{
	border:0px solid #2fa3b7 !important;
	margin-top:15px;
	font-size:12pt;
	text-align: center;
}

.footer{
	position:relative;
	background-color: rgba(28, 28, 28, 0.90);
	width:100%;
	font-size: 10pt;
	padding:4px;
	color:#6a6a6a;
	margin:0;
	padding-left:10%;
	padding-right:10%;
	padding-top:34px;
	padding-bottom:80px;
}
.footer-group{

}
.footer.footer-small {
	position: fixed;
	bottom: 0;
	height:40px;
	background-color: rgba(205, 205, 205, 0.18);
}
.footer > div {
}
.footer-bold {
	color:white;
	font-size:11pt;
	text-align: left;
	vertical-align: top;

}
.footer-normal{
	color:white;
	font-size: 10pt;
	color:silver;
	text-align:left;
	vertical-align: top;
	line-height: 1.8;
	cursor:pointer;	
}
div.footer-copyright{
	position:absolute;
	color:#a9a9a9;
	font-size: 9pt;
	width:100%;
	bottom:4px;
	
}

.fullwidth{
	position: relative;
	left:0;
	margin:0;
	width:100%;
	border-bottom: 1px solid rgba(34, 34, 34, 0.11);
}
.fullwidth.features{
	position:inline;
	left:0;
	margin:0;
	margin-top:0px;
	width:100%;
	border-bottom: 0px solid rgba(34, 34, 34, 0.11);
}
.fullwidth.grey{
	background-color:rgba(248, 248, 248, 1);
}
.fullwidth.white{
	background-color:rgba(255, 255, 255, 1);

}

.fullwidth.header{
	top:60px;
}
div.below-header-img{
	margin-top:240px;
}

ul.nav a {
	color:white !important;
	margin-top:6px;
}

ul.nav a > div {
	margin-top:-6px;
}

.sign-up-panel{
	position:fixed;
	border-radius:4px;
	width:30%;
	height:400px;
	margin: 0 auto;
	right:0;
	margin-right:35%;
	margin-left:35%;
	min-width:300px;
	top:30%;
	
	-webkit-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	
}
.sign-up-panel-inner{
	background-color:rgba(238, 238, 238, 0.98);
	position:relative;
	width:40%;
	min-height:400px;
	padding:20px;
	border-radius:2px;
	margin-left:auto;
	margin-right: auto;
	min-width:350px;
	margin-bottom:120px;
	-webkit-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 29px -9px rgba(0,0,0,0.75);
}
#accessibility-link{
	position:absolute; 
	bottom:2px; 
	font-size:smaller; 
	color:rgba(148, 145, 145, 1);
	width:90%;
	margin-right:10px;
	text-align:right;
	
}
.signup-header-panel  {
	color:white;
	padding:10px;
}
.form-control.signup{
	margin-top:10px;
}
.signup-site-suffix{
	padding-top:20px;
	height:30px;
	color:#0363a8;
}
.tandc-text{
	padding:0px;
	padding-left:30px;
	padding-right:30px;
}

.signup-container{
	margin:0;
	width:100%;
	height:100%;
	background:url(/images/signup_background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

<!--//** animations **// -->
.container {
	position:absolute;
	width: 100%; 
	margin: 0 auto; 
	overflow: hidden;
}
.content {
	width:80%; 
	margin:0 auto; 
	padding-top:0px;
	position:absolute;
}
.ball {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 6px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
}

.ball1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-top: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: -23px;
    -moz-animation: spinoff .5s infinite linear;
    -webkit-animation: spinoff .5s infinite linear;
}

.sign-up-button a {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	padding:12px;
	background-color: #0363a8;
	color:white;
}

.pricing-container{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
}
.pricing-panel{
	border:1px solid rgba(97, 97, 97, 0.3);
	border-radius: 1px;
	padding:0;
	margin:10px;
	width:25%;
	min-width:250px;
	vertical-align:middle;
	min-height:340px;
	background-color:#f3f3f3;
}
.pricing-header-text{
	font-size:16pt;
	margin-bottom:20px;
	padding:10px;
	text-align: center;
	min-height:80px;
	width:100%;
	text-shadow: 0 1px 0 #fff;
}
.btn-pricing-signup{
	position: absolute;
	width:100%;
	text-align: center;
	min-height:80px;
	bottom:0;
	margin-bottom:80px;
}
.pricing-normal-text{
	font-size:10pt;
	color:#5f5f5f;
	padding:10px;
	position:absolute;
	bottom:0;
}
.pricing-highlight-plan{
	font-size:22pt;
}
.pricing-sub-text{
	font-size:10pt;
	color:#5f5f5f;
}
.pricing-block{
	height:60px;
}
.pricing-block.block1{
	background-color:#bcc9d0;
	text-align: center;
	color:white;
	padding-top:20px;
	font-size:12pt;
}
.pricing-block.block2{
	background-color:#51b7ee;
	text-align: center;
	color:white;
	padding-top:13px;
	font-size:15pt;
}
.pricing-block.block3{
	background-color:#bcc9d0;
	text-align: center;
	color:white;
	padding-top:20px;
	font-size:12pt;
}
.pricing-body{
	position: relative;
	width:100%;
}
.pricing-footer{
	width:70%;
	color:#575757;
	font-size: 10pt;
	margin-top:20px;
	margin-bottom:40px;
}
.pricing-header{
	width:60%;
	color:#426fa7;
	font-size: 16pt;
	text-align: left;
}
.footer-social{
	width:98%;
	text-align:left;
	margin-left:auto;
	margin-right: auto;
	margin-top:40px;
}
.social-icon{
	margin-top:40px;
	display:inline-block;
	width:30px;
	height:30px;
	margin-right:10px;
}
.swlogo{
	position:absolute; 
	width:240px; 
	top:-10px; 
	left:-20px;
	opacity: 0.8;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes spinoff {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(-360deg);
    };
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

@-webkit-keyframes spinoff {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    };
}



