﻿/*--------------*/
/*ANNOUNCMENTS  */
/*--------------*/

.announcements-bg {
    background: #E8E8E8;
    border-width: 1px !important;
    border-color: orange !important;
}

.announcements-header{
    color: orange;
}

/*--------------*/
/*SORTABLE      */
/*--------------*/
.sort-group {
    width: 100%;
}

.sort-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    cursor: grab;
}

    .sort-group-item:hover {
        background-color: #F5F5F5;
    }

.sort-group-checkbox {
    margin-right: 15px;
    cursor: pointer;
}

.sort-group-icon {
    float: right
}

.sort-counter {
    margin-left: 3px;
}

/*--------------*/
/*DATATABLES    */
/*--------------*/
.dataTables_wrapper .selectize-control.dt-selectize {
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

    .dataTables_scrollHeadInner table {
        width: 100% !important;
    }

.dataTables_wrapper .uk-table {
    width: 100% !important;
}

.dataTables_scrollBody {
    min-height: 100px;
}

.selected-lookup {
    background-color: #7097f8 !important;
    color: white;
}

.keep-buttons-inline {
    white-space: nowrap;
    overflow-x: auto;
}

.datatable_spinner {
    color: #00486b;
    z-index: 99999999;
}

table.DTCR_clonedTable.dataTable {
    position: absolute !important;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 202;
}

div.DTCR_pointer {
    width: 1px;
    background-color: #0259C4;
    z-index: 201;
}

/*--------------*/
/*BREADCRUMBS  */
/*--------------*/
#breadcrumbs {
    background: #fff;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    white-space: nowrap
}

    #breadcrumbs > li {
        padding: 0;
        margin: 0;
        list-style: none
    }

    #breadcrumbs > li {
        display: inline-block
    }

        #breadcrumbs > li a, #breadcrumbs > li span {
            position: relative;
            display: block;
            font-size: 16px;
            padding: 8px 0;
            line-height: 24px
        }

        #breadcrumbs > li + li a, #breadcrumbs > li + li span {
            padding-left: 40px
        }

            #breadcrumbs > li + li a:before, #breadcrumbs > li + li span:before {
                position: absolute;
                top: 50%;
                left: 8px;
                margin-top: -12px;
                content: '\e315';
                font-family: "Material Icons";
                font-size: 24px;
                display: block;
                color: #727272
            }

/*--------------*/
/*BUTTONS       */
/*--------------*/
/* Ripple magic */
.md-btn {
    position: relative;
    overflow: hidden;
}

    .md-btn:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, .5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%);
        transform-origin: 50% 50%;
    }

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.md-btn:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}


/*--------------*/
/*OVERRIDES     */
/*--------------*/

.minpadding {
    padding-left: 2px !important;
    padding-right: 0px !important;
}

.hint {
    vertical-align: -4px !important;
    padding-right: 10px;
}

.inlineblock {
   display: inline-block !important;
}

figcaption {
    font-size: 12px;
}

.validationMessage {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.heading_b.uk-margin-bottom {
    font-size: 35px;
}

.md-card+.md-card, .md-card+.uk-grid, .uk-grid+.md-card {
    margin-top: 10px !important;
}

.md-input{
    padding: 9px 4px !important;
}

.uk-grid-margin{
    margin-top: 10px !important;
}

.timeline_item{
    padding: 0px !important;
}

.timeline_content_addon{
    margin-top: 1px !important; 
    border: solid 1px #ececec;
}

.timeline_content_addon blockquote{
    font-size:13px !important;
    /*color:#aaa;*/
}

/*--------------*/

#sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
    font-size: 24px;
    vertical-align: top;
}

a.menu-item{
    /*border-bottom: 1px solid rgba(0,0,0,.12); 
    border-top: 1px solid rgba(0,0,0,.12);*/
}

.md-input-dark{
    background-color: #ececec !important;
    margin-top: 5px;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.dataTables_filter .md-input {
    background-color: #ececec !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
}

.user_heading {
    background: #00486b !important;
}

.field-validation-error {
    color: red;
}

.validation-error-width {
    width: 550px !important;
}

.validation-error-minwidth {
    min-width: 550px !important;
}

.card_heading {
    font: 500 18px/50px Roboto,sans-serif !important;
}

.c3-xgrid-line text {
    font-size: 13px !important;
    font-weight: bold !important;
    fill: black !important;
}
.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 7px;
}


select.pe-dropdown {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url('themes/AltAir/assets/img/dropdown.png'), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    /*margin: 20px;*/
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
    margin-bottom: 2px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------*/
/*MOBILE     */
/*--------------*/

@media (max-device-width:1024px) {

    .dont-display-mobile{
        display: none;
    }
}

@media (max-device-width:961px)  {

    .md-btn {
        margin-left: 0px !important;
    }
    .md-card .md-card-content {
        margin-top: 5px;
        padding: 25px 10px !important;
    }
}

@media only screen and (max-width: 961px) {
    .md-btn {
        margin-left: 0px !important;
    }
}

@media (max-device-width:568px) {
    
}

@media only screen and (min-width : 375px) and (max-width : 812px) {
    /* MODAL OVERLAY OVERRIDE --bootstrap */
    .modal-backdrop.show {
        display: none;
    }

    .modal {
        background: #0000006b;
    }
}

/* REGULAR IPAD */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    /* CARD */
    .card-img-top {
        height: auto;
    }

    /* MODAL OVERLAY OVERRIDE --bootstrap */
    .modal-backdrop.show {
        display: none;
    }

    .modal {
        background: #0000006b;
    }
}


/* IPHONE 6 PLUS/X PLUS */
@media only screen and (min-width : 414px) and (max-width : 736px) {

    /* CARD */
    .card-img-top {
        height: auto;
    }

    /* MODAL OVERLAY OVERRIDE --bootstrap */
    .modal-backdrop.show {
        display: none;
    }

    .modal {
        background: #0000006b;
    }
}

/* IPAD PRO */
@media only screen and (min-width : 1024px) and (max-width : 1366px) {

    /* CARD */
    .card-img-top {
        height: auto;
    }

    /* MODAL OVERLAY OVERRIDE --bootstrap */
    .modal-backdrop.show {
        display: none;
    }

    .modal {
        background: #0000006b;
    }
}