@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}


/* Colors in menu.css*/
#nav a:hover {
    color: #000; /* COLOR Black Hover on Menu Tabs*/
}

#nav li ul li a:hover, #nav li#current ul li a:hover {
    background-color: #EFEFEF;
}

#nav li#current {
    color: #000;
}

#nav li#current a {
    color: #000;
}

#nav li#current li, #nav li#current li a {
    color: #000;
}

/* Colors in page.css */

body {
    color: #666666; /* Text color for all content */
    background-color: #FAFAFA;
}

#left-column {
}

#right-column {

}

a:link, a:visited {
    color: #AE855C;
}

a:hover {
    border-bottom-color: #AE855C;
}

a.more-link {
    border-bottom-color: #AE855C;
}

h1, h2, h3, h4 {
    color: rgb(34, 34, 34);
}

h1.page-title {
    color: #ffffff;
}

h2 {
    color: #663333;
}

dt {
    color: #7BA857;
}

img {
    /*background-color: #FAFAFA;
    border-color: #DCDCDC; */
}

#img_check {
    float: right;
    margin: 0px 100px 15px 80px;
}

code {
    background-color: #F8F8F8;
    border-color: #F0F0F0;
}

acronym {
    border-bottom-color: #895F30;
}

blockquote {
    background: url("../../shared/images/quote.gif") no-repeat scroll 12px 12px;
    background-color: #F8F8F8;
    border-color: #F0F0F0;
    color: #555555;
}

tr {
    background-color: #FFFFFF;
}

tr.altrow {
    background-color: #F9F9F9;
}

th {
    background: none repeat scroll 0 0 #EFEFEF; /* Background color for tables */
    border-color: #E7E7E7; /* Border color for tables */
    color: #666; /* Title text color for tables */
}

td {
    border-color: #EFEFEF;
}

form {
    background-color: #F8F8F8;
    border-color: #F0F0F0;
}

form p {
    border-bottom-color: #E6E6E6;
    color: #FFF;
}

label {
    color: #000; /* Input label color (ie. E-Mail Address) */
}

input, select, textarea {
    border-color: #D4D4D4 #EBEBEB #EBEBEB #D4D4D4;
    color: rgb(34,34,34);
}

input:focus, select:focus, textarea:focus {
    background-color: #FFF; /* Input background color */
    color: #000; /* Input text color */
}

input.button {
    background-color: #4B4FB5;
    border-color: #BA55D3 #9370DB #9370DB #BA55D3;
    color: #FFFFFF;
}

#page {
    background-color: #EFEFEF;
}

#banner {
    background-color: #EFEFEF;
}

#page_content {
    background-color: #FFFFFF;
    border-color: #EAEAEA;
}

body.twocol_leftbar #main_content {
    border-left-color: #E8E8E8;
}

body.twocol_rightbar #main_content,
body.default #main_content {
    border-right-color: #E8E8E8;
}

#header {
    background-color: #EFEFEF;
}

#banner_content {
    background-color: #FFFFFF;
    border-color: #EAEAEA;
}

#header_content h1#logo-text a {
    color: #8E8CA5; /* h1 tag color */
}

#header_content p#intro {
    color: #83819D; /* Text in header color */
}

#header_content #header-image {
    height: 125px;
    position: absolute;
    top: -130px;
    width: 371px;
    left: -10px;
}

#main h2 {
    border-bottom-color: #EBEBEB;
    color: #444444;
}

#main h2 a {
    color: #444444;
}

#left-columns h3 {
    color: #444444;
}

.sidemenu ul {
    border-top-color: #EBEBEB;
}

.sidemenu ul li {
}

.sidemenu ul li a:link, .sidemenu ul li a:visited {
    color: #577aa8;
}

.sidemenu ul li a span {
    color: #9F9F9F;
}

.sidemenu ul li a:hover {
    color: #000000;
}

.featured-post h4 {
    border-bottom-color: #EBEBEB;
}

.featured-post h4 a, .featured-post h4 a:visited {
    color: #577aa8;
}

#footer {
    background-color: #E7E7E7;
}

#footer h3 {
    color: #444444;
}

#footer a {
    color: #333333;
}

#footer ul.footer-list {
    border-top-color: #E6E6E6;
}

#footer ul.footer-list li {
    border-bottom-color: #E6E6E6;
}

#footer ul.footer-list li a {
    color: #888888;
}

#footer ul.footer-list li a:hover, #footer ul.footer-list li a:hover span {
    color: #333333;
}

#footer-bottom {
    border-top-color: #DADADA;
}

.postmeta {
    background-color: #F8F8F8;
    border-color: #EBEBEB;
}

.post-info {
    color: #B0B0B0;
}

.post-info a, .post-info a:visited {
    color: #000000;
}

.thumbs img {
    background-color: #FAFAFA;
    border-color: #DDDDDD;
}

.thumbs img:hover {
    background-color: #DDDDDD;
    border-color: #D2D2D2;
}

ol.commentlist {
    border-color: #F0F0F0;
}

.commentlist li {
    border-bottom-color: #F0F0F0;
}

.commentlist li.alt {
    background-color: #F8F8F8;
}

.button, .button:hover {
    background-color: #EFEFEF; /* COLOR Medium Blue */
}

.button {
    background-color: #EFEFEF; /* COLOR Medium Blue */
    border-color: #DDD;
    color: #666;
}

.button:hover {
    background-color: #E7E7E7; /* COLOR Dark Blue */
    border-color: #999;
}

#messages_close {
    color: #000000;
}

#simpleTooltip {
    border-color: #DDD;
    background-color: #E5EEF9;
    color: #666;
}

.addcomment {
    background-color: #F8F8F8;
    border-color: #E0E0E0;
}

.comment_container, .subcomment_container {
    background-color: #F8F8F8;
}

.comment {
    background-color: #FFF;
    border-color: #E0E0E0;
}

.sub_comment {
    background-color: #F0F0F0;
    border-color: #E0E0E0;
}

.discussion p, .comment p {
    color: #666;
}

.actions {
    border-top-color: #E0E0E0;
}

.actions, .actions a {
    color: #AAA;
}

.discussionlist li {
    border-bottom-color: #E0E0E0;
}

.moderator {
    color: #A00;
}



/* //////////////////////////////// Custome css   ?\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\*/

body, #page_content, #page, #header, #footer{
        background-color: #FFFFFF;
        border-color: transparent;
    }

div#menu_content {
    background: url(https://pacificmarketresearch.opinioninsight.com/portal/themes/1_1_3/bgsubhead.jpg) repeat-x;
    height: unset;
    margin-top: auto;
    width: 960px;
}


#nav li a {
    display: block;
    text-decoration: none;
    color: white;
    position: relative;
    z-index: 1;
    font: 14px/39px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    text-align: center;
    text-shadow: #3f3f3f 0 1px 1px;
    display: block;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 11px;
    padding-bottom: 8px;
}

#nav {
    margin-top: 0px;
    float: left;
}


#nav li#current a, #nav a:hover  {
    color: #e8e8e8;
}

.div-desktop-header img {
    width: 100%;
    padding: 0px;
}

div#header {
    padding: 0px;
}

#nav li {
    margin-left: 20px;
    margin-right: 10px;
}

.WSTC-Banner-desktop {
    width: auto;
}

div#auth form {
    background: white;
    border-radius: 10px;
    border: 1px solid #3c80b9;
}

label {
    color: #3c80b9;
}

form input, form select, form textarea {
    border: 1px solid #3c80b9;
    border-radius: 5px;
//    width: 100% !important;
}

div#auth form input{ 
    width: 100%;
}

div#right_widget_content p:first-child {
    padding: 0px;
    margin: 0px;
}
.div-mobile-header , .WSTC-Banner-mobile {
    display: none;
}

.custom-btn-blue , .custom-btn-blue:hover , .custom-btn-blue:focus {
    border: rgb(255,255,255);
    font-family: Myriad Pro,Helvetica,sans-serif;
    color: rgb(255,255,255);
    letter-spacing: 0.05em;
    /* font-size: 13px; */
    background: rgb(48,111,195);
    border-radius: 10px;
}

.custom-btn-green , .custom-btn-green:hover , .custom-btn-green:focus {
    border: rgb(255,255,255);
    font-family: Myriad Pro,Helvetica,sans-serif;
    color: rgb(255,255,255);
    letter-spacing: 0.05em;
    /* font-size: 13px; */
    background: rgb(127, 176, 67);
    border-radius: 10px;
}

.custom-login-btn ,.custom-login-btn:hover , .custom-login-btn:focus {
    /*background: url(/portal/themes/1_1_3/loginbtn.png) no-repeat;*/
    float: right;
    cursor: pointer;
    font-family: Myriad Pro,Helvetica,sans-serif;
    color: rgb(255,255,255);
    background: rgb(48,111,195);
    border-radius: 10px;
}
.f-pass-link a:link , .f-pass-link a:visited {
    color: #3c80b9;
}




div#page_content{
   box-shadow: 1px 1px 21px #babac2;
   margin-top: -2px;
   border-radius: 0;
   border: 1px solid rgb(204, 204, 204);
}

div#header_content {
    box-shadow: 1px 1px 21px #babac2;
}


footer {
    position: fixed !important;
    color: white;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    z-index: 2;
    background-image: url(https://pacificmarketresearch.opinioninsight.com/portal/themes/1_1_3/bgfooter.png);
    background-repeat: repeat-x;
    margin-top: -13px;
    height: 55px;
}


div#page {
    padding-top: 0px;
    padding-bottom: 60px;
}



#footer {
    position: fixed !important;
    color: white;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    z-index: 2;
    background-image: url(https://pacificmarketresearch.opinioninsight.com/portal/themes/1_1_3/bgfooter.png);
    background-repeat: repeat-x;
    margin-top: -13px;
    height: 55px;
    padding-bottom: 0px;
}


#footer tr{
 background: transparent;
}






h3 { display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 14px;
}

p{
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: rgb(34, 34, 34);
    line-height: 1.4em;

}

.customSidebar a:hover , .customSidebar a:focus {
    color: rgb(255,255,255) !important;
}
html * {
    font-family: Myriad Pro,Helvetica,sans-serif;
}

#nav {
    width: 100%;
}

.nav-login a {
    color: #409bd7;
}
#nav li#current.nav-login a {
    color: #409bd7;
    font-weight: bold;
}
#nav li#current.nav-login a:hover {
    color: #e8e8e8;
}

li.nav-login a {
    color: #409bd7;
    font-weight: bold;
}

html * {
    font-family: "Lucida Grande", Verdana, sans-serif !important;
}

html, body, p, h1, h2, h3, h4, h5, h6{
    font-family: "Lucida Grande", Verdana, sans-serif !important;
}


body{
  background: #232119 url(https://pacificmarketresearch.opinioninsight.com/portal/themes/1_1_3/growthbg.jpg) top left 
  repeat-x fixed;
  padding: 0;
  margin: 0;
}

div#header, div#page{
 background: transparent;
}
#no_avatar_selected {
   color: rgb(34, 34, 34);
}
/* error msg box bg-color update @SP */
.errormsgbox , li.errormsgbox {
    background-color: rgba(127, 176, 67, 0.25);
    border-color: rgb(127, 176, 67);
}
.auth-form {
    background: white;
    border-radius: 10px;
    border: 1px solid #3c80b9;
    padding: 0px 10px 40px 10px;
}

#auth #username_field label, #auth #password_field label {
    display: inline-block;
    text-align: right;
    padding-right: 1%;
    width: 25%;
}
#auth #username_field input, #auth #password_field input {
    width: 70%;
}
.center {
  width:100%;
  margin-top: 50%;
}
.left-rail {
   border-right: #E8E8E8 1px solid;
}
.right-rail {
   padding-left: 10px;
}

.landing-left {
    width: 45%;
}

.landing-right {
    width: 55%;
}
