 /* Top nav bar */
 .nav .divider-vertical{display: none;}
 
 .static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-size: 14px !important;
}
    .xrm-attribute-value > a > img {
      height: 56px !important;
   }
 .xrm-attribute-value{
    height: 80px;
    vertical-align: top;
 }
 @media(min-width:1200px) {
   .navbar {
      height:120px;
      padding: 20px;
      margin-top: 20px;
   }

   .siteTitle {
      margin: 0px;
      display:block !important;
      padding-left: 17px;
      padding-top: 5px;
   }

 }
 @media(max-width:1200px) {

  .siteTitle {
      display: none !important;
}
 }
.navbar-nav{
   margin-top: 15px;
}

.navbar-right{ 
margin-top: 20px;
}


/*Logo */
 .logo-container {
   height: 100px;
   width: 187px;
   margin-left: 9px;
}

.columnBlockLayout img {
   max-width: 75px !important;
   max-height: 75px !important;
}

/*
.btn-default {
   color: rgb(18, 8, 152);
   border-color: #000;}
*/
   .poll {
      color: rgb(74, 175, 15);
      border-color: #000;}


/*Extend image end to end */
.extndimg {    
   background-image: url(/pano.png);
   background-size: 700px;
   background-repeat: repeat-x;
   height: 300px;
   width: 100%;
}

/*Header color of lists on My Profile */
.view-toolbar.grid-actions.clearfix {
   background-color: #051D49;
    height: 72px;
    border-radius: 5px;

}

/*Border of lists on My Profile */
.entitylist {
   border: 1px solid #a3a8b0 !important;
   border-radius: 5px;
}

/*remove main menu divider*/
.dropdown-menu .divider {
display:none !important;
}

.pull-right {
    padding-right: 10px;
}

.pull-left {
    padding-left: 10px;
}