﻿/* MoMP style */

/*body {
                font-size: 14px;
                line-height: 20px;
                font-family: 'Roboto', Arial, "sans-serif";
                font-weight: normal;
                color: #333;
                background: #f5f5f5;
            }*/

/** {
              border-radius: 0 !important;
            }*/
.form-dir {
    direction: rtl;
}
.wrapper .row-offcanvas-left {
    display: flex;
}

/* Global */

/*h1 {
                font-size: 30px;
                font-weight: 300;
                margin-top: 0;
                margin-bottom: 15px;
            }

            h2 {
                font-size: 21px;
                font-weight: normal;
                margin-top: 20px;
            }

            h3 {
                font-size: 21px;
                font-weight: normal;
            }

            h4 {
                font-size: 18px;
                font-weight: 600;
            }*/

.position-absolute {
    position: absolute !important;
}

#path {
    font-size: 12px;
    background: #f5f5f5;
    padding: 15px 35px;
    margin: -20px -35px 15px;
    border-radius: 5px 5px 0 0;
}

    #path a {
        color: #5fb9d9;
    }

    #path span {
        color: #f5f5f5;
        padding: 0 5px;
        margin-left: 5px;
        position: relative;
    }

        #path span:before {
            position: absolute;
            left: 5px;
            display: inline-block;
            color: rgba(0, 0, 0, 0.3);
            font-family: 'FontAwesome';
            content: "\f105";
        }

    #path strong {
        margin: 0;
        color: #333;
        font-weight: normal;
    }

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px;
}

.ml5 {
    margin-left: 5px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.ml20 {
    margin-left: 20px !important;
}

/* Forms */

.legend {
    color: #425466;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 30px 0 20px 0;
    padding: 10px;
    position: relative;
    background: #eff2f6;
    border-radius: 5px;
}

/* Forms */

.legend-top-margin-zero {
    color: #425466;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    margin: 0px 0 20px 0;
    padding: 10px;
    position: relative;
    background: #eff2f6;
    border-radius: 5px;
}

.form-group {
    margin-bottom: 10px;
}

.form-control {
    box-shadow: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px
}

.select2-container {
    width: 100% !important;
}

    .select2-container .select2-selection--single {
        height: 34px;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
    right: 4px;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc;
}

.form-horizontal .control-label {
    font-weight: 600;
}

.form-group.req .control-label:after {
    color: #dc3f20;
    content: "*";
    font-weight: 700;
    margin-left: 3px;
}

div.req:before {
    color: #dc3f20;
    content: "*";
    font-weight: 700;
    margin-left: 3px;
    position: absolute;
    left: -15px;
    top: 0;
}

.optional {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}

.checkbox.req label span:before {
    color: #dc3f20;
    content: "*";
    font-weight: 700;
    margin: 0 4px 0 1px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #dc3f20;
}

div .has-error label,
div .has-error div {
    margin-top: 5px;
}

.has-error .form-control {
    border-color: #dc3f20;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .has-error .form-control:focus {
        border-color: #dc3f20;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    }

span.error-text {
    background: #fff;
    color: #dc3f20;
    display: block;
    font-size: 11px;
    height: 15px;
    left: 26px;
    padding: 2px;
    position: absolute;
    top: -12px;
    z-index: 1000;
}

.help-block {
    display: block;
    font-size: 11px;
    margin-top: 0px;
    margin-bottom: 5px;
    color: #737373;
}

.datepicker {
    /*position: relative;*/
    /*padding-right: 30px !important;*/
}

.calendar-icon {
    position: absolute;
    left: 26px;
    top: 10px;
    color: #666;
}

.intl-tel-input {
    display: block;
}

/* Buttons */

.btn-primary {
    background-color: #f39d52;
    border-color: #f39d52;
    color: #FFF;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active:hover,
    .btn-primary:active:focus {
        background-color: #d27c31;
        border-color: #d27c31;
        color: #FFF;
    }

.btn-default {
    background-color: transparent;
    border-color: #55606e;
    color: #55606e;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active:hover,
    .btn-default:active:focus {
        background-color: #55606e;
        border-color: #55606e;
    }

.btn-small {
    padding: 7px 10px;
    font-size: 12px;
    font-size: 1.2rem;
}

/* Page filter*/

.filter-row {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 15px 20px;
}

    .filter-row label {
        text-transform: uppercase;
        font-size: 12px;
    }

    .filter-row a {
        font-size: 12px;
    }

/* Tables */

.blue-table {
    width: 100%;
    direction: rtl;
    margin: 0px;
}

.tree-table tbody tr td.width110, .tree-table th.width110 {
    width: 110px !important;
}

.blue-table tr th {
    border-radius: 0 !important;
    background: #3464b0;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 10px;
    position: relative;
}

tbody td {
    background-color: white;
}

.blue-table tbody tr:hover {
    background: #f5f5f5;
}

.blue-table thead tr th:first-child {
    border-top-left-radius: 5px;
}

.blue-table thead tr th:last-child {
    border-top-right-radius: 5px;
}

.blue-table tr td {
    font-size: 14px;
    color: #555;
    /* border-bottom: 1px solid #efefef; */
    font-weight: normal;
    padding: 7px 10px;
    cursor: default;
}

.blue-table tr td {
    border: 1px solid #efefef;
}

.blue-table.has-actions.tree-table tr td {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #efefef;
}

/*.text-status {
                background: #aab2bd;
                color: #fff;
                text-transform: uppercase;
                font-size: 11px;
                font-weight: 600;
                padding: 3px 7px;
                border-radius: 3px;
                white-space: nowrap;
            }*/

.text-status {
    background: #aab2bd;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 7px;
    border-radius: 3px;
    white-space: nowrap;
    width: 62px;
    display: block;
    height: 22px;
    line-height: 15px;
    text-align: center;
}

    .text-status.green {
        background: #3ca224;
    }

    .text-status.red {
        background: #dc3f20;
    }

.blue-table.has-actions tbody tr td:last-child {
    text-align: right;
}

.table-footer {
    background: #f5f5f5;
    width: 100%;
    float: left;
    padding: 0 10px;
    border-radius: 0 0 5px 5px;
}

    .table-footer ul {
        float: right;
    }

.show-settings {
    float: left;
    color: #666;
    font-size: 12px;
    margin: 5px;
}

    .show-settings .results {
        float: left;
        padding: 7px 12px 7px 0;
        margin: 0 12px 0 0;
        border-right: 1px solid #ddd;
    }

    .show-settings .per-page-text {
        float: left;
        padding: 7px 0;
        margin-right: 10px;
    }

    .show-settings .per-page {
        float: left;
    }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #55606e;
    border-color: #55606e;
    cursor: default;
}

.actions-row {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

/* HEADER */

#top-line {
    background: #eb8c3a;
    height: 40px;
    width: 100%;
}

#top-links {
    float: left;
}

    #top-links ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #top-links ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
        }

            #top-links ul li a,
            #top-links ul li form {
                display: inline-block;
                padding: 15px 10px;
                color: #fff;
                font-size: 10px;
                line-height: 1;
                font-weight: 600;
                text-transform: uppercase;
                border-right: 1px solid #ce7d37;
                height: 40px;
                min-width: 40px;
                text-align: center;
            }

                #top-links ul li a:hover,
                #top-links ul li a:focus {
                    text-decoration: none;
                    background: #ce7d37;
                }

.lang-change img {
    margin-top: -2px;
    margin-right: 4px;
}

#user-login {
    float: right;
}

    #user-login a {
        display: inline-block;
        padding: 15px 10px;
        color: #fff;
        background: #333333;
        font-size: 10px;
        line-height: 1;
        font-weight: 600;
        text-transform: uppercase;
        height: 40px;
        min-width: 40px;
        text-align: center;
        white-space: nowrap;
    }

        #user-login a:hover,
        #user-login a:focus {
            text-decoration: none;
            background: #000;
        }

#navigation {
    height: 70px;
    background: #fff;
    padding: 0 15px;
    margin: 0;
    border: 0;
}

#logo {
    float: left;
    margin-right: 20px;
}

    #logo img {
        width: 240px;
        margin-top: 13px;
    }

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

    #navigation ul li {
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        #navigation ul li a {
            display: inline-block;
            font-size: 14px;
            line-height: 1;
            padding: 28px 20px;
            color: #222;
            font-weight: 600;
        }

            #navigation ul li a:hover,
            #navigation ul li a:focus {
                text-decoration: none;
                background: #f5f5f5;
            }

.navbar-toggle {
    margin-right: 0;
    margin-top: 18px;
}

/* USER MENU */

#user-menu {
    width: 100%;
    height: 80px;
    background: linear-gradient(to right, #eb8c3a 20%, #eb8c3a 100%);
}

#user-profile {
    position: relative;
    float: right;
    margin-right: 20px;
    top: 25px;
}

    #user-profile a {
        display: table;
        width: 160px;
        height: 55px;
        padding-right: 15px;
    }

    #user-profile span {
        display: table;
        width: auto;
        padding-right: 15px;
    }

    #user-profile .user-info {
        display: table-cell;
        vertical-align: middle;
    }

    #user-profile a:hover,
    #user-profile a:focus {
        text-decoration: none;
        background: rgba(1, 1, 1, 0.1);
    }

    #user-profile .user-info .user-name {
        font-size: 10px;
        line-height: 1;
        color: white;
        text-transform: uppercase;
        display: block;
        text-align: right;
        padding-top: 2px;
    }

    #user-profile .user-info .company-name {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        text-align: right;
        margin-top: -2px;
        display: block;
    }

    #user-profile .user-actions {
        display: table-cell;
        color: #fff;
        vertical-align: middle;
        padding: 0 12px;
    }

    #user-profile .dropdown-menu li a {
        display: block;
        width: auto;
        height: auto;
        padding: 10px 15px;
    }

    #user-profile.open .dropdown-menu {
        display: block;
        width: 100%;
        border-top: 0;
        border-radius: 0 0 4px 4px;
        margin: 0;
        padding: 0;
    }

/* LEFT MENU */

.wrapper,
.row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar {
    padding-right: 0;
    float: left;
    min-height: 100%;
    margin-left: -1px;
    padding: 0px 0 20px 20px;
    margin-top: -30px;
}

.sidebar-offcanvas {
    padding: 0;
}

#sidebar .side-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

    #sidebar .side-nav > li {
        display: block;
        margin: 0;
        padding: 0;
    }

        #sidebar .side-nav > li > a {
            overflow: hidden;
        }

    #sidebar .side-nav li a {
        display: block;
        padding: 10px 15px 10px 40px;
        border-bottom: 1px solid #eff2f6;
        background: #fefefe;
        color: #333;
        font-size: 14px;
        position: relative;
    }

    #sidebar .side-nav li:first-child a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #sidebar .side-nav li:last-child a {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom: none;
    }

    #sidebar .side-nav li:first-child li a,
    #sidebar .side-nav li:last-child li a {
        border-radius: 0;
    }

    #sidebar .side-nav li a.has-children:before {
        position: absolute;
        left: 16px;
        font-size: 14px;
        top: 10px;
        font-family: 'FontAwesome';
        content: "\f068";
        color: #5fb9d9;
    }

    #sidebar .side-nav li a.collapsed.has-children:before {
        content: "\f067";
    }

    #sidebar .side-nav li a:hover,
    #sidebar .side-nav li a:focus,
    #sidebar .side-nav li a.active {
        background: #f5f5f5;
        text-decoration: none;
        color: #333;
        cursor: pointer;
    }

    #sidebar .side-nav li ul {
        margin-left: 0px;
    }

        #sidebar .side-nav li ul li a {
            border-bottom: 0;
            background: #f5f5f5;
            color: #666;
            font-size: 14px;
        }

        #sidebar .side-nav li ul li:last-child a {
            border-bottom: none;
            border-radius: 0;
        }

        #sidebar .side-nav li ul li a:hover,
        #sidebar .side-nav li ul li a:focus,
        #sidebar .side-nav li ul li a.active {
            background: #999999;
            color: #fff;
            border-radius: 0;
        }

        #sidebar .side-nav li ul ul li a {
            border-bottom: 0;
            background: #eff2f6;
            color: #666;
        }

        #sidebar .side-nav li ul ul li:last-child a {
            border-bottom: 0;
        }

        #sidebar .side-nav li ul ul li a:hover,
        #sidebar .side-nav li ul ul li a:focus,
        #sidebar .side-nav li ul ul li a.active {
            background: #999999;
            color: #fff;
        }

#menu-toggle a {
    margin-top: 10px;
    color: #55606e;
    background: rgba(85, 96, 110, 0.1);
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    float: left;
    border-radius: 5px;
    padding: 10px 15px;
}

    #menu-toggle a i {
        margin-right: 10px;
    }

    #menu-toggle a:hover,
    #menu-toggle a:focus {
        text-decoration: none;
        background: #333;
    }

#content {
    padding: 20px;
    margin: -30px 20px 50px;
    left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

#menu-toggle a:hover,
#menu-toggle a:focus {
    text-decoration: none;
    background: #55606e;
    color: #fff;
}

#menu-open {
    color: #fff;
    float: left;
    background: none;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    margin: 0 0 0 20px;
    position: relative;
    top: 25px;
    height: 55px;
}

    #menu-open:hover,
    #menu-open:focus {
        text-decoration: none;
        background: rgba(1, 1, 1, 0.2);
    }

#main-content {
    min-height: 182px;
    padding-top: 45px;
    background: white;
}

/*
             * off canvas sidebar
             * --------------------------------------------------

            @@media screen and (max-width: 768px) {
                #sidebar {
                    min-width: 44px;
                }
                #main {
                    width: 1%;
                    left: 0;
                }
                #sidebar .visible-xs {
                   display:inline !important;
                }
                .row-offcanvas {
                   position: relative;
                   -webkit-transition: all 0.4s ease-in-out;
                   -moz-transition: all 0.4s ease-in-out;
                   transition: all 0.4s ease-in-out;
                }
                .row-offcanvas-left.active {
                   left: 45%;
                }
                .row-offcanvas-left.active .sidebar-offcanvas {
                   left: -45%;
                   position: absolute;
                   top: 0;
                   width: 45%;
                }
            }  */

@@media screen and (min-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left.active {
        left: 0;
    }

        .row-offcanvas-left.active .sidebar-offcanvas {
            display: none;
        }

    #content {
        left: 0;
    }
}

/* Checkbox */

/* Form group */

#mobile-app {
    text-align: right;
}

    #mobile-app a {
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
        background: #fff;
        text-align: center;
        margin-left: 10px;
    }

.dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.45em;
}

.dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}

.dataTables_length label {
    font-weight: normal;
}

.col_filter_gr .col_filter {
    background: #FFF;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #efefef;
    font-weight: normal;
    padding: 7px 10px;
}

input.form-control.clrwidth {
    width: 100%;
}

.dataTables_length .select2-container {
    width: auto !important;
}

th.sorting_asc,
th.sorting_desc {
    position: relative;
}

    th.sorting_asc:before {
        content: '';
        position: absolute;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #62c6e6;
        top: 50%;
        margin-top: -5px;
    }

    th.sorting_desc:before {
        content: '';
        position: absolute;
        right: 10px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #62c6e6;
        top: 50%;
        margin-top: -5px;
    }

td.dataTables_empty {
    text-align: center !important;
    height: 60px;
    vertical-align: middle;
    text-transform: uppercase;
    color: grey !important;
}

#error-box {
    display: none;
}

.dt-center {
    text-align: center;
}

.dt-center-important {
    text-align: center !important;
}

.floating {
    position: fixed;
    top: 15px;
    right: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    z-index: 999
}

.table-wrap {
    position: relative;
}

.spinner-box {
    background: white;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    color: #f39d52;
    text-align: center;
    padding-top: 30px;
}

.table-wrap .text-status {
    margin: 0 auto;
}

td:focus {
    outline: none !important;
}

/*table.dataTable tbody td {
                word-break: break-word;
            }*/

.blue-table tr th .select2-selection__rendered {
    text-transform: none;
}

.input-validation-error {
    border-color: #a94442;
}

    .input-validation-error:focus {
        border-color: #a94442;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(169, 68, 66, .4);
    }

.paginate_button a {
    outline: none !important;
}

    .paginate_button a:focus {
        background-color: white !important;
    }

.paginate_button.active a:focus {
    background-color: #55606e !important;
}

/*.no-edit td:last-child, .no-edit th:last-child {
                display: none;
            }*/

/*.no-edit-no-link td:last-child, .no-edit-no-link td:nth-last-child(2), .no-edit-no-link th:last-child, .no-edit-no-link th:nth-last-child(2) {
                display: none;
            }*/

.no-create {
    visibility: hidden;
}

div#user-login .navbar-nav {
    margin: 0;
}

#logoutForm .navbar-link {
    color: white;
    margin: 0;
    padding: 10px 15px;
    display: block;
}

    #logoutForm .navbar-link:hover {
        background: #000
    }

/*.no-edit thead tr th:nth-last-child(2) {
                border-top-left-radius: 0;
                border-top-right-radius: 5px;
            }

            .no-edit-no-link thead tr th:nth-last-child(3) {
                border-top-left-radius: 0;
                border-top-right-radius: 5px;
            }*/

.blue-table thead tr th:last-child {
    text-align: center;
}

.datepicker-days .disabled:hover {
    cursor: not-allowed !important;
}

.select2-results__options {
    overflow-x: hidden;
}

.date-pick-field {
    position: relative;
    z-index: 1;
    opacity: 0;
}

.view-date {
    position: absolute;
    top: 0;
    /* width: 100%; */
    right: 15px;
    left: 15px;
    box-sizing: border-box;
    /* margin-right: 150px; */
    height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    z-index: 0;
}

input#ChildCode {
    text-transform: uppercase;
}

th.col_filter {
    position: relative;
}

    th.col_filter .datepicker-from,
    th.col_filter .datepicker-to {
        position: relative;
        z-index: 1;
        opacity: 0;
    }

    th.col_filter .view-date {
        top: 7px;
        right: 10px;
        left: 10px;
        background: white;
    }

.placeholder {
    color: darkgray;
    text-transform: none;
}

/*5 col bootstrap*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-right: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 75px;
    font-weight: bold;
    /* max-width: 75px; */
    vertical-align: middle;
    display: block;
}

.blue-table.has-actions tbody tr td:last-child.child {
    text-align: left;
}

td.child {
    background: whitesmoke;
}

ul.optional-lang.detail {
    padding: 0px 0 0 0;
    margin: 0;
}

@@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*.no-edit a.can-edit-btn {
                display: none;
            }*/

.no-actions .action-menu {
    display: none;
}

.no-edit .can-edit-btn {
    display: none;
}

.no-add .can-add-btn {
    display: none;
}

.no-delete .can-delete-btn {
    display: none;
}

.no-view .can-view-btn {
    display: none;
}

.no-link .can-link-btn {
    display: none;
}

.no-forbiddance .can-forbiddance-btn {
    display: none;
}

.no-isic-edit a.can-edit-isic-btn {
    display: none;
}

.no-view-skill-lvls .can-view-skill-lvls-btn {
    display: none;
}

/*end 5 col bootstrap*/

/* Generic styles */

.margin-top-2 {
    margin-top: 2px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-150 {
    margin-top: 150px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 10px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-right-10 {
    margin-right: 10px;
}

.export-to-excel {
    margin-right: 10px;
}

.filter-header:hover {
    cursor: pointer;
}

.filter-header {
    padding: 5px 40px;
    margin-left: 10px;
    position: relative;
    margin: 0;
}

    .filter-header:after {
        font-family: 'FontAwesome';
        content: "\f068";
        position: absolute;
        font-size: 10px;
        text-align: center;
        padding-top: 3px;
        top: 9px;
        left: 15px;
        color: #333;
        font-weight: normal;
        width: 18px;
        height: 18px;
        border: 1px solid #eff2f6;
        background: #fff;
        border-radius: 10px;
    }

    .filter-header.collapsed:after {
        content: "\f067";
        font-weight: normal;
    }

.filter-row label {
    margin-top: 10px;
}

.table-btn {
    padding: 6px 12px;
    border-radius: 4px;
}

.modal-header {
    background: #305295;
    border-radius: 5px 5px 0 0;
    color: #fff;
    border-bottom: 1px solid #305295;
}

.close {
    font-size: 24px;
    color: #fff;
    text-shadow: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

body {
    overflow-x: hidden;
}

a.checked.disabled {
    opacity: .4;
}

.capitalize {
    text-transform: capitalize;
}

@@media (max-width: 768px) {
    #user-menu {
        width: 100%;
        height: 80px;
        background: linear-gradient(to right, #eb8c3a 20%, #eb8c3a 100%);
        margin-bottom: 20px;
    }

    .navbar-default .navbar-collapse li a {
        display: block;
        padding: 15px 15px 15px 15px !important;
        border-bottom: 1px solid #eff2f6;
        background: #fefefe;
        color: #333;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }

    .wrapper .row-offcanvas-left {
        display: block;
    }
    /* #menu-toggle {
                    display: none;
                } */
    #sidebar {
        padding-right: 0;
        float: none;
        min-height: 100%;
        margin-left: 0;
        padding: 0 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #content {
        padding: 0px;
        margin: 0px;
        left: 0;
        background: #fff;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    }

    #navigation ul {
        list-style: none;
        margin: 0 -15px;
        padding: 0;
        float: none;
        z-index: 1000;
        position: relative;
    }

        #navigation ul li {
            margin: 0;
            padding: 0;
            display: block;
        }

            #navigation ul li a {
                display: block;
            }

    .navbar-collapse {
        margin: 0 -15px;
    }

    .row.row-offcanvas.row-offcanvas-left.active #sidebar {
        display: none;
    }

    .row.row-offcanvas.row-offcanvas-left.active #content {
        margin-top: -30px;
    }

    #path {
        padding: 15px 15px;
        margin: -20px -20px 20px -20px;
        overflow-x: auto;
        display: flex;
        text-overflow: ellipsis;
    }

        #path a {
            white-space: nowrap;
        }

        #path strong {
            font-weight: normal;
            white-space: nowrap;
        }

    h1 {
        font-size: 30px;
    }

    #content .row {
        margin: 0 -15px;
    }

    #menu-open {
        margin: 0;
    }

    #user-profile {
        margin-right: 0;
    }

    .only-desktop {
        display: none !important;
    }

    .filter-row {
        padding: 10px;
        margin: 15px 0;
    }

    .text-open.hidden {
        display: inline-block !important;
    }

    .blue-table {
        margin-top: 15px;
        /*min-width: 990px;*/
    }
    /*.dataTables_wrapper {
                    width: 100%;
                    overflow-x: auto;
                }*/
    #details .actions-row {
        margin: 0;
    }

        #details .actions-row .col-sm-4.col-lg-3 {
            width: 49%;
            display: inline-block;
        }

        #details .actions-row a {
            width: 100%;
        }

    #bottom-row {
        background: #2a2828;
        width: 100%;
        padding: 15px 0;
    }

        #bottom-row .row {
            margin-left: -15px;
            margin-right: -15px;
        }
}

@@media all and (max-width:767px) {
    #user-login {
        position: absolute;
        top: 0;
        right: 0;
    }

    #logo img {
        width: 180px;
        margin-top: 18px;
    }

    #top-links {
        float: none;
    }

        #top-links ul li {
            float: none;
        }

    .add-btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .export-to-excel {
        width: 100%;
        margin: 0;
    }

    .col_filter_gr {
        display: none;
    }

    .dt_or_btn {
        padding: 4px 8px !important;
    }

    .table-wrap .text-status {
        margin: 0;
    }

    #bottom-links ul {
        margin: 0;
    }

    #bottom-links li {
        display: block;
        margin: 0;
        padding: 0;
        /* width: 50%; */
        text-align: center;
        /* float: left; */
        margin-bottom: 0;
    }

    #copyright {
        text-align: center;
    }

    #mobile-app {
        text-align: center;
        margin-top: 30px;
    }

    #bottom-links li a {
        display: block;
        font-size: 11px;
        line-height: 1;
        color: #fff;
        padding: 15px 15px;
        border-bottom: 1px solid #666;
    }

    .dt_or_btn {
        text-align: center;
    }

    span.paginate_of.dt_or_middle {
        display: none;
    }

    input.paginate_input.dt_or_middle.form-control.dt_or_input {
        display: none;
    }

    span.paginate_page.dt_or_middle {
        display: none;
    }

    .dt_or_btn {
        padding: 4px 8px !important;
        width: 25%;
        display: inline-block;
    }

    .dataTables_paginate {
        float: none !important;
        text-align: center;
        margin-bottom: 15px !important;
    }
}

.input-group .input-group-addon {
    cursor: pointer;
}

.non-visible {
    display: none;
}

#clearListFilters,
#clearListFiltersUnassigned,
#clearListFiltersAssigned,
#dtAssigned_clearFilters,
#dtUnassigned_clearFilters {
    margin: 0 0 15px 0;
}

.disabled-select {
    opacity: 0.5;
    border-radius: 3px;
    cursor: not-allowed;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 100000;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.info-tooltip {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -7px;
    color: darkgrey;
}

ul.optional-lang {
    padding: 0;
    margin: 0;
}

    ul.optional-lang li {
        margin-bottom: 0;
        list-style: none;
        position: relative;
        padding: 5px 0 5px 0;
        line-height: normal;
        border-bottom: 1px solid lightgrey;
    }

        ul.optional-lang li:last-child {
            margin-bottom: 0;
            border: none;
        }

    ul.optional-lang label {
        margin: 0;
    }

    ul.optional-lang li em {
        color: grey;
    }

    /*ul.optional-lang li:before {
                content: "";
                display:block;
                width:4px;
                height:4px;
                background:gray;
                list-style: none;
                color:grey;
                position:absolute;
                left:0;
                top:7px;
                border-radius:50%
            }*/

    ul.optional-lang label {
        font-weight: 400;
        width: 100px;
        color: grey;
    }

.other-lang {
    margin-bottom: 15px;
}

.languagesWrapper {
    padding-top: 4px;
}

.dropdown-menu li {
    width: 100%;
}

    .dropdown-menu li a {
        width: 100%;
    }

.previous-btn-icon {
    position: relative;
    top: 1px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border-top: 2px solid #3464b0;
}

.blue-table .expand-row:before {
    content: "\f068";
    font-family: 'FontAwesome';
}

.blue-table .expand-row.collapsed:before {
    content: "\f067";
    font-family: 'FontAwesome';
}

.blue-table .expand-row:before {
    content: "\f068";
    font-family: 'FontAwesome';
}

.tree-table .expand-row {
    position: relative;
    text-decoration: none !important;
}

    .tree-table .expand-row .spinner {
        color: orange;
        width: 15px;
        height: 15px;
        margin-left: -3px;
    }

    .tree-table .expand-row.loading:before {
        display: none;
    }

    .tree-table .expand-row.loading .spinner {
        display: block;
    }

.hiddenRow {
    padding: 0 !important;
    border-bottom: 0px !important;
    background: #f5f5f5;
}

.tree-table tbody tr td:first-child {
    width: 40px;
    padding-right: 10px;
}

.tree-table tbody tr tr td:first-child {
    padding-right: 30px;
    width: 59px;
}

.tree-table tbody tr td:nth-child(2) {
    width: 200px;
}

.tree-table tbody tr tr td:nth-child(2) {
    width: 180px;
}

.tree-table tbody tr tr tr td:nth-child(2) {
    width: 160px;
}

.tree-table tbody tr tr tr td:first-child {
    padding-right: 50px;
    width: 79px;
}

.tree-table tbody tr tr tr tr td:first-child {
    padding-right: 70px;
    width: 99px;
}

.tree-table tbody tr tr tr tr td:nth-child(2) {
    width: 140px;
}

.tree-table tbody tr tr tr tr tr td:first-child {
    padding-right: 70px;
    width: 119px;
}

.tree-table tbody tr tr tr tr tr td:nth-child(2) {
    width: 120px;
}

.tree-table tbody table tr td {
    text-align: right;
}

.tree-table tbody tr td:last-child {
    width: 56px;
}

.tree-table tbody tr td.width130 {
    width: 130px;
}

.blue-table .expand-row:hover {
    text-decoration: none;
    cursor: pointer;
}

.loader {
    padding-top: 100px;
    text-align: center;
    color: #eb8c3a;
}

.sort-caret {
    float: right;
    color: #62c6e6;
    font-size: 16px;
}

.paddingZero {
    padding: 0;
}

.margin-left-5 {
    margin-left: 5px
}

.margin-right-5 {
    margin-right: 5px
}

.form-error-text {
    margin-top: 5px;
}

.alert-bg-danger {
    background-color: #a94442;
    border-bottom: #a94442;
}

.hide {
    display: none;
}

[hidden] {
    display: none !important;
}

.overlap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 7, 7, 0.5);
    z-index: 99999999;
}

.overlap-text {
    color: white;
    margin-top: 30vh;
    text-align: center;
}

/* Footer */

#wrap {
    min-height: 100%;
    margin-bottom: -70px;
}

.read-only {
    background: none !important;
    border: none;
}

    .read-only:focus {
        background: none !important;
        border: none;
        box-shadow: none !important;
    }

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.support-area li a:hover,
.support-area li a:focus {
    text-decoration: none;
}

.width-30 {
    width: 30%;
}

#mobile-app a {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    text-align: center;
    margin-left: 10px;
}

    #mobile-app a:hover {
        border: 1px solid #2a2828;
    }

.width-40 {
    width: 40%;
}

#mobile-app a img {
    height: 20px;
    margin-top: 7px;
}

#user-profile.open .dropdown-menu {
    left: auto;
    right: 0;
}

input::-ms-clear {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.legend.collapsible .legend-collapse {
    position: relative;
    width: 18px;
    display: inline-block;
    top: -14px;
}

    .legend.collapsible .legend-collapse:before {
        content: "\f078";
        font-family: 'FontAwesome';
        font-size: 14px;
        position: absolute;
        left: 3px;
        top: -2px;
    }

    .legend.collapsible .legend-collapse.collapsed:before {
        content: "\f054";
        top: 0px;
    }

.has-pretty-child {
    display: inline-block;
    margin-right: 15px;
}

    .has-pretty-child input[type="radio"],
    .has-pretty-child input[type="radio"],
    .has-pretty-child input[type="checkbox"],
    .has-pretty-child input[type="checkbox"] {
        position: static;
        margin-left: 0;
        margin-top: 4px \9;
    }

    .has-pretty-child label {
        padding-right: 0;
    }

#modalAddDocument {
    padding-top: 110px;
}

.modal {
    padding-right: 0px !important;
}

.wizard {
    margin-top: 35px;
}

.wizard-content {
    margin-left: 0px;
    margin-right: 0px;
}

/* process steps */

ol.progress-tracker {
    margin: 0 0 40px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

    ol.progress-tracker li {
        display: block;
        text-align: center;
        line-height: 16px;
        padding-bottom: 30px;
        position: relative;
        font-weight: 600;
        width: 100%;
    }

        ol.progress-tracker li span {
            border: 2px solid #1e3c72;
            background: #fff;
            border-radius: 20px !important;
            bottom: -20px;
            color: #1e3c72;
            font-size: 16px;
            height: 40px;
            left: 50%;
            line-height: 36px;
            margin-left: -20px;
            position: absolute;
            vertical-align: middle;
            width: 40px;
        }

        ol.progress-tracker li.progress-tracker-done,
        ol.progress-tracker li.progress-tracker-active {
            color: #333;
            border-bottom: 2px solid #1e3c72;
        }

        ol.progress-tracker li.progress-tracker-todo {
            color: #999;
            border-bottom: 2px solid #999;
        }

        ol.progress-tracker li.progress-tracker-done span {
            border: 2px solid #1e3c72;
            background: #fff;
            color: #1e3c72;
            text-align: center;
        }

        ol.progress-tracker li.progress-tracker-active span {
            border: 2px solid #1e3c72;
            background: #1e3c72;
            color: #fff;
            text-align: center;
        }

        ol.progress-tracker li.progress-tracker-todo span {
            border: 2px solid #999;
            color: #999;
            text-align: center;
        }

.btn-prev {
    float: left;
}

.btn-next {
    float: right;
}

.table-footer-icon {
    float: left;
    padding: 8px;
}

    .table-footer-icon .fa {
        font-size: 16px;
        cursor: pointer;
    }

.table-footer-icon-refresh .fa {
    font-size: 16px;
    color: green;
    cursor: pointer;
}

.glyphicon-paperclip {
    padding-right: 5px;
}

.modal-title {
    color: white;
}

.momp-card {
    padding: 0px;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    border-style: solid;
}

.momp-card-header {
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    background-color: #f7f7f9;
}

.momp-card-body {
    padding: 45px 15px 15px;
}

.momp-card-footer {
    padding-top: 5px;
    border: 1px solid #ddd;
}

span.square {
    width: 16px;
    height: 16px;
    display: inline-block;
}

span.square-red {
    background-color: red;
}

span.square-green {
    background-color: #5AD3D1;
}

.chart-note {
    position: relative;
    top: -3px;
}

.momp-highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.momp-chart {
    width: 500px !important;
    height: 250px !important;
}

.datepicker {
    z-index: 9999;
}

.bootstrap-duallistbox-container .btn-group {
    margin-top: 10px;
    margin-bottom: 10px;
}

#header:after {
    content: " ";
    display: block;
    clear: both;
}

@@media only screen and (max-width: 900px) {
    .header-nav {
        min-height: 220px;
    }

    #wrapper header .header-nav {
        display: none;
    }
}

@@media only screen and (max-width: 768px) {
    .header-nav {
        min-height: 310px;
    }
}

/*
            Max width before this PARTICULAR table gets nasty
            This query will take effect for any screen smaller than 760px
            and also iPads specifically.
            */
@@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Zebra striping */
    tr:nth-of-type(odd) {
        background: #eee;
    }

    th {
        background: #3498db;
        color: white;
        font-weight: bold;
    }

    .text-status {
        display: inline !important;
        float: none !important;
    }

    .blue-table.has-actions tbody tr td:last-child {
        text-align: left !important;
    }

    td,
    th {
        padding: 10px;
        border: 1px solid #ccc;
        /* text-align: left; */
        font-size: 18px;
    }

    table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            /* Label the data */
            content: attr(data-column);
            color: #000;
            font-weight: bold;
        }

    .blue-table tr td:last-child .btn-group {
        float: none;
    }

    .btn-clear {
        margin-top: 10px;
    }

    .dataTables_paginate.paging_input {
        margin-top: 28px;
        float: left !important;
    }

    .modal-dialog {
        width: 450px;
        left: 10px;
    }

    .dropdown-menu-right {
        left: 0;
        right: auto;
    }

    .blue-table tr td, .blue-table th td {
        width: auto !important;
    }

    .actions-row .btn {
        margin-top: 10px;
    }

    .momp-breadcrumbs {
        display: none;
    }

    #content .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.modal-backdrop {
    z-index: 100000 !important;
}

.modal {
    z-index: 100001 !important;
}

.upload-container {
    padding: 100px;
}

.pagination {
    margin: 5px !important;
}

.bootstrap-duallistbox-container input[type="text"] {
    margin-top: 10px !important;
}
