/*
.sonata-filter-form .col-sm-9 .form-group {
    border: 1px solid;
    float: left;
    width: 30em;
}*/

.jump-link {
    margin-left: 20px;
}
.jump-link a {
    font-weight: 400;
}
.jump-link i {
    font-size: 14px;
    position:relative;
    left: 7px;
    top: 1px;
}
.jump-link input {
    width:430px;
    margin: 10px 0px;
}

#jumpEditPopup {
    display: none;
    position: absolute;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    padding: 0px;
    padding-bottom: 15px;
    width: 100vw;
    height: 100vh;
}
#jumpEditConfirmPopup {
    display: none;
    position: absolute;
    z-index: 10000001;
    top: '210px';
    left: 50%;
    margin-top: -100px;
    margin-left: -300px;
}

.modal-editor-md {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin:0px;
}

#modal-code-editor {
    width: 49%;
    float: left;
}
#modal-code-editor .CodeMirror {
    height: 80vh;
}
#modal-code-preview {
    width: 49%;
    float: right;
}
#modal-code-preview-iframe {
    height: 80vh;
    width:100%;
    border: 1px solid #000;
}
.btn-full-screen {
    margin-bottom: 20px;
}

.modal-editor-header {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
}
.modal-editor-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 25px;
    height: 65px;
    width: 100%;
}
.modal-editor-body {
    display: flow-root;
    padding-top: 5px;
    padding-bottom: 5px;
}
.fa-external-link {
    position: relative;
    top: 2px;
    left: 5px;
}
.fa {
    font-size: 18px !important;
    padding-right: 8px !important;
}

table .fa {
    font-size: 15px !important;
    padding-right: 5px !important;
}

.loader {
    animation: loader 800ms step-end infinite;
    width: 50px;
    height: 50px;
    transform: rotate(0deg);
}
.loader path {
    fill: #7E89A2;
}
.overlay-loader {
    display: block;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
}
.overlay-loader svg{
    position: absolute;
    top: calc(50% - 25px);
    left: 39vw;
    width: 54px;
    height: 54px;
    line-height: 55px;
    text-align: center;
    color: #094c8f;
}
@keyframes loader {
    12.5% {
        transform: rotate(45deg);
    }
    25% {
        transform: rotate(90deg);
    }
    37.5% {
        transform: rotate(135deg);
    }
    50% {
        transform: rotate(180deg);
    }
    62.5% {
        transform: rotate(225deg);
    }
    75% {
        transform: rotate(270deg);
    }
    87.5% {
        transform: rotate(315deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div.mosaic-inner-box {
    height: 220px !important;
}

.sonata-ba-list-field-header-batch {
    width: 10px;
}

ul.navbar-nav a.btn-custom {
    padding: 6px 12px;
    color: #fff;
    margin: 10px 10px 0 0
}

ul.navbar-nav a.btn-custom:hover {
    background-color: #449d44;
    border-color: #419641;
    color: #fff;
}

ul.navbar-nav a.btn-custom.filter {
    color: #333;
    background-color: #f4f4f4;
    border-color: #ddd;
}

ul.navbar-nav a.btn-custom.filter:hover, ul.navbar-nav a.btn-custom.filter:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

ul.navbar-nav a.btn-custom.filter .badge {
    background: none;
    color: #333;
}

.question-tooltip {
    color: black;
}

/*** CUSTOMIZE ENTITIES MODAL ***/

#entityCreateModal .box-header, #entityCreateModal .form-actions {
    display: none;
}

#entityCreateModal .checkbox label {
    margin-left: 0;
}

#batchConfirmationModal .box-header, #batchConfirmationModal .box-footer {
    display: none;
}

