/**
 * Container Hack.
 **/

.contain:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .contain {
  height: 1%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 16px;
  color: #0D004C;
  background: #5DABBF url(images/body-bg.jpg) repeat-x; 
  font-family:  'Arial', sans-serif;
}  

a:link, a:visited {
  color: #1161ca;   
  text-decoration: none;  
  outline: none; 
}

a:active {
  outline: none;
}

table {
  width: 100%;
} 

p {
  margin-bottom: 10px;
}   

ul, ol {
  padding-left: 0px;
  margin-left: 0px;
}   

.indent-sh li {
  padding-bottom: 3px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px 0;
}

strong, 
h1 {
  font-weight: 700;
}

h1 {
  font-size: 20px;
  line-height: 24px;
  /*
  font-size: 22px;
   * font-weight: 400;
   */
} 

h2 {
  font-size: 18px;  
  line-height: 24px;
} 

h2.top_rule {
  margin-top: 10px;
  padding-top: 3px;
  border-top:1px solid #ccc;
}

h3 {
  font-size: 15px; 
  line-height: 19px;
} 

h4 {
  font-size: 12px;      
  line-height: 16px;
} 

.left {
  float: left;
}            

.right {
  float: right;
}              

.clear {
  clear: both;
}  

.center-align {
  text-align: center;
}

.indent {
  padding-left: 90px;
}   

.indent-sh {
  padding-left: 82px;
}


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

ul.inline li {
  float: left; 
  /*
  border-right: 1px solid #ccc;
  padding: 0 5px;
  */
}            

ul.inline li.last {
  /*
  border-right: none;
  padding-right: 0;
  */
} 

div.learnmore {
  margin-top: 0px;
  margin-left: -3px;
}

div.learnmore a {
  display: block;  
  text-indent: -9999em;
  background: transparent url(images/learnmore.png) no-repeat;  
  width: 88px;
  padding: 9px; 
  color: black; 
  font-weight: 700;
} 

.gray {
  color: gray;
}  
.dkblue {
  color: #0D004C;
}
.ltblue {
  color: #33A8C0;
}
.linkblue {
  color: #1161CA;
}


p.footnote {
  font-size: 11px;
}  

.light {
  font-weight: 400;
}  

.page-header h1 {
  padding-bottom: 10px;
}    

.intro-bubble h1 {
  font-weight: 700;
  color: #052d40;
}

.intro-text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;    
  font-weight: 400;
}     

.list-title {
  padding-left: 12px;
}  

address {
  font-style: normal;
}

/**
 * Layout.
 **/

#shadow {
  width: 974px;
  margin: 0 auto;
  background: transparent url(images/bg-shadow.png) repeat-y;
} 

#page {
  width: 960px;   
  margin: 0 auto;
  background-color: #fff;   
}

#header {           
  position: relative;
  border-top: 7px solid #b1d557;
  height: 164px;
  background: transparent url(images/header-bg.png) no-repeat;
} 

#main {
  background-color: #f2f9fb;
}  

#sidebar-right {
  float: right;
  width: 225px;
  min-height: 150px;
  padding: 0 15px 15px 15px;
}             

#content {
  width: 705px;  
  padding-bottom: 20px;
}

body.admin-menu #content {   
}

#footer {
  background-color: #fff; 
  border-top: 1px solid #d6e6f1;
} 

#footer .ars {
  padding: 0 15px;
}

/**
 * Header.
 **/
#logo {
  margin-top: 15px;  
  margin-left: 21px;
  width: 500px;
}    
#logo a {
  float: left;
}
#gartner2013 {
  padding-left: 20px;
  margin-top: 27px;
}
/**
 * Global Navigation.
 **/  

#navigation { 
  position: absolute;  
  bottom: 0;
  right: 0;
} 

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

#navigation ul li {
  float: left; 
  margin: 0; 
} 

#navigation ul li a {  
  display: block; 
  text-indent: -9999em;   
  height: 32px; 
  background: transparent url(images/navigation6_2018.png) no-repeat;
} 

/* Software */
#navigation ul li#product a { width: 200px;}  
#navigation ul li#product a.active { background-position: 0px -32px;}

/* SM in education */
#navigation ul li#sm_in_edu a { width: 126px; background-position: -200px 0px;}
#navigation ul li#sm_in_edu a.active { background-position: -200px -32px;} 


/* Transparency products */
#navigation ul li#transparency-products a { width: 170px; background-position: -326px 0px;}
#navigation ul li#transparency-products a.active { background-position: -326px -32px;} 


/* Transparency reports program */
#navigation ul li#transparency-report-program a { width: 210px; background-position: -495px 0px;}
#navigation ul li#transparency-report-program a.active { background-position: -495px -32px;} 

/* Company */
#navigation ul li#company a { width: 104px; background-position: -704px 0px;}
#navigation ul li#company a.active { background-position: -704px -32px;} 

/* Blog */
#navigation ul li#industry a { width: 115px; background-position: -808px 0px;} 
#navigation ul li#industry a.active { background-position: -808px -32px;}

/**
 * Subnav.
 **/     
div#subnav-block li a.active {
  color: black;
  font-weight: 700;
}

/**
 * Dashboard.
 **/ 

#dashboard {
  position: absolute;
  right: 20px; 
}   

#dashboard ul.inline li {
  border: none;   
  padding: 0;
  margin-left: 10px;
}    

#dashboard a.sign-up,
#dashboard a.sign-in {
  margin-left: 10px;
} 

#dashboard ul.inline li.existing {
  padding-top: 3px;
}

/**
 * Newsletter and Contact links.
 **/                           
#news-contact-ln {
  position: absolute;
  top: 45px;
  right: 20px;
  text-align: right;
} 

#news-contact-ln li {
  padding: 0 5px;
}
#news-contact-ln li + li {
  border-left: 1px solid #ccc;
  padding-right: 0;
}

/**
 * Footer.
 **/     
#footer div.footer-col {
  width: 150px;
  margin: 15px 0;
  padding-right: 20px;
} 

#footer div.footer-col h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}  
#footer div.footer-col h4.single {margin-bottom: 1em;}
#footer div.footer-col h4.stacked {margin-top: 1em;}

#footer div.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}  

#footer div.footer-col h4,
#footer div.footer-col li {
  padding-bottom: 5px;
}

#footer-bot {
  height: 250px;
  background-color: #4d6b77;
  padding-top: 5px;  
  font-size: 10px;
  color: white; 
  margin: 0;
} 

#footer-bot a {
  color: white; 
  text-decoration: underline;
} 

/* Blocks */


/* ------------------------------ promo blocks ----------------*/
#block-sminds-cadalyst_solo,
#block-sminds-autodesk,
#block-sminds-idsa_solo,
#block-sminds-magnet_solo
{    
  margin-left: 5px;
  color: black;
}
#block-sminds-cadalyst_solo .cadalyst,
#block-sminds-autodesk .autodesk, 
#block-sminds-idsa_solo .idsa,
#block-sminds-magnet_solo .magnet
{
  margin: 5px 0;
}
#block-sminds-magnet_solo .magnet {
  height: 190px;
}
#block-sminds-autodesk p, 
#block-sminds-idsa_solo p, 
#block-sminds-magnet_solo p 
{
  font-size: 11px;
}  
#block-sminds-idsa_solo,
#block-sminds-magnet_solo
{ 
  padding-top: 0px !important;
  padding-bottom: 5px !important;
}
#block-sminds-develop3d_solo {
  height: 153px;
}
#block-sminds-develop3d_solo a {
  color: #fff;
  font-weight: bold;
}
#block-sminds-idsa_solo p {
  color: #fff;
  margin-top: 0px !important;
}
#block-sminds-magnet_solo p {
  padding-right: 20px;
}

#block-sminds-cadalyst_solo {
  padding-bottom: 0px !important;
}

#block-sminds-cadalyst_solo p {
  margin-bottom: 0px !important;
}
#block-sminds-cadalyst_solo .cadalyst {
  height: 145px;
  padding-top: 36px;
  margin-top: 0px !important;
}
/*end */
 

#sidebar-right #block-sminds-product_testimonial {
  padding: 0 11px;
}     

#sidebar-right #block-sminds-robs_demo {
  padding-top: 5px;
}

#sidebar-right #block-sminds-mini_preview {
  margin: 15px 0 20px -5px;
}
/*
#sidebar-right #block-sminds-subnav_block {
  padding: 0 16px;
}
*/

#sidebar-right #block-sminds-workshops {
  padding-top: 1px;
} 

#sidebar-right #block-sminds-okala_block {
  padding: 10px 10px;
} 

#sidebar-right #block-sminds-ecodesign_preview,
#sidebar-right #block-sminds-robs_demo {
  padding-bottom: 0;
} 

#sidebar-right #block-sminds_customer_stories-customer_stories_cat_block {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-left: -4px;
}    

#sidebar-right #block-sminds-sign_up_solo {
  padding-top: 20px;
} 

#sidebar-right #block-sminds-contact_block {
  height: 195px;
}       



/* Interior Pages */

#int-page {
  background: #f2f9fb url(images/int-page-bg.gif) repeat-x;   
  padding-top: 15px; 
  min-height: 210px;
}  

.int-header {
  width: 621px;
  height: 17px;
  background: transparent url(/sites/all/themes/smindstheme/images/int-page-header.png) no-repeat;
}  

.int-content {  
  padding: 10px 15px;   
  padding-bottom: 0px;
  background: transparent url(/sites/all/themes/smindstheme/images/int-page-content.png) repeat-y;
}



.int-footer {
  width: 621px;           
  height: 21px; 
  background: transparent url(/sites/all/themes/smindstheme/images/int-page-bot.png) no-repeat;
} 

.int-main-content {
  margin-top: 25px;
  padding-left: 15px;
} 

p.last {
  margin-bottom: 0;
}  

ul.first,
p.first {
  margin-top: 0;
}

h2.taxonomy-title {
  border-bottom: 1px solid #ccc;
}




/* Primer Form */  
#block-sminds-salesforce_block_1,
#block-sminds-salesforce_block_2,
#block-sminds-salesforce_block_3
{
  padding: 2px;
  background: white; 
  border-bottom: 2px solid #ccc;
  border-top: 2px solid #ccc;
}
#block-sminds-salesforce_block_1,
#block-sminds-salesforce_block_3 
{
  margin-top: 10px;
}
#block-sminds-salesforce_block_2 
{
  margin: 10px 18px 3px 13px;
  border: 1px solid #ccc;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.promo_form .f_chk p {
  margin: 5px 0;
} 
.promo_form .f_chk input{
  float: left;
} 
.promo_form .f_chk label {
  display: block;
  margin-left: 23px;
  padding-top: 3px;
}
.promo_form .f_info label {
  width: 80px; 
  float: left;
  font-weight: bold;
  padding: 0px;
} 
.promo_form .f_info input {
  float: left;
  margin: 0px;
  padding: 1px;
  width: 110px;
}  
.promo_form .f_info p {
  clear: both;
  float: left;
  margin: 0px !important;
  margin-bottom: 0px !important;
  width: 100%;
  padding: 0px;
  padding-bottom: 5px;
  *height: 12px !important; /*IE hack*/
}
.promo_form hr {
  height: 1px;
  background-color: #ccc;
  padding: 0px;
  border: none !important;
}
.promo_form .contain {
  padding-top: 10px;
  /*    padding-left: 7px; */
}
.promo_form .submit {
  margin-top: 7px;
  /*
  padding-left: 7px;
   */
  *margin-top: 10px; /*IE hack*/
}
.promo_form .submit label {
  color: #ff0000;
  width: 80px;
  float: left;
  font-style: italic;
  font-size: 10px;
}

/**
 * Trial ad.
 **/       
#trial-ad {  
  width: 610px;
  margin: 10px 0 25px 0;
} 

/* Interior page header sections */
.page-header {
  width: 590px; 
  padding: 15px 15px 0 20px;       
  color: white;
  background: transparent url(/sites/all/themes/smindstheme/images/product-header.png) no-repeat;
}        

.page-header-bd { 
  padding: 10px 20px;
  background: transparent url(/sites/all/themes/smindstheme/images/product-header-bd.png) repeat-y;
} 

.page-header-bot {
  height: 14px; 
  width: 624px;
  background: transparent url(/sites/all/themes/smindstheme/images/product-header-bot.png) no-repeat;
}

.page-header-bd .info p {
  color: #0d004c;
  font-size: 16px;
  line-height: 22px;
}  

/* Interior page globals */

.key-col,
.key-col-2 {
  width: 280px; 
  margin-right: 20px;
} 

.key-col-2 {
  margin-right: 0;
} 

/* Comments */ 

h2.comments {
  font-size: 18px;
  border-bottom: 1px solid #c1c1c1;
}

#comments { 
  margin-top: 25px;
}

#comments .box {
  margin-top: 30px;
}

#comments .box h2 {
  font-size: 18px;
  border-bottom: 1px solid #c1c1c1;
}

div.comment { 
  padding: 10px 0;
  border-bottom: 1px dotted #c1c1c1;
  font-family: arial, 'sans-serif';
}

div.comment div.pic {
  margin-right: 10px;
}   

div.comment div.posted {
  font-weight: 700;
  color: black;
}

div.comment div.info {
  float: left; 
} 

form#comment-form ul.tips,
form#comment-form p {  
  display: none;
} 

#comments textarea,
#comments .resizable-textarea {
  /*width: 525px;*/
}

#edit-new-cat {
  width: 200px;
}  


#comment-form #edit-preview {
  display: none;
}
/* Category Subnav */

.cat-top {
  height: 15px;
  width: 229px;
  background: transparent url(/sites/all/themes/smindstheme/images/cat-top.png) no-repeat;
}          

.cat-bd {   
  width: 189px;         
  padding: 0 20px;
  background: transparent url(/sites/all/themes/smindstheme/images/cat-bd.png) repeat-y;
}

.cat-bot {
  height: 20px;
  width: 229px;
  background: transparent url(/sites/all/themes/smindstheme/images/cat-bot.png) no-repeat;
}

/* User login page */

span.forgot-password {
  font-size: 12px;
  padding-left: 10px;
}  

/* Misc Stuff */


/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

#node-form,
#block-admin-display-form {
  padding: 15px;
  background-color: #fff;
}


/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5; 
  margin-bottom: 10px;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


/**
 * utility classes - hackish overrides
 */
.notop { margin-top: 0 !important; padding-top: 0 !important;}
.nobottom {margin-bottom: 0 !important; padding-bottom: 0 !important; }
.nobullet { list-style: none !important; }
.nostrong { font-weight: 500; }
.last { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.nopad { padding: 0  !important; }
.nomarg { margin: 0  !important; }


/**
 * buttons, common
 */

.btn:hover, .btn-grfx:hover {
  cursor: pointer;
}

.btn {
  font-family: 'DIN Next W01 Regular', "Helvetica Neue", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  font-size: 15px !important;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  padding: 0 20px;
}
/* only used by graphics-backed buttons */
.btn-grfx  {
  display: block;
  text-indent: -9999em;
  font-size: 0;
  line-height: 0;
}

/**
 * button types
 */
.btn-grfx--sign-in { 
  display: block; 
  width: 50px;
  height: 20px;
  background: transparent url(images/signin-bg.png) no-repeat;
}               
.btn-grfx--sign-up {
  width: 110px;
  height: 20px;
  background: transparent url(images/signup-bg.png) no-repeat;
}  
.btn-grfx--contact {
    background: transparent url(/sites/all/themes/smindstheme/images/reg-contact-us-btn.png) no-repeat 0 -3px;
    width: 137px;
    height: 38px;
}
.btn-grfx--promo-purchase {
    background: transparent url(/sites/all/themes/smindstheme/images/btn-promo-purchase.png) no-repeat 0 0;
    width: 145px;
    height: 38px;
}
.btn-grfx--promo-trial {
    background: transparent url(/sites/all/themes/smindstheme/images/btn-promo-trial.png) no-repeat 0 0;
    width: 160px;
    height: 38px;
}
.btn-grfx--purchase-now {
    background: transparent url(/sites/all/themes/smindstheme/images/purchase-now.png) no-repeat 0 0;
    width: 137px;
    height: 38px;
}


.btn--newsltrsignup {
  border: 1px solid #B0D9ED;
  color: #fff;
  background: #3F99F8;
}
.btn--newsltrsignup:hover {
  background: #87c1ff;
  text-decoration: none;
}
.btn--newsltrsignup a {
  color: #fff !important;
}


