﻿.gradiend_background_main {
        background: -webkit-linear-gradient(left, rgba(0,32,96,0), rgba(149,179,216,0), rgba(0,176,240,0));
        background: -o-linear-gradient(right, rgba(0,32,96,0), rgba(149,179,216,0), rgba(0,176,240,0));
        background: -moz-linear-gradient(right, rgba(0,32,96,0) 0%, rgba(149,179,216,0) 50%, rgba(0,176,240,0) 100%);
        background: linear-gradient( #031A66 0%, #9EB1DC 50%, #02E1F5 100% );
        /*background: linear-gradient( #01a088 0%, #9EB1DC 50%, #02E1F5 100% );*/
}

.home_button_box {
    border: 1px solid gray;
    height: 150px;
    width: 150px;
    border-radius: 5px;
    background-color: lightgray;
    box-shadow: 0 0 10px #666666;
    text-align: center;
    padding:5px;
}

.home_button_box:hover {
    box-shadow: 0 0 10px #FFFFFF;
    cursor: pointer;
}

.home_button_box:active {
    background-color: green;
    box-shadow: 0 0 10px #FFFFFF;
}

.col-centered {
    float: none;
    margin: 0 auto;
}


.project-people-v1, .project-actions {
  text-align: left;
  vertical-align: middle; }

dd.project-people-v1 {
  text-align: left;
  margin-top: 5px; }

.project-people-v1 img {
  width: 40px;
  height: 40px; }

.landing-page .header-back.h01 {
background: url("../Content/landing/header_ok_1.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h02 {
background: url("../Content/landing/header_ok_2.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h03 {
background: url("../Content/landing/header_ok_3.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h04 {
background: url("../Content/landing/header_ok_4.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h05 {
background: url("../Content/landing/header_ok_5.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h06 {
background: url("../Content/landing/header_ok_6.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h07 {
background: url("../Content/landing/header_ok_7.jpg") 50% 0 no-repeat; }
.landing-page .header-back.h08 {
background: url("../Content/landing/header_ok_8.jpg") 50% 0 no-repeat; }




.nav-pills-mdj > li {
  float: inherit;
}

.nav-pills-mdj > li > a {
  border-radius: 4px;
}

.nav-pills-mdj > li + li {
  margin-left: 2px;
}

.nav-pills-mdj > li.active > a,
.nav-pills-mdj > li.active > a:hover,
.nav-pills-mdj > li.active > a:active,
.nav-pills-mdj > li.active > a:focus {
  color: white;
/*  background-color: #179d82; */
  background-color: #179d82;
}

.nav-pills-mdj > .active > a > .badge {
  color: white;
  background-color: #fff;
}

.nav-pills-mdj > li > a > .badge {
  margin-left: 3px;
}


.selected {
    font-weight: bold;
}

/*.table-hover tbody tr:hover,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th{
    background:#4ed9d1 !important;
    color:#fff !important;
}*/

.table-hover tbody tr:hover,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th{
    background:#00ffef !important;
}


.selected {
        font-weight: bold;
        background-color: #808080 !important;
        color: #fff !important;
}

.table tbody tr.info td {
  background-color: #d9edf7;
  background: #d9edf7;
}

.table-hover tbody tr:hover,
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th{
    background:#4ed9d1 !important;
    color:#fff !important;
    cursor: pointer;
}


.table-hover-pt tbody tr:hover,
.table-hover-pt tbody tr:hover td,
.table-hover-pt tbody tr:hover th{
    background:#4ed9d1 !important;
    color:#fff !important;
}


.selected {
        font-weight: bold;
        background-color: #808080 !important;
        color: #fff !important;
}

.table tbody tr.info td {
  background-color: #d9edf7;
  background: #d9edf7;
}

.pihms_autocomplete .dropdown-menu {
    max-height: 200px;
    width:100%;
    overflow-y: auto;
}
