body {
    font-size:12.5px;
}

.navbar-fixed-top {
    clear:both;
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
    color: #eaeaea;
    font-weight:bold;
}

.navbar-inverse .navbar-inner {
    background-image:url("../images/patterns/congruent_outline.png");
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    color: #b0cfff;
    background-color: #111111;
}

.navbar .nav > li > a {
    padding: 10px 15px 12px;
}

.dropdown-menu {
    padding: 5px 0;
}

.dropdown-menu > li > a {
    padding: 10px 28px 8px;
    font-weight: bold;
}

.dropdown-menu li > a i {
    position: absolute;
    left: 6px;
    top: 12px;
}

.table th {
    background-color:#fafafa;
    color:#333;
}

.table th.darker {
    background-color:#cccccc;
    color:#333;
}

.breadcrumb {
    padding: 8px 15px;
    margin: 67px 0 20px;
    background-color:#fafafa;
    background-image:none;
    border-style: solid;
    border-width:1px;
    border-color:#dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.breadcrumb a {
    color:#333;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb > .active {
    color: #3079ed;
    font-weight: bold;
}

.table  th a {
    color:#333;
}

.table th a:hover {
    color:#333;
}

.grid-view table.items th:hover a:after {content:""; display:block; position:absolute; top:0; right:-10px; width:14px; height:14px; line-height:14px; vertical-align:text-top; background-image:url("../images/glyphicons-halflings-white.png"); background-position:-312px -96px; background-repeat:no-repeat;}
.grid-view table.items th:hover a.asc:after {background-position:-289px -96px;}
.grid-view table.items tr.selected td { background:#eeeeee; }
.grid-view .filters .filter-container { padding:0 15px 0 0; }

/*
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}*/
.grid-view table.items th a.asc .caret {
    border-bottom: 4px solid #000;
    border-top: 0;
    display:block;
}
.grid-view table.items th a.desc .caret {
    border-bottom:0;
    border-top: 4px solid #000;
    display:block;
}
/*
.grid-view table.items th a.asc .caret { display:block; }
.grid-view table.items th a.desc .caret {
    border-bottom:4px solid #ffffff;
    border-top:none;
    display:block;
}*/

/* Main page layout */
.content {
    padding: 19px 29px 29px;
    margin: 0px auto 0px;
    background-color: #fff;
}

html,
body {
    height: 100%;
    padding: 0px 0px 0px 0px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -50px;
    /*background-image: url('<?php echo Yii::app()->request->baseUrl ?>/images/patterns/random_grey_variations.png');*/
}

#push,
#footer {
    height: 50px;
}
#footer {
    text-align: center;
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container {
    width: auto;
    margin-left: 25px;
    margin-right: 25px;
}

.container .credit {
    margin: 15px 0;
}
/* End page layout */

.border-red {
    border: 1px solid red;
}

.null {
    color: #CCCCCC;
    font-weight: bold;
}

.btn-rotate-left {
    background: url('../images/rotate-right-white.png') no-repeat scroll 6px 1px #515151;
}
.btn-rotate-left:hover, .btn-rotate-left:focus, .btn-rotate-left:active {
    background: url('../images/rotate-right-white.png') no-repeat scroll 6px 1px #444444;
}

/*r18 defect css*/
#defectTable th {
    vertical-align: middle;
    text-align: center;
}
.personTable {
    margin-top: 8px;
    margin-bottom: 6px;
    width: 100%;
}
.personTable th, .personTable td {
    border-left: 0 none;
    border-right: 0 none;
    height: 20px;
}
.imgHolder {
    height: 250px;
    width: 250px;
    border: 1px dotted #CCCCCC;
    margin-bottom: 10px;
}
.imgHolder a {
    display: block;
    height: 100%;
}
.imgHolder:hover .btnDeleteAttPhoto, .imgHolder:hover .btnDeleteFollowUpAttPhoto {
    display: inline;
}
.imgHolder:hover .btnDeleteAttPhoto, .imgHolder:hover .btnDeleteFollowUpAttPhoto,
.imgHolder:hover .btnRotateLeftPhoto, .imgHolder:hover .btnRotateRightPhoto
{
    display: inline;
}
.btnRotateRightPhoto {
    margin-left: 2px;
}


ul.list-group , ol.list-group  {
    padding: 0;
    margin: 0;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.blur {
    text-shadow: 0 0 20px black;
    color: transparent;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
