body {margin: 0; padding: 0; font-family: 'Lato', sans-serif; font-size: 14px; background: #eee; color: #444; -webkit-text-size-adjust: none;}
body.main {background: #eee url('../img/mainBg.jpg') no-repeat top center;}
body.detail {background: white url('../img/detailBg.jpg') no-repeat top center;}
body.detail.list {background: #eee url('../img/listBg.jpg') no-repeat top center;}
* {border: none; outline: none;}

/************************************************************************* text align */
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

/************************************************************************* float */
.left {float: left;}
.right {float: right;}
.fnone {float: none;}
.clear {clear: both;}

/************************************************************************* links */
A {color: #444; text-decoration: none;}
A:hover {text-decoration: underline;}

/************************************************************************* content */
.content {max-width: 970px; margin: 0 auto; padding: 0 10px;}
.in {padding: 10px;}
.in2 {padding: 10px 0;}
.contentLine {background: url('../img/line.png') repeat-x; width: 100%; height: 13px; box-shadow: 0px -2px 3px rgba(0,0,0,0.1);}
.fullWidth {width: 100%;}
.whiteBlock {background: white; border-radius: 2px;}

/************************************************************************* position */
.absolute {position: absolute;}
.relative {position: relative;}
.fixed {position: fixed;}

/************************************************************************* form control */
form {margin: 0;}
.control {background: #fafafa; box-sizing: border-box; margin: 0; font-family: 'Lato', sans-serif; padding: 10px; border: 1px solid #ddd; color: #444;}
.btn {font-family: 'Lato', sans-serif; color: white; border-radius: 3px; box-shadow: 0px 0px 2px rbga(0,0,0,0.2); border: 1px solid #28B3C1; padding: 8px 20px; cursor: pointer; transition: background 100ms;
    background: #2cc0d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #2cc0d1 0%, #28b3c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2cc0d1), color-stop(100%,#28b3c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #2cc0d1 0%,#28b3c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #2cc0d1 0%,#28b3c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #2cc0d1 0%,#28b3c1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #2cc0d1 0%,#28b3c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cc0d1', endColorstr='#28b3c1',GradientType=0 ); /* IE6-9 */
}

.btn:hover {background: #2cc0d1; /* Old browsers */
    background: -moz-linear-gradient(top,  #28b3c1 0%, #12aebc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28b3c1), color-stop(100%,#12aebc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #28b3c1 0%,#12aebc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #28b3c1 0%,#12aebc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #28b3c1 0%,#12aebc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #28b3c1 0%,#12aebc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b3c1', endColorstr='#12aebc',GradientType=0 ); /* IE6-9 */
}

/************************************************************************* tables */
table {border-collapse: collapse;}
td, th {padding: 10px;}
table.onlyTopPadding td {padding: 10px 0;}
th {background: #C2585A; color: white; font-weight: 700; text-align: left; font-size: 16px;}
.grayHead th {background: #F7F7F7; color: #444;}
td.companyNameCol {font-size: 17px; font-weight: 700;}
td.salesCol {/* background: url('../img/ico_libra.png') no-repeat 15px center; padding-left: 45px; */}
td.salesCol strong {font-size: 17px; font-weight: 400;}

table.companyInfoTable tr, table.underlineRows tr {border-bottom: 1px solid #F8F8F8;}
table.companyInfoTable tr td:first-of-type {width: 200px;}
table.companyInfoTable tr:last-of-type, table.underlineRows tr:last-of-type {border-bottom: none;}
.vtop {vertical-align: top;}

.sortCols {line-height: 18px;}
.sortCols A {padding: 5px;}
.sortCols A.active {opacity: .3; filter: alpha(opacity=30);}
.afterSort {padding-left: 15px;}

.mainTable {margin-bottom: 15px;}
.mainTable tr {border-bottom: 1px solid #eee; background: white;}
.mainTable tr:nth-of-type(odd) {background: #FCFCFC;}

/************************************************************************* headlines */
h1, h2, h3, h4, h5, h6 {font-family: 'Lato', sans-serif; font-weight: 400; margin: 0; padding: 0;}
h1 {text-align: center; font-size: 40px; font-weight: 300; color: white;}
h1.detailName {text-align: left; font-size: 35px; font-weight: 400; max-width: 765px;}
h2 {text-align: left; color: #C2585A; font-weight: 700; border-bottom: 2px solid #C2585A; padding-bottom: 5px; margin-bottom: 0px; margin-top: 15px; text-transform: uppercase; font-size: 17px;}
h3 {font-size: 15px; color: #878787; border-bottom: 1px solid #DDDDDD; padding-bottom: 5px; margin-bottom: 8px;}
.topMargin {margin-top: 20px;}

/************************************************************************* top line with user content */
.websiteTitle A {color: white; font-size: 23px; text-decoration: none;}
.topLine {background: #C2585A; height: 50px; box-shadow: 0px 0px 5px rgba(0,0,0,0.4);}
.topLine .content {background: #B85455; height: 50px;}
.topUserMenu {background: #2CC0D1 url('../img/ico_login.png') no-repeat left bottom; width: 80px; height: 70px; right: 0; top: 0; text-align: center; color: white; z-index: 1; font-weight: 700; box-shadow: 0px 0px 5px rgba(0,0,0,0.4); cursor: pointer;}
.topUserMenu.first {background: #2CC0D1 url('../img/ico_join.png') no-repeat left bottom; right: 90px;}
.topUserMenu:hover {background-color: #22B8C9;}
.topUserMenu .in {padding: 17px 0 0 0;}

/************************************************************************* main search content */
.mainSearch {height: 394px;}
.crosslineHeadline {padding-top: 45px;}
.leftCross {left: 0; top: 54%; border-bottom: 1px solid rgba(255,255,255,0.7); width: 80px;}
.rightCross {right: 0; top: 54%; border-bottom: 1px solid rgba(255,255,255,0.7); width: 80px;}
.searchBg {background: rgba(0,0,0,0.3); margin-top: 20px;}
.searchBg .in {padding: 35px;}
.searchBg .control {border: none; padding: 15px; width: 100%; height: 45px; padding-right: 60px;}
.searchSubmit {width: 45px; height: 45px; background: #2CC0D1 url('../img/ico_search.png') no-repeat center center; border: none; cursor: pointer; position: absolute; top: 0; right: 0;}

.topSocial {}
.topSocial .facebook, .topSocial .twitter, .topSocial .gplus {float: none;}
.topSocial .facebook {margin-right: 15px;}
.topSocial .twitter {width: 110px; overflow: hidden; margin-top: 17px;}
.topSocial .gplus {margin-top: 14px;}

.head_desc {color: white; font-size: 17px; text-shadow: 0 0 5px rgba(0,0,0,0.65); padding-bottom: 25px; line-height: 26px;}

/************************************************************************* pager */
.pager A {background: #FAFAFA; border: 1px solid #FAFAFA; padding: 10px 13px; display: inline-block; transition: 100ms;}
.pager A:hover {text-decoration: none; border-color: #ddd; background: white;}
.pager A.active {background: #2CC0D1; border: 1px solid #2CC0D1; color: white;}
.pager span {display: inline-block; padding: 0 4px; letter-spacing: 2px;}

/************************************************************************* main filter */
.mainFilter {left: -250px; top: 0; background: white; border-radius: 0 3px 3px 0; box-shadow: 0px 0px 2px rgba(0,0,0,0.2); width: 250px; margin-bottom: 25px; transition: 150ms;}
.mainFilter.active {left: 0;}
.mainFilter .in {padding: 15px;}
.mainFilter .radioContent {margin-bottom: 7px;}
.mainFilter .likeRadio {width: 15px; height: 15px; background-position: center center; border: 1px solid #CCCCCC; margin-right: 7px; transition: background-color 100ms;}
.mainFilter .radioContent:hover .likeRadio {border-color: #aaa; background: #fafafa;}
.mainFilter .radioContent.active .likeRadio {background: #2CC0D1 url('../img/ico_checked.png') no-repeat center center;; border-color: #2CC0D1;}
.mainFilter .likeRadioLabel {cursor: pointer;}
.mainFilter .radioContent.active .likeRadioLabel {font-weight: 700; color: #2CC0D1;}
.mainFilter .radioFilterSales {display: none;}

.filterToggle {left: 100%; top: 60px; width: 29px; height: 61px; background: url('../img/filterToggle.png') no-repeat left center; cursor: pointer;}
.filterToggle.active {background-position: right center;}

/************************************************************************* footer */
.footer {background: #CCCCCC; color: white; box-shadow: inset 0 2px 3px rgba(0,0,0,0.1); margin-top: 35px;}
.footer A {color: white;}
.footer .in2 {padding: 20px 0;}

/************************************************************************* detail top content */
.detailInfo {height: 165px;}
.detailInfo .content {padding-top: 27px;}
.companyInfo {background: #eee; box-shadow: 0px -2px 3px rgba(0,0,0,0.1); margin-bottom: 20px;}
.companyInfo .in2 {padding: 20px 0;}
.rePadding .in {padding: 10px 20px;}
.detailContent {margin-right: 320px;}
.companyReviewBox {right: 0; top: 0; height: 165px; width: 160px; background: rgba(255,255,255,0.5); text-align: left;}
.companyReviewBox .in {padding: 35px;}
.companyReviewBox strong {color: #C2585A; font-size: 17px; display: block; padding-bottom: 8px;}
.rateIco {display: inline-block; width: 25px; height: 25px; background: #959595 url('../img/ico_rate.png') no-repeat center center; cursor: pointer;}
.rateIco.active, .rateIco:hover {background-color: #FFD700;}

.compareCompany {display: inline-block; width: 45px; height: 45px; background: #2CC0D1 url('../img/ico_compare.png') no-repeat center center; border-radius: 2px; cursor: pointer;}
.watchCompany {display: inline-block; width: 45px; height: 45px; background: #2CC0D1 url('../img/ico_watch.png') no-repeat center center; border-radius: 2px; cursor: pointer;}
.watchCompany:hover, .compareCompany:hover {background-color: #22B8C9;}
.hrReviewBox {margin-bottom: 10px;}

.count_all {margin-top: 25px; background: white; padding: 17px 20px; border-radius: 2px 2px 0 0; border-bottom: 2px solid #C15859;}

.finance_table {border-collapse: collapse;}
.finance_table tr {border-bottom: 1px solid #eee;}
.finance_table tr:nth-of-type(even) {background: #f8f8f8;}

.open_link {background: url('/img/ico_link.png') no-repeat right top; padding-right: 26px;}

.financialBadge {font-size: 10px; display: inline-block; color: white; padding: 5px; border-radius: 2px; margin-left: 5px; font-weight: bold; margin-top: 5px;}
.financialBadge.minus {background: #E04242;}
.financialBadge.plus {background: #0EAE10;}
.financialBadge.none {background: #919191;}

.company_address {color: white; background: url('/img/ico_home.png') no-repeat left center; padding: 5px 0 5px 35px;}
.company_last_update {margin: 0; padding-top: 16px; margin-top: 20px; border-top: 1px solid #eee; color: #888; margin-bottom: -10px;}

/************************************************************************* tabs */
.tabs .tabsButton {display: inline-block;}
.tabs .tabsButton A {display: inline-block; text-transform: uppercase; font-size: 14px; padding: 12px 15px; background: #F9F9F9 url('../img/tabShadow.png') repeat-x left bottom; border: 1px solid #F9F9F9; margin-right: -1px; z-index: 1; position: relative; transition: background-color 100ms;}
.tabs .tabsButton A:hover {text-decoration: none; background: #fdfdfd url('../img/tabShadow.png') repeat-x left bottom;}
.tabs .tabsButton A.active {background: #C15859; border-color: #C15859; z-index: 10; color: white; font-weight: 700;}
.tabs .tabInner {display: none;}
.tabs .tabInner.active {display: block;}
.tabs .tabsContent {margin-top: 10px;}

/************************************************************************* ads */
.adisTop {margin: 30px 0;}


/************************************************************************* forms */
input[type=text], input[type=password], textarea {padding: 7px; background: white; border: 1px solid #ddd; font-family: 'Lato', sans-serif;}

.resetStyle{
    animation : none;
    animation-delay : 0;
    animation-direction : normal;
    animation-duration : 0;
    animation-fill-mode : none;
    animation-iteration-count : 1;
    animation-name : none;
    animation-play-state : running;
    animation-timing-function : ease;
    backface-visibility : visible;
    background : 0;
    background-attachment : scroll;
    background-clip : border-box;
    background-color : transparent;
    background-image : none;
    background-origin : padding-box;
    background-position : 0 0;
    background-position-x : 0;
    background-position-y : 0;
    background-repeat : repeat;
    background-size : auto auto;
    border : 0;
    border-style : none;
    border-width : medium;
    border-color : inherit;
    border-bottom : 0;
    border-bottom-color : inherit;
    border-bottom-left-radius : 0;
    border-bottom-right-radius : 0;
    border-bottom-style : none;
    border-bottom-width : medium;
    border-collapse : separate;
    border-image : none;
    border-left : 0;
    border-left-color : inherit;
    border-left-style : none;
    border-left-width : medium;
    border-radius : 0;
    border-right : 0;
    border-right-color : inherit;
    border-right-style : none;
    border-right-width : medium;
    border-spacing : 0;
    border-top : 0;
    border-top-color : inherit;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border-top-style : none;
    border-top-width : medium;
    bottom : auto;
    box-shadow : none;
    box-sizing : content-box;
    caption-side : top;
    clear : none;
    clip : auto;
    color : inherit;
    columns : auto;
    column-count : auto;
    column-fill : balance;
    column-gap : normal;
    column-rule : medium none currentColor;
    column-rule-color : currentColor;
    column-rule-style : none;
    column-rule-width : none;
    column-span : 1;
    column-width : auto;
    content : normal;
    counter-increment : none;
    counter-reset : none;
    cursor : auto;
    direction : ltr;
    display : inline;
    empty-cells : show;
    float : none;
    font : normal;
    font-family : inherit;
    font-size : medium;
    font-style : normal;
    font-variant : normal;
    font-weight : normal;
    height : auto;
    hyphens : none;
    left : auto;
    letter-spacing : normal;
    line-height : normal;
    list-style : none;
    list-style-image : none;
    list-style-position : outside;
    list-style-type : disc;
    margin : 0;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    max-height : none;
    max-width : none;
    min-height : 0;
    min-width : 0;
    opacity : 1;
    orphans : 0;
    outline : 0;
    outline-color : invert;
    outline-style : none;
    outline-width : medium;
    overflow : visible;
    overflow-x : visible;
    overflow-y : visible;
    padding : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
    page-break-after : auto;
    page-break-before : auto;
    page-break-inside : auto;
    perspective : none;
    perspective-origin : 50% 50%;
    position : static;
    /* May need to alter quotes for different locales (e.g fr) */
    quotes : '\201C' '\201D' '\2018' '\2019';
    right : auto;
    tab-size : 8;
    table-layout : auto;
    text-align : inherit;
    text-align-last : auto;
    text-decoration : none;
    text-decoration-color : inherit;
    text-decoration-line : none;
    text-decoration-style : solid;
    text-indent : 0;
    text-shadow : none;
    text-transform : none;
    top : auto;
    transform : none;
    transform-style : flat;
    transition : none;
    transition-delay : 0s;
    transition-duration : 0s;
    transition-property : none;
    transition-timing-function : ease;
    unicode-bidi : normal;
    vertical-align : baseline;
    visibility : visible;
    white-space : normal;
    widows : 0;
    width : auto;
    word-spacing : normal;
    z-index : auto;
}