928.cc, .bcc {
    background: #dbdbdb;
    color: #555;
    padding: 3px;
    margin: 2px;
    font-size: 9pt;
    cursor: pointer;
}

.ccc, .bccc {
    display: none !important;
}

.p-cc-bcc {
    float: right;
    /* margin: 0px; */
    /* padding: 0px; */
    text-align: right;
}

#AllocationGrid table thead th {
    text-align: center !important;
   
}

.contentsection {
    margin: 0px 13px;
    background: #ffffff;
    padding: 10px 20px 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #dce3e6;
    margin-bottom: 30px;
}
/*MATERIAL CSS STARTS HERE*/
/*.material {
position: relative;
padding: 0;
margin-top: 15px;
border: none;
overflow: visible;
}*/
.material {
    position: relative;
    padding: 0;
    margin-top: 10px;
    border: none;
    overflow: visible;
}
    /*.material input {
box-sizing: border-box;
width: 100%;
padding: 12px 0px 8px 0px;
border: none;
border-radius: 0;
box-shadow: none;
border-bottom: 1px solid #DDD;
font-size: 14px;
outline: none;
cursor: text;
}*/
    .material input {
        box-sizing: border-box;
        width: 100%;
        /*padding: 12px 0px 8px 0px;*/
        border: none;
        border-radius: 0;
        box-shadow: none;
        border-bottom: 1px solid #DDD;
        font-size: 14px;
        outline: none;
        cursor: text;
    }

        .material input::-webkit-input-placeholder {
            transition: color 300ms ease;
        }

        .material input:not(:focus)::-webkit-input-placeholder {
            color: transparent;
        }

    .material hr {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 2px;
        border: none;
        background: #1a4362;
        font-size: 1px;
        will-change: transform, visibility;
        transition: all 200ms ease-out;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        visibility: hidden;
        z-index: 10;
    }

    .material input:focus ~ hr {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        visibility: visible;
    }
    /*.material label {
position: absolute;
top: 10px;
font-size: 14px;
color: #333;
-webkit-transform-origin: 0 -150%;
transform-origin: 0 -150%;
transition: -webkit-transform 300ms ease;
transition: transform 300ms ease;
transition: transform 300ms ease, -webkit-transform 300ms ease;
pointer-events: none;
}*/
    .material label {
        position: inherit;
        font-size: 14px;
        color: #333;
        pointer-events: none;
    }

    .material input:focus ~ label,
    .material input:valid ~ label {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        font-size: 20px;
        color: #1a4362;
    }
/*.select-text {
position: relative;
font-family: inherit;
background-color: transparent;
width: 100%;
padding: 10px 10px 10px 0;
border-radius: 0;
border: none;
border-bottom: 1px solid rgba(0,0,0, 0.12);
font-size: 14px;
height: 42px;
outline: none;
}*/
.select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 0px 10px 0px 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0,0,0, 0.12);
    font-size: 14px;
    outline: none;
}

    .select-text:focus {
        outline: none;
        border-bottom: 1px solid #fff;
        /*outline: none;*/
    }

.select .select-text {
    appearance: none;
    -webkit-appearance: none
}

.select:after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}
/*.select-label {
color: rgba(0,0,0, 0.26);
font-size: 18px;
font-weight: normal;
position: absolute;
pointer-events: none;
left: 0;
top: 10px;
transition: 0.2s ease all;
}*/
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
    color: #1a4362;
    top: -13px;
    transition: 0.2s ease all;
    font-size: 14px;
}

.select-bar {
    position: relative;
    display: block;
    /* width: 350px; */
}

    .select-bar:before, .select-bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #1a4362;
        transition: 0.2s ease all;
    }

    .select-bar:before {
        left: 50%;
    }

    .select-bar:after {
        right: 50%;
    }

.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
    width: 50%;
}

.select-highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/*MATERIAL CSS ENDS HERE*/
.checkboxfields {
    margin-top: 10px;
}

.radiofields {
    font-size: 10pt;
}
/* CHECKBOX CSS STARTS HERE */
.md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
}

    .md-checkbox.md-checkbox-inline {
        display: inline-block;
    }

    .md-checkbox label {
        cursor: pointer;
        display: inline;
        line-height: 1.25em;
        vertical-align: top;
        clear: both;
        padding-left: 1px;
    }

        .md-checkbox label:not(:empty) {
            padding-left: 20px;
            padding-right: 10px;
        }

        .md-checkbox label:before, .md-checkbox label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

        .md-checkbox label:before {
            width: 1.25em;
            height: 1.25em;
            background: #fff;
            border: 2px solid #666666;
            border-radius: 0.125em;
            cursor: pointer;
            transition: background .3s;
        }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        visibility: hidden;
        width: 0.25em;
        margin: 0;
        display: block;
        float: left;
        font-size: inherit;
    }

        .md-checkbox input[type="checkbox"]:checked + label:before {
            background: #1a4362;
            border: none;
        }

        .md-checkbox input[type="checkbox"]:checked + label:after {
            transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
            width: 0.75em;
            height: 0.375em;
            border: 0.125em solid #fff;
            border-top-style: none;
            border-right-style: none;
        }

        .md-checkbox input[type="checkbox"]:disabled + label:before {
            border-color: #bfbfbf;
        }

        .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
            background: #bfbfbf;
        }

        .md-checkbox input[type="checkbox"]:disabled + label {
            color: #ccc;
        }
/* CHECKBOX CSS ENDS HERE */
/* RADIO BUTTON CSS STARTS HERE */
@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}
/*.md-radio-filter {
margin-top: -3px;
float: left;
}*/
.md-radio-filter.md-radio-inline-filter {
    display: inline-block;
}

.md-radio-filter input[type="radio"] {
    display: none;
}

    .md-radio-filter input[type="radio"]:checked + label:before {
        border-color: #1a4362;
        animation: ripple 0.2s linear forwards;
    }

    .md-radio-filter input[type="radio"]:disabled + label:before {
        border-color: #ccc;
    }

    .md-radio-filter input[type="radio"]:disabled + label {
        color: #ccc;
        pointer-events: none;
        cursor: default;
    }

        .md-radio-filter input[type="radio"]:disabled + label:after {
            background: #ccc;
            cursor: default;
        }

    .md-radio-filter input[type="radio"]:checked + label:after {
        transform: scale(1);
    }

.md-radio-filter label {
    display: inline-block;
    position: relative;
    padding: 0px 20px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: text-top;
    padding-right: 2px;
}

    .md-radio-filter label:before, .md-radio-filter label:after {
        position: absolute;
        content: '';
        border-radius: 50%;
        transition: all .3s ease;
        transition-property: transform, border-color;
    }

    .md-radio-filter label:before {
        left: 2px;
        top: 2px;
        width: 15px;
        height: 15px;
        border: 2px solid #666666;
    }

    .md-radio-filter label:after {
        top: 7px;
        left: 7px;
        width: 5px;
        height: 5px;
        transform: scale(0);
        background: #1a4362;
    }
/*asdasdasdasd*/
.md-radio {
    margin: 10px 0;
}

    .md-radio.md-radio-inline {
        display: inline-block;
    }

    .md-radio input[type="radio"] {
        display: none;
    }

        .md-radio input[type="radio"]:checked + label:before {
            border-color: #1a4362;
            animation: ripple 0.2s linear forwards;
        }

        .md-radio input[type="radio"]:disabled + label:before {
            border-color: #ccc;
        }

        .md-radio input[type="radio"]:disabled + label {
            color: #ccc;
            pointer-events: none;
            cursor: default;
        }

            .md-radio input[type="radio"]:disabled + label:after {
                background: #ccc;
                cursor: default;
            }

        .md-radio input[type="radio"]:checked + label:after {
            transform: scale(1);
        }

    .md-radio label {
        display: inline-block;
        height: 20px;
        position: relative;
        padding: 0 30px;
        margin-bottom: 0;
        cursor: pointer;
        vertical-align: bottom;
        padding-right: 12px;
    }

        .md-radio label:before, .md-radio label:after {
            position: absolute;
            content: '';
            border-radius: 50%;
            transition: all .3s ease;
            transition-property: transform, border-color;
        }

        .md-radio label:before {
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #666666;
        }

        .md-radio label:after {
            top: 5px;
            left: 5px;
            width: 10px;
            height: 10px;
            transform: scale(0);
            background: #1a4362;
        }

/* RADIO BUTTON CSS ENDS HERE */
/* TEXT AREA CSS STARTS HERE */
textarea:focus ~ label, textarea:valid ~ label {
    color: #1a4362;
    top: -2.25rem;
    -webkit-transition: all 0.125s ease;
    transition: all 0.125s ease;
}

/*.styled-input {
float: left;
width: 33.3333%;
margin: 2rem 0 1rem;
position: relative;
border-bottom: 1px solid #ccc;
}*/
.styled-input {
    float: left;
    width: 33.3333%;
    margin: 0.5rem 0;
    position: relative;
    border-bottom: 1px solid #ccc;
}

    /*.styled-input label {
color: #999;
padding-top: 10px;
position: absolute;
top: 0;
left: 0;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
pointer-events: none;
}*/
    .styled-input label {
        /*color: #999;*/
        /*padding-top: 10px;*/
        /*position: absolute;*/
        top: 0;
        left: 0;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        pointer-events: none;
    }

    .styled-input.wide {
        width: 100%;
    }

textarea {
    border: 0;
    width: 100%;
}

    textarea ~ span {
        display: block;
        width: 0;
        height: 3px;
        background: #1a4362;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.125s ease;
        transition: all 0.125s ease;
    }

    textarea:focus {
        outline: 0;
    }

        textarea:focus ~ span {
            width: 100%;
            -webkit-transition: all 0.075s ease;
            transition: all 0.075s ease;
        }

textarea {
    width: 100%;
}
/* TEXT AREA CSS ENDS HERE */
/* ACCORDION CSS STARTS HERE */
.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px !important;
}

.inline-block {
    display: inline-block;
}

.panel:last-child {
    border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    background-color: #1a4362;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.panel-body {
    background: #fff;
    padding: 20px;
    border: 1px solid #afafaf;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    /*font-family: 'Material Icons';*/
    font-family: 'Material Icons', sans-serif;
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: "\f078";
    /*font-family: FontAwesome;*/
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    /*color:#fff;*/
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: "\f077";
    /*font-family: FontAwesome;*/
    font-family: FontAwesome, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 0;
    /*color:#fff;*/
    transform: rotate(0deg);
}

#accordion .panel-heading.active a:before {
    transform: rotate(180deg);
    transition: all 0.5s;
    padding-left: 10px;
}
/* ACCORDION CSS ENDS HERE */
/* SELECT CSS STARTS HERE */
.select-text .drop-down-loc {
    margin: 0px 200px;
    background: #ffffff;
    padding: 10px 40px 30px 40px;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
}

.drop-down-loc {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background: #fff url(../../TrapezeImages/img/downarrow.png) no-repeat right center !important;
    background-origin: content-box !important;
}
/* FILE UPLOAD CSS STARTS HERE */
.it input.form-control {
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
}

.it .form-control:focus {
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.blueupload {
    background-color: #1a4362;
    border-color: #1a4362;
    color: #fff;
    border-radius: 0px;
    /*margin-top: 20px;*/
}

    .blueupload:hover {
        color: #fff;
    }

.fileuploadinput {
    border-radius: 0px !important;
    /*margin-top: 20px !important;*/
    outline: 0px;
}
/* FILE UPLOAD CSS ENDS HERE */
/* TABS CSS STARTS HERE*/
.tile {
    margin-top: inherit;
    /*margin-top: 20px;*/
}

.nav-tabs {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #dce3e6;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .nav-tabs li {
        margin: 0px !important;
    }

        .nav-tabs li a {
            position: relative;
            margin-right: 0px !important;
            /*padding: 15px 40px!important;*/
            padding: 15px 3px !important;
            font-size: 16px;
            border: none !important;
            color: #333;
        }

    .nav-tabs a:hover {
        background-color: #fff !important;
        border: none;
    }

.slider {
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background-color: #622c91 !important;
    position: absolute;
    z-index: 996;
    bottom: 0;
    transition: all .4s linear;
    /*background-image: linear-gradient(to right, #590e7d, #8e1e7c);*/
}

.nav-tabs .active {
    background-color: transparent !important;
    border: none !important;
    color: #622c91 !important;
}

.tab-content > .tab-pane {
    border: 2px solid #e9ecef;
    height: auto;
    padding: 20px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #dce3e6;
}
/* TABS CSS ENDS HERE*/
.fieldheading {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    color: #1a4362;
}


/* TABLE CSS STARTS HERE */
.tablecss {
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
thead {
    background: #e0e0e0;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
table thead th {
    vertical-align: middle !important;
    border-bottom: 1px solid #eb4e3f !important;
}

table th {
    border-top: none !important;
    text-align: center;
}

.table tbody > tr:nth-child(even) > td {
    background: #f6f6f6;
}

table.table-condensed thead {
    background: #fff;
}

table.table-condensed tbody > tr:nth-child(even) > td {
    background: #fff;
}


.dataTables_paginate {
    float: right;
    margin-top: -25px;
    margin-right: 12px;
}

    .dataTables_paginate a {
        color: #1a4362;
        margin: 3px;
        padding: 4px 10px;
        text-decoration: none;
        cursor: pointer;
    }

.datatablescroll {
    max-height: 100% !important;
    font-size: 12px !important;
}

.paginate_button.current {
    background: #1a4362;
    border: 1px solid #1a4362;
    color: #fff;
}

.dt-buttons {
    float: right;
    margin-top: -63px;
}

.excelicon, .pdficon, .copyicon, .csvicon {
    background: transparent;
    background-size: cover;
    border: 1px solid white;
    cursor: pointer;
}
/* TABLE CSS ENDS HERE */

/* TOGGLE CSS STARTS HERE */
.toggle {
    position: absolute;
    top: 65%;
    left: 25%;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    background-color: #ddd;
    margin: -10px -40px;
    overflow: hidden;
    box-shadow: inset 0 0 2px 1px rgba(0,0,0,.05);
}

.check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
}

    .check:checked ~ .track {
        box-shadow: inset 0 0 0 20px #fed23b;
    }

    .check:checked ~ .switch {
        right: 2px;
        left: 36px;
        transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition-property: left, right;
        transition-delay: .05s, 0s;
    }

.switch {
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 36px;
    background-color: #fff;
    border-radius: 36px;
    z-index: 1;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: 0s, .05s;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.track {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
    border-radius: 40px;
}
/* TOGGLE CSS ENDS HERE */

/* MODAL CSS STARTS HERE */
.modalcss {
    margin-left: -55px;
}

.modal-header {
    float: left;
    display: block;
    /*background-color: #fed23b;
color: #000;*/
    background-image: linear-gradient(to right, #622c91, #eb4e3f);
    color: #fff;
}

.closemodal {
    color: #fff;
    opacity: 0.8;
}

    .closemodal:hover {
        color: #000;
        opacity: 0.8;
    }

.modal-footer button {
    margin-top: 0px;
}

.modal-content {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
}
/* MODAL CSS ENDS HERE */

/*BUTTON CSS STARTS HERE*/
.buttoncss {
    margin-left: -55px;
}

    .buttoncss button {
        margin-right: 20px;
    }

.btncss {
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 175px;
    height: 48px;
    margin-top: 20px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    line-height: 46px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.processing-back-btncss {
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.btn_primary {
    border: 1px solid #3aa33a;
    color: white !important;
    background: #3aa33a;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    .btn_primary:hover {
        border: 1px solid #1a4362;
        color: #000 !important;
        background-color: transparent;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

.btn_Scondary {
    border: 1px solid #1a4362;
    color: #000 !important;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}

    .btn_Scondary:hover {
        border: 1px solid #3aa33a;
        color: white !important;
        background: #622c91;
        transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    }

.btn_disable {
    border: 1px solid #dae0e5;
    color: #8c8c8c !important;
    background-color: #e1e1e1;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: not-allowed !important;
}



button:focus {
    outline: 0px;
}
/*BUTTON CSS ENDS HERE*/

/* SEARCH CSS */
.searchwrap {
    margin-bottom: 10px !important;
    text-align: right;
}

    .searchwrap input[type="text"] {
        height: 49px;
        font-size: 16px;
        font-family: 'roboto','Segoe UI', calibri, sans-serif !important;
        display: inline-block;
        border: none;
        outline: none !important;
        color: #555;
        padding: 3px;
        padding-right: 60px;
        width: 0px;
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        z-index: 1;
        transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
        cursor: pointer;
        padding-top: 14px;
    }

.nozindex {
    z-index: 0 !important;
}

.searchwrap input[type="text"]:focus:hover {
    border-bottom: 2px solid #6689a9;
}

.searchwrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 2px solid #6689a9;
    cursor: text;
}

.searchwrap input[type="submit"] {
    height: 64px;
    width: 40px;
    display: inline-block;
    color: #555;
    float: right;
    background: url("../img/search_sidegreen.png") center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    cursor: pointer;
    transition: opacity .4s ease;
    outline: none !important;
}

    .searchwrap input[type="submit"]:hover {
        opacity: 0.8;
    }

.searchwrap input[type="text"]:focus:hover {
    border-bottom: 2px solid rgba(0,0,0, 0.12);
}

.searchwrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 2px solid rgba(0,0,0, 0.12);
    cursor: text;
}

.searchwrap input[type="submit"] {
    height: 55px;
    width: 40px;
    display: inline-block;
    color: #555;
    float: right;
    background: url("../img/search_icon.png") center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    cursor: pointer;
    transition: opacity .4s ease;
    outline: none !important;
}

    .searchwrap input[type="submit"]:hover {
        opacity: 0.8;
    }

.textsearch {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    padding: 4px 10px;
    width: 70%;
}

.loading-body {
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10034;
    /*background-color: black;
    background-color: rgba(0, 0, 0, 0.5);*/
    -webkit-transition: 0.5s;
    overflow: auto;
    transition: all 0.3s linear;
    background-image: linear-gradient(to right, #622c91, #eb4e3f);
    opacity: 0.4;
}

.btncss-mail-sent {
    text-align: center !important;
    vertical-align: middle;
    color: green;
    border: green;
    height: 2%;
    box-shadow: none !important;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
}

.btncss-sent-items {
    text-align: center;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    max-width: 175px;
    height: 35px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.notification {
    background-color: #9b59b6;
    padding: 2px !important;
    color: #fff;
    min-width: 22px;
    height: 22px;
    border-radius: 17px;
    float: right;
    /*border-radius: 90px;
    -moz-border-radius: 90px;*/
    text-align: center;
    font-weight: 500;
    /*-webkit-border-radius: 90px;*/
    /*margin-right: 60%;*/
    /*margin-bottom: 14px;*/
}

.thingDatePicker {
    background: url('../../TrapezeImages/img/calendar.png') no-repeat right center #fff;
    background-size: 15px 15px;
    /*#F0D1FA*/
}

@media screen and (min-width:1000px) and (max-width:1250px) {
    .searchwrap {
        /*margin-right: -20px;*/
    }
}

@media screen and (min-width:1300px) and (max-width:1500px) {
    .searchwrap {
        /*margin-right: -100px;*/
    }
}

@media screen and (min-width:1500px) {
    .searchwrap {
        /*margin-right: -234px;*/
    }
}

@media screen and (max-width:768px) {
    .searchwrap {
        /*margin-right: 45px;*/
    }
}
/* SEARCH CSS */
.right {
    float: right;
}

.mainfilter {
    padding-top: 19px;
}

.datatableicons {
    padding: 0px 7px;
}

.dataheading {
    display: inline-block;
    margin-top: 28px;
}


/* FIREFOX FOCUS ISSUE FIX */
button::-moz-focus-inner {
    border: 0 !important;
}

a, a:visited, a:focus, a:active, a:hover {
    outline: 0 none !important;
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.form-control:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

@media screen and (max-width: 1025px) {
    .nav-tabs li a {
        padding: 15px 20px !important;
    }
}
