html, body {
    height: 100%;    
} 

#wrap {
    height: auto;
    margin: 0 auto -60px;
    min-height: 100%;
    padding: 0 0 60px;
}

.table {
    width: 100% !important;
}

.container-content {
    margin-bottom: 20px;
}

.container-bordered-top {
    border-top: #ccc 1px solid;
    padding-top: 20px;
}

#footer {    
    height: 60px;            
    border-top: #ccc 2px solid;
}

.page-header {    
    margin: -20px 0 20px !important;
}

.table tr th {
    text-align: center;
    background-color: #EFEFEF;
}

.table-inner tr th {
    text-align: left;
    background-color: #FFFFFF;
}

.table .label {
    line-height: 2;
    cursor: default;
}

.table .label-danger {    
    cursor: pointer;
}

.label-full-size {
    font-size: 100%;
}

table.dataTable thead th.force-center div.DataTables_sort_wrapper {
    padding: 2px !important;
}

#coverChannels {
    margin-top: 120px;
    margin-bottom: 300px;
}

.roundabout-holder {
    list-style: none;
    padding: 0;
    margin: 0;
}

.roundabout-moveable-item {
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #000;
}

.roundabout-moveable-item h5 {
    text-align: center;
    font-weight: bold;
}

.roundabout-in-focus {
    cursor: auto;
}

.alCenter {
    text-align: center !important;
}

.w80 {
    width: 80%;
}

.top-content {
    border-bottom: solid 1px #ccc;  
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.button-container-top {
    border-bottom: #ccc solid 1px;   
    padding-bottom: 20px;    
}

.button-container-bottom {
    border-top: #ccc solid 1px;   
    padding-top: 20px;    
}

.button-margin-vertical {
    margin: 10px 0;
}

.well-custom {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 15px;
}

.mrg {
    margin: 0 10px !important;
}

.mrg-bottom {
    margin-bottom: 10px;
}

.title {
    color: #999;
    font-size: 20px;
    border-bottom: #ccc solid 1px;   
    padding-bottom: 10px; 
}

.team-thumbnail {
    height: 145px; 
    width: 145px; 
    display: block;
}

.team-thumbnail img {
    min-height: 135px; 
    min-width: 135px; 
    display: block;
}

.team-group {
    margin-bottom: 10px;
}

.logo {
    min-width: 140px; 
    min-height: 140px; 
    max-width: 160px;
}

.logo {
    min-width: 140px; 
    min-height: 140px; 
    max-width: 160px;
}

.upload-thumbnails {
    height: 120px; 
    min-width: 120px; 
    max-width: 150px;     
}

.upload-image-ads {
    min-width: 140px;
    min-height: 140px;
    max-width: 450px;    
}

.previw-text {
    border: solid 1px #ccc;
    margin: 3px;
    padding: 5px;
    max-width: 450px;
    text-align: left;    
}

.image-container {        
    text-align: center;
}

.channel-list-content {    
    width: 100%;
    height: 250px;
    margin: 10px 0 10px;
}

.channel-list-content img {
    max-width: 180px;  
    max-height: 180px; 
}

.channel-list-content h4 {
    margin-top: -50px; 
    width: 100%;
    padding: 5px;   
}

.channel-list-content .image-container {
    width: 100%;  
    height:100%;        
}

.cover-container, .channel-list-content .image-container {    
    background-color: #F3F3F3;
}

.cover-container h4 {
    color: #428BCA;
}

.channels-cover .image-container {
    width: 220px;
    height: 155px;      
    background-color: #333;  
}

.channels-cover .image-container img {
    max-width: 220px;
    max-height: 155px;    
    border: solid 1px #000;
}

.channels-cover a.play {

}

.roundabout-moveable-item {
    cursor: default;
}

.roundabout-in-focus .channels-cover a.play {
    visibility: visible !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -70px 0 0 -50px;
    background: url(../images/bigplay.svg) no-repeat;
    background-position: 100 -100px; 
}

.roundabout-in-focus .channels-cover a.play:hover {    
    background-position: 0 -100px ; 
}

.overflow-auto {
    overflow: auto;
}

.h-300 {
    max-height: 300px;
}

.well-margin-left {
    margin-left: 12px;
}

.well-no-margin {
    margin-bottom: 0;
}

.bs-example {
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding-bottom: 20px;
}

.label-in-border{
    margin-left: 10px;
    margin-top: -10px;
    background-color: #FFFFFF;
    padding: 0 7px 0 5px;
}

.inside-bs-example{
    padding-top: 15px;
}

.upload-image-patient {
    max-width: 154px;
    min-height: 156px;
    max-height: 156px;
    min-width: 154px;
}

#patientLocation {
    max-width: 200px;
    min-height: 148px;
    max-height: 148px;
    min-width: 200px;
    background-color: #e5e5e5;
}

#patien-data-container{
    padding: 0px;
}

.dataTables_wrapper .badge {
    border-radius: 0;
    line-height: inherit;
    font-size: inherit;
    padding-left: 10px; 
    padding-right: 10px;
    z-index: 1601;
}

.z-more {
    z-index: 1600;
}