﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* SJC Add padding on to ttable class*/

.table {
    margin-top: 20px;
}

/*td {
    vertical-align: top !important;
}*/

/*#maindiv {
    min-height: 9000px;
}*/

.btn-rw-xs {
    padding: 1px 20px !important;
    font-size: 10px;
    border-radius: 3px;
}

.rw-disabled-link {
    pointer-events: none;
}


.rw-remote-video {
    width: 100%;
    max-height: auto;
    visibility: visible;
    display: normal;
}

.rw-remote-video-none {
    display: none;
}



.rw-local-video {
    width: 80px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 20px;
    margin: 0;
    border-radius: 35px;
    border: 1px solid #ff9100;
}


.rw-local-video-big {
    width: 100%;
    max-height: auto;
}

.bg-primary {
    color: #fff !important;
    background-color: #052c65 !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #052c65 !important;
}

.rw-btn {
    font-size: 12pt !important;
    height: 42px;
    padding: 10px 15px 5px 15px;
}


/*.alert-info {
    color: #fff !important;
    background-color: #ff9100 !important;
}*/

/*.bg-info {
    color: #fff !important;
    background-color: #ff9100 !important;
}
*/
header.xl {
    padding: 100px 0;
}

header.xxl {
    padding: 50px 0;
}

.rw-main-section .rw-main-content {
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
    transform: translateY(-75px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

@media (min-width: 597px) {
    .rw-main-section {
        padding: 30px;
    }
}
/*    .blog-section .blog-content {
        transform: translateY(-75px)!important;
    }*/



.rw-remote-video-alpine {
    width: auto;
    height: auto;
    visibility: visible;
    display: normal;
}



.rw-local-video-alpine {
    width: auto;
    height: auto;
    visibility: visible;
    display: normal;
}

.rw-remote-video-none-alpine {
    display: none;
}




.rw-local-video-alpine-small {
    width: 80px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 20px;
    margin: 0;
    border-radius: 35px;
    border: 1px solid #ff9100;
}


.rw-local-video-big-alpine {
    width: 100%;
    max-height: auto;
}





.rw-video {
    width: auto;
    height: auto;
    visibility: visible;
    display: normal;
}

.rw-video-none {
    display: none;
}

.rw-video-fullscreen {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media only screen and ( orientation: portrait) {
    .rw-video-fitscreen {
        width: auto;
        height: auto;
        min-width: 90vw;
        visibility: visible;
        display: normal;
    }
}

@media only screen and ( orientation: landscape) {
    .rw-video-fitscreen {
        width: auto;
        height: auto;
        min-height: 90vh;
        visibility: visible;
        display: normal;
    }
}


.rw-video-small {
    width: 80px;
    height: auto;
    position: absolute;
    top: 100px;
    left: 20px;
    margin: 0;
    border-radius: 35px;
    border: 1px solid #ff9100;
}

#rw-video-topic {
    position: absolute;
    top: 25px;
    left: 20px;
    opacity: 0.6;
    color: white;
}


#rw-video-status {
    position: absolute;
    top: 60px;
    left: 20px;
    opacity: 0.6
}

#rw-video-controls {
    position: absolute;
    top: 75vh;
    left: 20px;
    opacity: 0.8
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}

.swipe-wrap {
    overflow: hidden;
    position: relative;
}

.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}
