/*********************************************
	GLOBAL
*********************************************/

* {
    margin: 0px;
    padding: 0px;
    font: 15px/1.5 sans-serif;
}
html,
body {
    background: #fff;
}
img {
    border: none;
}
a {
    color: #3671c8;
    text-decoration: none;
}
h1 {
    font-size: 23px;
    color: #1c1c1c;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
h1 a,
h1 .title {
    font-size: 26px;
    line-height: 26px;
    color: #ffa245;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}
h2 {
    font-size: 20px;
    color: #3671c8;
    font-weight: normal;
    margin: 1.3em 0 10px 0;
    line-height: 23px;
    font-family: 'Lato', sans-serif;
}
h3 {
	font-family: 'Lato', sans-serif;
}
.sidebar h3 {
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.clear {
    clear: both;
}
.border {
    margin-bottom: 25px;
    border-bottom: 4px solid #cccaca;
}
.border-blue {
    border-bottom: 3px solid #3671c8;
    margin: 0px;
}
.border2 {
    padding-bottom: 16px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ccc;
}
.row {
    float: right;
    width: 100%;
    font-family: 'Lato', sans-serif;
}
#user-greet {
    color: red;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    /*padding:10px 0 10px 0;*/
    padding: 0;
}
#user-greet a {
    color: red;
    font-weight: bold;
    font-size: 12px;
}
#sidebar2 .row {
    margin-bottom: 20px;
}
.right {
    float: right;
}
.left {
    float: left;
}
.fixed {
    position: fixed;
}
.row-img, .m-bottom {
    margin-bottom: 1em;
}

/***   ***/

.bt-download {
    background: orange;
    margin: 0 0 8px;
    border-radius: 4px;
}
.bt_orange,
.bt_blue,
.bt_request {
    display: inline-block;
    width: 172px;
    height: 41px;
    line-height: 33px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
    text-decoration: none;
}
.bt_orange {
    background: url(../images/bt_orange.png) left top no-repeat;
}
.bt_blue {
    background: url(../images/bt_quote.png) left top no-repeat;
}
.bt_request {
    background: url(../images/bt_request.png) left top no-repeat;
}
#sidebar2 .button,
.lp-downloadBtn a,
#form-content .button {
    height: auto;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: normal;
    border-radius: 3px;
    margin: 0 0 10px;
    box-shadow: 0px 1px 3px 0px rgba(2, 2, 2, 0.3);
}
.button:hover {
    color: #fff;
    text-decoration: underline;
}
.button.bt_orange {
    background: orange !important;
    position: relative;
}
.button.bt_orange:after {
    content: '';
    background: url(../images/icon-download.png) right center no-repeat;
    height: 15px;
    width: 15px;
    position: absolute;
    top: 30%;
    right: 7px;
}
.button.bt_blue {
    background: rgb(33, 174, 35) !important;
}
.button.bt_request {
    background: rgb(50, 160, 213) !important;
}
.trial {
    padding: 10px 0px;
}
.blue_b {
    font-weight: bold;
    color: #5686cc;
    text-decoration: none;
}
#share {
    margin: 0 0 1.5em 0;
}

/*  generic p styling  */

#content_wrap p,
.casestudy p i,
#content_wrap .faq-all span,
.compbl_features th,
.compbl_features td,
.partners_main p,
#toplinks p,
#toplinks p a,
.client_box span,
blockquote {
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}
.square_list li,
#content_wrap li,
.maincolumn li {
    line-height: 1.6;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
}

/*********************************************
	Main menu
*********************************************/

.menulist,
.menulist ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */

.menulist ul {
    display: none;
    position: absolute;
    top: 1.0em;
    margin-top: 6px;
    /* I'm using ems and px to allow people to zoom their font */
    left: 0px;
    width: 120px;
}

/* Second and third etc. level submenus - position across from parent instead */

.menulist ul ul {
    top: -1px;
    margin-top: 0;
    left: 20px;
}
.menulist li {
    float: right;
    display: block;
    position: relative;
    background: #C4CECF;
    margin-right: -1px;
    width: 120px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */

.menulist ul li {
    float: left;
    margin: 0;
    margin-bottom: -1px;
    width: 120px;
    padding: 2px 0px;
}
.menulist ul>li:last-child {
    margin-bottom: 1px;
    /* Mozilla fix */
}

/* Links inside the menu */

.menulist a {
    display: block;
    font: 99%/1.5 arial, helvetica, sans-serif;
    letter-spacing: 0.02em;
    font-size: 9pt;
    color: #000;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
    text-align: center;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */

.menulist a:hover,
.menulist a.highlighted:hover,
.menulist a:focus {
    color: #FFF;
    background: #FF9900 url(listmenu_o.png) left repeat-y;
    text-align: center;
}
.menulist a.highlighted {
    color: #FFF;
    background-color: #939A9B;
}

/* Only style submenu indicators within submenus. */

.menulist a .subind {
    display: none;
}
.menulist ul a .subind {
    display: block;
    float: left;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */

.menulist a {
    float: left;
}
.menulist ul a {
    float: none;
}
.menulist a {
    float: none;
    width: 110px;
}
#menu.lang-menu {
    margin: 3px 8px;
    float: right;
    position: relative;
}
.lang-menu {
    margin: 3px 8px;
    float: right;
}
.lang-menu ul {
    padding: 0px;
    width: 33px !important;
    background: none !important;
}
.lang-menu li ul li {
    width: 25px !important;
    padding: 0px !important;
    min-width: 25px !important;
    background: none !important;
    border-bottom: 0 !important;
}
a.flag {
    padding: 0px;
    display: inline-block;
    width: 31px;
    height: 10px;
    padding: 3px 0px !important;
}
.flag-en {
    background: url(../images/sprite.png) -52px top no-repeat;
}
.flag-en .top-menu-arrow {
    position: absolute;
    right: 1px;
    top: 7px;
}
.flag-ru {
    background: url(../images/sprite.png) -82px top no-repeat;
}
.flag-cn {
    background: url(../images/sprite.png) -111px top no-repeat;
}
.flag-il {
    background: url(../images/sprite.png) -140px top no-repeat;
}
.flag-fr {
    background: url(../images/sprite.png) -169px top no-repeat;
}
*:first-child+html .menulist ul li {
    float: left;
    width: 120px;
}
* html .menulist ul li {
    float: right;
}
.gsc-search-button-v2 {
    background-color: #4d90fe !important;
    width: 40px;
    border: 0;
    padding: 3px 0;
    height: 26px;
}
#menu,
#menu ul,
.lan-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu li {
    float: right;
    padding-left: 6px;
    position: relative;
    width: 93px;
    border-right: 1px solid #EEEEEE;
    text-align: center;
    margin: 0;
}
#menu li:first-child,
#menu li ul li {
    border-right: 0;
}
#menu li:last-child {
    border-bottom: 0;
}
#menu li a {
    color: #000000;
    display: block;
    padding: 5px 0;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size:13.5px;
	line-height: 1.5;
}
#menu li ul {
    background: none repeat scroll 0 0 #EEEEEE;
    /*box-shadow: 0 0 5px #888;*/
    display: none;
    margin-top: 0;
    position: absolute;
    margin-left: -8px !important;
    z-index: 100;
    border-radius: 4px;
}
#menu li ul li {
    padding: 6px 12px;
    width: auto;
    min-width: 200px;
    text-align: left;
    border-bottom: 1px solid #CCCCCC;
}
#menu ul li ul {
    margin-left: 212px !important;
    margin-top: -2.5em !important;
}
#menu ul li:hover {
    background: none repeat scroll 0 0 #d9d8d8;
}
.top-menu-arrow {
    background: url(../images/top-menu-arrow.png) no-repeat center right;
    display: inline-block;
    height: 7px;
    padding: 0 0 0 6px;
    width: 6px;
}
.topsub-menu-arrow {
    background: url("../images/topsub-menu-arrow.png") no-repeat scroll right center transparent;
    display: inline-block;
    float: right;
    height: 7px;
    margin-right: -5px;
    width: 3px;
    padding-top: 8px;
}

/* SHOW SUBMENU 1 */

#menu li:hover ul,
#menu li.over ul {
    display: block;
}
#menu li:hover ul ul,
#menu li.over ul ul {
    display: none;
}

/* SHOW SUBMENU 2 */

#menu ul li:hover ul,
#menu ul li.over ul {
    display: block;
    z-index: 1000;
}

/*********************************************
	STRUCTURE
*********************************************/

#site_wrap {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0px;
}
#header,
#middle,
#footer {
    float: left;
    width: 100%;
}
.header-wrap {
    height: 96px;
    background: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
}
.header-content {
    width: 1064px;
    margin: 0 auto;
}

/*------------- General layout--------------- */

#site_wrap {
    width: 100%;
    min-height: 300px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0px;
}
.wrap {
    width: 1064px;
}

/*------------- Header --------------- */

.header-logo {
    width: 242px;
    float: left;
    margin: 0;
    position: relative;
}
.header-logo a {
    height: 80px;
    width: 100%;
    background: url(../images/logo.png) left top no-repeat;
    float: left;
    margin: 6px 0 0;
    display: block;
}
.slogan {
    color: #333;
    font-size: 12px;
    position: absolute;
    top: 61px;
    left: 80px;
	width: 100%;
}
#header {
    height: 63px;
}
.header-content-right {
    width: 680px;
    margin: 19px 0 0 0;
}
.phone-info {
    margin: 7px 0 0;
	min-height: 27px;
}
.phone-info p {
    float: left;
    font-size: 8.5pt;
    padding: 0 7px 0 0;
    text-align: left;
    border-right: 1px solid #fff;
    overflow: hidden;
    vertical-align: top;
}
.phone-info p img {
    padding: 0 5px;
    vertical-align: middle;
}
.top-flag {
    vertical-align: top;
    height: 15px;
    width: 23px;
    display: inline-block;
    background: url(../images/sprite.png) left top no-repeat;
    margin: -1px 3px 0;
}
.International {
    background: url(../images/sprite.png) -28px top no-repeat;
    width: 17px;
}
.social {
    margin: 8px 0px 7px 5px;
}
.social a {
    margin: 0 8px 0 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}
/*.social a#fb {
    background: url(../images/sprite.png) left -25px no-repeat
}
.social a#twitter {
    background: url(../images/sprite.png) -24px -25px no-repeat
}
.social a#linkedin {
    background: url(../images/sprite.png) -48px -25px no-repeat
}
.social a#youtube {
    background: url(../images/sprite.png) -72px -25px no-repeat
}
.social a#googleplus {
    background: url(../images/sprite.png) -96px -25px no-repeat
}*/
#search {
    margin: 0;
    float: right;
    width: 244px;
}
#searchButton {
    position: relative;
    top: 4px;
    right: 22px;
}
input.gsc-search-button,
input.gsc-search-button:hover,
input.gsc-search-button:focus {
    background-color: #4d90fe !important;
}
input.gsc-input {
    font-size: 14px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
    margin-top: 1px !important;
}
.gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding-right: 0 !important;
    height: 24px;
    border: 1px solid #dcdcdc;
}
table.gsc-search-box td {
    vertical-align: top !important;
}
.gsc-input-box {
    margin: 1px;
    height: 22px !important;
    border: 0 !important;
}
input.gsc-search-button-v2 {
    padding: 4px 18px 5px !important;
}
.gsib_a {
    padding: 0 6px !important;
}
.gsc-control-cse {
    padding: 1em 0 !important;
}
.lang-menu {
    position: relative;
    z-index: 1112;
}
#tabletop {
    width: 776px;
    float: right;
    margin-top: 4px;
    position: relative;
    z-index: 1111;
}
#tabletop .menulist li {
    width: 105px;
}
#tabletop .menulist a {
    width: auto;
}
.top-note {
    width: 100%;
    background: #CFE4FF;
    text-align: center;
    font-size: 10.8pt;
    padding: 6px 0;
    font-family: 'Lato', sans-serif;
    color: #333;
}
#middle {
    min-height: 100px;
    padding: 30px 0px 20px;
    width: 1064px;
    float: none;
    margin: 15px auto;
}
#footer {
    padding: 15px 0px;
    margin-top: 20px;
    /*min-height:202px;
	background:url(../images/gray_bg1.png) left top repeat-x #fff;*/
    background: #F0F0F0;
}
#footer .row {
    width: 1064px;
    float: none;
    margin: 0 auto;
}
#sidebar1 {
    float: left;
    width: 190px;
    min-height: 100px;
    margin: 0 30px 0 0;
    padding-bottom: 20px;
}
#sidebar2 {
    float: right;
    width: 178px;
    min-height: 100px;
    margin: 0px 0 0 20px;
    padding-bottom: 20px;
    background: #FFFFFF none repeat scroll 0 0;
    position: relative;
    /*z-index:80;*/
}
#content_wrap {
    float: left;
    width: 630px;
    min-height: 100px;
    position: relative;
    margin-bottom: 20px;
}
#content_wrap iframe {
    margin: 20px auto 10px;
}
.content_column {
    margin-left: 40px;
    margin-right: 40px;
}

/*** 2 columns pages  ***/

.middle-2columns#middle {
    width: 1032px;
}
.maincolumn {
    width: 73%;
}
.sidebar {
    width: 22%;
    text-align: left;
}
.sidebar ul {
    margin: 0 0 1em 1.2em;
}
.sidebar li {
    font-size: 13px;
}
.sidebar-box {
    margin: 35px 10px 0 0;
}
#logo {
    float: left;
    margin-top: 15px;
}
#copyrights {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    color: #444;
}
#topcontrol {
    bottom: 50px !important;
    right: 23px !important;
}
.social-links {
    clear: both;
}
.social-links a {
    text-decoration: none;
}

/*********************************************
	MAIN MENU
*********************************************/

#main_menu {
    float: left;
    width: 100%;
    height: 25px;
    background: #c4cecf;
}

/*********************************************
	FOOTER MENU
*********************************************/

#footer_menu {
    float: left;
    width: 100%;
}
#footer_menu ul {
    float: left;
    width: 100%;
    text-align: center;
}
#footer_menu li {
    display: inline;
    height: 10px;
    padding: 0px 12px;
    background: url(../images/footer_menu_seperator.gif) left center no-repeat;
}
#footer_menu li:first-child {
    background: none;
}
#footer_menu a {
    font-size: 12px;
    text-decoration: none;
    color: #444;
}
#footer_menu a:hover {
    text-decoration: underline;
}

/*********************************************
	FOOTER MENU
*********************************************/

#side_menu {
    float: left;
    width: 100%;
}
#side_menu ul {
    float: left;
    width: 100%;
}
#side_menu li {
    display: block;
    background: #e6f0f5;
    margin-bottom: 4px;
    *margin-bottom: 0px;
    text-align: left;
    line-height: 30px;
}
#side_menu a {
    display: block;
    padding: 4px 0 5px 18px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color: #3671c8;
    font-family: 'Lato', sans-serif;
}
#side_menu a:hover {
    color: #3a3a3a;
}
#side_menu li.active a {
    color: #3a3a3a;
    font-weight: bold;
    background: url(../images/side_menu_icon.png) left center no-repeat #e7e7e7;
}

/*********************************************
	LINKS LIST
*********************************************/

.links_list_title {
    padding-left: 5px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cccaca;
}
.links_list {
    float: left;
    margin: 0 30px 0 0;
    padding: 10px 0 30px;
    width: 15%;
}
.links_list_social {
    margin: 0;
    width: 100%;
}
.links_list ul {
    float: left;
    padding: 5px;
    list-style: none;
}
.links_list li {
    line-height: 20px;
}
.links_list a, .links_list *, .links_list_title {
    font-size: 12px;
    color: #444;
    text-decoration: none;
}
.links_list a:hover {
    color: #000;
}

/*********************************************
	BOX
*********************************************/

.box {
    float: right;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.box p {
    padding-top: 5px;
    text-align: center;
}

/*********************************************
	QUOTE BLOCK
*********************************************/

.quote_block {}
.quote_block > p,
.quote_block > p a {
    font-size: 11px;
}
.quote_block blockquote {
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e4e4;
    background: url(../images/quote_top.png) left top no-repeat;
    margin-bottom: 10px;
}
.quote_block blockquote p {
    padding: 8px 5px 5px;
    background: url(../images/quote_bottom.png) right bottom no-repeat;
    color: #575656;
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
}
.quote_block blockquote p:first-letter {
    margin-left: 20px;
}

/*********************************************
	V LIST
*********************************************/

.v_list {
    padding-left: 18px;
    padding-bottom: 25px;
    list-style: none;
}
.v_list li {
    padding-left: 18px;
    line-height: 1.5em;
    background: url(../images/icon_v.gif) left center no-repeat;
}

/*********************************************
	SQUARE LIST
*********************************************/

.square_list {
    list-style: none;
}
.square_list li,
#content_wrap ul li {
    padding-left: 12px;
    background: transparent url(../images/icon_square.gif) no-repeat scroll left 7px;
}
#content_wrap ul {
    margin: 0.5em 0em 1em 1em;
    list-style-type: none;
}
#content_wrap ol {
    margin: 0.5em 0em 1em 1em;
}

/*Case studies*/

.casestudy {
    margin: 1.5em 0;
}
.casestudy h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0.5em;
}
.casestudy-img {
    float: left;
    padding-bottom: 10px;
    padding-right: 10px;
}
.casestudy p i {}
.client_box {
    width: 30%;
    float: right;
    margin: 0 0 1em 1em;
    line-height: 1.6;
}
.client_box span {
    font-weight: bold;
}
.client_box p {
    background: none repeat scroll 0 0 #f0f0f0;
    padding: 0.8em 1em;
    margin-top: 0.5em;
    border-top: 2px solid #CCCCCC;
}
.client_box img {
    text-align: center;
}

/*FAQ*/

#content_wrap .faq {
    list-style-type: none;
    margin: 0 0 1em 0;
    width: 100%;
}
#content_wrap .faq li {
    font-weight: bold;
    margin: 0 0 0.5em;
    padding: 1px 0 8px;
    border-bottom: 1px solid #ccc;
    background: none;
}
#content_wrap .faq li a {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.2;
}
.faq a:hover {
    color: #333;
}
#content_wrap .faq-all p {
    margin: 0 0 0.5em;
}
#content_wrap .faq-all span {
    font-weight: 700;
    margin: 0.6em 0;
    display: inline-block;
}

/*ROI*/

#roi h2 {
    margin-bottom: 0.5em;
}

/*CompBL v2.0 Main Features*/

.compbl_features {
    width: 100%;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #000;
    line-height: 23px;
    margin: 20px 0 40px 0;
    background: #fff;
}
.compbl_features th {
    background: #ebeaea;
    border-bottom: 1px solid #ccc;
    line-height: 18px;
    text-align: left;
    padding: 10px 8px;
    box-sizing: border-box;
}
.feature_head {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #dbd7d7;
    width: 130px;
}
.annotate-features-th {
    width: 55%;
}
.getting-started {
    margin: 10px 0;
}
.feature,
.feature_grey {
    width: 34%;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.4em 0.6em;
    line-height: 16px;
}
.feature_grey {
    background: #dbd7d7;
    font-weight: bold;
}
.feature_v {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}
.feature-new:after {
    content: 'New';
    background: yellow;
    padding: 2px 4px;
    margin-left: 30px;
}

/* Customers page */

.customers {
    width: 100%;
}
.customers ul {
    list-style-type: none;
    margin: 0 auto;
    margin: 45px auto;
    padding-bottom: 30px;
    *margin-left: 3em;
    width: 100%;
}
.customers li {
    padding: 21px 25px;
    width: 28%;
    text-align: center;
    float: left;
    display: block;
    min-height: 145px;
    font-size: 14px;
}
.customers li div {
    min-height: 120px;
    vertical-align: middle;
    line-height: 100px;
    max-height: 155px;
}
.customers li div img {    
    vertical-align: middle;
    
}
.features_list {
    margin: 10px 0px 20px 30px;
}
.features_list h4 {
    color: #5686cc;
    font: bold 15px arial, helvetica, sans-serif;
    margin: 0px;
}
.features_list ul {
    list-style-image: url(images/square_bullet.gif);
    margin: 5px 0px;
}
.features_list a {
    margin: 0px 0px 0px 30px;
}

/*Conact page*/

.contact_section {
    float: left;
    margin: 1em 2em 0.5em 0;
    border-right: 1px solid #ccc;
    padding: 5px 19px 0 0;
}
.contact_section-r {
    border: 0;
}
#content_wrap .contact_section p {
    margin-bottom: 0;
}

/*Partners*/

.partners_main {
    margin: 20px 0px 30px 0px;
}
.partners_main p {
    margin: 15px 0px;
    width: 78%;
}
.partners_main h3,
.partners_main h3 a {
    margin: 10px 0px;
    color: #4F76B0;
    font-size: 18px;
    clear: both;
}
.partners_main img {
    float: right;
    padding: 0;
}
.partners_main .seperator {
    height: 16px;
}

/***************************************
    CONTACT VIA OVERLAY
***************************************/

.overlay_quick_contact {
    /*border:1px solid #666;
	margin:20px 13px 0px 0px;
	padding:5px 10px;
	width:240px;*/
}
.overlay_quick_contact h3 {
    font-size: 15px;
}
.overlay_quick_contact p {
    display: block;
    margin-bottom: 15px;
}
.overlay_quick_contact .row {
    display: block;
    margin-bottom: 13px;
}
.overlay_quick_contact .row label {
    float: left;
    width: 150px;
}
.overlay_quick_contact .row input,
select,
textarea {
    float: left;
    width: 200px;
}
.overlay_quick_contact .row input[type="text"],
.overlay_quick_contact .row select {
    line-height: 20px;
    height: 20px;
}
.overlay_quick_contact .row select,
.overlay_quick_contact .row textarea {
    width: 210px;
}

/* Sign up forms */

input {
    padding: 0 3px;
}
.input_label {
    padding-bottom: 10px;
}
.form-btn {
    padding: 3px 5px;
    margin: 5px;
}
#signup-wrap #center {
    width: 425px;
}
.register_bullets {
    /*box-shadow: 0 1px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);*/
    border: 1px solid #ccc;
    padding: 0.5em 1em 1em;
}
.register_bullets h2 {
    margin: 10px 0 10px 0;
}
.register_bullets ul {
    text-align: left;
    margin: 0 0 0 15px;
}
#btnRegister {
    margin: 10px auto;
}
.drp input {
    margin: 0 0 5px 0;
}

/************************************************************************
	NOTES
************************************************************************/

.note {
    display: block;
    padding: 10px 10px 10px 10px;
    border: 1px solid;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
    clear: both;
}
.success {
    background: #EDFBC2;
    background-position: 10px;
    border: 1px solid #DFF791;
}
.info {
    background: #d9e4ff;
    background-position: 10px;
    border: 1px solid #8dacf7;
}
.attention {
    background: #fefbcc;
    background-position: 10px;
    border: 1px solid #ffcb4f;
}
.error {
    background: #ffcfcd;
    background-position: 10px;
    border: 1px solid #e2918d;
}

/******Why Us******/

.whyus {
    background: #d7f0ff;
    padding: 0 15px 20px;
    margin: 35px 10px 0 0;
    float: left;
    width: 205px;
}
.whyus ul {
    margin-left: 10px;
}
.whyus li {
    font-size: 13px;
    line-height: 16px;
    margin: 5px 0;
}

/**********Slider on product pages**********************/

#slider h4 {}
.ready-for-clearcase {
    margin: 15px 0;
    text-align: center;
}
.features ul {
    width: 80%;
}
#register_form_wrap {
    width: 484px;
    margin: 0 auto;
}

/** OVERLAY - prettyPopin **/

#overlay {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%
}
.prettyPopin {
    display: none;
    overflow: hidden;
    min-height: 290px;
    position: absolute;
    z-index: 11000;
    top: 50%;
    left: 50%;
    /*background:url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat*/
}
.prettyPopin a#b_close {
    display: none;
    position: absolute;
    z-index: 2;
    top: 4px;
    right: 13px;
    width: 41px;
    height: 9px;
    text-indent: -10000px;
    background: #fff url(../images/prettyPopin/b_close.gif) center no-repeat;
    padding: 3px;
}
.prettyPopin .prettyContent {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 1.2em;
    /*background:url(../images/prettyPopin/popinRight.gif) bottom right no-repeat*/
}
.prettyPopin .prettyContent .prettyContent-container {
    display: none;
    padding: 20px 15px 15px 15px;
    background-color: white;
}
.prettyPopin .prettyContent .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -14px
}

/* Features Page **/

.features-layout img {
    box-shadow: 0 0 5px #888888;
    float: left;
    margin: 0 2.3em 2.5em 0;
}
.features-layout img.Right {
    float: right;
    margin: 0 0 1.5em 1.8em;
}
.Right,
.right {
    float: right;
}
.hSeperator {
    height: 1px;
    border-bottom: 1px solid #999;
    margin: 3em 0;
    clear: both;
}
.features-layout h3 {
    font-size: 18px;
    margin: -3px 0 0.5em 0;
    line-height: 21px;
}
#content_wrap .fancyBox ul {
    margin: 0;
}
#content_wrap .fancyBox li {
    padding: 0;
}
#queryTop {
    width: 144px;
}

/* Removed Google Branding */

.gsc-input {
    background: none !important;
}
.bubble {
    padding: 10px;
    background-color: lightblue;
    color: white;
    border-radius: 10px;
    position: absolute;
    text-align: center;
    width: 150px;
    top: -40px;
}

/* Testimonials page */

.testimonials-page {
    width: 100%;
}
.top-testimonials {}
.testimonials-page .quote_block {
    width: 43%;
    margin: 1em 1.5em;
}
.testimonials-page .quote_block blockquote {
    min-height: 140px;
}
.testimonials-page .quote_block blockquote p {
    font: normal 14px/16pt arial, sans-serif;
    color: #000;
}
.quote-img {
    float: left;
    width: 73px;
}
.quote-img img {
    border-radius: 80px;
    width: 60px;
}
.testimonials-page .quote_block > p,
.testimonials-page .quote_block > p a {
    font-size: 13px;
}
.quote_block_name {
    float: left;
    width: 62%;
}
.seperator {
    margin: 2em auto;
    width: 100%;
    height: 24px;
}

/*-----------  Store page  -------------*/

#toplinks .ClearCheck_store {
    float: left;
}
#toplinks .ClearCheck_store h2 {
    font-size: 18px;
    *font-size: 17px;
    margin: 10px 0px 20px 0px;
}
#toplinks .ClearCheck_store h2 span {
    font-weight: bold;
}
#toplinks .ClearCheck_store img {
    /*float:left;*/
    margin: 0px 0px 0px 0px;
}
.store_product_box {
    margin: 1em 0 2em;
    padding: 0 0 1em 0;
}
.store_product_body {
    width: 77%;
}
.store_product_cover {
    margin: 0 1.2em 1em 0;
}
.store_product_box h3 {
    font-size: 18px;
}
.ClearCheck_store_content {
    width: 510px;
    *width: auto;
    /*float:right;*/
}
.ClearCheck_store_content ul {
    list-style-image: url(images/vblue_bullet.gif);
}
.ClearCheck_store_content .store_li {
    margin-left: 110px;
    *margin-left: 140px;
}
.right_note {
    width: 240px;
    /*border:1px solid #666;*/
    padding: 10px 12px;
    margin: -30px 15px 0px 0px;
    _margin: 0px 15px 0px 0px;
    background-color: #cde0fc;
}
.store_bottom_links {
    border-top: 1px solid #ccc;
    padding: 6px 0;
}
.store_bottom_links a {
    font-size: 14px;
}
.store_form {
    border: 1px solid #ccc;
    margin: 20px 0px 0px;
    padding: 0 10px;
    background: #eee;
}
.store_form h2 {
    margin: 0.5em 0 10px 0;
}
.store_form h3 {
    font-size: 15px;
}
.store_form p {
    font: 13px/13px arial, helvetica, sans-serif;
}
.store_form table {
    margin-top: 10px;
}
.store_form_field {
    height: 17px;
    font: 11px/11px arial, helvetica, sans-serif;
    width: 100%;
}
.side-form textArea {
    width: 100%;
    padding: 0 3px;
}
.side-form td {
    padding: 0 8px 3px 0;
}
.calc {
    margin-top: 0px;
    _margin-top: 0px;
    width: 580px;
}
.calc a,
.calc h3 {
    text-decoration: none;
    color: #4F76B0;
}
.calc a:hover,
.calc a:link,
.calc a:hover h3 {
    text-decoration: underline;
    color: #4F76B0;
}
.calc h3 {
    font-size: 11pt;
    margin-top: 10px;
    color: #4F76B0;
}
.calc ul {
    display: block;
    margin: 0px 0px 20px 0px;
}
.calc .get_price {
    padding: 3px 5px;
    /*border: 1px solid #999;*/
    /*-moz-border-radius: 7px;*/
}
.calculate_price ul li span {
    font-weight: bold;
}
#txtPrice {
    width: 90px;
}
.price_line {
    background-color: #4F76B0;
}
.logos_store {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    height: 83px;
    width: 90%;
    vertical-align: top;
}
#faq_store {
    margin-bottom: 15px;
}
#faq_store span {
    font-weight: bold;
}
#faq_store p {
    margin-bottom: 10px;
}
.store_readyforibm {
    margin: 5px 0px 5px 0px;
    padding: 10px;
    width: 250px;
    background-color: #CDE0FC;
}
.store_readyforibm h5 {
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}
.store_readyforibm h6 {
    font-size: 11px;
    font-weight: normal;
    margin: 0px;
}
.side-list {
    margin: 0 0 0 1.1em;
}
.services .square_list {
    margin: 0 0 0 71px;
}
#services_right.sidebar li {
    font-size: 15px;
}
.video-wrap {
    position: relative;
}
.video-link {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#certifications {
    margin: 5px 0 0 0;
}
#certifications p {
    font: 9pt/1.4 'Lato', sans-serif;
    margin: 0 0 9px 0;
    width: 80%;
}
#certifications img {
    margin: 5px 0;
}
.sidebar-item {
    border-bottom: 1px dotted #777;
    padding: 0 0 1.5em 0;
    margin: 0 0 1.5em 0;
}

/*** About page with tabs, without hover effect ****/

ul.team-members {
    list-style-type: none;
}
.ui-tabs .ui-tabs-nav li {
    margin: 1px .4em -1px 0 !important;
}
.team-members li {
    margin: 0 0 1em 0;
    clear: both;
}
.team-members li img {
    float: left;
    max-width: 25%;
    margin: 0 0 1em 0;
}
.team-members li .details {
    float: left;
    width: 72%;
    margin: 0 0 0 1.5em;
}
.details h3 {
    font: 12pt/1.4 'Lato', sans-serif;
    margin: 0 0 0.6em 0;
}

/*products icons*/

.about #box .block {
    clear: both;
}
#box .block {
    margin: 0 20px 0 0;
    font-family: 'Lato', sans-serif;
}
#box .block h4 a {
    font: 13pt/1.4 'Lato', sans-serif;
}
#box #annotate span,
#box #comp_BL span,
#box #clearcheck span,
#box #vitality span {
    display: block;
    float: left;
    height: 90px;
    margin: 0 15px 10px 0;
    width: 75px;
}
#box #annotate span {
    background: url(../images/logos.png) no-repeat scroll left 0 transparent;
}
#box #comp_BL span {
    background: url(../images/logos.png) no-repeat scroll -78px 0 transparent;
}
#box #clearcheck span {
    background: url(../images/logos.png) no-repeat scroll -157px 0 transparent;
}
#box #vitality span {
    background: url(../images/logos.png) no-repeat scroll -236px 0 transparent;
}

/*** Landing page ***/

#middle.landing {
    width: 700px;
    margin-top: 5px;
}
.landing #content_wrap {
    width: 100%;
    margin-top: 0;
}
.landing .header-content {
    width: 710px;
}
.landing h1 {
    margin-bottom: 10px;
    font-size: 26px;
}
.landing h2 {
    margin: 0 0 10px 0;
    font-size: 19px;
}
.landing #content_wrap p,
.landing #content_wrap li {
    font-size: 15px;
    line-height: 1.55;
}
.landing #content_wrap .quote_block blockquote p {
    font-size: 16px;
    line-height: 1.55;
}
.landing .video-wrap {
    margin: 20px 0;
}
.lp-downloadBtn {
    text-align: center;
}
.lp-downloadBtn a {
    width: 280px;
    font-size: 17px;
    padding: 3px 0;
    margin: 15px 0 10px;
}
.pdf,
.excell,
.rnd {
    background: url(../images/sprite.png) 0 -58px no-repeat;
    width: 25px;
    height: 24px;
    text-indent: -99999px;
    display: inline-block;
    margin: 3px 3px 3px 0;
}
.pdf {
    background: url(../images/sprite.png) -33px -58px no-repeat;
}
.rnd {
    background: url(../images/sprite.png) -64px -58px no-repeat;
}
.compbl_features .tag {
    padding: 2px 4px;
    background: rgb(255, 217, 66);
    font-size: 11px;
    margin: 0 3px;
}
.monito-box {
    width: 18%;
    padding: 1em;
    margin: .5em;
    background: #eee;
    display: inline-block;
    border: 1px solid #ccc;
}
.monito-box:hover {
    border: 1px solid #3671c8;
}
.monito-box span {
    display: block;
    font-size: 20px;
    line-height: 32px;
}

/* versions text labels  */

.vlabel,
.vlabel-purple {
    background: #fff56d;
    font-size: 13px;
    padding: 1px 7px;
    display: inline-block;
    margin-left: 5px;
}
.vlabel-purple {
    background: #eabaff;
}

/* Gitlab Training */

.training-bio {
    width: 44%;
    margin: 10px 0 0 20px;
}
.training-bio:after {
    clear: both;
    content: '';
}
.training-bio img {
    float: right;
    width: 70px;
    margin: 5px 0 5px 14px;
}
.slicknav_menu {
    display: none;
}
#return-to-top {
    position: fixed;
    bottom: 82px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
@media screen and (max-width: 650px) {
    .header-logo {
        margin: 0 10px;
        float: none;
    }
    .jshowoff {
        margin-top: 58px;
    }
    .slicknav_menu {
        display: block;
        padding: 0 5px;
    }
    .header-wrap {
        top: 0;
    }
    .m-width {
        width: 100%;
    }
    .quote img {
        width: auto;
    }
    .prettyPopin {
        width: 100% !important;
        height: 100% !important;
    }
}
