﻿.logo-img {
    max-height: 50px;
}

.navbar {
    background-color: #011B54;
}

    .navbar a, .navbar label {
        color: #fff;
    }

.navHeader {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0;
}

.modal-lg-75 {
    width: 75%;
}

.fa-10x {
    font-size: 10px;
}

.fa-vtop {
    vertical-align: top;
}

.hide-element {
    display: none;
}

#ddlTopCompanies {
    width: 200px;
    margin-left: 5px;
}

.btn-breadcrumb {
    width: 100%;
    background-color: #FFFFFF;
    color: black;
}

#divLoading {
    display: none;
}

.fa-2x {
    font-size: 1.5em;
}

/*input[type=text]:focus, textarea:focus, select:focus {
            background-color: #FFFBBE;
            border: 1px solid #ccc;
        }*/

#CompanyName {
    float: left;
}
/*10-25-2027 Added class */
@media (max-width:767px) {
    .content-wrapper, .right-side {
        margin-top: 56px !important;
    }

    .main-header a img {
        float: left;
    }

    .navbar-custom-menu .navbar-nav > li > a {
    }

    .dropdown.notifications-menu a {
        padding: 11px 5px 11px 15px !important;
    }

    .main-sidebar, .left-side {
        padding-top: 157px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .content-wrapper, .right-side {
        margin-top: 55px !important;
    }
}

#btnAddFlowchartEvent, #btnConfirmCreateSequence, #btnDefaultList, #divFlowchartCategories {
    margin-right: 5px;
    display: none;
}

.column:hover {
    cursor: all-scroll;
}

.chkWorkflow {
    display: none;
}

    /*.helper {
            display: inline-block;
            position: relative;
            font-size: 10px !important;
        }

            .helper:before {
                content: "";
                display: inline-block;
                width: 15px;
                height: 15px;
                background-color: #ffffff;
                border: 1px solid #009EE5;
            }

        input[type=checkbox]:checked + .helper:before {
            content: "\2713";
            color: #666666;
            text-align: center;
        }*/

    .chkWorkflow + .helper:after {
        background-color: #ffffff;
        border: 1px solid #009EE5;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        display: inline-block;
        transition-duration: 0.3s;
        width: 16px;
        height: 16px;
        content: '';
        margin-left: 10px;
    }

    .chkWorkflow:checked + .helper:after {
        background-color: #009EE5;
    }

/*.div_freezepanes_wrapper {
            position: relative;
            width: 90%;
            height: 400px;
            overflow: hidden;
            background: #fff;
            border-style: ridge;
        }*/

.div_verticalscroll {
    position: absolute;
    right: 0px;
    width: 15px;
    height: 84%;
    background: #EAEAEA;
    border: 1px solid #C0C0C0;
}

.buttonUp {
    width: 12px;
    position: absolute;
    top: 2px;
}

.buttonDn {
    width: 12px;
    position: absolute;
    bottom: 22px;
}

.div_freezepanes_wrapper {
    position: relative;
    height: 450px;
    overflow: hidden;
    width: 100%;
}


.div_horizontalscroll {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 18px;
    background: #EAEAEA;
    border: 1px solid #C0C0C0;
}

.buttonRight {
    width: 12px;
    position: absolute;
    left: 2px;
    padding-top: 4px;
}

.buttonLeft {
    width: 12px;
    position: absolute;
    right: 2px;
    padding-top: 4px;
}

#divSearchScheme {
    display: none;
}

#txtSearchScheme {
    background-image: url('../img/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#tblFlowchartEvents {
    width: auto !important;
}


.btn-breadcrumb {
    width: 100%;
    background-color: #FFFFFF;
    color: black;
}

#divLoading {
    display: none;
}

.fa-blue {
    color: rgb(0,158,229);
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.btn-custom {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent; /*border-radius:4px*/
    padding: 6px 10px 6px 10px;
    /*padding: 6px 18px 6px 24px;*/
}

    .btn-custom.active.focus, .btn-custom.active:focus, .btn-custom.focus, .btn-custom:active.focus, .btn-custom:active:focus, .btn-custom:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn-custom.focus, .btn-custom:focus, .btn-custom:hover {
        color: #333;
        text-decoration: none;
    }

    .btn-custom.active, .btn-custom:active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn-custom.disabled, .btn-custom[disabled], fieldset[disabled] .btn-custom {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }



.ct-blockquote--testimonials {
    font-size: 30px;
    line-height: 36px;
    color: #999;
}

.ct-blockquote--background {
    font-size: 16px;
    line-height: 28px;
    background-color: #f2f2f2;
}

.ct-calendar--day .ct-day {
    background-color: #009ee5;
}


.ct-calendar--day {
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    height: 60px;
    width: 60px;
}

    .ct-calendar--day .ct-day {
        font-size: 30px;
        line-height: 12px;
        font-weight: 700;
        padding: 10px !important;
        border-radius: 3px 3px 0 0;
    }

        .ct-calendar--day .ct-day span {
            padding: 0 5px;
        }

    .ct-calendar--day .ct-month {
        font-size: 16px;
        line-height: 18px;
        background-color: #333;
        padding: 6px 0;
        border-radius: 0 0 3px 3px;
    }

.ct-calendar--mini {
    z-index: 1;
    position: absolute;
    margin: 0;
}

    .ct-calendar--mini .ct-day {
        padding: 5px;
        font-size: 18px;
    }

    .ct-calendar--mini .ct-month {
        padding: 3px;
        font-size: 12px;
    }

.blog-preview {
    height: 67px;
    overflow: hidden;
    text-align: justify;
}

.ct-blockquote--background, .ct-blockquote--testimonials {
    border-left: 2px solid #009ee5;
}

a > blockquote.blog-preview {
    color: #000;
}

    a > blockquote.blog-preview:hover {
        color: #009ee5;
    }

.download {
    line-height: 30px;
}

/** Breadcrumbs CSS **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

.btn-breadcrumb a:hover::after {
    border-left-color: #EBEBEB !important;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    .btn-breadcrumb .btn:first-child {
        padding: 6px 6px 6px 10px;
    }

    .btn-breadcrumb .btn:last-child {
        padding: 6px 18px 6px 24px;
    }

    /** Default button **/
    .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid #fff;
    }

    .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid #adadad;
    }

    /** Primary button **/
    .btn-breadcrumb .btn.btn-primary:not(:last-child):after {
        border-left: 10px solid #428bca;
    }

    .btn-breadcrumb .btn.btn-primary:not(:last-child):before {
        border-left: 10px solid #357ebd;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
        border-left: 10px solid #3276b1;
    }

    .btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
        border-left: 10px solid #285e8e;
    }

    /** Success button **/
    .btn-breadcrumb .btn.btn-success:not(:last-child):after {
        border-left: 10px solid #5cb85c;
    }

    .btn-breadcrumb .btn.btn-success:not(:last-child):before {
        border-left: 10px solid #4cae4c;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
        border-left: 10px solid #47a447;
    }

    .btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
        border-left: 10px solid #398439;
    }

    /** Danger button **/
    .btn-breadcrumb .btn.btn-danger:not(:last-child):after {
        /*border-left: 10px solid #d9534f;*/
        border-left: 10px solid #FF0000;
    }

    .btn-breadcrumb .btn.btn-danger:not(:last-child):before {
        /*border-left: 10px solid #d43f3a;*/
        border-left: 10px solid #FF0000;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
        border-left: 10px solid #d2322d;
    }

    .btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
        /*border-left: 10px solid #ac2925;*/
        border-left: 10px solid #FF0000;
    }

    /** Warning button **/
    .btn-breadcrumb .btn.btn-warning:not(:last-child):after {
        border-left: 10px solid #f0ad4e;
    }

    .btn-breadcrumb .btn.btn-warning:not(:last-child):before {
        border-left: 10px solid #eea236;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
        border-left: 10px solid #ed9c28;
    }

    .btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
        border-left: 10px solid #d58512;
    }

    /** Info button **/
    .btn-breadcrumb .btn.btn-info:not(:last-child):after {
        border-left: 10px solid #5bc0de;
    }

    .btn-breadcrumb .btn.btn-info:not(:last-child):before {
        border-left: 10px solid #46b8da;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
        border-left: 10px solid #39b3d7;
    }

    .btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
        border-left: 10px solid #269abc;
    }

.fa-asterisk {
    font-size: 10px !important;
    vertical-align: top !important;
}

.tab-content {
    padding-top: 15px;
}

.loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../img/loading.gif') 50% 50% no-repeat;
}

body.loader {
    overflow: hidden;
}

body.loading .loader {
    display: block;
}
