html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
    font-weight: 400;
    font-family: 'Lato';
}

.title {
    font-size: 96px;
}

.fa-btn {
    margin-right: 6px;
}

.alert-align {
    margin-right: 15px;
    line-height: 2.5em;
}

.navbar-brand {
    padding: 5px;
    height: initial;
}

.navbar-brand img {
    max-height: 40px;
    width: auto;
}

.has-error .form-control {
    background-image: url("../../img/error-icon.png");
    background-repeat: no-repeat;
    background-size: 16px auto;
}

.has-error input.form-control {
    background-position: 97.5% 9px;
}

.has-error select.form-control {
    background-position: 93.5% 9px;
}

.has-error .mce-tinymce {
    border-color: #a94442;
}

.table-responsive {
    margin-top: 10px;
}

.pagination-container {
    text-align: center;
}

.pagination {
    margin: 0;
}

.breadcrumb {
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 0;
}

.breadcrumb li a {
    padding: 8px 0;
}

.breadcrumb .backButton {
    display: inline-block;
    margin-right: 15px;
}

.breadcrumb .backButton a {
    padding: 8px 15px;
    display: block;
    background: #999;
    border-radius: 4px 0 0 0;
    color: #FFF;
}

.breadcrumb .backButton:hover a {
    text-decoration: none;
    background: #888;
}

.breadcrumb li.no-seperator::before {
    content: '';
    padding: 0;
}

.breadcrumb li.padding {
    padding: 8px 15px;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-11x {
    font-size: 11em;
}

.fa-12x {
    font-size: 12em;
}

.fa-13x {
    font-size: 13em;
}

.fa-14x {
    font-size: 14em;
}

.fa-15x {
    font-size: 15em;
}

.fa-16x {
    font-size: 16em;
}

.fa-17x {
    font-size: 17em;
}

.fa-18x {
    font-size: 18em;
}

.fa-19x {
    font-size: 19em;
}

.fa-20x {
    font-size: 20em;
}

.no-padding {
    padding: 0;
}

.colorpicker-preview {
    padding: 0;
}

.colorpicker-preview .jscolor, .colorpicker-preview .jstransparent {
    height: 32px;
    border: none;
    border-radius: 0 4px 4px 0;
}

.colorpicker-preview .jscolor {
    width: 25px;
}

.colorpicker-preview .jstransparent {
    width: 15px;
    background: linear-gradient(65deg, #FFF 45%, #FF0000 50%, #FFF 55%);
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

.plate-overlayable-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
}

/* Customize the label (the container) */
.checkbox_container {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 1px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px black;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox_container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*# sourceMappingURL=layout.css.map */
@media (min-width: 368px) {
    .container {
        width: 350px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(0.30666);
    }
}

@media (min-width: 568px) {
    .container {
        width: 550px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(0.473);
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(0.64);
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(0.826);
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(1);
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(1.1666);
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1570px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(1.3333);
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1670px
    }

    .tag, .direct-tag {
        transform-origin: top left;
        transform: scale(1.5);
    }
}
