.captcha-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.captcha-border {
    border: 3px solid #ccc;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}



.k-filter-menu-container .k-action-buttons .k-button span.k-button-text {
    white-space: pre-wrap;
}

div.col-md-12.col-lg-12 > div.reset-search > span.k-picker.k-dropdownlist {
    Width: 186px;
}

.k-pager-wrap .k-pager-sizes .k-input-inner {
    padding: 8px 10px;
}

form#myForm span.k-dropdownlist {
    width: 70% !important;
}

div#tabstrip span.k-dropdownlist {
    width: 30% !important;
}

/** Paddings **/
.no-padding {
    padding: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.padding-3 {
    padding: 3px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-0-30 {
    padding: 0 30px;
}

.padding-15-30 {
    padding: 15px 30px !important;
}

.padding-20-30 {
    padding: 20px 30px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}
/** Margins **/
.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-33 {
    margin-top: 33px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

img.translate-icon {
    float: left;
    margin-right: 5px;
}

a.translate-link {
    float: left;
    margin-right: 10px;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}
/** Positions **/
.position-r {
    position: relative !important;
}

.position-a {
    position: absolute !important;
}

.position-f {
    position: fixed !important;
}
/** Displays **/
.display-b {
    display: block !important;
}

.display-ib {
    display: inline-block !important;
}

.display-tc {
    display: table-cell !important;
}
/** Fonts Weights **/
.text-bold {
    font-weight: bold !important;
}

.text-normal {
    font-weight: normal !important;
}
/** Fonts Sizes **/
.font-10 {
    font-size: 10px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-15 {
    font-size: 15px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-30 {
    font-size: 30px !important;
}
/** Fonts Colors **/
.text-white {
    color: #FFF !important;
}

.text-black {
    color: #1A1B1C !important;
}

.text-blue {
    color: #59A2EB !important;
}

.text-blue2 {
    color: #5497E3 !important;
}

.text-green {
    color: #5CCA5B !important;
}
/** Backgrounds **/
.no-bg {
    background: none !important;
}

.bg-purple {
    background-color: #B143F2 !important;
}

.bg-purple2 {
    background-color: #A986F4 !important;
}

.bg-purple3 {
    background-color: #AB7DF7 !important;
}

.bg-gray {
    background-color: #9B9B9B !important;
}

.bg-red {
    background-color: #FB405D !important;
}

.bg-light-blue {
    background-color: #60BAE0 !important;
}

.bg-blue {
    background-color: #10C1C8 !important;
}

.bg-blue2 {
    background-color: #27C1C9 !important;
}

.bg-blue3 {
    background-color: #0079C4 !important;
}

.bg-blue4 {
    background-color: #ECF3FD !important;
}

.bg-green {
    background-color: #A1D152 !important;
}

.bg-green2 {
    background-color: #A1D54D !important;
}

.bg-yellow {
    background-color: #FFC900 !important;
}

.bg-yellow2 {
    background-color: #F9CA00 !important;
}
/** Borders **/
.no-border {
    border: none !important;
}

.border-gray {
    border: 1px solid #DCDCDC !important;
}

.border-2-gray {
    border: 2px solid #EEE !important;
}

.border-top-2-gray {
    border-top: 2px solid #EEE !important;
}

.border-right-2-gray {
    border-right: 2px solid #C8CCD2 !important;
}

.border-bottom-3-blue {
    border-bottom: 3px solid #87B6EA;
}
/** Clear floats **/
.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
/** Others **/
.required {
    color: #FA526B;
}

.min-height-100p {
    min-height: 100% !important;
}

.goback {
    margin-left: 10px;
    margin-top: 20px;
}

    .goback a {
        color: #ffffff;
    }

    .goback img {
        margin-right: 10px;
    }

.min-width-130 {
    min-width: 130px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-box-shadow {
    box-shadow: none !important;
}

.no-outline {
    outline: none !important;
}

.no-border-radius {
    border-radius: 0 !important;
}

.full-width {
    width: 100% !important;
}

.full-height {
    height: 100% !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.white-space-normal {
    white-space: normal !important;
}

.white-space-nowrap {
    white-space: nowrap !important;
}

.text-blurred {
    filter: blur(5px);
}

.btn-light {
    color: #BCBCC0;
    margin-top: 10px;
}
/** GENERAL **/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'open_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #28333E;
}
/** Reset rounded corners for BS .btn **/
.btn, #header-tabs .nav-tabs > li > a {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.btn-success {
    background-color: #A0D54D;
    border-color: transparent;
}

.audit-by-btn {
    background-color: transparent;
    border: none;
    color: #337ab7;
    font-weight: bold;
    margin-left: 15px;
}

ul.audit-dropdown-options.test-file-menu {
    width: 250px;
    text-align: left;
    list-style: none;
    line-height: 27px;
    padding: 12px;
    margin-top: -13px;
    margin-bottom: -10px;
}

.text-uppercase {
    text-transform: uppercase !important;
}
/** STYLES UPDATES **/
.form-actions {
    margin-top: 30px;
}

hr.new-section {
    border: 0;
    height: 1px;
    background: #BCBCC0;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

a.translate-content {
    color: #ffffff;
    position: fixed;
    margin-top: -210px;
    width: 140px;
    right: 0;
    z-index: 999;
    bottom: 22rem;
    padding: 10px;
    background-color: rgba(160, 213, 77, 0.8);
}

    a.translate-content:hover {
        background-image: url("../images/language-icon.svg");
        background-position: 5px;
        background-repeat: no-repeat;
        margin-top: -210px;
        width: 210px;
        -webkit-transition-property: width; /* Safari */
        -webkit-transition-duration: 500ms; /* Safari */
        transition-property: width;
        transition-duration: 500ms;
    }


span.translate-title {
    margin-left: 25px;
}

a#translateMe {
    padding-left: 35px !important;
}


.template-select {
    width: 100%;
}

.file-download {
    border-left: 2px solid #A0D54D;
}

span#dwnFile1 {
    position: absolute;
    margin-left: -30px;
    margin-top: 6px;
}

.successbox {
    font-size: 14px;
    border: 1px solid #cccccc;
    color: #ff0000;
    max-width: 200px;
    margin-bottom: 30px;
}

.successbox1 {
    font-size: 14px;
    border: 1px solid #cccccc;
    color: #ff0000;
    max-width: 200px;
    margin-bottom: 30px;
}



    .successbox1 h4 {
        text-align: center;
        font-size: 14px;
    }


.successbox h4 {
    text-align: center;
    font-size: 14px;
}

.table-identifiers {
    max-width: 90%;
    margin-left: 40px;
}

textarea#Description {
    height: 75px;
}

.popup-upload {
    margin-left: 90px;
    width: 100%;
}


button#mainTQ:default {
    color: #28333E;
    background-color: transparent;
    border-color: #28333E;
}

button#mainTQ:default {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

button#subTQ:default {
    color: #28333E;
    background-color: transparent;
    border-color: #28333E;
}

a.duplicate-info {
    float: left !important;
}

.project-files-strong {
    font-family: 'open_sansregular';
}

.header-preview {
    margin-bottom: 20px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #F9000E;
}

button#SBCM {
    margin-left: 40px;
}

.header-preview-type {
    margin-bottom: 20px;
    float: left;
    text-transform: uppercase;
    font-size: 12px;
    color: #F9000E;
}

.title-categories {
    font-weight: bold;
    margin-bottom: 20px;
}

span#totalscore {
    border: 1px solid #000;
    padding: 10px;
}

.btntranslate2 {
    float: right;
    font-weight: normal;
}

.k-i-refresh:before {
    content: "\e103";
    background-color: #ffffff;
}

a#trans_dp_1478 {
    margin-right: 54px;
}

.type-identifier {
    width: 100%;
}

.scoring-type {
    width: 72%;
}

#customvalidation {
    color: white;
    padding: 1px 5px;
    background-color: #ff0000;
}

#customvalidation1 {
    color: white;
    padding: 1px 5px;
    background-color: #ff0000;
}

#customvalidation2 {
    color: white;
    padding: 1px 5px;
    background-color: #ff0000;
}

p.p-sub-category {
    padding-left: 5px !important;
}

#custom0 {
    font-weight: bold;
}

#custom1 {
    font-weight: bold;
}

#custom2 {
    font-weight: bold;
}

#custom3 {
    font-weight: bold;
}

#custom4 {
    font-weight: bold;
}

#WeightageDemo {
    height: 20px;
    width: 50px;
    padding-top: 6px;
    padding-bottom: 4px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    font-family: 'open_sansregular';
}

.header-category-template {
    font-size: 14px;
    font-family: 'open_sansregular';
}

button#btnVerify {
    float: right;
}

strong.k-upload-status.k-upload-status-total {
    color: grey;
    font-family: 'open_sansregular';
}

.k-widget.k-multiselect.k-header.form-control {
    padding: 5px;
}

td.text-left {
    float: right;
    margin-left: -550px;
}

div#OptionListRefreshDivMain {
    min-width: 400px;
}


/** LOGIN **/
#login-container {
    padding: 19% 5% 0;
}

@media (min-width: 481px) {
    #login-container {
        padding-left: 20%;
        padding-right: 20%;
    }
}

@media (min-width: 768px) {
    #login-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    a.translate-content {
        color: #ffffff;
        position: fixed;
        margin-top: -210px;
        width: 140px;
        right: 0;
        z-index: 999;
        bottom: 22rem;
        padding: 10px;
        background-color: rgba(160, 213, 77, 0.8);
    }

        a.translate-content:hover {
            background-image: url("../images/language-icon.svg");
            background-position: 5px;
            background-repeat: no-repeat;
            margin-top: -210px;
            width: 210px;
            -webkit-transition-property: width; /* Safari */
            -webkit-transition-duration: 500ms; /* Safari */
            transition-property: width;
            transition-duration: 500ms;
        }


    span.translate-title {
        margin-left: 25px;
    }

    a#translateMe {
        padding-left: 35px !important;
    }

    .col-sm-offset-1 {
        margin-left: 29.333333%;
    }
}

@media (min-width: 992px) {
    #login-container {
        padding-left: 20%;
        padding-right: 20%;
    }

    a.translate-content {
        right: 0;
        bottom: 37rem;
    }
}

.form-lg label {
    padding-left: 15px;
    font-weight: normal;
}

.form-lg .form-control {
    border-color: #D7D9DF;
    color: #4D4D4D;
    height: 60px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

.form-lg textarea.form-control {
    height: auto;
}

.form-lg .form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 1px 2px rgba(188,188,192,.6);
}

select#RoleID {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select#PreferredLanguage {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

span.k-widget.k-dropdown.k-header.form-control {
    background-color: white;
}

.k-widget.k-multiselect.k-header.form-control {
    background-color: white;
    height: auto;
}


.form-lg .help-block {
    margin-top: 2px;
    margin-bottom: 0;
    color: #BCBCC0;
    font-size: 13px;
    padding-left: 13px;
    padding-right: 13px;
}

    .form-lg .help-block .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

    .form-lg .help-block a {
        color: #BCBCC0;
    }

        .form-lg .help-block a:hover, .form-lg .help-block a:visited, .form-lg .help-block a:focus {
            color: #999;
            text-decoration: none;
        }

[class^="login-bg-"], [class*=" login-bg-"] {
    background-size: cover;
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
}

.login-bg-1 {
    background-image: url('../images/auditpro-slide1.jpg');
}

.login-bg-2 {
    background-image: url('../images/auditpro-slide2.jpg');
}

.login-bg-3 {
    background-image: url('../images/auditpro-slide3.jpg');
}

/** CONTACT **/
.header-blue {
    height: 250px;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #5C879A;
}

.bordered-box {
    background-color: #FFF;
    border: 2px solid #EEE;
    padding: 50px;
}

#contact-form {
    padding: 0 30px;
}

    #contact-form .btn {
        padding-right: 30px;
        padding-left: 30px;
    }

@media (max-width: 480px) {
    .bordered-box {
        padding-right: 15px;
        padding-left: 15px;
    }

    #contact-form {
        padding-right: 0;
        padding-left: 0;
    }
}

#right-info {
    padding-top: 50px;
    line-height: 18px;
}

@media (min-width: 768px) {
    #right-info {
        padding-top: 350px;
    }
}

#right-info address {
    line-height: 1.6;
}

#right-info a {
    color: #59A2EB;
}
/** Privacy **/
#right-info .logo {
    padding: 0 20px 30px;
    border-bottom: 6px solid #4194E0;
}

#right-info .info {
    margin-left: 20px;
    width: 149px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
}

    #right-info .info.border-bottom {
        border-bottom: 1px solid #C9C9C9;
    }

    #right-info .info a.external-link {
        font-size: 12px;
        padding-left: 20px;
        background: url('../images/external-link-icon.png') left center no-repeat;
    }
/** DASHBOARD **/
.dashboard-bg {
    background: url('../images/gears-background-dashboard.png') center top #5F869A no-repeat;
}

/** Miscellaneous **/

.k-filtercell > span > label {
    vertical-align: middle;
    padding-right: 1px;
}

.k-widget.k-upload.k-header.k-upload-empty {
    background-color: transparent;
    border: none;
    position: initial;
}

.k-button {
    border: 1px solid #cccccc;
    color: #5D9CE5;
    background-color: transparent;
}

a.info-icon {
    margin-top: 22px;
    margin-right: 20px;
    float: right;
}

a.info-icon-templates {
    float: right;
    margin-right: 15px;
    margin-top: 24px;
}

a.info-icon-templates-dp {
    float: left;
    margin-right: 15px;
    margin-top: 24px;
}

a.info-icon-duplicate {
    margin-right: 20px;
    float: right;
}

h4.title-pages {
    text-align: center;
    padding-bottom: 10px;
}

.button-separation {
    margin-right: 20px;
}

.h5-description {
    margin-bottom: 50px;
    line-height: 22px;
}

.data-points-options {
    margin-top: 10px;
    width: 50%;
    color: #5991E2;
}

ul.values-list-added {
    list-style: none;
    margin-left: -35px;
    margin-top: 5px;
    line-height: 24px;
}

p.import-dp-steps {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

a.import-data-points {
    float: left;
}


span.edit-value {
    margin-left: 20px;
}

.preview-data-points {
    text-transform: uppercase;
    font-weight: bold;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs-border {
    border-bottom: 1px solid #ddd;
}

tr.main-category {
    background-color: #F2F2F2;
    font-family: Open Sans;
    font-weight: bold;
}

strong {
    font-family: Open Sans;
    font-weight: bold;
}

.blockquote-dp {
    padding: 10px 20px;
    margin: 20px 0 20px;
    font-size: 14px;
    border-left: 5px solid #eee;
}

td.subcategory {
    text-align: center;
}

a.button-verify {
    float: right;
}

ul.assessor-team li {
    padding-left: 10px;
    line-height: 24px;
}

li.assessor-title {
    text-decoration: underline;
}

img.assessor-team-icon {
    cursor: default;
    margin-top: -10px;
}



/* Options dropdown menu */
.dropbtn {
    background-color: #A0D851;
    color: white;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    font-size: 14px;
    border: none;
}

.dropbtn-assessor {
    background-color: #A0D851;
    color: white;
    text-transform: uppercase;
    padding: 7px 12px 7px 12px;
    width: 150px;
    font-size: 14px;
    border: none;
    margin-right: -22px;
}

ul.assessor {
    list-style: none;
    line-height: 30px;
    margin-left: -20px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 99;
}

    .dropdown-content a {
        padding: 12px 12px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

/* Timeline */
.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}

    .timeline:before {
        top: 40px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline .timeline-item {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline .timeline-item:before,
        .timeline .timeline-item:after {
            content: "";
            display: table;
        }

        .timeline .timeline-item:after {
            clear: both;
        }

        .timeline .timeline-item .timeline-badge {
            color: #fff;
            width: 54px;
            height: 54px;
            line-height: 52px;
            font-size: 22px;
            text-align: center;
            position: absolute;
            top: 18px;
            left: 50%;
            margin-left: -25px;
            z-index: 100;
        }

.glyphicon-record.active {
    color: #4A90E2;
    font-size: 2em;
    background-color: #ffffff;
}

i.glyphicon.glyphicon-record.inactive {
    color: #E0E4E8;
    font-size: 2em;
    background-color: #ffffff;
}

    i.glyphicon.glyphicon-record.inactive.last {
        color: #E0E4E8;
        font-size: 2em;
        background-color: #ffffff;
        left: 65px !important;
    }

i.glyphicon.glyphicon-record.active.last {
    color: #4A90E2;
    font-size: 2em;
    background-color: #ffffff;
    left: 65px !important;
}

.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    background: #ffffff;
    padding: 20px;
}

    .timeline .timeline-item .timeline-panel .timeline-title {
        margin-top: 0;
        color: inherit;
    }

.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 20px;
    display: inline-block;
    margin-bottom: 50px;
    max-width: 975px;
}

    .timeline-horizontal:before {
        height: 10px;
        top: auto;
        bottom: 26px;
        left: 56px;
        right: 0;
        width: 85%;
        margin-bottom: 17px;
    }

    .timeline-horizontal .timeline-item {
        display: table-cell;
        min-width: 200px;
        float: none !important;
        padding-left: 0px;
        padding-right: 10px;
        margin: 0 auto;
        vertical-align: bottom;
    }

        .timeline-horizontal .timeline-item .timeline-panel {
            top: auto;
            bottom: 40px;
            display: inline-block;
            left: 0 !important;
            right: 0 !important;
            width: 100%;
        }

h4.timeline-title-active {
    text-transform: uppercase;
    color: #4A90E2 !important;
    font-weight: bold;
    font-size: 16px;
    margin-left: -22px;
    cursor: pointer;
}

h4.timeline-title-inactive a {
    text-transform: uppercase;
    color: #28333E !important;
    font-weight: bold;
    font-size: 16px;
    padding-right: 52px;
    text-align: right;
    margin-left: -22px;
    cursor: pointer;
}

h4.timeline-title-inactive-last a {
    text-transform: uppercase;
    color: #28333E !important;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

h4.timeline-title-active-last a {
    text-transform: uppercase;
    color: #4A90E2 !important;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}

.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}


/** Reset search **/
.reset-search {
    margin-top: 20px;
}

.filter {
    margin-left: 10px;
}


/** Dropdown menu **/
.top-menu {
    float: right;
    margin-top: 10px;
}

.language-switcher {
    margin-top: -48px;
}

.top-menu .navbar-nav > li > a {
    background-color: transparent !important;
}

.top-menu .menu {
    left: -110px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
    border: 1px solid #C7D5E0 !important;
    box-shadow: 0 1px 2px #C7D5E0 !important;
    top: 115%;
}

input#SubWeightageDemo {
    width: 40px;
    padding-left: 3px;
}

input#SubWeightageDemo2 {
    /*width: 150px !important;*/
    padding-left: 3px;
}

.dropdown-user {
    margin-top: 7px !important;
    margin-left: -5px;
}

strike {
    color: #000000;
}

.top-menu .languages .menu {
    left: 0;
    top: 90%;
    min-width: 90px;
}

.top-menu.white .menu {
    border-color: transparent !important;
    box-shadow: none !important;
}

.top-menu .menu:before {
    position: absolute;
    top: -8px;
    left: 130px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #C7D5E0;
    border-left: 8px solid transparent;
    content: '';
}

.top-menu .languages .menu:before {
    left: 62px;
}

.top-menu .menu:after {
    position: absolute;
    top: -7px;
    left: 131px;
    right: auto;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    border-left: 7px solid transparent;
    content: '';
}

.top-menu .languages .menu:after {
    left: 63px;
}

.top-menu.white .menu:before {
    border-bottom-color: #FFF;
}

.top-menu a {
    color: #3E4750;
}

.top-menu .menu > li > a {
    color: #2A323D;
    padding-top: 6px;
    padding-bottom: 6px;
}

.top-menu .nav > li > a {
    padding-top: 20px;
}

.top-menu.white a, .top-menu.white .nav > li > a {
    color: #FFF;
}

.top-menu .menu > li > a:hover {
    color: #68A3E7;
    background-color: transparent;
}

.top-menu.white .nav > li > a > img {
    border: 1px solid #FFF;
    border-radius: 50%;
}

.top-menu .nav > li.open > a > img {
    opacity: 0.5;
}


@media screen and (min-width: 1400px) {
    .container {
        width: 1370px;
    }

    a.translate-content {
        color: #ffffff;
        position: fixed;
        margin-top: -210px;
        width: 140px;
        right: 0;
        z-index: 999;
        bottom: 22rem;
        padding: 10px;
        background-color: rgba(160, 213, 77, 0.8);
    }
}

@media screen and (min-width: 1600px) {
    .container {
        width: 1370px;
    }

    a.translate-content {
        position: fixed;
        width: 141px;
        bottom: 30rem !important;
    }
}

@media screen and (min-width: 1900px) {
    .container {
        width: 1870px;
    }
}

@media (min-width: 992px) {
    .top-menu .menu {
        left: -90px;
    }

        .top-menu .menu:before {
            left: 112px;
        }

        .top-menu .menu:after {
            left: 113px;
        }
}

@media (min-width: 1200px) {
    .top-menu .menu {
        left: -50px;
    }

        .top-menu .menu:before {
            left: 72px;
        }

        .top-menu .menu:after {
            left: 73px;
        }

    a.translate-content {
        right: 0;
        position: fixed;
        width: 160px;
        z-index: 999 !important;
        bottom: 32rem;
        padding: 10px;
        background-color: rgba(160, 213, 77, 0.8);
    }
}

@media (max-width: 767px) {
    .top-menu .navbar-nav > li {
        float: left;
    }

    .top-menu .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #FFF;
    }

        .top-menu .navbar-nav .open .dropdown-menu > li > a {
            padding: 6px 20px;
        }
}

[class^="menu-"], [class*=" menu-"], [class^="lmenu-"], [class*=" lmenu-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 3px -4px 0;
}

.menu-profile {
    background-image: url('../images/dropdown-menu/profile.png');
}

.menu-logout {
    background-image: url('../images/dropdown-menu/logout.png');
}
/** Tiles **/
.dashboard {
    margin-top: 95px;
}

@media (max-height: 768px) {
    .dashboard {
        margin-top: 100px;
        margin-left: 15px;
    }

    .container {
        padding-right: 25px;
    }
}

.dashboard .tile {
    position: relative;
    display: block;
    float: left;
    width: 148px;
    height: 148px;
    padding: 0;
    margin: 5px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    background-color: #68A3E7;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .dashboard .tile:hover {
        outline: 3px #CCC solid;
    }

.dashboard .tile {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .dashboard .tile .image-wrapper {
        text-align: center;
        padding-top: 30px;
        display: block;
        height: 115px;
    }

    .dashboard .tile .title {
        font-size: 15px;
        text-align: left;
        padding: 0 10px;
        display: block;
        text-transform: capitalize;
    }

    .dashboard .tile.big {
        width: 302px !important;
    }

    .dashboard .tile.small {
        width: 93px !important;
        height: 93px !important;
    }

        .dashboard .tile.small .image-wrapper {
            padding-top: 10px;
            height: 55px;
        }

        .dashboard .tile.small .title {
            font-size: 12px;
            text-align: center;
        }
/** Footer **/
.footer {
    color: #B6BBBF;
    text-align: center;
    text-transform: uppercase;
}

.container-footer-bottom {
    padding-bottom: 160px !important;
}

.footer-bottom {
    bottom: 0;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

@media (max-width: 360px) {
    .footer-bottom {
        height: 50px;
    }
}

.footer a {
    color: #B6BBBF;
}

.footer .navigation {
    padding-left: 0;
    margin-left: -10px;
    list-style: none;
}

    .footer .navigation > li {
        display: inline-block;
        padding: 0 10px;
        border-right: 1px solid #B6BBBF;
    }

        .footer .navigation > li:last-child {
            border-right: none;
        }

.footer.white, .footer.white a {
    color: #FFF;
}

    .footer.white .navigation > li {
        border-right-color: #FFF;
    }

.footer a:hover, .footer a:focus {
    text-decoration: none;
    color: #68A3E7;
}
/** POPUPS **/
.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    outline: 0;
    background-color: rgba(255,255,255,.97);
}

    .popup.show {
        opacity: 1;
    }

.close {
    position: absolute;
    top: 3%;
    right: 3%;
    z-index: 1051;
    opacity: .7;
}

    .close:hover {
        opacity: .4;
    }

.popup .popup-content {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 30px;
}

    .popup .popup-content .popup-image {
        width: 260px;
        height: 260px;
        text-align: center;
        display: inline-block;
        padding: 70.5px;
        margin-bottom: 3%;
    }

    .popup .popup-content .btn {
        margin: 3% auto;
    }
/** ADDs **/

/** Content **/
#content {
    position: relative;
    margin-top: 20px;
}

    #content .close {
        top: 1%;
    }

a.download-link {
    padding-left: 20px;
    background: url(../images/download-icon.png) left center no-repeat;
    color: #2D3742;
    font-weight: 600;
}
/** Tables **/
.table > thead > tr > th {
    padding: 14px 10px;
}

.table > thead > tr:first-child > th {
    border-bottom: 3px solid #87B6EA;
    color: #669FE6;
    padding-top: 7px;
    padding-bottom: 7px;
}

.thead-padding-13-25 > thead > tr:first-child > th {
    padding: 13px 25px;
}

.table > tbody > tr > td {
    padding: 18px 10px 12px 10px;
    min-width: 200px;
}

.table > thead > tr > th {
    border-top: none;
    border-bottom: none;
}

.table > tbody > tr:last-child > td {
    border-bottom: 1px solid #ddd;
}
/** DATATABLES styles BEGIN (Remove after all tables are using KENDO UI Grids) **/
.dataTable img {
    vertical-align: top;
}

.dataTable > tbody > tr:first-child > td {
    border-top: none;
}

.dataTable.table-hover > tbody > tr.hover {
    background-color: #ECF3FD;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
    padding-bottom: 10px;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: top;
}

.dataTable-footer {
    margin-top: 5px;
    padding: 6px 0;
}

    .dataTable-footer .dataTables_paginate {
        float: none;
        text-align: left;
        padding-top: 0;
        margin-left: 5px;
        color: #4D4D4D;
        display: inline-block;
    }

        .dataTable-footer .dataTables_paginate .paginate_button {
            display: inline-block;
            min-width: 1.5em;
            padding: 0.4em 0.3em;
            text-align: center;
            text-decoration: none !important;
            cursor: pointer;
            border-radius: 0;
            margin-left: 0px;
            border: 0;
            color: #4D4D4D !important;
        }

            .dataTable-footer .dataTables_paginate .paginate_button.current, .dataTable-footer .dataTables_paginate .paginate_button.current:hover, .dataTable-footer .dataTables_paginate .paginate_button:hover, .dataTable-footer .dataTables_paginate .paginate_button:focus, .dataTable-footer .dataTables_paginate .paginate_button:active {
                background: none;
                border: 0;
                color: #333 !important;
                outline: none;
                box-shadow: none;
            }

            .dataTable-footer .dataTables_paginate .paginate_button.disabled, .dataTable-footer .dataTables_paginate .paginate_button.disabled:hover, .dataTable-footer .dataTables_paginate .paginate_button.disabled:active {
                cursor: default;
                background: none;
                color: #7B7C7E !important;
                border: 0;
            }

    .dataTable-footer .dataTables_length {
        padding-top: 5px;
        color: #4D4D4D;
        float: none;
        margin-right: 40px;
        display: inline-block;
    }

        .dataTable-footer .dataTables_length label {
            margin-top: 1px;
            margin-bottom: 0;
            font-weight: normal;
        }

        .dataTable-footer .dataTables_length select {
            border: 0;
            font-weight: normal;
            background: none;
        }

            .dataTable-footer .dataTables_length select:focus {
                outline: 0;
            }

    .dataTable-footer .dataTables_info {
        color: #4D4D4D;
        float: none;
        display: inline-block;
        padding-top: 0;
    }
/** DATATABLES styles END (Remove after all tables are using KENDO UI Grids) **/


/** WITH LEFT MENU **/
body {
    overflow-x: hidden;
}

/* Toggle Styles */

#wrapper {
    padding-left: 90px;
}

#page-content-wrapper {
    width: 100%;
    position: relative;
}

.content {
    padding: 0 20px;
}

@media (min-width: 992px) {
    .content {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .content {
        padding: 0;
    }

    a.translate-content {
        right: 0;
        bottom: 29rem;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
        margin-top: 125px;
    }
}
/** Left menu **/
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 90px;
    width: 90px;
    height: 100%;
    margin-left: -90px;
    background: #608699;
}
/** Icons **/
[class^="lmenu-"], [class*=" lmenu-"] {
    width: 30px;
    height: 30px;
    margin-bottom: -5px;
}

.lmenu-dashboard {
    background-image: url('../images/dashboard-icon-white.svg');
}

a:hover > .lmenu-dashboard, a:focus > .lmenu-dashboard, li.active > a > .lmenu-dashboard {
    background-image: url('../images/dashboard-icon-blue.svg');
}

.lmenu-templates {
    background-image: url('../images/templates-white.svg');
}

a:hover > .lmenu-templates, a:focus > .lmenu-templates, li.active > a > .lmenu-templates {
    background-image: url('../images/templates-active.svg');
}

.lmenu-projects {
    background-image: url('../images/projects-white.svg');
}

a:hover > .lmenu-projects, a:focus > .lmenu-projects, li.active > a > .lmenu-projects {
    background-image: url('../images/projects-active.svg');
}

.lmenu-users-list {
    background-image: url('../images/users-list-icon-white.svg');
}

a:hover > .lmenu-users-list, a:focus > .lmenu-users-list, li.active > a > .lmenu-users-list {
    background-image: url('../images/users-list-icon-blue.svg');
}

.lmenu-reports {
    background-image: url('../images/reports-icon-white.svg');
}

a:hover > .lmenu-reports, a:focus > .lmenu-reports, li.active > a > .lmenu-reports {
    background-image: url('../images/reports-active.svg');
}

.lmenu-help {
    background-image: url('../images/help-white.svg');
}

a:hover > .lmenu-help, a:focus > .lmenu-help, li.active > a > .lmenu-help {
    background-image: url('../images/help-active.svg');
}

i.lmenu-help {
    margin-left: 10px;
}

i.lmenu-projects {
    margin-left: 10px;
}

i.lmenu-templates {
    margin-left: 10px;
}

i.lmenu-users-list {
    margin-left: 5px;
}

/** Links **/
.sidebar-nav {
    width: 90px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav > li {
        display: block;
        margin: 0;
        padding: 0;
        border: 0px;
    }

        .sidebar-nav > li > a {
            display: block;
            color: #FFF;
            text-align: center;
            padding-top: 7px;
            padding-bottom: 7px;
            font-size: 12px;
        }

            .sidebar-nav > li > a > span {
                display: block;
                padding-top: 3px;
            }

@media (min-height: 900px) {
    .sidebar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .sidebar-nav > li > a > span {
            padding-top: 5px;
        }
}

.sidebar-nav > li.active > a, .sidebar-nav > li > a:hover, .sidebar-nav > li > a:focus {
    text-decoration: none;
    background-color: #FFF;
    color: #215273;
}

.sidebar-brand {
    padding: 0 10px !important;
}

li#Manual-Index {
    padding-bottom: 85px;
}

span.template-name {
    font-size: 22px;
    margin-left: 15px;
}

.sidebar-brand > a:hover, .sidebar-brand > a:focus {
    background-color: transparent !important;
}

button.bootbox-close-button.close {
    margin-top: 5px !important;
}

/** Breadcrumb **/
#breadcrumb {
    float: left;
    margin-top: 20px;
    text-transform: uppercase;
}

    #breadcrumb .breadcrumb {
        list-style: none;
        background-color: transparent;
        padding-left: 0;
        text-transform: uppercase;
    }

        #breadcrumb .breadcrumb > li {
            display: inline-block;
            padding: 0 5px 0 15px;
            background: url('../images/breadcrumb-separator.png') 0 4px no-repeat;
            text-transform: uppercase;
        }

            #breadcrumb .breadcrumb > li:first-child {
                background: none;
                padding-left: 0;
            }

            #breadcrumb .breadcrumb > li + li:before {
                padding: 0;
                content: '';
            }

            #breadcrumb .breadcrumb > li > a, #breadcrumb .breadcrumb > li > span {
                color: #10324B;
                padding-bottom: 15px;
            }

                #breadcrumb .breadcrumb > li.active > span, #breadcrumb .breadcrumb > li > a:hover {
                    text-decoration: none;
                    border-bottom: 2px solid #A1D54D;
                }


/** Filter Form **/
.box-gray {
    border: 2px solid #EEE;
    background-color: #F8F8F8;
    padding: 10px;
}

@media (min-width: 480px) {
    .box-gray {
        padding: 40px 50px;
    }
}

.calendar {
    padding-left: 30px;
    background-image: url('../images/calendar.png');
    background-position: 7px center;
    background-repeat: no-repeat;
}

.select-input {
    position: relative;
}

    .select-input .caret {
        position: absolute;
        margin-left: 0;
        top: 50%;
        right: 10px;
        margin-top: -2px;
        cursor: pointer;
    }

    .select-input input {
        padding-right: 25px;
    }
/** Datepicker **/
.datepicker, .datepicker table tr th, .datepicker table tr td {
    border-radius: 0;
    font-weight: normal;
}

    .datepicker table tr td {
        border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;
    }

        .datepicker table tr td:last-child {
            border-right: 0;
        }

    .datepicker table tr:last-child td {
        border-bottom: 0;
    }

.datepicker-dropdown {
    padding: 0;
}

.datepicker .table-condensed > tbody > tr > td, .datepicker .table-condensed > tbody > tr > th, .datepicker .table-condensed > tfoot > tr > td, .datepicker .table-condensed > tfoot > tr > th, .datepicker .table-condensed > thead > tr > td, .datepicker .table-condensed > thead > tr > th {
    padding: 7px;
}

.datepicker table thead {
    background-color: #8DABC5;
    color: #FFF;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    border-bottom-color: #8DABC5;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background-color: transparent;
    color: #666;
}

.datepicker table tr td.day:hover {
    background: #F8F8F8;
}

.datepicker table tr td.day:not(.old):not(.new) {
    background: #F0F0F0;
}

.datepicker table tr td.day:hover:not(.old):not(.new), .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background: #ECF3FD !important;
    color: #000;
    border-color: #FFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

/** Projects **/
.title-box {
    margin: 5px 20px 5px 20px;
}

.img-arrow {
    position: absolute;
    top: 15px;
    right: 5px;
}

@media (min-width: 480px) {
    .img-arrow {
        top: 20px;
        right: 40px;
    }
}

@media (min-width: 768px) {
    .img-arrow {
        top: 15px;
        right: 5px;
    }
}

@media (min-width: 992px) {
    .img-arrow {
        top: 32px;
        right: 5px;
        width: 50px;
        height: 80px;
    }

        .img-arrow.client {
            top: 20px;
            right: 13px;
        }
}

@media (min-width: 1200px) {
    .img-arrow {
        top: 20px;
        right: 30px;
        width: auto;
        height: auto;
    }

        .img-arrow.client {
            right: 50px;
        }
}

.icon-green {
    position: absolute;
    top: 8px;
    right: 15px;
    background-color: #A0D54E;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 2px;
}

.request-box.employer {
    right: 0;
}

    .request-box.employer:before {
        right: 20px;
    }

    .request-box.employer:after {
        right: 21px;
    }
/** Permissions **/
.p-select {
    width: auto;
}

.p-users {
    width: 150px;
}

@media (min-width: 480px) {
    .p-select {
        width: 300px;
    }
}
/** CLIENTS **/
.header-blue2 {
    height: 90px;
    background-color: #368ED8;
}
/** Active/Inactive **/
.text-circle {
    display: inline-block;
    width: 23px;
    height: 23px;
    text-align: center;
    padding-top: 1px;
    border-radius: 50%;
    color: #FFF;
    background-color: #CCC;
}

    .text-circle.a {
        background-color: #488FE1;
    }

    .text-circle.i {
        background-color: #FA3F5C;
    }

a.link-blue {
    color: #5D9CE5;
}


/** KENDO OVERRIDES **/
/** Grids **/

.k-grid-content {
    height: 400px !important;
    overflow-y: auto;
}


.k-grid, .k-grid td, .k-grid-header-locked, .k-grid-header-wrap, .k-grid-content-locked {
    border: 0;
}

div.k-grid-header {
    border: 0;
    background: transparent;
}

.k-grid tr:hover {
    background: transparent;
}

a.k-link.k-pager-nav.k-state-disabled {
    max-height: 32px !important;
    border: 0;
    background: transparent;
}

a.k-link.k-pager-nav.k-state-hover {
    max-height: 32px !important;
    border: 0;
    background: transparent;
}

.k-filter-row th, .k-grid-header th.k-header {
    border: 0;
    background: transparent;
}

.k-state-focus > .k-link {
    background-color: #ff0000;
}

/*New Custom for Kendo 2023.1.117*/

span.k-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.k-tabstrip .k-tabstrip-content {
    overflow-x: hidden;
}

.k-tabstrip-top > .k-tabstrip-items .k-state-active,
.k-tabstrip-top > .k-tabstrip-items .k-tab-on-top,
.k-tabstrip-top .k-tabstrip-items-wrapper .k-tabstrip-items .k-active {
    background-color: #638598 !important;
}

.k-tabstrip-items .k-item {
    background-image: none;
}

.k-grid table > thead > tr > th {
    padding: 14px 10px;
}

.k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-item {
    border-bottom-width: 0px;
}

.k-tabstrip-items-wrapper {
    color: #fff;
    background-color: #163544;
}

li.k-item.k-tabstrip-item.k-last {
    margin-left: 0px !important;
    height: 51px !important;
    border-bottom: 1px solid #3d6f8d;
}

.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items .k-item {
    background-color: #163544;
}

.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items .k-hover {
    background-color: #4c6976 !important;
}
/* .k-tabstrip-top > .k-tabstrip-items-wrapper > .k-tabstrip-items > .k-hover{
    background-color: #163544;
}  */



.k-grid table > thead > tr:first-child > th {
    border-bottom: 3px solid #87B6EA;
    color: #669FE6;
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    background-color: transparent;
}


/*.k-grid-header th.k-header > .k-link {
    color: #669FE6;
    padding-bottom: 7px;
}*/

.k-grid table > thead > tr > th {
    border-top: none;
    border-bottom: none;
}

.k-autocomplete {
    border-radius: 0;
}

.k-tabstrip-items .k-item {
    background-color: #163544;
}

li.k-item.k-state-default.k-last {
    margin-left: 0px !important;
    height: 51px !important;
    border-bottom: 1px solid #668598;
}

.k-tabstrip-top > .k-tabstrip-items > .k-item {
    border-bottom-width: 1px;
    height: 52px !important;
}

.k-header {
    background-color: #163544;
}

.k-autocomplete .k-input {
    /* border-radius: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        padding-left: 6px;
        font-size: 14px;
        height: 34px;
        color: #555; */
}

.k-grid table > tbody > tr.hover {
    background: #ECF3FD;
}


.k-grid table > tbody > tr > td {
    padding: 10px 10px 10px 10px;
}

.k-grid table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}

.k-pager-wrap {
    border: 0;
    background: transparent;
    position: relative;
    margin: 10px 0 10px;
    height: 35px;
}

    .k-pager-wrap .k-link {
        border: none;
        background: transparent;
        color: #4D4D4D;
    }

        .k-pager-wrap .k-link:focus {
            border: none;
        }

        .k-pager-wrap .k-link:hover {
            border: none solid #cccccc;
            background: #ffffff;
        }

.k-tabstrip .k-content.k-state-active {
    background-color: #fff;
    color: #2e2e2e;
    border: none;
    overflow: hidden !important;
}

.k-pager-sizes {
    left: 0;
    top: 7px;
    padding-right: 0;
    padding-left: 0;
}

    .k-pager-sizes .k-widget.k-dropdown {
        position: absolute;
        left: 110px;
        border: 1px solid #cbcbcb;
        height: 35px;
        background: transparent;
        top: 11px;
    }

span.k-pager-sizes.k-label {
    margin-top: 12px;
}

.k-pager-sizes .k-dropdown-wrap.k-state-default {
    border: 0;
    background: transparent;
}

.k-list .k-state-selected, .k-state-selected {
    background-color: #999;
}

.k-list .k-state-focused.k-state-selected, .k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #999;
}

.k-pager-info {
    position: absolute;
    left: 584px;
    top: 22px;
}

/** Filters **/
.k-list > .k-state-selected.k-state-focused {
    color: #ffffff;
}

.k-grid-filter.k-state-active {
    background-color: #fbcb1d;
}


span.k-dropdown, span.k-dropdownlist, span.k-numerictextbox, span.k-timepicker {
    background-image: none;
    border: 1px #ededed solid;
}

/** Tooltip grid description **/

.k-tooltip-content {
    height: auto;
    max-width: 300px;
    word-wrap: break-word;
    text-align: left;
    padding: 5px;
}


@media (min-width: 481px) {
    .k-pager-wrap .k-link.k-pager-nav:nth-child(1) {
        position: absolute;
        left: 220px;
        top: 10px;
    }

    .k-pager-wrap .k-link.k-pager-nav:nth-child(3) {
        position: absolute;
        left: 480px;
        top: 10px;
    }
}

@media (min-width: 641px) {
    .k-pager-wrap .k-link.k-pager-nav:nth-child(1) {
        left: 440px;
    }

    .k-pager-wrap .k-link.k-pager-nav:nth-child(3) {
        left: 480px;
    }
}

.validation-summary-errors {
    background-color: red;
}

    .validation-summary-errors ul {
        padding-left: 0px;
    }

        .validation-summary-errors ul li {
            list-style: none;
            color: white;
            padding: 1px 5px;
        }

span.field-validation-error {
    background-color: red;
    color: white;
    padding: 1px 5px;
}

.k-widget.k-tooltip-validation {
    background-color: red;
    color: white;
    padding: 1px 5px;
    text-transform: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-family: 'open_sansregular', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-left: 27px;
}

.revise-template {
    max-width: 800px;
}

a.info-icon-duplicate-revise {
    margin-right: 20px;
    float: left;
}

div#contact-form .input-validation-error {
    margin-bottom: 0px !important;
}

div#contact-form span.field-validation-error {
    display: inline-block;
    margin-bottom: 5px;
}

/*14 03 2018*/

.box-header-projects {
    margin-top: -82px;
}

.align-rigth-element {
    /*float: right;*/
    margin-right: 20px;
}

.button-back-next {
    margin-right: 220px;
    float: right;
    margin-bottom: 20px;
    margin-top: -33px;
}

/** buttons */
.btn-new-element, .btn-option-element, .btn-option-element2, .btn-revise-element, .btn-duplicate-element {
    background-color: #a0d54d;
    border: 1px solid #a0d54d;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px !important;
    margin: 0 auto !important;
    text-transform: uppercase;
    min-width: 168px;
    min-height: 58px;
    border-radius: 40px !important;
}

hover {
    color: #583836;
    background: #fff;
}

.btn-option-element {
    min-width: 130px;
}

    .btn-option-element:focus {
        background: #A0D54D;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 40px !important;
    border-top-left-radius: 40px !important;
}

button#nextMe {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    border: 1px solid #979797;
    padding: 5px;
    min-width: 90px;
    min-height: 35px;
}

button#backMe {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    border: 1px solid #979797;
    padding: 5px;
    min-width: 90px;
    min-height: 35px;
    margin-right: 10px;
}

.project-bottoms.dropdown-menu {
    min-width: 200px !important;
    box-shadow: none;
}

form#UserFormEditIDData span.k-widget.k-dropdown.k-header {
    width: 70% !important;
}

/*
form#UserFormEditIDData div.k-widget.k-upload.k-header {
   margin-top:-20px;
}

*/

.not-active {
    pointer-events: none;
    cursor: pointer;
    color: grey;
    display: none;
}

/*p {
    word-break: break-all;
}*/

p.forgetpasswordpara {
    word-break: keep-all;
}

.glyphicon-ok-sign {
    color: #4A90E2;
    font-size: 2em;
    background-color: #ffffff;
}


.k-loading-image {
    background-image: url("../images/loading_max.gif");
}

.k-grid-header th.k-header {
    padding-left: 0.586em;
}