﻿/*Buttons*/
.flex-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.flex-container_left {
    display: flex;
}
.flex-container_right {
    display: flex;
}
.title_link {
    color: #2a99bd;
    font-size: 17px;
    margin-left: 20px;
    float: right;
    text-decoration:underline;
}
.lnkhowtouse {
    color: #2a99bd;
    text-decoration: underline;
}
.bt {
    font-family: Roboto-bold,'Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align: center;
    padding-right: 15px;
    padding-left:15px;
    cursor: pointer;
    white-space: nowrap;
    display:block;
    width:100%;
}

.bt-round{
    border-radius:5px;
}

.inline-container {
    display: flex;
    width: min-content;
    margin: auto;
}

.inline-item {
    display: flex;
    width: 100%;
    margin:5px;
}

.bt-last {
    margin-right: 0px;
}

.bt-size-s {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
}

.bt-size-m {
    font-size: 15px;
    height:40px;
    line-height:40px;
}

.bt-size-l {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.bt-color-blue {
    background-color: #2db9e7;
    color:#fff !important;
}

.bt-color-blue:hover {
    background-color: #ffa200;
    text-decoration: none;
}

.bt-color-orange {
    background-color: #f18a11;
    color: #fff !important;
}

.bt-color-orange:hover {
    background-color: #e56f07;
    text-decoration: none;
}

.bt-disabled {
    background-color: darkgrey;
}
.bt-disabled:hover {
    background-color: darkgrey;
}

.bt span.bt-icon {
    font-size: 37px;
    display: block;
    float: left;
    width: 37px;
    text-align: center;
}

.bt-badge {
    margin-left: 5px;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: red;
}

.w-icon {
    padding-left: 10px;
}

.w-icon i {
    padding-right: 5px;
}

/*Buttons*/

/*Dropdowns*/
.ddl-full
{
    height:42px;
    font-size:17px;
    width:100%;
}
.ddl {
    height: 42px;
    font-size: 17px;
    min-width:100px;
}
/*Dropdowns*/

/* Tables */
.tbl
{
    width:100%;
    font-size:13px;
}

.tbl th
{
    background-color:#eee;
    font-weight:bold;
}

.tbl td, .tbl th
{
    border: 1px solid #ddd;
    padding:5px;
}

.scrollable tbody{
    max-height:210px;
    overflow-y:scroll;
    overflow-x:hidden;
}

/* Tables */

.center {
    text-align: center;
}
.ph-sm::-webkit-input-placeholder {
    font-size: 12px;
}
.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-40 {
    margin-right: 40px;
}

.m-10{
    margin:10px;
}
.m-15 {
    margin: 15px;
}
.m-20 {
    margin: 20px;
}
.m-auto
{
    margin:auto;
}
.muted
{
    font-size:11px;
    color:#999;
}

.modalCoverContainer img, .fit {
    max-width: 100%;
    margin:auto;
}


.wndModal {
    background-color: #fff;
    padding: 20px;
    min-width: 600px;
}

/* Widths */


.w-100{
    width:100px;
}
.w-200 {
    width: 200px;
}
.w-300 {
    width: 300px;
}
.w-400 {
    width: 400px;
}
.w-500 {
    width: 500px;
}

/* Colors */
.warning{
    color: red;
}

/* Forms */

.form-group {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    justify-content:space-between;
}

.form-item {
    display: flex;
    width:100%;
}

.form-item-justify {
    display: flex;
}

.form-item label
{
    margin-right:5px;
}

.form-item input[type=checkbox]
{
    margin:0px 5px 0px 0px;
}

.form-item
.txtbox {
    border: 1px solid #ddd;
    height: 32px;
    line-height: 32px;
    color: #555;
    padding: 5px;
    display: block;
    font-size: 15px;
    width: 100%;
}

.form-item
.txtarea {
    border: 1px solid #ddd;
    line-height: 32px;
    color: #555;
    padding: 5px;
    display: block;
    font-size: 15px;
    width: 100%;
}

.pill {
    border-radius: 8px;
    background-color: dodgerblue;
    color: #fff;
    padding: 5px;
    font-size: 11px;
    margin-left: 5px;
}

.no-data-storage {
    text-align: center;
    color: #999;
    margin-top: 50px;
    min-height: 30px;
    font-size:22px;
}

.hidden{
    display:none;
}

.rtmpHelper {
    clear: both;
    padding-top: 10px;
    line-height: 20px;
    text-align: center;
}

.modalCoverContainer {
    text-align: center;
}