/* Add here all your CSS customizations */
	
table.table.centered {margin-left:auto;margin-right:auto;width:auto;}

.red {color:#ff0000;}

.releasenotes {
	box-sizing:border-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width:100%;
	box-shadow: 2px 2px 5px #CCCCCC;
	border: 1px solid #380a0a;
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}
.releasenotes table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0px;
	padding: 0px;
	width:100%;
	box-sizing:border-box;
}
.releasenotes tr:last-child td:last-child {
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-bottom-right-radius: 9px;
}
.releasenotes table tr:first-child td:first-child {
	-moz-border-radius-topleft: 9px;
	-webkit-border-top-left-radius: 9px;
	border-top-left-radius: 9px;
}
.releasenotes table tr:first-child td:last-child {
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	border-top-right-radius: 9px;
}
.releasenotes tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 9px;
	-webkit-border-bottom-left-radius: 9px;
	border-bottom-left-radius: 9px;
}
.releasenotes tr:hover td {
}
.releasenotes tr:nth-child(odd) {
	background-color: #efefef;
}
.releasenotes tr:nth-child(even) {
	background-color: #ffffff;
}
.releasenotes tr:nth-child(odd) td:first-child {
	background-color: #efefef;
	text-align:right;
	font-weight:bold;
	white-space:nowrap; width:1px; 
	vertical-align:top;
}
.releasenotes tr:nth-child(even) td:first-child{
	background-color: #ffffff;
	text-align:right;
	font-weight:bold;
	white-space:nowrap; width:1px; 
	vertical-align:top;
}
.releasenotes tr:first-child td:first-child {
	text-align:left;
}
.releasenotes td {
	vertical-align: middle;
	border: 1px solid #380a0a;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}
.releasenotes tr:last-child td {
	border-width: 0px 1px 0px 0px;
}
.releasenotes tr td:last-child {
	border-width: 0px 0px 1px 0px;
}
.releasenotes tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}
.releasenotes tr:first-child td {
background: #ef6e6e; /* Old browsers */
background: -moz-linear-gradient(top, #ef6e6e 0%, #ed5555 50%, #ef3737 51%, #dd1f1f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6e6e), color-stop(50%,#ed5555), color-stop(51%,#ef3737), color-stop(100%,#dd1f1f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ef6e6e 0%,#ed5555 50%,#ef3737 51%,#dd1f1f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ef6e6e 0%,#ed5555 50%,#ef3737 51%,#dd1f1f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ef6e6e 0%,#ed5555 50%,#ef3737 51%,#dd1f1f 100%); /* IE10+ */
background: linear-gradient(to bottom, #ef6e6e 0%,#ed5555 50%,#ef3737 51%,#dd1f1f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6e6e', endColorstr='#dd1f1f',GradientType=0 ); /* IE6-9 */
copy

	border: 0px solid #1d0a38;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

.releasenotes tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}
.releasenotes tr:first-child td:last-child {
	border-width: 0px 0px 1px 0px;
}
.releasenotes td, .release notes .tr {
	background-color:#FFFFFF;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	padding-top: 0px;
	margin-top:4px;
	margin-bottom:4px;
}

div.checkbox.inline {
	padding-top: 0px;
	margin:0px;
	display: inline-block;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height:inherit;
}

a.btn-primary {margin-left:2px;margin-right:2px;}

.ls_ksw_app_title {
	font-size:24px;
	color:#FFFFFF;
	font-weight: bold;	
}

.form-control.inline {
	display:inline-block;
	width:auto;
}

table.table.table-bordered.table-striped.mb-none.tiny_table * {font-size: 12px;}
table.table.table-bordered.table-striped.mb-none.tiny_table td,
table.table.table-bordered.table-striped.mb-none.tiny_table th {padding:2px;margin:0px;}
table.table.table-bordered.table-striped.mb-none.tiny_table {margin:0px;margin-left:auto;margin-right:auto;width:auto;}

.tiny_table input[type=password] {padding: 3px 6px;height: 22px;}
.tiny_table input[type=text] {padding: 3px 6px;height: 22px;}
.tiny_table select {height: auto;}

.alternative-font.smaller {font-size:100%;}

@-webkit-keyframes flipInX { 
    0% { 
        -webkit-transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        -webkit-transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        -webkit-transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        -webkit-transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
@keyframes flipInX { 
    0% { 
        transform: perspective(400px) rotateX(90deg); 
        opacity: 0; 
    } 
    40% { 
        transform: perspective(400px) rotateX(-10deg); 
    } 
    70% { 
        transform: perspective(400px) rotateX(10deg); 
    } 
    100% { 
        transform: perspective(400px) rotateX(0deg); 
        opacity: 1; 
    } 
} 
.flipInX { 
    -webkit-backface-visibility: visible !important; 
    -webkit-animation-name: flipInX; 
    backface-visibility: visible !important; 
    animation-name: flipInX; 
}

div.tab-content.remove_styles {
	border-radius:0px;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	background-color:transparent;
	border:0px;
	padding:0px;
}

.label-info {
    background-color: #db0000;
    text-shadow: 0 1px rgba(130, 8, 8, 0.8);
}




/* ----------- FILTERS ----- */
ul#filters.nav-pills.nav {margin-left:auto;margin-right:auto;text-align:center;}
#filters.nav-pills li {
	margin-top:12px;margin-bottom:12px;
	width:auto;
	float:none;
	display:inline-block;
}
#filters.nav-pills li:first-child {margin-left:20px;}

#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
   -webkit-border-radius:3px;
	  -moz-border-radius:3px;
	       border-radius:3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
       -moz-box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
            box-shadow:0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;
    cursor: pointer !important;
}

#filters ul li a {
    display: block;
    float: left;
    border-right: 1px solid #dddddd;
    color: #999999;
    padding: 6px 20px 6px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    cursor: pointer !important;
}

#filters ul li a:hover {    color: #289dcc }

#filters ul li a.active {
    background: #ffffff;
    color: #289dcc;
    cursor: pointer !important;
}





input[type=password].valid,input[type=text].valid , textarea.valid, select.valid  {
	border: 1px solid #9AA600;
} /*#70A41B*/
input[type=password].error,input[type=text].error, textarea.error, select.error {
	border: 1px solid #DF653E;
}
.control-label.text-left {text-align: left;}
div.checkbox.valid {
	border: 1px solid #9AA600;
	border-radius: 5px;
	padding: 5px;
	margin:2px;
}
div.checkbox.error {
	border: 1px solid #DF653E;
	border-radius: 5px;
	padding: 5px;
	margin:2px;
}

/* Section Featured */
section.darker {
	background: #666666;
	border-top: 5px solid #999999;
	margin: 35px 0;
	padding: 50px 0;
	
	margin: 30px 0 -70px;
}

section.darker.call-to-action h3 {
	color:#FFFFFF;
}


#header.koingo .header-top p, #header.koingo .header-top a, #header.koingo .header-top span {
	color: #AAAAAA;
}

.slider-container .tp-caption a {
	color:#333333;}
	

body.sticky-menu-active #header.koingo {
	opacity:0.95;
	filter:alpha(opacity=95); /* For IE8 and earlier */
}


body.sticky-menu-active #header.koingo .logo {
	padding-top: 6px;
}

body.sticky-menu-active #header.koingo .header-top {
	display: none;
}

body.sticky-menu-active #header.center > .container {
	margin-top:0px;
}

body.sticky-menu-active #header.koingo > .container {
	height: 107px;
	margin-bottom: -92px;
}

body.sticky-menu-active #header.center .logo img {
	margin-top:0px;
}

#header nav.mega-menu ul.nav-main li.mega-menu-item ul.dropdown-menu {
	border-radius:6px;	
}


#header.koingo .header-top {
	background-color: #eeeeee;
}

#header.koingo .header-top ul.nav-top li a:hover {
	background-color: #aaaaaa !important;
}

#header.koingo .header-top a:hover {
	color: #FFFFFF;
}

#header.darken-top-border.koingo {
	border-color: #dddddd !important;
}

.slider-container .product_label {
	color: #FFF;
	font-size: 40px;
	line-height: 62px;
	font-weight: 800;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}

body.sticky-menu-active #header nav.mega-menu ul.nav-main .mega-menu-signin .dropdown-menu {
	right:-2px;
	border-radius:6px 0px 6px 6px;	
}


.slider-container .product_version {
	color: #CCCCCC;
	font-size: 16px;
	font-weight: 300;
}


.tp-caption.allow_wrap {
	white-space: normal !important;
}

.portfolio-list .toggle-content li {
	position: static !important; 
}

.team-list .pricing-table li {
	position: static !important; 
}