﻿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: 300px;
}

.text-nowrap {
	white-space: nowrap;
}

.text-align-right {
	text-align: right;
}

.table-arrow {
	display: block;
	width: 110px;
}

.tr-shrink { width: 1%; }

.btn-info,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
	color: #ffffff;
	background-color: #8064A2;
	border-color: #8064A2;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #745b93;
	border-color: #684b8a;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.toolbarpadding {
   padding-left: 1px !important;
}

.progress-bar {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}​

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.progress-bar-red {
      background-color: #d9534f !important;
}

.LineSpacingSmall{
    padding-bottom: 5px !important;
}

.LineSpacingMedium {
    padding-bottom: 10px !important;
}

.Customelabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #696969;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.CustomeError {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: red;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.PreUploadRow {
    opacity: 0.7 !important;
}

.Snapshot {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.Snapshot:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f03e";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    color: #fff;
    opacity: 0.4;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.Snapshot:hover:before {
    color: #eee;
}

.VideoRecording {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.VideoRecording:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    color: #fff;
    opacity: 0.4;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.VideoRecording:hover:before {
    color: #eee;
}

.fas[data-count] {
    position: relative;
}

.fas[data-count]:after {
    position: absolute;
    right: -0.75em;
    top: -.75em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .9em;
    color: white;
    background: rgba(255,0,0,.75);
    text-align: center;
    min-width: 2em;
    font: bold .4em sans-serif;
}
.highlightRow {
    background-color: #f9f9f9 !important;
}
.bk-control {
    text-align: center;
    cursor: pointer;
}
.dropSection {
    height: 100px !important;
    /*    width: 600px;
*/ background-color: skyblue;
}
.file-drop-area {
    height: 150px;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(to right, #4568dc, #b06ab3);
    color: #D7D7EF;
}

.file-drop-area.is-active {
        background-color: rgba(255, 255, 255, 0.05);
}

.fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
}
.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width:100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

section {
    flex-grow: 1;
}

.dragactive {
    background: yellow !important;
}
