.space-right {
    margin-right: 10px;
}

.space-left {
    margin-left: 10px;
}

.space-top {
    margin-top: 10px;
}

.space-bottom {
    margin-bottom: 10px;
}

img.img-preview{
    border-radius: 3px;
}

img.img-preview.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}

img.img-preview:not(.disabled):not(.selected){
    cursor: pointer;
}

img.img-preview.selected {
    border-color: rgb(145, 215, 205);
    border-width: 2px;
}

.preview-thumbnail:not(:last-child) {
    margin-right: 10px;
}

.bordered-primary{
    border: 1px solid rgb(115, 185, 175);
}

.unloaded-preview{
    text-align: center;
    width: 75px;
    display: inline-block;
}


.bordered-pane{
    width: 100%;
    padding: 10px;
    border: 1px solid #ffffff;
}

.guest-content .clinic-item,
.clinic-content .guest-item{
    display: none;
}

#main-image-clinic{
    position: relative;
}

div.loading-spinner{
    width: 100%;
    height: 200px;
    text-align: center;
}

.loading-spinner i{
    line-height: 200px;
    font-size: 75px;
}

.dark{
    background-color: #000000;
}

.primary-light{
    background-color: #73b9af !important;
    background-image: none !important;
}

.border-white{
    border-radius: 1px;
    border-color: white; 
}

.fb-share-button{
    display: inline-block;
}

.fb-share-button a,
.fb-share-button a:hover{
    color: #fff;
    text-decoration: none;
}

.image-warning-text{
    position: absolute;
    top: 2px;
    left: 2px;
    color: orangered;
    font-size: 1.2em;
}

#main-image-clinic.hidden .image-warning-text{
    display: none;
}

input.searchforminput{
    width: 100%;
}

.search-buttons-row a{
    padding-left: 5px;
    padding-right: 5px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
}

.table tr:not(:first-child){
    border-top: 1px solid #73b9af;
}

.table thead tr{
    border-bottom: 2px solid #73b9af;
}

table.table.table-bordered-outside{
    border: 1px solid #73b9af;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th, .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: initial;
}

table.table.table-striped>tbody>tr:nth-child(odd){
    background-color: #3a3a3a;
}
table.table.table-striped>tbody>tr:nth-child(odd):hover{
    background-color: #4a4a4a;
}

table.table.table-striped>tbody>tr:nth-child(even), table.table.table-striped>thead>tr{
    background-color: #1a1a1a;
}
table.table.table-striped>tbody>tr:nth-child(even):hover{
    background-color: #2a2a2a;
}

table.table-clickable>tbody>tr{
    cursor: pointer;
}

table.table-spaced td{
    padding: 10px !important;
}

span.frame{
    display: none;
}

.image-cycle-pane{
    text-align: center;
}
.image-cycle-pane button{
    width: 100px;
}

@media (min-width: 768px){
    span.action-button{
        margin-right: 5px;
    }
    .search-buttons-row a{
        width: initial;
    }
    #SearchForm img{
        margin-top: 5px;
        cursor: pointer;
    }
}

@media (max-width: 768px) {
    .hidden-xs{
        display: none;
    }

    span.action-button{
        width: 50%;
        display: inline-block;
        padding: 2px;
    }

    span.action-button .btn{
        width: 100%;
        margin-left: 0px;
    }

    #cornerstone-img-tools label{
        margin-top: 5px;
    }

    .image-options-pane label{
        display: block;
    }

    #SearchForm label{
        margin-top: 2px;
    }    
}