@charset "utf-8";
/* CSS Document */



/*** General Styless ****/
@media print{
    @page 
    {
        size: auto;   /* auto is the current printer page size */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }
    
    html,body{
        -webkit-print-color-adjust:exact;
        height:99%;
    }

    hr{
        border:none;
        border-bottom:2px solid #333;
    }

    h2{
        text-align:center;
        margin-bottom:7px;
        font-size:16pt;
    }

    h3{
        font-size:12pt;
    }
    
    h1{
        font-size:14pt
    }

    table td,table th{
        font-size:10pt;
        padding:1px 3px;
    }    

    table td{
        border:1px solid #333;
    }

    table th{
        background-color:#eee;
        border:2px solid #aaa;
        color:#333;
        font-weight:800;
    }

    table tr.log-event td{
        font-size:9pt;
        font-style: italic;
    }
    
    table.event-history{
        margin:5px 0;
        table-layout: fixed;
        width: 100%;
    }

    table.event-history tr.heading{
        background-color:#333;
        margin-bottom:3px;
        page-break-before:avoid;
        page-break-inside:avoid;
        page-break-after:avoid;                
    }
    table.event-history th{
        background-color:#333;
        color:#fefefe;
        
    }    

    table.event-history td,table.event-history th{
        border:none;
        padding:2px 4px;
        overflow:hidden; 
    }

    .company-report{
        margin-top:25px;
    } 

    .company-report-info,.company-report-trust-reputation-box{
        margin-top:7px;
        display:inline-block;
        width:49%;
        vertical-align: top;
    }

    .company-report-info *,.company-report-trust-reputation-box *{
       overflow:hidden;
    }
    
    .company-report-info p{
        font-size:11px;
        color:#666;
    }

    .company-report-trust-reputation-box{
        border:1px solid #333;
        padding:1px 2px;
    }

    .company-report-history-holder{
        margin-top:10px;
    } 

    .report-search-form{
        display:inline;
    }   
    
    .checklist-display{
        page-break-inside: avoid;
    }
    
    .addendum-header{
        page-break-before: always;
        page-break-after: avoid;
    }
    
    .addendum-small-header{
        page-break-inside:avoid;
        page-break-after: avoid;
    }
    
    .company-report-addendum{
        page-break-inside:avoid;
    }
    
    .printable-report{
        page-break-after:avoid; 
    }
}


* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    outline: none; }

ul { list-style: none; }

a img { border: none; }

a {
    color:#0978b5;
    font-size:12px;
    text-decoration: none;
    cursor:pointer;
}

a:hover {
    color:#333;
}

a.button:hover {
    color:#dedede;
}

.page-wrapper a.company-link:hover,.page-wrapper .page-holder .page_content a.company-link:hover{
    color:#333;
    text-decoration:underline;
}

body {
    /*background: url('../images/inner_page_true_body.jpg') left top repeat;*/
    font-family: 'PT Sans', sans-serif;
    height: 100%;
}
.page-wrapper{
     min-width:850px;
}

input[type=button]{
    cursor:pointer;
}

.page-holder {
    /*background: transparent url('../images/inner_page_body.jpg') left top repeat-x; */
    padding-bottom:35px;
}

.page_left,.page-left{
    width:19%;
    display:inline-block;
    min-width: 142px;
    vertical-aign:top;
    /*border-right: 1px solid #777*/;
}
.page_right,.page-right{
    width:80%;
    display:inline-block;
    min-width: 600px;
    vertical-align:top;
}

.float-left{
    float:left;
}
.float-right{
    float:right;
}

.inline-block{
    display:inline-block;
}

.nowrap, .header-navigation-left .nowrap{
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}



.div-line,p.key-value-pair{
    display:block;
    margin-bottom:10px;
    clear:both;
}

.div-line-chzn{
    overflow:visible;
    display:block;
    padding-bottom:10px;
    clear:both;
}



.div-line *{
    display:inline-block;
}

.div-line option{
    display:block;
    margin:0;
}

.div-line input[type='checkbox']{
    margin-top:5px;
}

.div-line .address-label{
    display:inline;
}
.div-line .address-label label{
    width:100%;
    display:inline;
    vertical-align: top;
}  

.div-line .address-label label span{
    display:inline;
    vertical-align: top;
}    

.div-line .address-holder{
    display:inline-block;
}


.div-line .address-tab{
    display:block;
}

.div-line-chzn .chzn-container{
    display:inline-block;
    margin-left:5px;
    margin-bottom:10px;
}



.div-line label,.div-line-chzn label,.db-panel .div-line-chzn label{
    color:#09c;
    font-size:16px;
    width:15%;
    padding-top:2px;
    text-align:left;
    font-weight:700;
    display:inline-block;
    vertical-align:top;
}

.div-line label span,.db-panel .div-line-chzn label span{
    text-align:right;
    float:none;
    display:inline-block;
}
.div-line em{
    color:#b40000;
    font-size:11px;
    width:30%;
    padding-top:0px;
    text-align:right;
    font-weight:700;
    display:block;
    clear:left;
    margin-right:10px;
}
.div-line span{
    color:#333;
    font-weight:500;
}

.div-line span.editable{
    vertical-align: top;
    display: inline-block;
    padding-top: 2px;
}    

.div-line .multi-input{
    display:inline-block;
    margin-bottom:5px;
    overflow:hidden;
}


.div-line .multi-input label{
    display:inline;
    color:#57b7e7;
    font-size:16px;
    height:21px;
    padding-top:2px;
    text-align:right;
    font-weight:700;
    width:auto;
}

.div-line .multi-input .small{
    width:50px;
}
.div-line .multi-input .medium{
    width:150px;
}

.callout-popup{
    display: inline-block;
    position: absolute;
    left: auto;
    padding: 10px 20px;
    color:#333;
    background-color: #fefefe;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    box-shadow: 0px 0px 10px #bbb;
    -moz-box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow: 0px 0px 10px #bbb;
    border: 1px solid #333;
    z-index:1000;
}

.callout-popup p,.callout-popup span,.callout-popup strong{
    font-size:12px;
    color:inherit;
}

.callout-popup p,.callout-popup span
{
    font-weight:500;
}



.help-icon{
    background:url(/images/help-icon.png) no-repeat transparent;
    display:inline-block;
    width:25px;
    height:25px;
    vertical-align:middle;
}
.help-icon:hover{
    opacity:.7;
    background:url(/images/help-icon-dark.png) no-repeat transparent;
}

.loader-img-holder{
    margin:25px auto 0 auto;
    width:137px;
}

.fields .div-line .loader-img-holder{
    display:block;
    margin:25px 0 0 0;
    width:auto;
}

.form-error{
    display:none;
    color:#b40000;
    font-size:14px;
    margin:10px 0;
}

.note{
    color:#b40000;
    font-size:11px;
}


/************************************ Page Body ************************/
.content {
    position:relative;
    margin: 0px auto;
}
.right-side-all{
    display:block;
    margin:25px;
    background:#fefefe;

}
.right-side-left-col{
    width:60%;
    margin:25px 25px 0 25px;
    float:left;
    clear:left;
}

.db-panel .boxes{

}

.holder, .db-panel {
    width: 100%;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.padding-holder{
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding:5px 20px;
}

.db-panel {
    width: auto;
    clear: both;
    margin: 0px 0px 15px 0px; 
}

.db-panel .gray-holder{
    width: 100%;
    border: 1px solid #cae0bd;
    background-color:#d2d7c1;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0px 0px 0px #cbe1be;
    -moz-box-shadow: 0px 0px 0px #cbe1be;
    -webkit-box-shadow: 0px 0px 0px #cbe1be;
    height:100%;
}

.db-panel-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    clear: none;
    display:inline-block;
    padding: 15px 0px 0px 20px;  }

.db-panel-title{
    position:relative;
    height:45px;
    clear: both;
}
.db-panel-title h2{
    display:inline-block;
    padding: 15px 0px 0px 20px;
    font-size:18px;
    font-weight:900;
    text-transform: uppercase;
    width:auto;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.db-panel-title h3{
    padding: 15px 0px 0px 20px;
}
.db-panel-title h3,.db-panel-title h3 a.company-link{
    display:inline-block;

    font-size:18px;
    font-weight:900;
    text-transform: uppercase;
    width:auto;
    white-space:nowrap;
    text-overflow: ellipsis;
    float:none;
    margin:0;
}
.db-panel-title h3 span{
    display:inline-block;
}
.db-panel-title a,.db-panel-title button{
    float:right;
    margin:10px 15px 0 0;
}

.db-panel-title a.back-to-company{
    float:right;
    margin:21px 5px 0px 5px;
}

.portfolio .db-panel-title a.undo{
    color:blue;
}

.form-line{
    display:block;
    margin:0;
    margin-bottom:7px;
}

.form-line span.red{
    font-size:13px;
}

/*************************** Portfolio Dashboard styles ********************/


.portfolio{
    margin: 2px 5px 15px 5px;
    border: 2px solid #333;
}

.portfolio.db-panel{
    -webkit-border-radius: 3px;
     box-shadow:none;
}
.chart {
    display: block;
    /*border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    margin: 0px;
    overflow: hidden;
    border: 1px solid #bbb;
    padding: 15px 10px 0px 10px;
    background: #fefefe;
}



.chart_type {
    clear: both;
    padding: 0;
    display:block;
    text-align:center;
}


a.change-list-name{
    display: inline-block;
    margin-left: 3px;
    clear: none;
    cursor:default;
}

a.change-portfolio-name{
    display:inline-block;
    float:none;
    margin:0;
}

a.portfolio-change-cancel{
    display:inline;
    float:none;
}

a.cancel-change-link{
    font-size: 11px;
    color: #0099cc;
    display: inline-block;
    text-decoration: underline;
}

img.cancel-list-edit, img.show-portfolio-report, img.gear-icon, a.show-list-action img {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
img.cancel-list-edit:hover,img.show-portfolio-report:hover, img.gear-icon:hover, a.show-list-action:hover img{
    opacity:.7;
}

.list-action-form select{
    display:inline-block;
    width:70%;
}

.unshare-list-form p{
    font-size:13px;
    font-weight:800;
}

.unshare-list-form .shared-groups li{
    width:90%;
}

.unshare-list-form .shared-groups li *{
    display:inline-block;
    margin-top:3px;
}

.unshare-list-form .shared-groups li span{
    width:80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x:hidden;
    font-size:11px;
    margin-left:1%;
    vertical-align: middle;
}

.unshare-list-form .shared-groups li a{
    width:10%;
    vertical-align: middle;
}    

    

div.portfolio-list-controls {
    margin: 10px 0px 5px 0px;
}

div.portfolio-list-edit{
    margin:7px 0;
    padding: 6px 3px;
}

div.portfolio-list-edit div.left-fields{
    width: 65%;
}

div.portfolio-list-edit div.right-fields{
    float:right;
}

div.right-fields a{
    display:inline-block;
    width:60px;
    text-align:center;
}

div.left-fields label{
    display:inline-block;
}

div.left-fields select{
    display:inline-block;
    width:50%;
}

div.right-fields div, div.left-fields div{
    margin-bottom:6px;
}

div.left-fields div label{
    width:60px;
}

.add-list-box .select2{
    /*margin-left:15%;*/
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.add-list-box.no-companies-in-list .select2{
    margin-left:0;
}

.cancel-list-edit{
    float:right;
}

a.show-list-action{
    display:inline-block;
    border-right:1px solid #333;
    padding:0 7px;
    text-decoration:underline;
    color: #0978b5;
    font-size:12px;
    vertical-align: top;
}

a.show-list-action.show-event-report{
    border-right:none;
    padding-right:0;
}

a.go-to-portfolio {
    float: right;
    padding-top: 5px;
}





.chart_place {
    clear: both;
    text-align: center;
    float: left;
    width: 100%;
    padding: 7px 0px; }

.chart_place div{
    margin: 0 auto;
}

.chart_holder{
    text-align: center;
    display:block;
}
.chart_holder div{
    text-align: center;
    display:block;
    margin:0 auto;
}
.chart_holder iframe{
    display:block;
    margin:0 auto;
}

.chart_type img {
    margin: 2px 0px 0px 0px;
    display:inline-block;
}

.chart_type strong {
    display:inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 0px 0px 5px;
    color:#333;
}







.boxes {
    position:relative;
    display:inline-block;
    padding:15px 0 15px 15px;
}

.boxes.shrink{
    padding:0;
}

.box-wrap{
    position:relative;
    display:inline-block;
    padding:30px;
}

.move-box{
    position:absolute;
}

.move-box[direction=left]{
    top:50%;
    left:0;
}

.move-box[direction=up]{
    top:0;
    left:50%;
}

.move-box[direction=right]{
    top:50%;
    right:0;
}


.move-box[direction=down]{
    bottom:0;
    right:50%;
}




.cp-lists .boxes,.lists .boxes{
    border: 10px solid #666;
    padding:15px;
    margin: 5px 0 0 10px;
    background-color:#fefefe;
}

.portfolio-box {
    clear: both;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    /* border-none: 3px; unknown property */
    padding: 12px 0px 0px 0px;
    /* margin: 12px 5px; */
    background-color:#fff;
    overflow-y: auto;
    overflow-x: hidden;
    height: 150px;
    padding-bottom:5px;
}



.portfolio-box::-webkit-scrollbar  {
    width: 12px;
}

.portfolio-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 3px;
    
}

.portfolio-box::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.portfolio-box ul {
    display: block;
    clear: both;
}

.portfolio-box ul li {
    display: block;
    clear: both;
    min-height: 25px;
    margin: 0px 10px;
}

.portfolio-box ul li.sortable:hover {
    overflow:visible;
    background-color: #EEE;
}

.portfolio-box ul li.sort-list-elements {
    display: block;
    clear: both;
    height: 20px;
    margin: 0 10px;
}

.portfolio-box ul li.sort-list-elements strong{
    float:left;
    text-transform: capitalize;
}
.portfolio-box ul li.sort-list-elements strong a{
    color:#333;
    text-decoration:underline;
    font-size:11px;
    padding:0;
    margin:0;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.portfolio-box ul li.sort-list-elements strong a.company-title{
    padding-left: 6px;
}

.portfolio-box ul li.sort-list-elements strong a:hover {
    color: #D0D0D0;
}

.portfolio-box ul li h2{
    color: #D0D0D0;
    font-size: 15px;
}

.portfolio-box ul li span.list-item-score {
    float: left;
    font-size: 18px;
    font-weight: bolder;
}

.portfolio-box ul li span.list-item-score{
    width:15%;
    overflow:hidden;
}

.portfolio-box ul li.sort-list-elements strong.company-name-sort{
    width:auto;
}
.portfolio-box ul li.sortable.ui-draggable-dragging {
    padding: 4px 2px 2px 4px;
    background-color: #EEE;
    border: 1px solid #CCC;
}

.portfolio-box ul li.sortable strong {
    display: inline-block;
    clear: none;
    max-width:65%;
    font-size: 13px;
    padding: 4px 0 0 6px;
}

.portfolio-box ul li.sortable strong a {
    display: inline-block;
    font-size: 13px;
    padding: 4px 0 0 6px;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width:100%;
    
}

.portfolio-box ul li.sortable strong:hover {
}

.portfolio-box ul li.sortable strong a:hover {
    color: #000;
    text-decoration: underline;
    overflow: visible;
}

.portfolio-box ul li a.submit-review-link:hover{
    background-color:#000;
}

.portfolio-box ul li small {
    background: transparent url('/images/vote_holder.png') left top no-repeat;
    width: 65px;
    height: 19px;
    display: block;
    clear: both;
    font-size: 11px;
    cursor: pointer;
    padding: 6px 0px 0px 0px; }



.lists .portfolio-box .add-to-list-input{
    border:none;

}
.portfolios-nav ul{
    position:relative;
    display:inline-block;
    margin:0 25px 10px 25px;
}

.portfolios-nav ul li{
    border: 1px solid #333;
    padding: 3px 5px;
    text-align:center;
    display:inline-block;
    margin-right:10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight:900;
    color:#fefefe;
    text-transform:uppercase;
}

.portfolios-nav ul li.selected{
    background-color:#666;
    padding-top: 12px;
} 

.portfolios-nav ul li:hover{
    background-color:#333;
    cursor:pointer;
} 

.portfolios-nav ul li.selected:hover{

} 

.create-portfolio-form{
    position:absolute;
    background:#fefefe;
    padding:5px;
    border:1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index:500;
}

.create-portfolio-form div{
    margin-left:2px;
    margin-bottom:5px;
}

.create-portfolio-form label{
    width:40%;
    display:inline-block;
}

.create-portfolio-name{
    display:block;
}

.portfolio-start{
    color:#666;
}

.portfolio-start *{
    font-size: 18px;
    
}

a.submit-review-link, .deleteit{
    width:4%;
}

.remove-from-list{
    width:9%;
}


a.submit-review-link, .deleteit,.remove-from-list {
    
    float:right;
    margin-right: 8px;
    clear: none;
}
a.submit-review-link img,.deleteit img,.remove-from-list img{
    width: 100%;
    max-width:22px;
    display:inline;
    vertical-align:middle;
}

.sortable .deleteit {
    clear: none;
}

.list-action-form{
    position:absolute;
    left: 1%;
    min-height:25%;
    background: #eee;
    -moz-border-radius: 3%;
    -webkit-border-radius: 3%;
    -o-border-radius: 3%;
    border-radius: 3%;
    padding: 10px;
    border:1px solid #333;
    z-index:500;
    min-width:90%;
}

.list-action-form .close-action{
    float:right;
}

.list-action-form .close-action:hover{
    opacity:.5;
}   

.list-action-form div{
    margin-bottom:5px;
}

.list-action-form label{
    color:#333;
    font-weight:900;
    width:35%;
}

.list-configuration ,.alerts-configuration{
    position:absolute;
    min-height:25%;
    width:70%;
    max-width:400px;
    background: #eee;
    -moz-border-radius: 3%;
    -webkit-border-radius: 3%;
    -o-border-radius: 3%;
    border-radius: 3%;
    padding: 10px;
    border:1px solid #333;
    z-index:500;
    left:15px;
}

.alerts-configuration .push-right{
    width:25%;
    height:25%;
    display:inline-block;
}
.alerts-configuration ul.alert-settings-type-nav,.alerts-configuration .alert-settings-type{
    display:inline-block;
}

.alerts-configuration .alert-settings-type{
    text-transform:capitalize;
}    

.alerts-configuration ul.alert-settings-type-nav{

}

.alerts-configuration ul.alert-settings-type-nav li{
    display:block;
    border: 1px solid #333;
    width:100%;
    height:25px;
    margin-top:5px;
    background: #eee;
    -moz-border-radius: 3%;
    -webkit-border-radius: 3%;
    -o-border-radius: 3%;
    border-radius: 3%;
}

.alerts-configuration ul.alert-settings-type-nav li:hover,.alerts-configuration ul.alert-settings-type-nav li.selected{
    background-color:#fefefe;
}

.alerts-configuration ul.alert-settings-type-nav li a{
    display:block;
    text-align:center;
    padding-top:6px;
    font-weight:900;
    color:#666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    
}   

.alerts-configuration ul.alert-settings-type-nav li:hover a{
    color:#333;
}
    
.alerts-configuration .alert-settings-type{
    width:80%;
    padding:1%;
    background-color:#fefefe;
}

 .close-settings, .close-alert-settings{
    float:right;
}

.close-settings:hover,.close-alert-settings:hover{
    opacity:.5;
}    

.alerts-configuration .config-input{
    clear:both;
    margin-left:5%;
}

.alerts-configuration .config-input label{
    display:inline-block;
    width:60%;
    font-size:12px;
}

.alerts-configuration .config-input input,.alerts-configuration .config-input select{
    display:inline-block;
    margin-left:5%;
    width:30%;
}

.alerts-configuration button .list-configuraton button{
    margin-top:7px;
    float:right;
}

.alerts-configuration .trust-templates ul{
    position:relative;
}

.alerts-configuration .trust-templates li{
    display:inline-block;
    vertical-align:top;
    position:relative;
}

.alerts-configuration .trust-templates li:hover{

}

.alerts-configuration .trust-templates li:hover .delete-template-monitoring{
    display:inline-block;
}    

.alerts-configuration .trust-templates li:hover span{
    display:inline;
}

.alerts-configuration .trust-templates li span{
    display:none;
    position:absolute;
    top:32%;
    left:12%;
    font-weight:900;
}

.alerts-configuration .trust-templates .delete-template-monitoring{
    position:absolute;
    right:0;
    top:0;
    display:none;
}

.list-configuration p{
    font-weight:bold;
    margin-top:10px;
    color:#333;
}

.list-configuration ul{
    margin-top:3px;
    margin-left:5px;
}

.list-configuration li{
    color:#666;
    font-size:11px;
}

.choose-trust-template{
    max-width:100%;
}

.create-company-list-box{
    left:auto;
    display:block;
}

.dispute-form{
    display:block;
}

.create-list-box,.company-profile-follow-lists,.create-attach-portfolio-form{
    right:0;
    display:block;
}

.company-profile-follow-lists{
    min-width:20%;

}    

.show-create-list,.delete-portfolio,.show-attach-portfolio-company{
    border-left:1px solid #333;
    padding-left:10px;
}

.select-portfolio-company{
    margin: 10px 15px 0 0;
}

.portfolio .boxes .show-create-list{
    border-left:none;
    padding-left:0;
}

.portfolio .boxes .create-list-box{
    left:0;
    right:auto;
}


.company-profile-follow-lists .portfolio-select{
    display:inline-block;
    float:right;
    min-width:40%;
    vertical-align:top;
}

.company-profile-follow-lists .add-as-links .add-to-list{
    float:none;
    display:inline-block;
    margin-left:10px;
}    

.company-profile-follow-lists .portfolio-select .selectator{
    min-width:100%;
}    

.company-profile-follow-lists .portfolio-select .selectator:after{
    right:0;
}    

.company-profile-follow-lists .portfolio-select .selectator .selectator_chosen_item_title{
    margin-right:5px;
    vertical-align:middle;
    text-align:right;
}

.company-profile-follow-lists .portfolio-select:hover strong, .company-profile-follow-lists .portfolio-select:hover .selectator_chosen_item{
    color:#fefefe;
}

.company-profile-follow-lists .add-as-links{
     float:none;
     display:inline-block;
     margin-bottom:10px;
}    

.curator-holder{
    padding: 0 20px;
}

.curator-claim-holder{
    left:0;
    display:block;
}


.curator-claim-holder input[type='text']{
    vertical-align:middle;
    margin-right:3px;
    display:inline-block;
}

.curator-claim-holder .curator-claim-button{
    float:none;
    display:inline-block;
}

.create-list-box .create-list-name,.create-list-box .submit-create-list,.create-list-box .cancel-create-list-link{
    float:none;
    display:inline-block;
    margin:0 5px 0 0;
}

.db-panel-title .create-list-box .cancel-create-list-link{
    color: #0978b5;
}

.reseller-buttons-holder{
    display:block;
}

.reseller-buttons-holder button{
    float:none;
    display:inline-block;
}


/************************ Search Result and Recommendation Styles **********************/

.results ul li.search-results{
    padding: 7px;
    margin: 0px 0px 8px 0px;
    overflow: hidden;
    text-align: left;
    clear: both;
    line-height: 20px;
    position:relative;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    background-color:#fefefe;
    box-shadow: 0 0 15px #bbb;
}

.results {
    clear: both;
    padding: 10px; }

.results-top {
    padding:10px 10px 0 10px; 
}

.portfolio-select{
    padding: 2px 5px;
    margin:2px;
    float:right;
    cursor:pointer;
    min-width:15%;
}


.portfolio-select .selectator{
    background-color:inherit;
    border:none;
    z-index:10000;
    min-width:100%;
    
}

.portfolio-select .selectator_chosen_item{
    color:#666;
    
}

.portfolio-select .selectator .selectator_chosen_item_title{
    margin-right:5px;
    vertical-align:middle;
    text-align:right;
    display:inline-block;
    width:95%;
    line-height:22px;
}

.portfolio-select:hover{
        background-color:#333;
}

.holder .portfolio-select:hover strong, .holder .portfolio-select:hover .selectator_chosen_item{
    color:#fefefe;
}




.left-part-results {
    display:inline-block;
    width:27%;
    padding: 10px 0px 10px 20px;
}

.left-part-results div.company_and_score {
    overflow:hidden;
    clear:both;
}

.left-part-results h3 a:hover{
    color: #333; }

.left-part-results h3 a{
    font-size: 17px;
    color: #57b7e7;
    text-transform:uppercase;
    cursor:pointer;
}
.left-part-results h3.checklist-search-head{
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    margin-left:10px;
}

.left-part-results h5{
    clear:both;
}

.left-part-results div.search_results_score strong{
    font-size:13px;
    margin-left:7px;
    float:left;
}
.left-part-results div.search_results_score span{
    color:#09c;
    font-size:13px;
    clear:none;
    float:left;
    padding:0;
}

.left-part-results span {
    display: block;
    clear: both;
    font-size: 13px;
    color: #333;
    padding: 6px 0px 0px 0px;
    line-height: normal; }

.right-part-results {
    display:inline-block;
    width:70%;
    vertical-align:top;
}








.recommendations-loader img{
    margin: 0 auto;
}

/****************  Search / Main index.php ****************************/

.search-image-holder{
   background-size:440px;
   background-repeat:no-repeat;
   background-position:bottom center;
   height:220px;
   width:100%;
   margin-bottom:5px;
}
.search-image-holder img{
    margin:10px auto;
    width:100%;
    height:150px;
}

.company-search {
    clear: both;
    overflow: hidden; }

.company-search .search-screen {
    overflow: hidden;
    padding: 30px 70px 10px 70px;
    width:440px;
    margin:0 auto;
}

.input-mask {
    width: 331px;
    height: 28px;
    float: left;
    padding: 12px 0px 0px 10px; 
    border-radius:3px 0 0 3px;
    -moz-border-radius:3px 0 0 3px;
    -webkit-border-radius:3px 0 0 3px;
}

.input-mask input {
    float: left;
    border: none;
    background: transparent;
    color: #333;
    font-weight: bold;
    font-size: 13px;
    width: 315px; 
}

.input-mask input::-webkit-input-placeholder {
    color:    #333;
}
.input-mask input:-moz-placeholder {
    color:    #333;
}

.search-button {
    background:left top no-repeat;
    width: 98px;
    height: 40px;
    float: left;
    border: none;
    font-size: 14px;
    font-weight: bold;
    color: #fefefe;
    cursor: pointer; 
    border-radius:0 3px 3px 0;
    -moz-border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
}

.search-button:hover {
    background-color: #333;
}

.search-tips,.center-add-company,.add-company-form{
    width:440px;
    margin: 10px auto 10px auto;
    display:block;
}

.add-company-form{

	/* Jerecho Update */
	width: 850px;
  	margin: 10px auto;
  	padding: 10px;
  	border-radius: 10px;
	color: #444;
  	box-shadow: 0 0 1em 0 hsla(0, 0%, 0%, 1.0);
	background-color: #F0F0F0;
        border: 8px solid;
	padding-bottom: 25px;
	margin-top: 30px;
        overflow:hidden
}


.add-company-form  .main-label {
	  	margin: 0 15px 20px;
	  	border-bottom: 2px solid;
	  	padding: 5px 10px 5px 0;
	  	font-size: 1.1em;
		font-weight: bold;
	}
	
 .add-company-form  input[type=text]:focus, .add-company-form  input[type=password]:focus{
		background: #FFFFFF;
	}
	
 .add-company-form label {
	  	display: inline-block;
	  	width: 125px;
	  	text-align: right;
	  	margin: 10px
	}

	
 .add-company-form input[type=text],.add-company-form input[type=password]{
		width: 235px;
		height: 35px;
		border: 1px solid grey;
		padding-left: 5px;
	}

	
 .add-company-form .styled-select select{
  		width: 240px; 
		height: 35px;
		border: 1px solid grey;
	}
	
	
.add-company-form .button {
  		font-size: 1em;		
  		border-radius: 8px;
  		padding: 10px;
	}
	
	
.add-company-form div{
		margin: 0 0 15px 0;
	  	border : none;
	}	
	
 .add-company-form .sep {
	  	border: 1px solid #72B372;
	  	position: relative;
	  	margin: 35px 20px;
	}


 .add-company-form textarea {
		width:235px;
		border: 1px solid grey;
		padding-left: 5px;
}

 .add-company-form .col{
	display:inline-block;
	width: 400px;
 }
.add-company-form h1{
    font-size:28px;
    color:#fefefe;
    padding-bottom:10px;
    border-bottom:1px solid #fcfcfc;
    margin-bottom:10px;

}


.add-company-form .claim-button{
    display:block;
    float:right;
    margin-right:130px;
}


.search-screen .add-company{
    margin-top:10px;
    margin-right:0;
}

.search-tips h3{
    font-size:14px;
    color:#666;
}

.search-tips li{
    font-size:11px;
    color:#888;
    margin-left:15px;
    margin-top:7px;
}
.search-tips li span.blue{
    color:#09c;
}


/******************************  Company Profile *****************************************/
.cp-info{

}

.cp-info-image{
    width:inherit;
    border:1px solid #333;
}

.cp-info-image img{
    width:inherit;
    display:block;
}

.cp-info-image a{
    display:block;
}
.image-place-holder{
    width:inherit;
    height:80px;
    text-align:center;
    padding-top:50px;
    font-size:18px;
}

.cp-contact,.cp-address,.cp-description{
    display:block;
    margin:15px 0 0 0;
    text-align:left;
}

.cp-contact p,.cp-address p,.cp-description p{
    font-size:12px;
    color:#333;
}

.cp-g2-branded{
    font-size:13px;
}

#get-g2-score{
    font-style:normal;
    font-weight:bold;
    font-size:16px;

}

.profile-content {
    display:block;
    padding: 15px 0;
    clear:both;
}

.cp-info .page-right{
    margin-left: .5%;
    float:none;
    display:inline-block;
}

.profile-content .cp-body .cp-toggle-body{
    border:none;
}    

.profile-content .cp-body .cp-toggle-header{
    padding: 10px 25px;
    background: #edede 50% 50% repeat-x;
}
.profile-content .cp-body .cp-toggle-header:hover{
    cursor:pointer;
    background: #BBBBBB 50% 50% repeat-x;
}

.profile-content .cp-body .cp-toggle-header.ui-state-active{
    cursor:pointer;
    background: #fefefe 50% 50% repeat-x;
}

.cp-trust .cp-toggle-header h3{
    display:inline-block;
}

.cp-trust .cp-toggle-header .company-pass-fail{
    margin-right:5px;
}

.cp-trust .checklist-pass-fail{
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    vertical-align: middle;
    margin-top:10px;
    margin-right:10px;
    float:right;
}


.cp-reputation .timeline-holder, .cp-trust .checklist-holder{

}
.cp-trust .checklist-holder{
    position:relative;
    padding: 0 1%;
}

.cp-trust .checklist-holder .trust-button-header{
    background-color: #5e5e5e;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 5px 5px 2px #aaa;
    padding: 6px 5px;
    margin: 5px 5px;
}
.cp-trust .checklist-holder .trust-button-header *{
    display:inline;
}
.cp-trust .checklist-holder .trust-button-header h2{
    color:#fefefe;
    font-size:18px;
}    
.cp-trust .checklist-holder .trust-button-header button{
    font-size:14px;
    vertical-align:center;
} 
.cp-trust .checklist-list,.cp-trust .checklist-middle,.cp-trust .checklist-right{
    display:inline-block;
    vertical-align:top;
}
.cp-trust .checklist-list{
    width:24%;
    margin:10px 0;
    margin-left:2%;
}

.cp-trust .checklist-middle{
    width:4%;
}

.cp-trust .checklist-right{
    width:68%;
}

.checklist-display{
    width:100%;
    overflow:hidden;
}

.cp-trust .checklist-middle .middle-pos{
    position:relative;
    top:0;
    border-bottom:2px solid #fefefe;
}

.cp-trust .checklist-list li,.checklist-middle .middle-pos.incomplete{
    background-color:#999;
    border-bottom:2px solid #fefefe;
    cursor:pointer;
}
.cp-trust .checklist-list li.complete, .checklist-middle .middle-pos.complete{
    background-color:#333;
    opacity:1;
}

.checklist-display.incomplete{
    border-bottom:2px solid #fefefe;
    cursor:pointer;
}

.checklist-display.complete{
    opacity:1;
}

.cp-trust .checklist-list li p{
    color:#fefefe;
    font-weight:bold;
}
.cp-trust .checklist-list li:hover{
    background-color:transparent;
}



.checklist-display .transfer-display{
    background-color:#fefefe;
    margin:5px;
    border:5px solid #999;
}

.checklist-display .transfer-display .checklist-header,.checklist-display .transfer-display ul{
    margin:6px 0 0 10px;

}

.checklist-display .transfer-display ul{
    border:2px solid #999;
    padding: 10px;
}

.checklist-display.complete .transfer-display ul{
    border:2px solid #333;
}

.checklist-display .transfer-display li img{
    vertical-align:middle;
}
.checklist-display .transfer-display li span,.checklist-display .transfer-display li em{
    margin-left: 3px;
    vertical-align:middle;
}

.checklist-display .transfer-display .checklist-header img{
    height:100px;
    width:100px;
    display:inline-block;
    vertical-align:middle;
}

.checklist-display .transfer-display .checklist-header h3{
    font-size:26px;
    display:inline-block;
    vertical-align:middle;
}

.checklist-display.complete h3, .checklist-list li.complete:hover p{
    color:#333;
}

.checklist-display.incomplete h3, .checklist-list li.incomplete:hover p{
    color:#999;
}

.transfer-display .checklist-or{
    display:inline-block;
}
.transfer-display .checklist-and{
    display:block;
}

.checklist-image{
    vertical-align:middle;
}



.cp-score-history-holder{
    margin:10px auto;
}
#cp-score-history-chart{
    margin:0 auto;
    min-width:350px;
}

.cp-score-history-holder h2{
    font-size:18px;
    margin: 5px 25px;
    background-color: #5e5e5e;
    color:#fefefe;
    padding:6px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    text-align:center;
    box-shadow:5px 5px 2px #aaa;
}


/************************  Timeline Styles ****************************/


.timeline-holder{
    min-height:200px;
    display:block;
    clear:both;
}

.timeline-holder .blue{
    color:#57b7e7;
}

.timeline-holder .dark-blue{
    color:#0978b5;
    text-decoration: underline;
}
.timeline-holder .blue{
    color: #0000FF;
    text-decoration: underline;
}
.timeline-holder .dark-blue:hover,.timeline-holder .blue:hover{
    color:#333;
    text-decoration: underline;
}

.timeline-holder .edit-timeline-filters{
    margin-left:25px;
    margin-top:8px;
}
.timeline-holder .edit-timeline-filters:hover{
    color:#333;
    text-decoration: underline;
}
.timeline-empty{
    clear:both;
    border:5px solid #5e5e5e;
    padding:25px 0;
    text-align:center;
    margin:20px auto;
    width:80%;
}
.timeline{
    min-height:200px;
    margin:10px 25px;
}

.timeline-year,.load-more-events{
    margin:5px auto;
    padding:10px 0 0 0;
    clear:both;
}




.timeline-year .year-title,.load-more-events .load-title{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#5e5e5e;
    height:25px;
    padding:10px;
    box-shadow: 5px 5px 2px #aaa;
    margin-bottom:12px;
}
.timeline .timeline-year .year-title span{
    display:block;
    text-align:center;
    font-size:21px;
    color:#fff;
    font-weight:900;
}
.load-more-events .load-title a{
    display:block;
    text-align:center;
    font-size:17px;
    color:blue;
    font-weight:900;
    text-decoration:underline;
    margin:0;
}

.load-more-events .load-title a:hover{
    color:#fff;
}
.timeline-year .year-title span{
    display:block;
    text-align:center;
    font-size:17px;
    color:#fff;
    font-weight:900;
}


.timeline-stick{
    height:30px;
}
.height-holder{
    height:30px;
}



.timeline-month{
    overflow:hidden;
}
.timeline-month .month-title{
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    background-color:#5e5e5e;
    height:25px;
    padding-top:10px;
    width:30%;
    margin:0 auto;
    box-shadow: 5px 5px 2px #aaa;
    clear:both;
}
.timeline-month .month-title span{
    display:block;
    text-align:center;
    font-size:15px;
    color:#fff;
    font-weight:900;
}

.timeline-legend{
    float:left;
    border:1px #222 solid;
    margin:0 10% 10px 10%;
    clear:both;
    padding:10px;
}
.timeline-legend-title{
    margin:10px 10% 10px 10%;
    display:block;
}
.timeline-legend-title *{
    display:inline-block;
    margin-right:5px;
}
.timeline-legend-item{
    display:inline-block;
    min-width:215px;
    margin-right:7px;
}
.timeline-filter-holder{
    display:block;
    clear:both;
}
.change-timeline-filters{
    background-color:blue;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #222;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    display:inline-block;
    margin-top:7px;
    padding:2px 4px;
}
.unset-timeline-filters,.set-all-timeline-filters{
    display:inline-block;
    text-decoration:underline;
    font-size:11px;
    margin-left:4px;
}
.change-timeline-filters:hover{
    color:#eee;
    opacity:.8;
}
timeline-how-to{
    float:right;
    clear:right;
}
.month-holder-left,.month-holder-right{
    float:left;
    border:none;
}
.month-holder-left{
    width:50%;
    border-right:thick solid #aaa;
}
.month-holder-right{
    width:49%;
}

.timeline-alert,.timeline-event{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 1%;
    margin-left: 0;
    padding: .5%;
    display: inline-block;
    box-shadow: 5px 5px 2px #aaa;
    width: 46%;
    vertical-align:top;
    padding-right:0;
    position:relative;
}    

.timeline-alert{
    border:solid 4px #333;
    background-position:right;
    background-repeat: no-repeat;
}

.timeline-alert.red-border{
    border:solid 4px #b40000;
}

.timeline-alert h4{
    color:#333;
}

.timeline-alert.red-border h4{
    color:#b40000;
}    

.timeline-event{
    border:solid 4px #5e5e5e;
    
}
.timeline-holder .timeline-event .info-holder,.timeline-holder .timeline-alert .info-holder{
    padding:3px;
    display:inline-block;
    width:75%;
    vertical-align: middle;
}

.timeline-holder .timeline-event .info-holder *,.timeline-holder .timeline-alert .info-holder *{
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    margin-bottom:3px;
    display:block;
}

.timeline-holder .timeline-event .info-holder .event-link,.timeline-holder .timeline-alert .info-holder .alert-link{
    font-size:11px;
    display:inline-block;
    
}


.timeline-holder .timeline-event .info-holder .button,.timeline-holder .timeline-alert .info-holder .button{
    display:inline-block;
    font-size:12px;
    color:#fefefe;
}
.timeline-holder .timeline-event .info-holder strong,.timeline-holder .timeline-event .info-holder span,.timeline-holder .timeline-alert .info-holder strong,.timeline-holder .timeline-alert .info-holder span{
    display:inline;
    text-transform: capitalize;
}

.timeline-holder .timeline-event .info-holder dispute-response p{
    white-space:normal;
}

.timeline-event h3 a,.timeline-event h4,.timeline-alert h3 a,.timeline-alert h4{
    font-size:14px;
}
.timeline-event h4{
    color:#333;
}
.timeline-event h4 strong{
    margin-left:0;
}

.timeline-event p,.timeline-alert p{
    color:#666;
    font-size:12px;
}
.timeline-event p.timeline-event-data,.timeline-alert p.timeline-event-data{
    color:#aaa;
}
.timeline-event p strong,.timeline-alert p strong{
    color:black;
}




.timeline-holder .timeline-event .info-holder .event-dispute{
    position:relative;
    border:1px solid #333;
    padding:5px 10px;
    margin:5px 0 15px 0;
    border-radius:16px;
    -moz-border-radius: 16px;
    -webkit-border-radius:16px;
    overflow:visible;
}
.timeline-event .event-dispute:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 25px;
	top: 100%;
	border: 8px solid;
	border-color: #333 transparent transparent #333;
}
.month-holder-right .timeline-event .event-dispute:before{
    left: 25%;
}

.month-holder-left .timeline-event .event-dispute:before{
    left: 75%;
}

.timeline-event .event-dispute h6{
    text-decoration: underline;
}

.timeline-event .event-dispute p{
    margin-left:10px;
}
.month-holder-right .timeline-event .event-dispute{
    text-align:left;
}
.month-holder-left .timeline-event .event-dispute{
    text-align:right;
}

.timeline-holder .timeline-event .event-helpfulness{
    display: inline-block;
    width: 10%;
    vertical-align:middle;
}

span.rating-value{
    vertical-align:middle;
    display:inline-block;
    font-size:30px;
    font-weight:900;
    width:10%;
    text-align:center;
}

.month-holder-left span.rating-value{

}
.month-holder-right span.rating-value{

    
}


.vote-thumbs-down,.vote-thumbs-up{
    display:block;
    
}


.month-holder-right .vote-thumbs-down,.month-holder-right .vote-thumbs-up{

}
.month-holder-left .vote-thumbs-down,.month-holder-left .vote-thumbs-up{

}

.vote-thumbs-down{
    margin-top:12px;
}
.vote-thumbs-up img,.vote-thumbs-down img{
    width:45%;
    display:block;
    margin: 0 auto;
}

em.legend{

    height:24px;
    width:24px;
    border-radius:12px;
    -moz-border-radius:12px;
    -webkit-border-radius:12px;
    position:relative;
    bottom:0;
    display:inline-block;
    cursor:pointer;
    
    /*default color  */
    background-color:#5e5e5e;
}

.timeline-legend-item strong{
    color:#5e5e5e;
}
.high-user-reputation{
    position:absolute;
    top:30%;
}

.month-holder-left .timeline-event .high-user-reputation{
    right:1%;
}
.month-holder-right .timeline-event .high-user-reputation{
    left:1%;
}





em.in-event{
    max-width:15px;
    width:5%;
    height:15px;
    position:absolute;
    bottom:45%;
}

.month-holder-left em.in-event{
    right:0;
}
.month-holder-right em.in-event{
    left:0;
}





/*****************  Edit Company Profile *******************/


.trust-points-holder h1{
    text-align:center;
}

.edit-cp-form{
    padding:20px 25px;
    margin:25px 15px;

    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

.edit-cp-form hr{
    margin:10px;
    display:block;
}

.edit-cp-form .tagit{
    border:1px solid #000;
    background-color:#fff;
    font-size:13px;
    width:250px;
}
.pro-settings-form input[type='text']{
    border:1px solid #000;
    background-color:#fff;
    height:21px;
    width:250px;
    font-size:13px;
}
.edit-cp-form .red-highlight{
    border:2px solid #b50000;
}
.edit-cp-form textarea{
    width:250px;
    min-height:60px;
}
.edit-cp-form input[type='text']{
    width:250px;
}
.edit-cp-form .div-line input.edit-company-city{
    width:130px;
}

.edit-cp-form .div-line input.edit-company-region{
    width:45px;
}
.edit-cp-form .div-line input.edit-company-postal-code{
    width:65px;
}

.edit-cp-form .submit-company-changes{
    float:right;
}

.edit-cp-form .key-value-pair input[type='text']{
    width:150px;
}

.edit-cp-form .add-more{
    display:inline-block;
    vertical-align:top;
}

.edit-cp-form .div-line .points,.points{
    font-weight:900;
    color:#b40000;
    font-size:14px;
    display:none;
    float:none;
    vertical-align: top;
}

.edit-cp-form .div-line .points em,.points em{
    display:inline;
    font-size:14px;
    color:#b40000;
    font-style:normal;
    clear:none;
    float:none;
    vertical-align: top;
}

.create-industry-tag{
    display:inline-block;
    position:relative;
}

.create-industry-tag .form-holder{
    padding:10px;
    position:absolute;
    top:35px;
    border:2px #444 solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color:#888;
    width:200px;
}
.create-industry-tag .form-holder .line{
    display:block;
    margin-bottom:7px;
}
.create-industry-tag .form-holder .line label{
    width:55px;
    color:#fff;
    font-size:12px;
    font-weight:500;
    display:inline-block;
    text-align:left;
    margin-right:5px;
}
.create-industry-tag .form-holder .line input[type='text']{
    width:138px;
    border: 1px solid black;
    background-color: white;
    display:inline-block;

}
.create-industry-tag .close{
    font-size:11px;
    color:#b40000;
    float:right;
    padding:13px 3px 0 0;
    text-decoration:underline;
}
.create-industry-tag .close:hover{
    color:#ddd;
}
.create-industry-tag .add-tag-now{
    background-color: #649B0C;
    float:right;
    clear:both;
    font-weight: bold;
    border: none;
    cursor: pointer;
    color: white;
    text-shadow: 1px 1px 0px #649B0C;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border:1px #444 solid;
    font-size: 14px;
    text-align: center;
    padding:4px 8px;
    margin:0;
}

/******************************  Edit User Settings ********************************/


.settings-formline{
    display:block;
    margin-bottom:7px;
}
.settings-formline label{
    width:125px;
    color:#222;
    font-size:13px;
    margin-right:10px;
    display:inline-block;
    text-align:right;
}
.settings-formline input[type='text']{
    width:250px;
    display:inline-block;
    background-color:#eee;
    border:1px solid #333;
    color:#333;
}
.settings-formline span{
    margin-left: 5px;
    color: #333;
    font-size: 13px;
}

.edit-settings-header{
    font-size:24px;
}

.user-groups-form{
    margin: 0 15px;
    padding:8px 0;
}

#change_alert_subscription form,.edit-settings-header,#change_social_accounts form,.user-settings-form{
    margin:8px 15px 0 15px;
}



#change_social_accounts  .linkedin_groups_list{
    margin:25px 0;
    overflow:hidden;
}
#change_social_accounts  .linkedin_groups_list h2{
    margin-left:0;
    margin-bottom:25px;
}
#change_social_accounts  .linkedin_groups_list .group_background_holder{
    background-color:#fff;
    border:2px solid #666;
    overflow:hidden;
    padding:5px 10px;
    margin-bottom:15px;
}

#change_social_accounts  .linkedin_groups_list .group_background_holder a{
    color:#09c;
    float:left;
    margin-left:7px;
}
#change_social_accounts  .linkedin_groups_list .group_background_holder ul{
    clear:both;
    margin-left:7px;
}
#change_social_accounts  .linkedin_groups_list .group_background_holder ul li input{
    margin-right:5px;
}
#change_social_accounts  .linkedin_groups_list p{
    color:#666;
    margin: 10px 0px;
    font-size:11px;
}

#change_social_accounts  .linkedin_groups_list .group_background_holder .scroll_groups{
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    height:180px;
    margin-top:15px;
    clear:both;
}
#change_social_accounts  .linkedin_groups_list .group_background_holder .show-scroll{
    overflow-y:auto;
}

#change_social_accounts  .linkedin_groups_list .group_background_holder .scroll_groups .items{
    /*position:absolute;
    height:20000em;*/
    width:450px;
}
.display-linkedin-groups{
    margin:15px 20px 15px 50px;
    overflow:hidden;
}
.display-linkedin-groups h2{
    margin-left:0;
    margin-bottom:25px;
}
.display-linkedin-groups .group_background_holder{
    background-color:#fff;
    border:2px solid #666;
    overflow:hidden;
    padding:5px 10px;
    margin-bottom:15px;
}

.display-linkedin-groups .group_background_holder a{
    color:#09c;
    float:left;
    margin-left:7px;
}
.display-linkedin-groups .group_background_holder ul{
    clear:both;
    margin-left:7px;
}
.display-linkedin-groups .group_background_holder ul li input{
    margin-right:5px;
}
.display-linkedin-groups p{
    color:#666;
    margin: 10px 0px;
    font-size:11px;
}

.display-linkedin-groups .group_background_holder .scroll_groups{
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    height:180px;
    margin-top:15px;
    clear:both;
}

.display-linkedin-groups .group_background_holder .show-scroll{
    overflow-y:auto;
}

.display-linkedin-groups .group_background_holder .scroll_groups .items{
    /*position:absolute;
    height:20000em;*/
    width:500px;
}

.settings_forms .display-linkedin-groups p{
    color:#666;
    margin: 10px 0px;
    font-size:11px;
}

.settings_forms .edit_review_groups .group_background_holder .scroll_groups{
    overflow:hidden;
    position:relative;
    height:180px;
    margin-top:15px;
    clear:both;
}

.settings_forms .edit_review_groups .group_background_holder .scroll_groups .items{
    position:absolute;
    height:20000em;
    width:500px;
    padding-top:0;
}

.linkedin_data{
    margin-left:0px;
}
.linkedin_data a{
    margin-bottom:10px
}
.linkedin_data h5{
    color:#666;
    font-size:14px;
}
#change_social_accounts  #add_linkedin_account:hover{
    opacity:.7;
}
#change_social_accounts  #add_linkedin_account{
    display:block;
    background: #0099cc;
    background: -webkit-linear-gradient(top,#0099cc,#00698C);
    background: -moz-linear-gradient(top,#0099cc,#00698C);
    padding: 15px 0 0 0;
    text-align:center;
    width: 165px;
    height: 35px;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border: 1px solid #444;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0px #0099cc;
    font-weight: bold;
    letter-spacing: 1px;
}



/***** Claim Company States*****/

.claim-form{
    margin:25px;
}

.claim-info{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding:15px 0;
}

.claimable,.not-claimable,.already-claimed{
    margin-top:3%;
}

.claim-form h2{
    color:#333;
    margin-bottom:5px;
    text-align:center;
    font-size:20px;
}
.claim-form p{
    color:#444;
    font-size:11px;
    text-align:center;
}

.resend-verify-email{
    width:180px;
    margin: 5px auto;
    display:block;
    padding:4px 0;
}


.return-data{
    padding:25px;
}

.return-data .open-change-email{
    text-decoration:underline;
    font-size:13px;
    margin-top:10px;
    floar:right;
}

.return-data .return-change-email{
    -border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:5px #333 solid;
    margin-top:15px;

}

.settings-save-line{
    min-height:30px;
    display:block;
    margin-top:10px;
}

.email-save-changes{
    float:right;
    margin-right:10px;
    margin-bottom:10px;
}

.claim-line{

}
.claim-line label{
    color: #09C;
    font-size: 16px;
    width: 20%;
    height: 21px;
    padding-top: 2px;
    text-align: right;
    font-weight: 700;
    display:inline-block;
}
.claim-line span{
    display:inline-block;
    color: #444;
    font-size: 15px;
    margin-left:5px;
    font-weight:600;
}



/********************************* Add Event **************************************/

.review-form{
    margin:0 0 10px 0;
    padding:10px 25px;
    border: 1px solid #333;
    border-top:none;
}

.quick-review{
    margin:0 0 10px 0;
}
.wait-for-event-loader{
    float:right;
}

.add-event-nav{
    display:block;
    border-bottom:2px solid #333;
    height:30px;
}

.add-event-nav .add-review-nav{
    margin-top:5px;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    border:none;
    padding: 2px 4px;
    height:21px;
}

.add-event-nav .add-review-nav.current-nav{
    border-radius:3px;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -o-border-radius:3px 3px 0 0;
    border:2px solid #333;
    border-bottom:none;
    color:#333;
    background-color:#fefefe;
}
.add-event-nav .add-review-nav:hover{
    text-decoration: underline;
}

.review-form select, .select-event-category{
    display:inline-block;
    margin-right:8px;
    
}

.private-groups,.edit-private-groups{
    width:40%;
    padding:10px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    border:1px solid #333;
}

.event-body .ratings{
    display:inline-block;
    vertical-align: top;
    margin-right:8px;
    margin-bottom:12px;
}

.review-form select option,.review-form select optgroup{
    text-transform:capitalize;
}

.review-form select option[data-category=""]{
    text-transform:none;
}

.event-body label,.edit-event-body label,.view-event-body label{
    display:inline-block;
    vertical-align: top;
    font-size:16px;
    font-weight:900;
    margin-right:8px;
    white-space:no-wrap;
}
.view-event-body label{
    
}

.view-event-body .flag-event img{
    display:block;
    width: 20px;
}

.view-event-body .event-docs{
    display:block;
    overflow:hidden;
}



.view-event-body .event-docs a{
    display:block;
    margin: 0 5px;
    float:left;
}

.view-event-body .event-docs a:hover{
    background-color:#eee;
}    

.view-event-body .event-docs a *{
    margin:0;
}

.view-event-body .event-docs a strong{
    display:block;
    width:100%;
    margin:0 auto;
}

.view-event-body .event-docs a img{
    display:block;
    margin:0 auto;
}

.view-event-body .event-docs a span{
    display:block;
    width:100%;
    margin:0 auto;
}

.review-radio-values input[type='radio']{
    width:13px;
    display:inline-block;
    margin-right:11px;
}

.review-rating-scale,.review-bottom-scale,.review-scale-sticks{
    display:block;
}


.review-scale-sticks .review-stick{
    width:24px;
    height:4px;
    border:none;
    border-right:3px solid;
    border-bottom:3px solid;
    float:left;
}

.review-bottom-scale .review-scale-item{
    float:left;
    width:54px;
    background-color:#ddd;
    font-size:10px;
    font-weight:600;
    text-align:center;
}



.review-bottom-scale .review-scale-item.long{
    width:108px;
}

.review-stick.review-red{
    border-color:#cd3113;
}

.review-stick.review-yellow{
    border-color:#f9b000;
}

.review-stick.review-green{
    border-color:#33cc33;
}

.review-advanced-options
{
    margin-top:25px;
}

.review-form .date-picker,.event-body .review-comments, .group-holder,.review-form .div-line input[type='text'],.review-form .div-line textarea,.edit-event-body .div-line input[type='text'],.edit-event-body .div-line textarea{
    width:40%;
    border:1px solid #333;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    display:inline-block;
    padding:5px;
}

.div-line .select2 .selection,.div-line .select2 .selection .select2-selection__arrow{
    display:block;
}

.group-holder p{
    font-size:12px;
}

.group-list li input[type='checkbox']{
    margin-right:3px;
}

.review-advanced-options .review-comments{
    height:100px;
}

.article-not-found h2{
    width:30%;
    display:inline-block;
}

/***** Other Event Types *****/

.add-event-body{

}

.event-list{
    display:inline-block;
    border:1px solid #333;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -o-border-radius:3px;
    padding:10px;
    width:70%;
    margin-right:7px;
}

.event-list-item{
    display:inline-block;
    margin-right:1%;
    width:45%;
}

.event-list-item .other-event-type{
    margin-right:1%;
}

.other-event-body .article-company-tags .chzn-container-multi .search-field ul{
    border:1px solid #333;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    display:inline-block;
    padding:5px;
}

.other-event-body .article-company-tags .chzn-container-multi ul.chzn-choices li{
    display:inline;
}
.article-img{
    width:30%;
}
.article-img img{
    width:100%;
}

/*********************************** Edit Event & View Event ******************************************/

.edit-event-body, .view-event-body{
    border:1px solid #333;
    margin:20px;
    padding:5px;
}

 .view-event-body[user_rep="high"]{
    background: url(/images/ribbon_right_blue_64.png) no-repeat right top;
}
.view-event-body .div-line span{
    width:65%;
    display:inline-block;
    overflow:hidden;
}

.event-dispute{
    margin:0 20px;
    padding:5px 10px;
    border-radius:16px;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border:1px;
    width:33%;
}

/****************************** Password Page *************************************/
.save-changes {
    width: 141px;
    height: 33px;
    float: right;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    border: 1px solid #333;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}

.save-changes:hover {
    color:#ddd;
}

a.cancel {
    float: right;
    font-size: 13px;
    color: #0099cc;
    margin: 8px 20px 0px 0px;
    text-decoration: underline; }

a:hover.cancel {
    color: #26b8e9;
    text-decoration: none; }



/*******      Client Management Dashboard Styles **********/
.client-holder{
    min-height:600px;
    overflow-x:hidden;
    overflow-y:visible;
}
.client-holder h5{
    color:#666;
    font-size:18px;
}
.client-holder-elem{
    padding-top:10px;
    vertical-align: top;
}
.client-holder .client-user-list-holder,.client-holder .client-entitlements-holder{
    width:20%;
}
.client-holder .client-user-list-holder{
    float:left;

}

.client-holder .client-entitlements-holder{
    float:right;
    position:relative;
    margin-left:-1%;
}

.client-holder .client-entitlements-holder h5{
    padding-left:3%;
}

.client-holder .client-management-holder{
    display:inline-block;
    width:59%;
    min-height:600px;
    padding: 0px;
    border-left: 2px #aaa solid;
    border-right: 2px #aaa solid;
}

.client-management-actions{
    padding:10px 0 0 0;
}

.client-holder .client-holder-elem ul.client-users{
    border: 1px solid #333;
    margin: 10px 0;
}

.client-holder .client-holder-elem ul.client-users li{
    padding:2px 5px;
    clear:both;
    overflow:hidden;
}

.client-holder .client-holder-elem ul.client-users li button,.client-holder .client-holder-elem ul.client-users li select,.client-holder .client-holder-elem ul.client-users li form{
    float:left;
}

.client-holder .client-holder-elem ul.client-users li select{
    display:inline-block;
    vertical-align: middle;
    margin:2px 5px;
}


.client-holder .client-holder-elem ul:hover{
}

.client-holder .client-holder-elem ul li.client-email-item{
    padding: 5px 0px 5px 2px;
    color:#C85900;
    font-size:11px;
    font-weight:800;
    cursor:pointer;
    overflow-x:hidden;
} 

.client-holder .client-holder-elem ul li.client-entitlement-item{
    padding: 5px 0px 5px 8px;
    color:#1F7371;
    font-size:11px;
    font-weight:800;
    cursor:pointer;
}

.client-holder .client-holder-elem ul li.client-email-item:hover,.client-holder .client-holder-elem ul li.client-entitlement-item:hover{
    background-color:#444;
}

.client-holder .client-holder-elem ul li.client-entitlement-item p{
    color:#aaa;
    padding:5px;
}    

.client-holder .client-body-holder .client-management-body[name='manage_groups']{

}

.client-holder .client-body-holder .client-management-body[name='manage_users']{
    padding:15px 25px;
}

.client-holder .client-body-holder .client-management-body[name='manage_users'] a{
    display:block;
    text-decoration:underline;
    margin-bottom:4px;
    font-size:16px;
    font-weight:700;
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller']{
    padding:15px 25px;
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] h5{
    font-size:18px;
    margin-bottom:10px;
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] h5 span{
    font-size:13px;
    color:#333;
    font-weight: normal;
}


.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table{
    table-layout: fixed;
    padding-top: 7px;
    margin: 10px 0;
    border: 4px solid #16864e;
    border-collapse: collapse;
    width:100%;
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table thead,.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table .drive-table tbody{
}   

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table tr{
    padding:0
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table th,.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table td{
        text-align:left;
        font-size:11px;
        margin:0 4px 0 -0;
        min-height:15px;
        border: 1px solid #333;
        padding: 2px 3px;
        
}

.client-holder .client-body-holder .client-management-body[name='manage_reseller'] table th{
    color:#666;
    font-weight:bold;
    margin:0;
}

.client-holder .client-management-holder .client-management-tabs{
    display:block;
    padding-top:5px;
    overflow-x:visible;
    overflow-y:visible;
    border:none;
    border-bottom:2px #AAA solid;
    background-color:inherit;
}
.client-holder .client-management-holder .client-management-tabs:hover{
    background-color:inherit;
    padding:5px 0 0 0;
}
.client-holder .client-management-tabs .tab-options{
    display:inline-block;
    margin-left:25px;
    padding:5px 5px 0 5px;
    border:none;
    cursor:pointer;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.client-holder .client-management-tabs .selected{
    border-top:2px #AAA solid;
    border-left:2px #AAA solid;
    border-right:2px #AAA solid;
    border-bottom:2px #fff solid;
    background: -webkit-linear-gradient(top,#DDDDDD,white);
    background: -moz-linear-gradient(top,#DDDDDD,white);
    margin-bottom:-5px;
    overflow:visible;
}

.client-holder .client-management-tabs .tab-options a{
    color:#09c;
    font-weight:700;
}
.client-holder .client-management-tabs .tab-options a:hover{
    text-decoration:underline;
}

.client-holder .client-management-tabs .selected a{
    color:#666;
    font-weight:700;
}

.add-user-email-holder{
    margin-top: 6px;
}
.add-user-email-holder input,.add-user-email-holder button{
    display:inline-block;
}
.add-user-email-holder input{
    width:60%;
}

.group-box{
    background-color:#eaeaea;
    margin:10px 0 10px 5px;
    padding:5px;
    width:30%;
    float:left;
    clear:none;
    height:350px;
}

.group-box .group-name h3{
    color:#10397A;
    font-size:16px;
    font-weight:900;
    text-align:center;
}

.group-box .group-name p em{
    color:#333;
    font-size:11px;
}

.group-box .group-name .change-group-name,.group-box .group-name .change-group-description{
    display:block;
}

.group-box .group-name .change-group-name:hover,.group-box .group-name .change-group-description:hover{
    background:#fefefe;
}
.group-box .group-name h6{
    color:#10397A;
    font-size:11px;
    font-style:italic;
    text-align:center;
    padding:3px;
}    

.group-box .group-entitlements,.group-box .group-users{
    margin-top:8px;
}

.group-box .group-entitlements h6,.group-box .group-users h6,.create-client-group-form h6{
    color:#444;
    text-decoration:underline;
    font-style: italic;
    font-size:13px;
}
.create-client-group-form h6{
    color:#fefefe;
}

.group-box .group-entitlements ul,.group-users ul,.create-group-user-list,.create-group-entitlement-list{
    padding:0px 2px 4px 2px;
    background-color:#fff;
    height:100px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0 0 10px 0;
}

.group-box .delete-group{
    display:block;
}

.group-box .delete-group img:hover{
    opacity:.6;
}    
.client-drop-form{
    margin: 50px 10px;
    padding: 20px;
    border: #333 solid 10px;
    background-color:#666;
}

.client-drop-form .form-line{
    margin-bottom:8px;
}
.client-drop-form .form-line input[type='text'],.client-drop-form .form-line select{
    width:35%;
}
.client-drop-form .form-line label{
    display:inline-block;
    font-size:13px;
    font-weight: 900;
    color:#fefefe;
    width:25%;
}    
.client-holder-elem .client-drop-form .create-group-user-list,.client-holder-elem .client-drop-form .create-group-entitlement-list{
    border:10px #ccc solid;
    margin:10px 0;
    width:40%;
}

.remove-group-entitlement,.remove-group-user,.remove-client-user{
    display:inline;
    color:#fff;
    font-weight:900;
    margin-right:6px;
}

.seat-box{
    color:#10397A;
    background-color:#eaeaea;
    margin-top:10px;
    padding:10px 5px;
}
.seat-box h3{
    color:#10397A;
}
.seat-box h5{
    color:#444;
    font-size:16px;
}
.seat-box .group-users{
    margin:10px 25px;
    background-color: #fefefe;
}
.seat-box .group-users h6{
    text-style:italic;
    text-decoration:underline;

}

.subscription-info{
    border-bottom: 2px #AAA solid;
    padding:20px 10px;
}

.subscription-info-holder{
    display:inline-block;
    margin-right:20px;
}

/**** Curator Dashbaord ****/

.curator-holder .toggle-curator-add-company,.curator-holder .toggle-curator-add-user{
    margin: 10px 0px;
    display:inline-block;
    width:auto;
}

.curator-holder .curator-add-company,.curator-holder .curator-add-user{
    display:block;
    
}
.curator-holder .curator-add-company .add-company-form{
    margin: 0px 0px 10px 20px;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}


.curator-holder .curator-add-company .add-claimant{
    width:440px;
    margin: 10px 0px 0px 20px;
    opacity: .8;
    color: #333;
    border-bottom:none;
    overflow: hidden;
    text-align: center;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    padding-bottom: 10px;
}

.curator-holder .formline label{
    width:100px;
    font-weight:700;
    padding: 4px 10px 0px 0px;
    
}

.curator-holder .curator-add-company .formline label{
    color:#333fefefe;
}    

.curator-holder .curator-add-company h1{
    font-size: 16px;
    padding-bottom:5px;
    margin-bottom:5px;
}

.curator-holder .curator-add-company .formline{
    padding: 2px 0px 2px 0px;
}

.curator-holder .curator-add-company input[type='text']{
    background-color: #fefefe;
    color: #333;
    font-weight: 800;
    width: 200px;
    resize: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    margin-top: 4px;
    border: 1px solid #222;
    height: 15px;
    padding: 2px 3px;
}

.curator-holder .curator-add-company textarea{
    background-color: #fefefe;
    color: #333;
    font-weight: 800;
    width: 200px;
    resize: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    margin-top: 4px;
    border: 1px solid #222;
    height: 60px;
    padding: 2px 3px;
}  

.curator-holder .curator-add-company select{
    float: left;
    margin-top: 4px;
}    

.curator-holder h5{
    font-size:20px;
    color:#333;
}

.curator-holder ul{
    
    margin: 10px 0px 10px 0px;
    font-size:13px;
    border:1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:5px;
    display:inline-block;
}

.curator-holder ul li{
    margin-bottom:5px;
}

.curator-holder ul li a{
    margin-left:7px;
    margin-right:7px;
    text-decoration:underline;
}    

.curator-holder ul li span.company{
    width:440px;
    overflow-x:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    display:inline-block;
}

.create-new-user{
    float:right;
}


/**** Intro Slide Show ******/

.intro-slideshow{
    display:block;
    margin: 0 auto;
    clear:both;
}

.intro-slide-body{
    margin-top:2%;
}

.intro-slide-body h1,.intro-slide-body p,.intro-slide-body h3{
    color:#fefefe;
    text-align:center;
}

.slide-show-nav{
    display:inline;
}
.slide-show-nav a{
    cursor:pointer;
    color:#fefefe;
    font-size:15px;
    font-weight:900;
}

.slide-show-nav .close_window{
    float:none;
    display:inline-block;
    margin: 0 15px;
}

.intro-next-step:hover{
    font-size:20px;
}
.intro-next-step:hover{
    color:#333;
}
.slide-show-nav .step{
    height:25px;
    padding: 3px 6px;
    background-color:#333;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border:1px solid #fefefe;
} 

.slide-show-nav .current{
    border:3px solid #b40000;
    color:#b40000;
    background-color:#888;
    height:35px;
    padding: 6px 12px;
}


.slide-show-close{
    display:block;
    height:22px;
}

.slide-show-nav .skip-intro{
    margin-left:5%;
    text-decoration:underline;
    color:#57b7e7;
    font-weight:600;
    font-size:12px;
}

.intro-welcome-holder{
    margin:10% auto;
    width:90%;
    min-width: 800px;
}
.intro-welcome-holder li{
    display:inline-block;
    width:24%;
    vertical-align:top;
}

.intro-welcome-holder li img{
   width:100%;
   max-width: 152px;
   margin:0 auto;
   display:block;
}    

.select-review-company{
    min-height:30%;
    margin: 5px 25px 0 25px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    padding: 7px 0;
}

.select-review-company h5{
    color:#666;
    margin-left:25%;
}    

.select-review-company .recommendation-list{
    width:50%;
    margin: 3% auto 3% auto;
}

.select-review-company .recommendation-list h2{
    font-size:15px;
    display:inline;
}   

/*********** Popups ************************/

.report-popup{
    min-height:250px;
}
.report-popup .checklist-history{

}    

.report-popup hr{
    border:none;
    border-bottom:2px solid #333;
}

.report-popup h2{
    text-align:center;
    margin-bottom:7px;
    font-size:18px;
}

.report-popup h3{
    font-size:14px;
}

.report-popup h1{
    font-size:16px;
}

.report-popup table td,.report-popup table th{
    font-size:11px;
    padding:1px 3px;
}    

.report-popup table td{
    border:1px solid #333;
}

.report-popup table th{
    background-color:#333;
    color:#fefefe;
    font-weight:800;
}

.report-popup table tr.log-event td{
    font-size:10px;
    font-style: italic;
}

.report-popup table.event-history{
    margin:5px 0;
    table-layout: fixed;
    width: 100%;
}

.report-popup table.event-history tr.heading{
    background-color:#333;
    margin-bottom:3px;
}


.report-popup table.event-history td,.report-popup table.event-history th{
    border:none;
    padding:2px 4px;
    overflow:hidden;
}  

.report-popup .company-report{
    margin-top:25px;
} 

.report-popup .company-report-info,.report-popup .company-report-trust-reputation-box{
    margin-top:7px;
    display:inline-block;
    width:49%;
    vertical-align: top;
}

.report-popup .company-report-info *,.report-popup .company-report-trust-reputation-box *{
   overflow:hidden;
   
}

.report-popup .company-report-info p{
    font-size:11px;
    color:#666;
}

.report-popup .company-report-trust-reputation-box span{
    float:right;
    font-size:12px;
}

.report-popup .company-report-trust-reputation-box strong{
    font-size:12px;
}

.report-popup .company-report-trust-reputation-box{
    border:1px solid #333;
    padding:1px 2px;
}

.report-popup .company-report-history-holder{
    margin-top:10px;
} 

.report-popup .addendum-header{
    margin-top:25px;
    color:#666;
}

.report-popup .company-report-addendum .addendum-small-header{
    color:#666;
    margin:5px;
    text-decoration:underline;
}

.report-search-form{
    display:inline;
}

.printable-report{
    width:72%;
    margin:10px auto;
    padding:1%;
}

.printable-report .social-graph-area{
    width:100%;
    padding:1%;
    border: 1px solid #333;
    resize:none;
    white-space:pre;
}

.report-search-form .report-date-picker{
    max-width:15%;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    -o-border-radius:2px;
    border:1px solid #333;
    background-color:#eee;
}    

#ok_popup_header{
    padding:25px 5px;
}
.ok_button_holder .button{
    width:115px;
    margin: 25px auto;
    display:block;
}

.close_window,.close-callout{
    background: transparent url('/images/closebutton.png') left top no-repeat;
    width: 22px;
    height: 22px;
    float: right;
    margin: 5px; 
}

a:hover.close_window,a:hover.close-callout {
    opacity:.7;
}

.pp_content_inner {
    clear: both;
    overflow: hidden;
    min-height:328px;
}


.popup_main_content .scroll{
    height:314px;

}


.pp_content_inner .scrollable{
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    height:206px;
    margin-top:15px;
    clear:both;
}

.pp_content_inner .show-scroll{
    overflow-y:auto;
}

.pp_content_inner .scrollable .items{
    /*position:absolute;
    height:20000em;
    padding-top:0;
    clear:both;*/
}


.pp_content_inner::-webkit-scrollbar  {
    width: 12px;
}

.pp_content_inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 3px;
    
}

.pp_content_inner::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color:rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

.no_side_tabs .pp_content_inner, .no_bottom_shades {
    /*height: 283px; */
    min-height:328px;
}

.side_tabs {
    float: left;
    width: 130px;
    padding: 0px 0px 7px 0px; }

.side_tabs ul {
    display: block;
    clear: both; }

.side_tabs ul li {
    width: 92px;
    height: 56px;
    font-size: 13px;
    display: block;
    clear: both;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 20px 36px 0px 0px; }

.side_tabs ul li.current_side_tab, .side_tabs ul li:hover {
    background: transparent url('../images/sidetab.png') left top no-repeat;
    width: 113px;
    height: 56px;
    padding: 20px 15px 0px 0px;
    color: #487200;
    font-weight: bold;}

.second_inner_panel {
    float: left;
    width: 550px; }




.confirm_popup .no_side_tabs .pp_content_inner,.notify_popup .no_side_tabs .pp_content_inner{
    min-height:200px;
    height:200px;
}
.notify_popup .pp_content_inner{
    overflow:visible;
}
.confirm_popup .no_side_tabs .pp_content_inner .confirm_button_holder{
    margin: 50px auto;
    width:246px;
}

input.confirm_buttons{
    background: transparent url('../images/add_executive.jpg') left top no-repeat;
    width: 114px;
    height: 31px;
    display:inline-block;
    border: none;
    cursor: pointer;
    color: #fefefe;
    text-shadow: 1px 1px 0px #09c;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    vertical-align:top;
}

input.no_buttons{
    background: #b40000;
    margin-left:10px;
    width: 114px;
    height: 31px;
    border: none;
    cursor: pointer;
    display:inline-block;
    color: #fefefe;
    text-shadow: 1px 1px 0px #aa0000;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
input.confirm_buttons:hover,input.no_buttons:hover{
    background: #ccc;
}
.confirm_header_div {
    width:100%;
}
.ok_popup h2,.confirm_popup h2,.notify_popup h2{
    font-size: 22px;
    text-align:center;
    margin: 10px 5px 0 5px;
}

.ok_popup h2,.confirm_popup h2,.notify_popup p{
    font-size: 12px;
    text-align:center;
    margin: 5px 15px;
    color:#477A2B;
}

.waiting-popup{
    position:fixed;
    width:33%;
    left:33%;
    top:20%;
}

.waiting-popup img{
    display:block;
    width:212px;
    margin:10px auto;
}

.waiting-popup h4{
    text-align: center;
    font-size: 16px;
    font-color: #222;
}

/******************************************************************************************************************************/

.reviews ul {
    display: block;
    clear: both;
    overflow:hidden;
    padding:25px 20px;
}
gr
.reviews ul li{
    display:block;
    background: #fff;
    text-align: left;
    padding: 20px;
    color: #50584a;
    line-height: 20px;
    overflow:hidden;
    background-color:#fff;
    border: 1px solid #d1e4ba;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0px 0px 10px #777;
    color: #717d69;
    font-size: 13px;
    margin:0 0 5px 0;
}

.review_info{
    width:50%;
    float:left;
    overflow:hidden;
}



.small_box {
    display:block;
    background-color:#fff;
    clear: both;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom:1px solid #eee;
    overflow:hidden;
}




#view_helpful_box{
    background:#fff;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #888;
    margin:25px 0 0 105px;
    padding:5px 15px;
    overflow:hidden;
    width:50%;
    background-color:#efefef;
    /*background: -ms-linear-gradient(top, #D3E7C2, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#D3E7C2));
    background: -webkit-linear-gradient(top, #D3E7C2, #fff);
    background: -moz-linear-gradient(top , #D3E7C2, #fff);
    background: -ms-linear-gradient(top, #D3E7C2, #fff);*/
}
.helpful_holder{
    float:right;
    clear:right;
    margin:7px 0px;
}
#view_helpful_box p.review-action-element small{
    float:left;
    clear:left;
    margin:0 0 3px 0;
}
#view_helpful_box p.review-action-element a{
    float:left;
    clear:left;
    margin:0 0 3px 0;
    font-size:13px;
}

.settings_forms .edit_review_groups{
    margin:25px 190px;
    overflow:hidden;
}
.settings_forms .edit_review_groups h2{
    margin-left:0;
    margin-bottom:25px;
}
.settings_forms .edit_review_groups .group_background_holder{
    background-color:#fff;
    border:2px solid #666;
    overflow:hidden;
    padding:5px 10px;
    margin-bottom:15px;
}

.settings_forms .edit_review_groups .group_background_holder a{
    color:#09c;
    float:left;
    margin-left:7px;
}
.settings_forms .edit_review_groups .group_background_holder ul{
    clear:both;
    margin-left:7px;
}
.settings_forms .edit_review_groups .group_background_holder ul li input{
    margin-right:5px;
}



#trend_tabs {
    border-bottom:1px solid #444;
    overflow:hidden;
}

#trend_tabs a{
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #0099cc;
    padding: 10px 15px 15px 15px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    margin: 0px 2px 0px 0px;
    clear:none;
    border-bottom:none;
    border-top:1px solid #444;
    border-left:1px solid #444;
    border-right:1px solid #444;
}


#trend_tabs a:hover, #trend_tabs a.current_tab{
    background: #444;
    border-bottom:none;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
    color: #eee;
}

#trend_tabs a:hover{
    text-decoration:underline;
}



.trend-body-holder{
    clear: both;
    width:614px;
    margin:10px auto;
    background-color:#fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 5px #cbe1be;
    -moz-box-shadow: 0px 0px 5px #cbe1be;
    -webkit-box-shadow: 0px 0px 5px #cbe1be;
}

.trend-body-holder span {
    display: block;
    clear: both;
    padding: 7px 7px 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #222; }


.myportfolio-list-link{
    text-transform:capitalize;
}

.add-list,.review-as{
    background-color:#666;
    text-transform:capitalize;
}



/****************************************/




.page_content { clear: both; }


.profile_title {
    background: #fafff5 url('../images/company_prof_title.gif') left bottom repeat-x;
    clear: both;
    border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    border-bottom: 2px solid #e9f6df;
    min-height: 73px;
}
.company_profile_name_holder{
    overflow:hidden;
    float:left;
}

.portfolio_nav{
    background-color:#EEE;
    box-shadow: 0px 0px 10px 5px #888;
    -moz-box-shadow: 0px 0px 10px 5px #888;
    -webkit-box-shadow: 0px 0px 10px 5px #888;
    /*border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;*/
    height:45px;
    margin:20px 0 0 5px;
    overflow:hidden;
}
.portfolio_nav .list-nav{
    list-style:none;
}
.portfolio_nav .list-nav li{
    overflow:hidden;
    border:3px solid #EEE;
    border-left:3px solid #ccc;
    padding: 12px 0 0 0;
    height:27px;
    float:left;
    width:192px;
}
.portfolio_nav .list-nav li.first{
    border-left:3px solid #EEE;
}
.portfolio_nav .list-nav li.hovering{
    background-color:#bbb;
    border:3px solid #999;
}
.portfolio_nav .list-nav li.current_list{
    background-color:#bbb;
    border:3px solid #999;
    padding: 12px 0 0 0;
    height:27px;
}
.portfolio_nav .list-nav a{
    text-align:center;
    font-size:14px;
    color:#444;
    text-decoration:none;
    font-weight:700;
    padding-right:5px;
    cursor:pointer;
    display:block;
    text-transform:uppercase;
}



.profile_title h1 {
    float: left;
    font-size: 24px;
    color: #000;
    padding: 20px 0px 0px 20px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
#search_results_div .search_title{
    height:45px;
    background: #FCFEFA;
    clear: both;
    border-bottom: 2px solid #333;
}
#search_results_div .search_title h2{
    float: left;
    padding: 15px 0px 0px 10px;
    font-size:18px;
    color:#333;
    font-weight:900;
    text-transform: uppercase;
}

#news_alerts .title{
    height:45px;
    background: #FCFEFA url('../images/dbpanel_title.gif') left bottom repeat-x;
    clear: both;
    border-bottom: 2px solid #333;
}
#news_alerts .title h2{
    float: left;
    padding: 15px 0px 0px 10px;
    font-size:16px;
    color:#333;
    font-weight:900;
    text-transform: uppercase;
}

#company-alert-feed li{
    list-style:none;
}

.type {
    float: right;
    padding: 30px 30px 0px 0px; }

.type img {
    float: left; }

.type small {
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 0px 0px 0px 10px; }

.vendor_small { color: #247a92; }
.customer_small { color: #60ad43; }
.partner_small { color: #c85900; }



.left_col {
    float: left;
}

.central_col {
    float: left;
    clear:none;
    width: 435px; }

.central_col div {
    clear: left;
    font-size: 12px;
    color: #8d9c83;

    line-height: 22px;
    padding: 0px 0px 25px 0px; }

.central_col div strong {
    color: #000;
    font-size: 14px;
}

.central_col div ul {
    padding: 0px 0px 0px 17px; }

.right_col {
    float: right; }



.small_box .gray_box{
    overflow:hidden;
    background-color:#ddd;
    padding:25px;
    margin:10px 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.small_box .gray_box h2{
    text-align:center;
}
.small_box .gray_box h4{
    text-align:center;
    color:#b40000;
}
.small_box .gray_box .dash_button:hover{
    color:#000;
}
.small_box .gray_box .dash_button {
    background-color: #7FBD4E;
    width: 165px;
    height: 29px;
    border: none;
    cursor: pointer;
    float: left;
    color: white;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;

    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin:15px 0 15px 10px ;
    text-align: left;
    padding-left: 5px;
}

.small_box_top {
    background-color:#d0e4c1;
    width: 100%;
    height:29px;
    overflow:hidden;
}
.small_box_title .alert_star_score{
    margin:8px 0 8px 10px;
    float:left;
    padding:0;
    vertical-align:middle;
}

.alert_review_comments{
    margin:0 0 5px 0;
    clear:left;
    float:left;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    width:100%;
}
.small_box_bottom {
    background-color: transparent;
    width: 100%;
    clear:both;
    overflow: hidden; }

.small_box_title {
    clear: both;
    height: 28px;
}

.small_box_title span {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    color: #7a946c;
    padding: 8px 0px 0px 10px; }

.small_box_title strong {
    float: right;
    font-size: 11px;
    color: #63834f;
    padding: 7px 10px 0px 0px; }

.small_box_title strong small {
    font-size: 11px;
    font-weight: normal;
    color: #92b080; }

.small_box_body {
    clear: both;
    padding: 15px 10px;
    font-size: 13px;
    color: #9bac8f;
    overflow:hidden;
}

.dashboard_right_col .small_box_body * { padding-left: 32px; }

.dashboard_right_col .small_box_body p strong { padding-left: 0px; }

.dashboard_right_col .small_box_body a{
    padding-left: 0px;

}

.dashboard_right_col .small_box_body h5 {
    display: block;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding: 0px 0px 0px 5px; }

.dashboard_right_col .small_box_body img {
    float: left;
    padding: 0px;}

.dashboard_right_col .small_box_body h5 span {
    float: left;
    padding: 0px 0px 5px 5px; 
}

.left{
    float:left;
    overflow:hidden;
    margin-right:-100px;
    text-align:left;
}

.right{
    float:right;
    clear:right;
    text-align:right;
    overflow:hidden;
}
.small_box_body a {
    color: #0f9fcd;
    text-decoration: underline;
    clear:left;
    float:left;
    display:block;
    margin: 0 0 5px 0;
}
.small_box_body p.inaccurate_flag a:hover{
    color:#000;
}
.small_box_body p.inaccurate_flag a {
    color: #0f9fcd;
    text-decoration: underline;
    float:right;
    display:block;
    margin: 0 0 5px 0;
}

a.company_link {
    color: #007ca0;
    text-decoration: underline;
    float: left;
    font-size: 16px;
    clear: none;
    padding-left: 6px;
}

.small_box_body h5 span a.company_link:hover{
    color:#000;
    text-decoration:underline;
}
.small_box_body h5 img{
    float:left;
    clear:none;
}
.small_box_body a:hover {
    color: #000; }

.small_box_body p.right-box-element {
    /*line-height: 20px; */
    clear:right;
    float:right;
    overflow:hidden;
    margin-bottom:7px;
}
.small_box_body p.right-box-element small{
    clear:right;
    float:right;
    margin-bottom:4px;
    color:#888;
}
.small_box_body p.right-box-element small a:hover{
    color:#000;
}
.small_box_body p.right-box-element small a.useful_button{
    height: 18px;
    text-align: center;
    color: white;
    background-color: #7FBD4E;
    width: 28px;
    margin-left: 7px;
    padding: 6px 0 0 0;
    font-weight: bold;
    border: 1px solid #888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float:right;
    clear:none;
    text-decoration:none;
    margin: 0 0 0 7px;
}
.small_box_body p.right-box-element small a.not_useful_button{
    height: 18px;
    text-align: center;
    color: white;
    background-color: #B40000;
    width: 28px;
    margin-left: 7px;
    font-weight: bold;
    border: 1px solid #888;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float:right;
    clear:none;
    text-decoration:none;
    margin: 0 0 0 7px;
    padding:6px 0 0 0;
}

.small_box_body p strong {
    color: #000; }

.profile_score{
    /*border-top: 2px solid #ddd;*/
    overflow:hidden;
    float:left;
    margin-left:40px;
}

.overall-score .top-line{
    padding: 0px 0px 0px 0px;
}
.g2-score .top-line{
    padding: 0px 0px 0px 0px;
}
.score_holder .overall-score strong,.score_holder .g2-score strong{
    font-size:16px;
    font-weight:normal;
    color:#09c;
}
.score_holder .overall-score em, .score_holder .g2-score em{
    margin-left:5px;
    font-size:22px;
    font-weight:900;
    color:#000;
    font-style:normal;
}
.score_holder .overall-score p, .score_holder .g2-score p{
    clear:both;
    font-size:11px;
    color:#999;
    padding: 0px 0px 0px 25px;
}
.score_holder .overall-score p span, .score_holder .g2-score p span{
    color:#b40000;
}
.profile_footer {
    clear: both;
    background: #f3f8ee;
    height:40px;
    padding: 20px 0px;
    border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    overflow:visible;
}
.cp-body{

}
.cp-body-top{
    display:block;
    overflow:hidden;
}

.cp-body-bottom{
    display:block;
    clear:both;
    margin: 25px 0px 10px 0;
    border-top:2px solid #888;
}


.cp-info .left_col{
    width:49%;
    overflow:hidden;
    float:left;
}

.cp-info .right_col{
    width:49%;
    overflow:hidden;
    float:right;
}
.cp-info .score_holder{
    background: #fff;
    margin:0;
    margin-left:10px;
    overflow:hidden;
}


.cp_score_box {
    background: rgba(52, 117, 35, .2);
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
    overflow:hidden;
    padding: 10px;
    margin-left:10px;
    cursor: default;
    float:left;
    width:45%;
}

.cp_score_box span.top-line,.cp_score_box span.small-line{
    display:block;
    overflow:hidden;
}

.cp_score_box span.top-line strong{
    float:left;
    font-size:22px;
    font-weight:700;
    padding-left:10px;
}

.cp_score_box span.top-line em{
    float:right;
    text-align:right;
    font-size: 26px;
    font-weight: 900;
    color: #b50000;
    font-style: normal;
}

.cp_score_box span.small-line strong{
    float:left;
    font-size:14px;
    font-weight:700;
    padding-left:10px;
}

.cp_score_box span.small-line em{
    float:right;
    text-align:right;
    font-size: 16px;
    font-weight: 900;
    color: #b50000;
    font-style: normal;
}


.cp_score_box:hover {}

.cp_score_box p{
    font-size:11px;
    padding:10px 10px 0 10px;
    color:#666;
}

.cp_score_box hr{
    margin: 20px 0px;
    border-style:solid;
}

.cp_score_box h3{
    color:#666;
    font-size:16px;
}

.cp_score_box ul{
    margin: 12px;
}
.cp_score_box ul li{
    font-size:14px;
    font-weight:900;
    margin-bottom:10px;
}
.cp_score_box ul li.highlight-red{
    color:#b50000;
}
.cp_score_box ul li.highlight-green{
    color:#4DA048;
}

.cp_score_box span img {
    float: left; }

.cp_score_box span strong {
    font-size: 14px;
    float: left;
    padding: 0px 0px 0px 5px; }

.cp_score_box div.cp-review-stats p{
    clear: both;
    padding: 0px 0px 0px 25px;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 20px;
    color: #8d9c83;
    width: 200px;
    float: left;
}

.cp_score_box div.cp-review-stats small {
    color: #000;
    font-size: 11px;
    font-weight: bold; }

.cp_score_box div.cp-review-stats small a{
    color: #09c;
    font-size: 11px;
    font-weight: bold;
    text-decoration:underline}

.cp_score_box div.cp-review-stats small a:hover{
    color: #000; }

.cp_score_box div.cp-review-stats strong {
    font-size: 14px;
    text-transform: none;
    line-height: 25px;
    color: #000; }

.cp_score_box div.cp-review-stats strong em {
    color: #000;
    font-style: normal;
    font-size:24px;
    font-weight:bold;
}
.cp_score_box div.cp-review-stats strong em#get-customer-score {
    color: #397F10;
}

.cp_score_box div.cp-review-stats strong em#get-partner-score {
    color: #C85900;
}

.cp_score_box div.cp-review-stats strong em#get-vendor-score {
    color: #15718B;
}




.cp_info_bottom{
    margin:10px 0 0 25px;
}
.cp_info_bottom  span{
    display:block;
}

.profile_content_nav{
    height:45px;
    border-bottom:3px solid #888;
    margin-bottom:10px;
}




.exec-unconfirmed{
    padding:2px 4px;
    background-color:#888;
    border:1px solid #222;
    color:#222;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-size:11px;
    font-weight:500;
}

.exec-pending{
    padding:2px 4px;
    background-color:#DEADAD;
    border:1px solid #222;
    color:#222;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    font-size:11px;
    font-weight:500;
}





.profile_content_nav a{
    text-align:center;
    padding:10px 7px 0 7px;
    float:left;
    margin:0 10px 0 0;
    border-top:3px solid #888;
    border-left:3px solid #888;
    border-right:3px solid #888;
    background-color:#fff;
    height:32px;
    font-weight:700;
    border-top-left-radius:6px;
    border-top-right-radius:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
    -webkit-border-top-left-radius:6px;
    -webkit-border-top-right-radius:6px;
    color:#888;
}

.profile_content_nav a:hover{
    background-color:#888;
    color:#fff;
}

.profile_content_nav a.current_profile{
    background-color:#888;
    color:#fff;
}

.dashboard_holder {
    clear: both;
    overflow: hidden;
    padding: 15px 0px 0px 0px; }

.dashboard_left_col {
    float: left;
    width: 615px;
    margin: 0px 17px 0px 0px; }


.user_dash_col .boxes .reputation_box{
    margin:10px;
    background-color:#fff;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    overflow:hidden;
}

.user_dash_col .boxes .reputation_box h3{
    color:#4DA048;
    font-size:16px;
    margin-bottom:12px;
}
.user_dash_col .boxes .reputation_box h3 span{
    color:#b40000;
}

#reputation-value,#raw-trust-value{
    color:#b40000;
    font-size:18px;
}

.risk_groups {
    float: left;
    width: 120px;
    padding: 20px 0px 0px 20px; }



.risk_groups ul {
    display: block;
    clear: both; }

.risk_groups ul li {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 0px 0px 7px 0px; }

.risk_groups ul li span {
    float: left;
    width: 9px;
    height: 9px;
    margin: 3px 0px 0px 0px; }

.risk_groups ul li strong {
    float: left;
    font-weight: normal;
    color: #8d9c83;
    font-size: 12px;
    padding: 0px 0px 0px 7px;
}

.high { background: #cd3113; }
.medium { background: #ffde8e; }
.low { background: #4DA048; }
.unknown { background: #dddddd; }



.chrts {
    float: left;
    padding: 15px 0px 15px 0px; }



.db-panel_tabs {
    position: absolute;
    z-index: 10;
    top: 7px;
    right: 5px; }

.db-panel_tabs a, .header_tabs a {
    float: left;
    font-weight: bold;
    font-size: 12px;
    color: #0099cc;
    padding: 10px 15px 15px 15px;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    margin: 0px 2px 0px 0px; }

.header_tabs a {
    color: #0099cc;
    font-size: 14px;
    font-weight: normal; }

.db-panel_tabs a:hover, .db-panel_tabs a.current_tab, .header_tabs a:hover, .header_tabs a.imchanging_this {
    background: #fafff5;
    border: 2px solid #eef6e8;
    border-bottom: none;
    color: #000;
    padding: 8px 13px 15px 13px; }

.db-panel_tabs a:hover{
    text-decoration:underline;
}

.header_tabs a:hover, .header_tabs a.imchanging_this {
    border-color: #d9e7ce;
    background: #fff;}

.chart_holder {
    clear: both; }

.chart_holder span {
    display: block;
    clear: both;
    padding: 7px 7px 10px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #60ad43; }



.boxes .small_box {
    margin-bottom: 15px; }

.count {
    clear: both;
    padding: 5px;
    font-size: 12px;
    color: #717d69;
    overflow: hidden;
}

.count span { float: left; }

.count a {
    float: right;
    color: #0099cc; }

.count a:hover { text-decoration: underline; }

.transparent_background {
    background: #333;
    opacity:.85;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1600; }

.popup_holder {
    position: absolute;
    z-index: 2600;
    width: 100%;
    height:100%;
}

.popup_transparent_border {
    /*background: transparent url('../images/transparent_border.png') left top repeat; */
    background-color:#010101;
    margin: 150px auto 0px auto;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 8px; 
}

.popup_body {
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }

.request-build-company-form{
    float:right;
    overflow:hidden;
    margin-right:10px;
}
.popup_main_content_top .request-build-company-form{
    margin-left:110px;
}

.request-build-company-form input.build_company_input,.request-build-company-form input.search-input{
    float:left;
    margin: 5px 7px 0 0;
    border:2px solid #000;
    background-color: #666;
    color:#fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height:29px;
}

.request-build-company-form input.search_again_input{
    float:left;
    margin-right:7px;
    border:2px solid #000;
    background-color: #666;
    color:#fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height:29px;
}

.popup_title {
    background: #fbfff8 url('../images/popup_title.gif') left bottom repeat-x;
    height: 32px;
    position: relative;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-bottom: 2px solid #777;
    padding: 10px 10px 10px 25px; }

.popup_title img {
    float: left;
    margin: 0px 10px 0px 0px; }

.popup_title h2 {
    float: left;
    font-size: 21px;
    color: #333;
    padding: 3px 0px 0px 0px; }
.popup_title h2 #submit_review_type{
    text-transform:capitalize;
}



.popup_main_content {
    background-color: #e6ebcd;
    background-image: none;
    position: relative;
    padding: 53px 0px 0px 0px; }

.no_side_tabs {
    /* background: transparent url('../images/popup_panel2_big.jpg') left 0px no-repeat; */
    background-color:#e6ebcd;
    background-image:none;
}
.no_bottom_shades {
    background: transparent url('../images/no_bottom_shades.jpg') left 53px no-repeat;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px; }

.pp_steps {
    background: #fff;
    position: absolute;
    z-index: 1020;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 53px;
    overflow: visible; }

.pp_steps_left {
    float: left; }

.pp_steps_left a {
    float: left;
    width: 140px;
    height: 55px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 0px 0px 0px;
    color: #838e7c; }

.pp_steps_left a:hover {
    color: #000; }

.pp_steps_left a.current_top_arrow {
    background: transparent url('../images/arrow_down.jpg') center 53px no-repeat;
    color: #c85900; }

.skip {
    float: right;
    font-size: 16px;
    color: #42b7d6;
    margin: 15px 15px 0px 0px; }

a:hover.skip {
    color: #67d7f4;
    text-decoration: underline; }



.popup_transparent_border .notify_popup{
    width:500px;
}
.notify_popup .no_side_tabs .pp_content_inner .notify-holder{

    width:200px;
    margin: 50px auto;
}

input.notify-action{
    background-color:#b40000;
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(radial, center center, 0, center center, 30, from(#ff0000), to(#b40000));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(center center, ellipse contain, #b40000, #ff0000);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(center center, ellipse contain, #b40000, #ff0000);

    /* IE 10 */
    background: -ms-radial-gradient(center center, ellipse contain, #b40000, #ff0000);
    width: 114px;
    height: 31px;
    float:left;
    border: 1px #222 solid;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 0px #b40000;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin:0;
}
input.notify-action:hover{
    opacity:.8;
    color:#222;
}
.notify-holder .decline-action{

    float:left;
    color:#09c;
    font-size:12px;
    text-decoration:underline;
    margin:14px 0 0 4px;
}
.decline-action:hover{
    color:#222;
}


.popup_transparent_border .search_popup {
    clear: both;
    padding: 65px 0px 0px 40px;
    width:720px;
}

.search-screen label {
    display: block;
    clear: both;
    font-size: 16px;
    padding: 0px 0px 6px 0px;
    color: #717d69;
    margin-top:50px;
}

.search-screen h1 {
    font-size:30px;
    color:#222;
}
.search-screen h4 {
    font-size:22px;
    color:#999;
    margin-bottom:15px;
}

.build_company_profile_popup .popup_main_content .pp_content_inner .build-company{
    width:300px;
    float:left;
    margin-top:20px;
}



.build_company_list_add{
    margin:10px 0 0 135px;
}

.build_company_list_add .formline img{
    float:left;
    margin-left:4px;
}

.build_company_list_add .formline input{
    float:left;
}
.build_company_list_add .formline p{
    float:left;
    margin-left:16px;
}

.build_company_popup{
    background-color:#fcfcfc;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.popup-title{
    background-color:#010101;
    height: 24px;
    position: relative;
    border-radius:  0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-bottom: 2px solid #777;
    padding: 10px 10px 10px 25px;
}

.popup-title h2{
    color:#fff;
    float: left;
    font-size: 21px;
    padding: 3px 0px 0px 0px;
}

.build-company{
    width:450px;
    margin:10px auto 0 auto;
}

input.build_company_text{
    background-color:#fff;
    color:#477A2B;
    height:17px;
    width:200px;
    border:1px solid #222;
}
.build-company input.non-read-only{
    background-color:#fff;
    color:#477A2B;
    height:17px;
    width:200px;
    border:1px solid #222;
}
.build-company textarea{
    border:1px solid #222;
    background-color:#fff;
    color:#477A2B;
    height:51px;
    width:200px;
    resize:none;
}



.build-company .formline label{
    width:125px;
    font-weight:bold;
    padding: 0 10px 0 0;
}


.revoke-event-button{
    margin-left:300px;
    margin-top:7px;
    border:1px solid #222;
    background-color:#b40000;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    /*box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -webkit-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -moz-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);*/
    color:#fff;
    text-shadow: 1px 1px 1px red;
    cursor: pointer;
    font-size:16px;
    padding:3px 8px;
    font-weight:bold;
    width:250px;
}
.revoke-event-button:hover{
    opacity:.7;
    color:#222;
}

.view-user-body,.view-user-unauthorized{
    padding:10px 25px;
}
.view-user-body .up-top-left,.view-user-body .up-top-right{
    display:inline-block;
}
.view-user-body .up-top-left{
    margin-right:50px;
    border:1px solid #222;
    max-height: 150px;
}
.view-user-body .up-top-left img{
    max-width:200px;
    max-height: 150px;
}
.view-user-body .up-top-left h5{
    text-align: center;
    padding:40px 15px;
}
.submit_build_company,.build-profile-and-show{
    float:right;
    margin:15px 18px 0 0;
    border:1px solid #888;
    color:#fefefe;
    cursor: pointer;
    font-size:16px;
    font-weight:bold;
}
#clear-review-comments,.clear-review-comments{
    float:left;
    margin:5px 0 0 50px;
    border:1px solid #888;
    background-color:#b40000;
    border-radius:5px;
    -moz-border-radius:5px;
    color:#fff;
    text-shadow: 1px 1px 1px #b40000;
    cursor: pointer;
    font-size:11px;
    padding:3px 8px;
    font-weight:bold;
}
.clear-build-form{
    float:right;
    margin:19px 7px 0 0;
    text-decoration:underline;
    color:#09c;
}


.popup_transparent_border .is_your_company_popup{
    width:400px;
}
.is_your_company_popup .pp_content_inner h2{
    font-size:20px;
    text-align:center;
    margin-bottom:35px;
    margin-top:20px;
}
.is_your_company_popup .pp_content_inner div.company_data{
    margin:15px 0 0 10px;
}

.is_your_company_popup .pp_content_inner div.company_data{
    background-color:#fff;
    border-radius:10px;
    -moz-border-radius:10px;
    box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -webkit-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    -moz-box-shadow: 0 0 1em hsla(0, 0%, 0%, 1.0);
    margin:20px 40px;
    padding:5px 8px;
    overflow:hidden;

}

.is_your_company_popup .pp_content_inner div.company_data div.loading-build-results{
    position:relative;
    top:20px;
    left:91px;
    z-index:2000;
}
.is_your_company_popup .pp_content_inner div.company_data h3{
    margin:10px 0 0 30px;
}
.is_your_company_popup .pp_content_inner div.company_data h3 a{
    font-size:22px;
    text-decoration:underline;
    color:#09c;
    margin:0;

}
.is_your_company_popup .pp_content_inner div.company_data a:hover{
    color:#000;
}
.is_your_company_popup .pp_content_inner div.company_data span{
    font-size:14px;
    margin:5px 0 0 30px;
    text-decoration:none;
    color:#666;
}
.is_your_company_popup .pp_content_inner div.company_data a{
    font-size:14px;
    margin:5px 0 0 5px;
    text-decoration:underline;
    color:blue;
}
.is_your_company_popup .pp_content_inner div.company_data p{
    font-size:16px;
    margin:10px 0 0 30px;
    color:#666;
}
.is_your_company_popup .pp_content_inner div.company_data div.is_your_company_button_holder{
    margin:15px 0 0 30px;
}
#back_to_search_results{
    color:#09c;
    text-decoration:underline;
    float:right;
    padding-right:20px;
}



.popup_container_bottom {
    background: transparent url('../images/popup_container_bottom.gif') left top repeat;
    clear: both;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    padding: 15px; }

.added_vendors {
    clear: both;
    background: #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 0px 10px #d6e3b7;
    -moz-box-shadow: 0px 0px 10px #d6e3b7;
    -webkit-box-shadow: 0px 0px 10px #d6e3b7;
    border: 2px solid #d6e3b7;
    padding: 15px; }

.added_vendors h4 {
    display: block;
    clear: both;
    color: #333;
    font-size: 14px;
    padding: 0px 0px 5px 0px; }

.added_vendors ul {
    display: block;
    clear: both; }

.added_vendors ul li {
    font-size: 13px;
    color: #717d69;
    padding: 0px 0px 3px 0px; }

.doneadding {
    background: transparent url('../images/done_adding.gif') left top no-repeat;
    width: 145px;
    height: 26px;
    display: block;
    clear: both;
    text-shadow: 1px 1px 1px #568606;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px 0px 0px; }

a:hover.doneadding { background-position: left -36px; }

.claim_company {
    clear: both;
    text-align: center;
    overflow: hidden; }

.claim_company span {
    display: block;
    clear: both;
    font-size: 16px;
    color: #717d69;
    padding: 55px 0px 0px 0px; }

.claim_company h1 {
    background: transparent url('../images/company_backgroun.png') left top repeat;
    display: block;
    clear: both;
    width: 270px;
    padding:  30px;
    font-size: 30px;
    font-weight: bold;
    color: #538600;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 10px auto 0px auto; }

.confirm_cancel {
    clear: both;
    overflow: hidden;
    padding: 0px 0px 0px 190px; }

.confirm_cancel a {
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    height: 32px;
    margin: 0px 15px 0px 0px;
    padding: 13px 0px 0px 0px; }

.confirm_cancel a.cancel_button {
    background: transparent url('../images/cancel_button.jpg') left top no-repeat;
    width: 92px;
    color: #56830a;
    text-shadow: 1px 1px 0px #e0edc2;}

.confirm_cancel a.confirm_button {
    background: transparent url('../images/confirm_button.jpg') left top no-repeat;
    width: 165px;
    text-shadow: -1px -1px 0px #70a515;}

.confirm_cancel a:hover {
    background-position: left -45px; }

.no_side_tabs .second_inner_panel {
    width: auto; }

.no_side_tabs .second_inner_panel .search_popup {
    padding: 75px 0px 0px 120px; }

.select_system {
    clear: both; }

.select_system span {
    display: block;
    clear: both;
    text-align: center;
    font-size: 18px;
    color: #333;
    padding: 38px 0px 20px 0px; }

.systems {
    clear: both;
    overflow: hidden;
    padding: 0px 0px 0px 20px; }

.systems a {
    background: transparent url('../images/plan.jpg') left top no-repeat;
    float: left;
    height: 118px; }

.systems a.sys1 { background-position: left top; width: 216px; }
.systems a.sys2 { background-position: -216px top; width: 210px; }
.systems a.sys3 { background-position: -426px top; width: 214px; }

.systems a:hover.sys1 { background-position: left bottom; }
.systems a:hover.sys2 { background-position: -216px bottom; }
.systems a:hover.sys3 { background-position: -426px bottom; }

.s_popup .popup_main_content {
    background-position: left 33px;
    padding-top: 33px; }

.submit_review_popup .popup_main_content, .submit_article_popup .popup_main_content{
    background-position: left 0px;
    padding-top: 0px;
    background-color: #fff;
}

.s_popup .pp_steps {
    height: 33px;
    padding: 0px; }


.type_review {
    float: left;
    padding: 5px 0px 0px 10px; }



.type_review img {
    float: left; }

.type_review strong {
    font-size: 14px;
    float: left;
    padding: 0px 0px 0px 5px; }

.type_review span {
    float: left;
    font-size: 14px;
    color: #000;
    padding:0;
}

.vendor_type strong { color: #15718b; }
.customer_type strong { color: #397F10; }
.partner_type strong { color: #D45F00; }

.pp_steps small {
    float: left;
    padding: 8px 0px 0px 10px;
    font-size: 13px;
    color: #000; }

.pages {
    float: right;
    padding: 4px 12px 0px 0px; }

.pages span {
    float: left;
    font-size: 13px;
    color: #96a08f;
    padding: 4px 10px 0px 0px; }

.pages span #search_results_stats_range {
    padding:0px;
}
.pages a {
    background: transparent url('../images/pages_navigation.gif') left top no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    margin: 0px 0px 0px 5px; }

.pages a.previous { background-position: left top; }
.pages a.next { background-position: right top; }

.pages a:hover.previous { background-position: left bottom; }
.pages a:hover.next { background-position: right bottom; }


.s_popup .pp_content_inner {
    background: transparent url('../images/reviews_background_body.jpg') left top repeat;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    height: auto; }

.pp_container_inner_top { /*background: transparent url('../images/reviews_background_top_bigger.jpg') left top repeat-x; */
    background-color: #E6EBCD;
    background-image:none;
    min-height:328px; }

.popup_body .settings_popup .pp_content_inner {
    background-color:#e6ebcd;
    background-image:none;
    min-height: 235px;

}





.company_information{
    background: transparent url('../images/company_information.png') left top repeat;
    clear: both;
    border: 1px solid #d1e4ba;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0px 0px 10px #d3e0b8;
    text-align: center;
    color: #717d69;
    font-size: 13px;
    padding: 20px 50px;
    margin: 0px 0px 10px 0px;}





.results .scrollable_results { clear: both; margin: 20px 0 10px;}
.results .scrollable_results .viewport {
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
}




.results .scrollable_results .overview { list-style: none; position: absolute; left: 0; top: 0; }

.company_information p, .reviews ul li p {
    line-height: 20px; 
}

.company_information strong {
    font-size: 18px;
    color: #000;
    display: block;
    clear: both;
    padding: 10px 0px 0px 0px; }

.topline {
    display: block;
    clear: both;
    padding: 0px 0px 5px 0px;
    color: #000;
    font-size: 12px; }



.search-results .right-part-results .claim-button{
    margin-top:33px;
    margin-right:7px;

}
.right-part-results .or-span{
    margin:33px 10px 0 10px;
    float:left;
}

.normal-add-link {
    float: right;
    font-size: 13px;
    color: #0099cc;
    margin: 33px 33px 0px 0px;
    display:none;
}

a:hover.normal-add-link {
    color: #2cc4f6;
    text-decoration: underline; }

.add-as {
    background: transparent;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    position: relative;
    z-index: 100;
    right: 7px;
    top: 7px;
    display: block;
    padding:0px 12px;

}

.add-as-links{
    display:block;
}

.results ul li:hover .add-as {
    display: block; }

.results ul li:hover .normal-add-link {
    display: none; }






/************ Alert Box ************/

#modalContainer {
    background-color:transparent;
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:10000;
}

#alertBox {
    position:fixed;
    top:0;
    left:35%;
    width:30%;
    min-height:10px;
    margin:0 auto;
    background-color:#0978b5;
    background:rgba(9,120,181,.5);
    border:3px solid #0978b5;
    border-top:none;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    z-index:10000;
    padding:15px;
}

#modalContainer > #alertBox {

}

#alertBox h1 {
    margin:0;
    font-weight:bold;
    font-size:16px;
    background-color:#537f39;
    color:#FFF;
    border-bottom:1px solid #000;
    padding:2px 0 2px 5px;
}

#alertBox p {
    text-align:center;
    color:#fff;
    font-size:14px;
    font-weight:900;
    margin:5px 0px;
}

#alertBox #closeBtn {
    display:block;
    position:relative;
    bottom:10px;
    right:10px;
    padding:3px;
    border:1px solid #000;
    width:70px;
    font-size:0.7em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    color:#000;
    background-color:#777;
    text-decoration:none;
}

.formline, .pp_content_inner .formline  {
    display: block;
    clear: both;
    padding: 0px 0px 10px 0px;
    overflow: hidden;

}


.formline label {
    float: left;
    width: 290px;
    text-align: right;
    padding: 8px 10px 0px 0px;
    font-size: 13px;
    color: #717d69; }





.share-review-list{
    width:200px;
    margin:35px auto;
}

/******* Free Trial Popup ****/

.help_popup .scrollable h3, .share_review_popup h3{
    margin-bottom:15px;
}

.help_popup .scrollable h3{

    margin-bottom:13px;
}
.help_popup .no_side_tabs, .share_review_popup .no_side_tabs,.first_login_popup .no_side_tabs{
    background-color:#fefefe;
}

.help_popup .scrollable{
    overflow-y:auto;
    overflow-x:hidden;
    margin:0;
    padding: 10px 20px;
    background-color:#fff;
    height:300px;
}

.help_popup .scrollable a{
    color:#09c;
    font-size:15px;
    text-decoration:underline;
}

.help_popup .scrollable p{
    margin-bottom:10px;
    font-size:14px;
    color:#000;
}

.help_popup .scrollable h4{
    margin-bottom:10px;
    font-size:15px;
    font-weight:bold;
    color:#000;
}
.help_popup .scrollable ul{
    list-style:disc inside none;
    margin-bottom:10px;
}

.help_popup .scrollable ul li{
    margin-bottom:5px;
    font-size:13px;
    font-weight:bold;
    color:#777;

}

.first_login_popup .vertical{
    width:200px;
    margin:50px auto;
    overflow:hidden;
}
.get-started{
    background-color:#09c;
    border: 1px solid #222;
    cursor: pointer;
    float:left;
    color: #fff;
    height:35px;
    font-size:15px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    clear:both;
    margin-bottom:15px;
    text-align:center;
    width:100%;
}
.get-started:hover{
    color:#222;
}
.cp-tab-list{
    background-color:#666;
    overflow:hidden;
    padding-top:10px;
    margin-top:10px;
    clear:both;
}

.cp-tab-list li{
    display:block;
    margin:0 10px 10px 10px;
    padding:5px 8px;
    background-color:#fff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
    border:1px solid #000;
    -moz-box-shadow: 0 -1px 1px  #444;
    -webkit-box-shadow: 0 -1px 1px #444;
    box-shadow: 0 -1px 1px #444;
    overflow:hidden;
}
.cp-review-header,.cp-article-header,.cp-event-header,.cp-timeline-header{
    display:block;
    overflow:visible;
}
.cp-showing-results{
    float:right;
}

.cp-filter-area{
    float:left;
    background: rgba(230, 235, 205, .8);
    padding:10px;
    border: 2px solid #777;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
.filter-line{
    float:left;
    clear:left;
    overflow-x:visible;
    overflow-y:visible;
    margin-bottom:5px;
}

.filter-line label{
    font-size:11px;
    font-weight:bold;
    color:#000;
}
.filter-line button{
    padding:2px 4px;
    color:#fff;
    background-color:#999;
    cursor:pointer;
    font-weight:bold;
    border:1px solid #888;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;

}
.filter-line button:hover{
    color:#b40000;
}

/**** company profile flag ***/

.company-flag-reason{
    position:absolute;
    left:0;
    background-color:#ddd;
    border:3px solid #222;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -moz-box-shadow: 0 -1px 1px  #444;
    -webkit-box-shadow: 0 -1px 1px #444;
    box-shadow: 0 -1px 1px #444;
    width:50%;
    padding:10px;
    z-index:500;
}

.company-flag-reason .company-flag-text{
    display:block;
    margin:0 auto 10px auto;
    width:80%;
    height:60px;
}

.company-flag-reason h4{
    width:80%;
    text-align:center;
    display:block;
    margin:0 auto 10px auto;
    clear:both;
}
.company-flag-reason .flag-reason-buttons{
    overflow:hidden;
    display:block;
    padding:8px 0px;
}
.company-flag-reason .flag-reason-buttons a{
    float:right;
    margin-right:7px;
    margin-top:6px;
    font-size:11px;
    color:#09c;
    text-decoration:underline;
    vertical-align:bottom;
}
.company-flag-reason .flag-reason-buttons a:hover,.company-flag-reason .flag-reason-buttons .company-flag-submit:hover{
    color:#000;
}
.company-flag-reason .flag-reason-buttons .company-flag-submit{
    float:right;
    margin-right:7px;
    color:#fff;
    background-color:#b40000;
    cursor:pointer;
    font-weight:bold;
    border:1px solid #888;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:2px 4px;
}


/*** Document ****/

.add-document{
    margin:5px 10px 0 10px;
}

.document{
    width: 100%;
    margin: 10px auto;
    padding:0 0 20px 0;
}


.document label{
    display:inline-block;
    width:25%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.document input[type='text']{
    display:inline-block;
    width:25%;
}

.document div{
    margin-bottom: 5px;
    display:block;
}

.document select{
    margin: 2px 5px;
    padding: 3px 8px;
    min-width:25%;
}

.document .upload-progress-bar{
    font-size:24px;
    font-weight:bold;
}

.drive{
    margin:5px 0;
    border:10px solid #ccc;
    display:block;
}


.drive ul.drive-nav{
    display:block;
    height:32px;
    padding-top: 7px;
    margin: 5px 10px 0 10px;
    border-bottom: 4px solid #666;
}

.drive h1{
  font-size: 24px;
  display: block;
}

.drive ul li.drive-tab {
    display:inline-block;
    color: #666;
    font-weight: bold;
    font-size:13px;
    min-width:50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding:10px 5px 3px 5px;
    margin:0 3px 0 0;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:none;
    border-bottom-left-radius:none;
    -moz-border-top-left-radius:10px;
    -moz-border-top-right-radius:10px;
    -moz-border-bottom-right-radius:none;
    -moz-border-bottom-left-radius:none;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px;
    -webkit-border-bottom-right-radius:none;
    -webkit-border-bottom-left-radius:none;
    border-top:3px solid #666;
    border-left:3px solid #666;
    border-right:3px solid #666;
    border-bottom:none;
    background-color:#fefefe;
    cursor:pointer;
}

.drive ul li.drive-tab.driving {
    background-color:#666;
    color:#fefefe;
}    

.drive ul li.drive-tab:hover{
    color:#fefefe;
    background-color:#666;
}

.drive-table{
    display:block;
    table-layout: fixed;
    padding-top: 7px;
    margin: 0 10px 5px 10px;
    border: 4px solid #666;
    border-top:none;
    border-collapse: collapse;
}

.drive-table thead,.drive .drive-table tbody{
    display:block;
}   

.drive-table tr{
    padding: 3px 5px;
    display:block;
    border-bottom: 1px solid #666;
}

.drive-table th,.drive .drive-table td{
        text-align:left;
        font-size:11px;
        display:inline-block;
        margin:0 4px 0 -0;
        
}

.drive-table th{
    color:#666;
    font-weight:bold;
    margin:0;
}

.drive-table td{
    word-wrap: break-word;
}

.drive-table .title{
    width:21%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}   

.drive-table .owner{
    width:16%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}   

.drive-table .viewership{
    width:18%;
} 

.drive-table .date{
    width:8%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drive-table .data{
    width:6%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.drive-table .file-type{
    width:10%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.drive-table .event{
    width:4%;
}

.drive-table .pin{
    width:7%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    
}

.drive .drive-table .pin input[type="text"]{
    background:#eee;
}

.drive-table .public{
    width:3%;
}


.drive .drive-table input[type="text"]{
    width:90%;
    display:inline-block;
    background:none;
    border:none;
    margin:3px 2px;
}

.drive .drive-table input[type="text"]:hover{
    background:#333;
    color:#fefefe;
}  

.drive .drive-table .doc-metadata .key-value-pair input[type="text"]{
    width:42%;
    display:inline-block;
    background:#fefefe;
    border:1px solid #333;
    padding:2px 4px;
}

.drive .drive-table .doc-metadata .key-value-pair input[type="text"]:hover{
    background:#fefefe;
    color:#333;
}   

.drive .drive-table .chosen-choices{
    background:none;
    border:none;
}

.drive .drive-table .chosen-choices li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}    

.drive .drive-table .chosen-choices:hover{
    background:#333;
}


.drive .document-nav{
    margin: 0 10px;
}

.drive .document-nav li{
    margin-left: 10px;
    display:inline;
}    
.pin-holder{
    width:400px;
    border: #333 1px solid;
    margin: 10% auto;
    padding: 2% 0 3% 0;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    background:#fefefe;
}

.pin-holder h5{
    width:72%;
    margin: 1% auto 2% auto;
    font-size:20px;
}

.pin-holder form{
    width:72%;
    margin: 1% auto 1% auto;
}    

.pin-holder form input[type="text"]{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    border: 1px solid #333;
} 

.pin-holder form label{
    font-size:11px;
}   

.alerts-holder, my-alerts{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    border: 2px solid #333;
    padding:0px 10px 10px 10px;
}

.new-alerts .alert-item{
    background-color:#ffffff;
    display:block;
}

.alert-item{
    margin:3px 0px 0px 0px;
    padding:5px 8px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    border:solid 4px #b40000;
    color:#333;
    border:1px solid #bbb;
    white-space: normal;
    overflow:hidden;
}

.alert-item:hover{
    border:1px solid #333;
}    

.alert-item h2{
    text-align: left;
    color:#333;
    font-size:13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}    

.alert-item p{
    color:#444;
    font-size:12px;
    font-weight:normal;
}    

.alert-item em{
    color:#777;
    font-style: italic;
    display:block;
    font-size:12px;
}

.archive-alert,.unarchive-alert{
    margin:0;
    float:right;
    font-size:11px;
}

.alert-item .alert-item-link{
    margin:0;
    padding:0;
    width:80%;
}

.alert-image,.alert-body{
    display:inline-block;
}

.alert-image img{
    display:block;
    height:100%;
}

.alert-image{
    float:right;
}

.alert-image.stand-alone{
    float:none;
}

.alert-detail-company{
    display:block;
}

.alert-detail-company a{
    font-size:18px;
    text-decoration: underline;
    float:none;
    margin:0;
}

.alert-detail span{
    color:#777;
    font-style: italic;
    font-size:13px;
}

.alert-detail strong{
    color:#5e5e5e;
    font-size:14px;
}

.alert-detail em{
    color:#333;
    font-style: italic;
    font-size:11px;
}

.alert-detail{
    margin-bottom:10px;
}

/*** Checklists ***/

.checklist-form{
    margin:10px 0px;
    overflow: hidden;
}

.checklist-form div{
    margin-bottom:10px;
}

.checklist-form label{
    font-weight:900;
    display:inline-block;
    vertical-align: top;
}

.checklist-form .checklist-element{
    display:inline-block;
    vertical-align:top;
}

.checklist-form .conditions-definition{
    padding: 15px 0;
}

.checklist-form .conditions-holder,.checklist-form .control-holder{
    display:block;
    vertical-align:top;
    width:68%;
}

.checklist-form .control-holder{
        
}    

.add-condition-definition,.add-condition-box{
    display:inline-block;
    clear:both;
    
}

.checklist-form .logic-control-panel{
    margin:0;
    margin-right:1%;
    padding:1%;
    background:#666;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
}   

.logic-control-panel button:hover{
    background:#fdc180;
    color:#333;
}


.checklist-form .conditions-holder{
    margin:0;
    padding:0;
}  

.checklist-form .conditions-holder .logic-field{
    min-height:50px;
    border:1px solid #333;
    padding:10px;
    min-width:250px;
    display:block;
}

.logic-field ul li{
    padding:10px;
}

.logic-field li select,.logic-field li input{
    display:inline-block;
}

.logic-field li input[type='checkbox']{
    margin:0 10px;
}

.logic-field li select,.logic-field li input[type='text']{
    width:15%;
}



.logic-field ul{
     padding: 5px 0;
     cursor:pointer;
     padding:15px 22px;
     border: 2px dotted #333;
}


.gate-selected{
    background:#fdc180;
    position:relative;
}


li.gate-selected .gate-action{
    display:inline-block;
    float:right;
    margin-top:4px;
}

ul.gate-selected .gate-action a{
    position:absolute;
    top:5px;
    right:5px;
}


.checklist-form .conditions-holder .add-condition-definition{
    height:14px;
    min-width:95px;
    font-size:13px;
    display:inline-block;
    padding:7px 4px;
    text-align:center;
    vertical-align:top;
}

.delete-item{
      vertical-align: top;
      margin-left: 3px;
      display:inline-block;
}

.condition-up{
    display: inline-block;
    position: relative;
    left: 0px;
    top: -8px;
}

.condition-down{
    display: inline-block;
    position: relative;
    right: 16px;
    top: 8px;
}

.submit-checklist{
    float:right;
}



.checklist-form .checklist-display .transfer-display{
    min-height:150px;
}  

/** View Checklist Page ***/
.test-company{
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius: 3px;
    margin:10px 5px;
    padding:10px 20px;
}

.test-company img,.test-company div.data{
    display:inline-block;
    margin-right:10px;
    vertical-align:top;
}    

.test-company img{
    border:2px solid #333;
}

.test-company div.data a, .test-company div.data p{
    display:block;
    margin-right:10px;
    vertical-align:top;
} 

.test-logic-item{
  float:right;
  margin-top:10px;
}

.db-panel-title .checklist-playground{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #333;
    border-radius: 3px;
    color: white;
    cursor: pointer;
    display:inline-block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding:3px 6px;
    background-color: #57b7e7;
}

.db-panel-title .checklist-playground:hover{
    background-color: #333;
}    


/**** Group Sharing ****/

.group-share{
    width:30%;
    border: 1px solid #333;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding:10px;
    position:absolute;
    right:0;
    background:#ededed;
    z-index:50;
}

.group-share .group-permissions{
    margin:10px;
}

.group-share .group-permissions ul{
    display:inline-block;
    margin-right:8px;
    vertical-align:top;
    width:45%;
}    

.group-share .group-permissions ul h5{
    text-decoration:underline;
    margin-bottom:5px;
}    


.group-share .group-permissions ul span.group-search-holder{
    display:block;
}  

.group-share .group-permissions ul span.group-search-holder .add-group{
    display:inline-block;
    width:90%;
    height:20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border:2px solid #333;
}  

.group-share .group-permissions ul span .add-group-button{
    display:inline-block;
    width:35%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    vertical-align: middle;
    float:none;
    margin:0;
    margin-left:2px;
    margin-top:3px;
} 

.actions{
    float:right;
}

.edit-event,.submit-group-changes,.undo-change{
    display:inline;
    clear:none;
}


.group-share .group-permissions ul li a{
    color: #71c3e5;
    display: inline;
    margin-right: 3px;
    vertical-align: middle;
    float:none;
    margin:0;
    margin-left:3px;
}

.group-share .group-permissions ul li a img{
    vertical-align: middle;
}

/**** Event Type Editor ****/

.macro-param{
    width:25%;
    display:inline-block;
}

.event-type-line .callout-popup div span{
    vertical-align:top;
}

.event-type-line .callout-popup .event-type-macros{
    border:1px solid #333;
    margin-top:10px;
    min-height:25px;
}

.event-type-macros li{
    border:none;
    border-bottom:1px;
    padding:3px 4px;
}    

.event-type-line .callout-popup input[readonly]{
    background:#333;
    color:#fefefe;
    opacity:.5;
}

.event-type-line .callout-popup *[disabled]{
    opacity:.5;
}


.callout-categories .category{
    margin-bottom:15px;
    clear:both
}

.callout-categories .category .category-line label{
    font-weight:800;
}    

.callout-categories .category .term-line{
    margin-left:25px;
}

.company-pass-fail{
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    vertical-align: top;
    margin-top: 7px;
}

.red-dot{
       background-color: #cd3113;
}

.green-dot{
       background-color: #4DA048;
}
/*db-panel background color changes css strat | added by ISG-18/7/16 */

.background_color{
	background:#e8e8e8;
}
/*db-panel background color changes css end | added by ISG-18/7/16 */

.h3_padding{
	padding-top:20px;
	padding-left:50px;
}

.user-groups-form{
	padding-left:95px;	
}
.user-groups-form ul li{
	margin-top:10px;
	margin-bottom:10px;
}

/* user-groups  css strat | added by ISG-18/7/16 */

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul.list,
ul.list ul {
  margin-top:20px;
  padding:0;
  list-style-type: none;
   
}

ul.list ul {
  position:relative;
     margin-left: 80px;
    margin-top: 5px;   
	background:#e8e8e8;
}

ul.list ul:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:0;
  border-left:1px solid #202020;
}

ul.list li  {
  position:relative;
  margin:0;
  padding:3px 12px;
  color:#202020;
  text-decoration: none;
  text-transform: uppercase;
   font-weight:normal;
  line-height:32px;   
}

ul.list li a { 
  position:relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size:14px;
  font-weight:bold;
  line-height: 38px;
}
ul.list li .font{ 
  position:relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size:14px;
  font-weight:bold;
  line-height: 0px;
}

ul.list li a:hover,
ul.list li a:hover+ul li a {
    
  color: RGBA(213, 235, 227, 1);
}

ul.list ul li:before {
  content:"";
  display:block;
  position:absolute;
  top: 18px;
  left: 0;
  width:8px;
  height:0;
  border-top:1px solid #202020;    
}

ul.list ul li:last-child:before {
  top: 20px; 
  bottom: 0;
  height: auto;
  
  background:#e8e8e8; 
}
/* user-groups  css end | added by ISG-18/7/16 */

/* my group delete image size css start | added by ISG-18/7/16 */
.cross_size{
	width:11px;
	height:11px;
	margin-left:7px;	
}
/* my group delete image size css end | added by ISG-18/7/16 */	

/* Create Company Form */


.main > div {
  display: inline-block;
  width: 49%;
  margin-top: 10px;
}
.two{
    .register {
       border: none; 
        
        h3 {
          border-bottom-color: #909090;
        }
    
        .sep{
          border-color: #909090;
        }
    }
}

.registerNew {
  	width: 500px;
  	margin: 10px auto;
  	padding: 10px;
  	border: 7px solid #96ca50;
  	border-radius: 10px;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
  	background-color:  #F0F0F0;
  	box-shadow: 0 0 20px 0 #000000;
  	
        h3 {
	  	margin: 0 15px 20px;
	  	border-bottom: 2px solid #96ca50;
	  	padding: 5px 10px 5px 0;
	  	font-size: 1.1em;
	}

	div{
		margin: 0 0 15px 0;
	  	border : none;
	}

	label {
	  	display: inline-block;
	  	width: 25%;
	  	text-align: right;
	  	margin: 10px
	}

	input[type=text], input[type=password]{
  		width: 65%; 
  		font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,Sans-Serif;
  		padding: 5px;
  		font-size: 0.9em;
  		border-radius: 5px;
  		background: rgba(0, 0, 0, 0.07);
	}
  
        input[type=text]:focus, input[type=password]:focus{
		background: #FFFFFF;
	}

	.button {
  		font-size: 1em;
  		border-radius: 8px;
  		padding: 10px;
  		border: 1px solid #59B969;
  		box-shadow: 0 1px 0 0 #60BD49 inset;
  		
                background: #63E651;
                background: -webkit-linear-gradient(#63E651, #42753E);
                background: -moz-linear-gradient(#63E651, #42753E);
                background: -o-linear-gradient(#63E651, #42753E);
                background: linear-gradient(#63E651, #42753E);
  		
		&:hover {
                        background: #51DB1C;
                        background: -webkit-linear-gradient(#51DB1C, #6BA061);
                        background: -moz-linear-gradient(#51DB1C, #6BA061);
                        background: -o-linear-gradient(#51DB1C, #6BA061);
                        background: linear-gradient(#51DB1C, #6BA061);
  		}
	}
	
	.sep {
	  	border: 1px solid #96ca50;
	  	position: relative;
	  	margin: 35px 20px;
	}

	/*.or{
	  	position: absolute;
	  	width: 50px;
	 	left: 50%;
	  	background: #F0F0F0;
	  	text-align: center;
	  	margin: -10px 0 0 -25px;
	  	line-height: 20px;
	}*/

	.connect {
	  	width: 400px;
	  	margin: 0 auto;
	  	text-align: center;
	}
}


/*404.php page css start for ISG in dated 04/08/16*/
.page a
{
		color:#09c;
		text-decoration:underline;
}

.page a:hover
{
		color:#000;
}

.page a:visited
{
		color:#09c;
}

.page
{
		background-color:#fff;
		margin-top:110px;
}

.page .container
{
		width:650px;
		margin:0 auto 0 auto;
}

.page .header
{
		height:42px;
		padding: 10px 0 0 0;
		width:100%;
		border-bottom:2px solid #547F38;
}

.page .header a
{
		overflow:hidden;
		float:left;
}

.page .header img
{
		height:40px;
		width:125px;
}	

.page .content
{
		margin-top:-80px;
}

.page h2 
{
		font-size:60px;
		color:#0093c3;
		margin-bottom:20px;
		text-align:center;
}
			
.page .content h1
{
		font-size:20px;
		color:#547F38;
		text-align:center;
		margin-bottom:5px;
}

.page .content p
{
		padding: 15px 0;
		color:#888;
		font-size:16px;
		text-align:center;
		line-height:25px;
}	
		
.page .footer
{
		padding:10px 50px;
		border-top:2px solid #547F38;	
}	
		
.page .footer h5
{
		color:#666;
		font-size:16px;
		font-weight:bold;
		margin:0 0 5px 0;
}

.page .footer ul
{
		width:100%;
		list-style: none;
}

.page p a
{
		font-size:16px;
}

.page .footer li
{
		float:left;
		margin:5px 30px 5px 0;
}

.page .footer a
{
		font-size:16px;
}	
.page .img_center
{
	
		display:block;
		margin-left:auto;
		margin-right:auto;
}
/*404.php page css end for ISG in dated 04/08/16*/

.styled-select .select2-container--default .select2-selection--multiple{
    background-color:#ababab; 
}