﻿
/* padding */

.padding-bottom-10 {
    padding-bottom: 10px;
}


/* height */

.min-height-60 {
    min-height: 55px;
}


.bg-theme {
    background-color: white;
    color: #1bb394;
    border-color: #1bb394;
}

.padding-login-logo {
    padding-top: 80px;
}

.res-text-center-left {
    text-align: left;
}

.res-text-center-right {
    text-align: right;
}

@media(max-width:960px) {
    .padding-login-logo {
        padding-top: 0px;
    }

    .res-text-center-left, .res-text-center-right {
        text-align: center;
    }
}



table.dataTable tbody td {
    word-break: break-word;
    vertical-align: top;
}

video {
    max-width: 420px !important;
    max-height: 300px !important;
    min-height: 150px !important;
    min-width: 210px !important;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.center {
}