@font-face {
    font-family: 'FontAwesome';
    src: url('/material/scss/icons/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0');
    font-weight: normal;
    font-style: normal;
}
body{
    color: #555;
}
progress{
    display: none;
}
.input-error {
    border: 1px solid #ff3636 !important;
}

/* Topbar */
a.navbar-brand b{
    display:none !important;
}
.light-logo{
    max-width:180px;
}
.nav-item{
    color:#fff;
}
.topbar ul.dropdown-user li a{
    color:#555;
}

/* Page Preview Thumbnail */
div.thumbnail-container.desktop {
    width: calc(1280px * 0.25);
    height: calc(900px * 0.25);
    margin-right: 40px;
}
div.thumbnail-container.mobile {
    width: calc(320px * 0.25);
    height: calc(900px * 0.25);
}
div.thumbnail-container{
    display: inline-block;
    overflow: hidden;
    position: relative;
}
div.thumbnail {
    -ms-zoom: 0.25;
    -moz-transform: scale(0.25);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}
div.thumbnail.desktop,
div.thumbnail.desktop iframe {
    width: 1280px;
    height: 900px;
}
div.thumbnail.mobile,
div.thumbnail.mobile iframe {
    width: 320px;
    height: 900px;
}
div.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* END Page Preview Thumbnail */

/* Image File Preview */
div.form-preview-wrapper table{
    width: 100%;      
}
div.form-preview-wrapper{
    border-left: 1px solid #ccc;
    /*margin-left: 15px;
    margin-top: 7px;*/
    width: 100%;
}
div.form-preview-wrapper table th,
div.form-preview-wrapper table td{
    /* padding-left: 10px;
     padding-right: 10px;*/
    vertical-align: top;
}
div.form-preview-wrapper td.spanned{
    text-align: center;
    width: 100%;
}
div.form-preview-wrapper td.spanned span{
    display: block;
    height: 150px;
}
div.form-preview-wrapper td.spanned span img{
    max-width: 100%;
    max-height: 100%;
}
div.form-preview-wrapper .fa:before 
{
    font-size: 1000%;
}
/* END Image File Preview */

/* File Info Box */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    height: 80px;
    display: flex;
    cursor: default;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    color: #555;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-box {
    cursor: default;
}
.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    color: #555;
}
.info-box .content {
    display: inline-block;
    padding: 7px 10px;
}
.info-box .icon {
    display: inline-block;
    text-align: center;
    width: 80px;
}
.info-box .icon i {
    font-size: 50px;
    line-height: 80px;
}
/* END File Info Box */

/* Additional Checkbox Styling */
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; 
}

/* END Additional Checkbox Styling */

/* jstree styling */
.vakata-context, #jstree-marker { z-index: 1100; }
#vakata-dnd{
    z-index: 1100;
    background-color: red;
}
.jstree-icon.active{
    color: red;
}
#vakata-dnd {
    background-color: #eee;
}
#jstree-dnd.jstree-default-large {
    padding-right: 10px;
}

/* END jstree styling*/


.page-titles .breadcrumb .breadcrumb-item.active {
    color: #555;
}

/* Datatables*/
table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting_asc_disabled::after, table.dataTable thead .sorting_desc_disabled::after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'fontawesome' !important;
    opacity: 0.5;
}
div.dataTables_wrapper div.dataTables_length select{
    margin-right: 15px;
}
table.dataTable thead .sorting::after {
    opacity: 0.2;
    content: "\f0dc";
}
table.dataTable thead .sorting_asc::after {
    content: "\f0d8";
}
table.dataTable thead .sorting_desc::after {
    content: "\f0d7";
}
table.dataTable td.reorder{
    color:transparent;
    text-align:left;
}
table.dataTable td.reorder:after{
    font-family: 'fontawesome' !important;
    color:#878787;
    content: "\f142";
    position: absolute;
    left:20px;
}
table.dataTable .nowrap {
    white-space: nowrap;
}
table.dataTable input[type="checkbox"]{
    opacity: 1;
    left: 0;
    position: relative;
}
.dt-buttons.btn-group{
    position: absolute;
    margin: 0 auto;
    text-align: center;
}
/* Tooltip */

.tooltip.show {
    opacity: 1;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}


.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.8rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.8rem;
    height: 1.6rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.8rem 0.8rem 0.8rem 0;
    border-right-color: #1e88e5;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #99abb4;
    border-radius: 0.25rem;
}


/* Buttons */
.btn-primary{
    background-color: #03315b;
    border-color:#03315b;
}
.btn-primary:hover{
    background-color:#8198ad;
    border-color:#8198ad;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.btn-success{
    background-color: #05549b;
    border-color:#05549b;
}
.btn-success:hover{
    background-color: #82a9cd;
    border-color:#82a9cd;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.btn-info{
    background-color: #0879DF;
    border-color:#0879DF;
}
.btn-info:hover{
    background-color: #83bcef;
    border-color:#83bcef;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
.sidebar-nav > ul > li.active > a, .sidebar-nav > ul > li:hover > a, .sidebar-nav > ul > li:hover > a i, .card-no-border .sidebar-nav > ul > li > a.active{
    color: #ffffff;
    background: #26c6da;
}

.sidebar-nav > ul > li.active > a i, .sidebar-nav > ul > li > a:hover i{
    color:#fff;
}

/* Form-Preview */
div.form-preview-wrapper{
    border-left: 0px;
}
div.form-preview-wrapper td.spanned{
    text-align: right;
}
form p:last-child{
    font-style: italic;
}
.fileinfo-background .row, .fileinfo-background input{
    background-color: #f2f2f2;
    border-radius: 0.25rem;
}
.fileinfo-background .row{
    margin:0;
    padding:20px;
}
.fileinfo-background .form-control{
    background-color:#f2f2f2;
    border:0px;
    margin:20px 0;
    min-height:10px;
    padding-left:0;
}
div[title="Change type of the column"]{
    display: none;
}
/* sorter */
#image-sort .sortable{
    margin-bottom: 20px;
    border: 1px dotted #ccc;
    padding: 5px;
    position: relative;
}
#image-sort .dropbox{
    display: inline-block;
    min-height: 242px;
}
#image-sort .image-item{
    text-align: center;
    padding: 5px;
    border: 1px solid #ccc;
    margin-right: 10px;
    float: left;
}
