/*body {
  background-color: #ddd;
}

h3 {
  margin-top: 0;
}

.badge {
  background-color: #777;
}

.tabs-left {
  margin-top: 3rem;
}

.nav-tabs {
  float: left;
  border-bottom: 0;
}
.nav-tabs li {
  float: none;
  margin: 0;
}
.nav-tabs li a {
  margin-right: 0;
  border: 0;
  background-color: #333;
}
.nav-tabs li a:hover {
  background-color: #FFF;
}
.nav-tabs .glyphicon {
  color: #fff;
}
.nav-tabs .active .glyphicon {
  color: #333;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0;
}








.tab-content {
  margin-left: 45px;
}

.tab-content .tab-pane {
  display: none;
  background-color: #fff;
  padding: 1.6rem;
  overflow-y: auto;
   border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    
}


.tab-content .active {
  display: block;
}




.list-group {
  width: 100%;
}



.list-group .list-group-item {
  height: 50px;
}
.list-group .list-group-item h4, .list-group .list-group-item span {
  line-height: 11px;
}

.tab-pane {
    height: 100% !important;
}













#g a {
    padding:0px;
}




.moduleContainer{
    padding-left:3%;
    margin-bottom: 5px;
}

.groupContainer{
    padding-left:6%;
    margin-bottom: 5px;
}

.individualContainer{
    padding-left:9%;
    margin-bottom: 5px;
}

.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav {
    list-style: outside none none;
    margin-bottom: 20px;
    margin-left: 0;
}

.mainInfo{
    padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 200px;
    
}
textarea {
    resize: none; 
} 

.alertMain {
     border: 1px solid transparent;
    border-radius: 4px;    
    padding: 15px;
    padding-left: 160px;
}












*/
.alertMain {
     border: 1px solid transparent;
    border-radius: 4px;    
    padding: 15px;
    padding-left: 160px;
}

textarea {
    resize: none; 
} 
.mainInfo{
    padding-top: 10px;
     padding-bottom: 10px;
     padding-left: 200px;
    
}
#g a {
    padding:0px;
}
.tab-pane {

    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 0;
}

.table-vcenter {
   vertical-align: middle!important;
   
}
.table-vcenter a {
     text-decoration: none!important;
}

.panel-title a {
    text-decoration: none;
     outline: none;
}
.panel-title a.collapsed {
  background: url("../image/down_arrow.png") center right no-repeat;
}

.panel-title a {
  background: url("../image/right_arrow.png") center right no-repeat;
}


.containerMessages {
    display: none;
}





/* Center the loader */
#loader, #loader2 {
    display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#pageNewReport {
 
}

a.red,
a.red:hover { color: red !important; }



.tableFinancial thead>tr>th.vert-align{
    vertical-align: middle;
}





.office-icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    float: left;
    display: block; /* This is required */
        opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.office-icon:hover {
        opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.office-icon.icon-excel {
    background: url(/image/excel.png);
    background-size: cover;
    border-radius: 50%;
}

.office-icon.icon-word {
    background: url(/image/word.png);
    background-size: cover;
    border-radius: 50%;
}

.office-icon.normal {
    width: 32px;
    height: 32px;
}

.office-icon.small {
    width: 16px;
    height: 16px;
}

.office-icon.medium {
    width: 64px;
    height: 64px;
}

.office-icon.large {
    width: 64px;
    height: 64px;
}

.box-icon {
    position:absolute;
    bottom: 10px;
    right: 10px;
    
}
.box-icon a span {
    margin-left: 10px;
}





    #component-image, #sitePlan-image, cover {
        transition: all 1s ease;
    }
    
    .handPointer:hover {
    cursor: pointer;
}




.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.barLoader {
  width: 100%;
  height: 20px;
  border: 1px solid #2980b9;
  border-radius: 3px;
  background-image: 
    repeating-linear-gradient(
      -45deg,
      #2980b9,
      #2980b9 11px,
      #eee 10px,
      #eee 20px /* determines size */
    );
  background-size: 28px 28px;
  animation: move .5s linear infinite;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 28px 0;
  }
}