﻿html, body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;       
    font-size: 13px;
    color: #333;
}

input {
    outline: none;
}

a {
    color: #428BCA;
    text-decoration: none;
}

a:hover {
    color: #428BCA;
    text-decoration: underline;
}

.table-td {
    padding-top: 2px;
    padding-bottom: 2px;
}

.top-header {
    width: 100%; 
    background-color: black; 
    color: white; 
    margin-bottom: 20px; 
    vertical-align: middle; 
    text-align: center; 
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 100;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}


.top-header a, a:hover {
    color: white !important;
    text-decoration: none !important;
}











.detail_content {
    padding: 15px;    
    margin-top: 20px;
}

.detail_name {
    width: 100%;
    height: 64px;
    text-align: left;
    vertical-align: middle;
   padding-top: 15px;
}

    .detail_name img {
        height: 32px;
        width: 32px;
        vertical-align: middle;        
    }

    .detail_name_img {
        padding-right: 20px;
    }

    .detail_name span {
        vertical-align: middle;
        text-align: left;
        font-weight: 600;
    }

.detail_name .groups {
    display: block;
    font-size: 13px;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 10px;
}

.detail_name_img_right {
    float: right;
    padding-left: 15px;
    cursor: pointer;
}

.detail_hr {
    width: 100%;
    height: 1px;        
    background-color: #ddd;
    margin-bottom: 15px;
}

.detail_hr2 {
    width: 100%;
    height: 15px;            
}

.detail_hr3 {
   width: 100%;
    height: 1px;        
    background-color: #ddd;
    margin-bottom: 15px;
    margin-top: 13px;            
}

.detail_space {    
    width: 100%;
    height: 1px;                
    margin-bottom: 15px;
}



.detail_contact_info {    
    padding: 0px;
}
    .detail_contact_info table {
        width: 100%
    }

 
.detail_data_content {
    padding: 2px 4px;
}


.detal_label {
    width: 150px;
    color: #999;
    padding: 2px 4px;
}

.detal_label_80 {
    width: 100px;
    color: #999;
    vertical-align: top;
    padding-top: 8px;
}

.detal_label_80_center {
    width: 100px;
    color: #999;
    vertical-align: middle;    
}

.detal_label_bio {
    color: #999;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    display: block;
    width: 100%;
    margin-bottom: 4px;
}

.detail_id {
    float: left;
    background-color: #35aa47;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: white;
}



.badge {
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  height: 18px;
  padding: 3px 6px 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  text-align: center;
  /*vertical-align: middle;  */
}
.badge.badge-roundless {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.badge.badge-empty {
  display: inline-block;
  padding: 0;
  min-width: 8px;
  height: 8px;
  width: 8px;
}

/* Badge variants */
.badge-default {
  background-color: #c6c6c6;
  background-image: none;
  color: white;
}

.badge-primary {
  background-color: #428bca;
  background-image: none;
  color: white;
}

.badge-info {
  background-color: #89c4f4;
  background-image: none;
  color: white;
}

.badge-success {
  background-color: #45b6af;
  background-image: none;
  color: white;
}

.badge-danger {
  background-color: #f3565d;
  background-image: none;
  color: white;
}

.badge-warning {
  background-color: #dfba49;
  background-image: none;
  color: white;
}

.badge-film {
  background-color: #4B77BE;
  background-image: none;
  color: white;
}

/* Fix badge position for navs */
.nav.nav-pills > li > a > .badge,
.nav.nav-stacked > li > a > .badge {
  margin-top: -2px;
}


.top_navi_detail {
    background-color: #F8F8F8;
    position: fixed;
    top: 0px
}

.btn_red {
    background-color: #d84a38;
}

.btn_red:hover, .btn_red:active, .btn_red:focus {
    background-color: #c13726;
}

.btn_default {
    background-color: #e5e5e5;
}

.btn_default:hover, .btn_default:active, .btn_default:focus {
    background-color: #d1d1d1;
}