﻿

@font-face {
    font-family: 'OpenSans-Regular';
    /*src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg') format('svg');*/
    src: url('../fonts/OpenSans-Regular.eot?');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('../fonts/OpenSans-Regular.eot?');
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: url('Images/bg_lg.png') repeat left top;
    font-family: OpenSans-Light;
    font-size: 13px;
    font-weight: normal !important;
    /*color: #666;*/
    color: #191717;
}

.alert-danger {
    color: #211C1C;
    background-color: #d9534f !important;
    border-color: #DC112F;
    text-shadow: 0 0 0;
}

.row {
    margin-right: -8px;
    margin-left: -15px;
    margin-top: 35px;
}

.content-block {
    background: rgba(255,255,255,.8);
    color: #666;
}

.content-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 12px;
    color: #fff;
    font-size: 18px;
}

.nav {
    padding-left: 10px;
    padding-bottom: 6px;
    padding-top: 5px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid black;
    margin-right: 14px;
    border-radius: 0px;
    color: #666;
}

    .nav-tabs > li > a:hover {
        border-bottom: 2px solid #2CC185;
        color: #2CC185;
        font-weight: bold;
        position: relative;
        top: 2px;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: white;
    cursor: default;
    background-color: #2CC185;
    border: 2px solid #2CC185;
    border-bottom-color: transparent;
    position: relative;
    top: 2px;
}

.navbar {
    -webkit-backface-visibility: hidden;
}


.btn {
    border-radius: 0px;
    font-size: 12px;
}

.bootstrap-select.btn-group .dropdown-menu li {
    font-size: 12px;
}

.form-control {
    border-radius: 0px;
    height: 25px;
    font-size: 13px;
}

.section-bar {
    /*font-weight: bold;*/
    margin-top: -10px;
    width: 101%;
}

.section-bar-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 12px;
    color: #fff;
    background: #2CC185;
    font-weight: normal;
    font-family: OpenSans-Regular;
    font-size: 14px;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
}

.section-bar-container {
    /*background-color: #dddddd;*/
    background-color: rgba(101, 100, 100, 0.16);
    padding: 10px;
    border: 1px solid rgba(0,0,0,.05);
    border-color: #A09F9F;
}

.section-bar-container-noborder {
    /*background-color: #dddddd;*/
    background-color: rgba(101, 100, 100, 0.16);
    padding: 10px;
    border-color: #A09F9F;
}

.section-bar-container .hide-border {
    border: 0px;
}

.section-bar-container.height {
    max-height: 300px;
    overflow-x: auto;
}

.filter-container {
    padding-top: 10px;
}

.sub-section-header {
    padding: 6px !important;
    font-size: 13px;
}


.btn-search {
    color: white !important;
    background-color: #333333;
    width: 100px;
}

    .btn-search:hover {
        background-color: #8E8E8E;
        color: white !important;
    }

    .btn-search:active {
        position: relative;
        top: 1px;
        color: white !important;
    }

.button-container {
    margin-top: 10px;
}


.float-right {
    text-align: right;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.left-sidebar {
    display: block;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

#sidebarToggle {
    position: relative;
    z-index: 999;
    opacity: 1;
    float: right;
    cursor: pointer;
    top: -9px;
    left: 4px;
}

.right-content {
    left: -28px;
    width: 81.5%;
    transition: left .3s ease;
}


@media (min-width: 992px) {
    .col-md-1 {
        width: 0.333333%;
        padding-right: 0;
        left: -35px;
    }
}

.expand-right-content {
    width: 96% !important;
    left: 28px;
    transition: width .3s ease, left .3s ease;
}

.collapse-sidebarToggle {
    position: relative;
    z-index: 999;
    opacity: 1;
    float: right;
    top: -25px !important;
    left: 7px !important;
}


.collapse-expand-collapse-container {
    left: 28px !important;
    transition: all .7s ease;
}

.collapse-left-sidebar {
    display: none;
    transition: display 5s ease;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.collapsible-container {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.angle-left {
    height: 24px;
    width: 24px;
    background: url("Images/arrow-left.png") no-repeat;
}

.angle-right {
    height: 24px;
    width: 24px;
    background: url("Images/arrow-right.png") no-repeat;
}

.collapsible-container {
    top: 4px;
    position: relative;
    left: 5px;
}

.sidebar-toggle {
    color: #ffffff;
    background-color: #2CC185;
    border: 0;
}

    .sidebar-toggle:focus {
        background-color: #2CC185;
        border: 0;
        border-color: none;
    }

    .sidebar-toggle:hover {
        background-color: #3ADA9A;
        border: 0;
    }

    .sidebar-toggle:active {
        background-color: #2CC185;
        border: 0;
    }

    .sidebar-toggle:visited {
        background-color: #2CC185;
        border: 0;
    }

.refresh-animate {
    -animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
    margin-left: 2px;
    top: 2px;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}


.disable-element {
    opacity: 0.5;
    pointer-events: none;
}


.highlight-error {
    background-color: rgba(217, 83, 79, 0.66) !important;
    transition: all 1s ease-in-out !important;
}

.company-logo {
    float: right !important;
    margin-right: 53px;
    margin-top: 10px;
}

footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.19); /*#4C4;*/
    height: 48px;
}

.footer-logo {
    vertical-align: middle;
    position: relative;
    left: 9px;
    top: 11px;
}

.footer-copyright {
    position: relative;
    left: 37%;
    top: 11px;
    font-size: 15px;
}

.structure-mapping-cross {
    float: right;
    position: relative;
    top: 2px;
}

.action-icon {
    position: relative;
    padding-right: 2px;
    left: -7px;
    cursor: pointer;
}

.sort-up-icon {
    position: relative;
    left: -15px;
    top: -5px;
    cursor: pointer;
}


.sort-down-icon {
    position: relative;
    top: 5px;
    cursor: pointer;
}

.padding-around {
    padding-bottom: 10px;
    padding-left: 1px;
}

.grid-icon-circle {
    width: 25px;
    height: 25px;
    border-radius: 250px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    text-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .1);
    text-align: center;
}

.display-inline {
    display: inline;
}

.field-required::after {
    color: red;
    content: " *";
}

.popover-content {
    max-height: 500px;
    overflow-y: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.grid-extension-container {
    padding: 5px;
    background-color: #BFBFBF;
    vertical-align: middle;
    margin-top: 7px;
    margin-left: 2px;
    margin-right: 2px;
}

/*.grid-extension-control > .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: auto;
    }*/

.grid-page-size-container {
    text-align: right;
}

.selectwidth {
    width: 70px !important;
    text-align: left;
}


.color-orange {
    background-color: #FFC125;
    border-color: #FFC125;
}

textarea {
    resize: none;
}

.pull-left {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    float: left !important;
}

.truncate-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.tooltip {
    word-wrap: break-word;
}


#bulkUpload.start {
    padding: 3px 12px;
}

.SessionTimeoutMessage {
    color: red;
    width: 30%;
    margin: 0 auto;
    font-weight: bold;
    font-family: Arial;
    padding: 10px 0 0 0;
    text-align: center;
    margin-top: 5px;
}