﻿.err {
    color: red;
    font-size: 11px;
    font-weight: bold;
}

    .err span {
        color: red;
        font-size: 10px;
        font-weight: bold;
    }

.errborder {
    border: 1px solid red;
}

.iconSize {
    font-size: 20px;
    top: 6px;
}

.tblLine tr > td {
    line-height: 22px !important;
}

.green:hover {
    color: green;
}

.trash:hover {
    color: red;
}

.filter:hover {
    color: #1ABB9C;
}

.direction {
    font-size: 11px;
    color: #183d65;
}

.table-hover tr:hover {
    color: #0064ce;
}

.filterdata {
    color: #2e822e;
    font-size: 12px;
    position: relative;
    top: 7px;
}

#gears {
    text-align: center;
    color: #333;
    width: 150px;
    margin: auto;
    border-radius: 10px;
    background-color: rgba(13, 13, 47, 0.35);
    padding: 30px 0px;
}

.paddF {
    padding-right: 1px !important;
    padding-left: 15px !important;
}

.paddM {
    padding-right: 1px !important;
    padding-left: 7px !important;
}

.paddL {
    padding-left: 5px !important;
}

.ErrorContener {
    background: rgba(216, 214, 214, 0.58);
    box-shadow: #000 0 12px 41px 1px;
    border-radius: 5px;
    margin: auto;
    width: 50%;
    position: relative;
    top: 50px;
    cursor: not-allowed;
    color: #0d0d2f;
}

.ErrorContenerh1 {
    color: #043388 !important;
    font-size: 3em !important;
    text-align: center;
    font-family: initial;
}

.ErrorContenerh2 {
    color: #0d0d2f !important;
    text-align: center;
    font-family: initial;
}

.ErrorContenerp {
    font-size: 22px;
    color: #0d0d2f;
    font-weight: 900;
    text-align: center;
}

.tagsinput {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 6px 6px 0;
    width: 300px;
    overflow-y: auto;
}

span.tag {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    float: left;
    padding: 5px 9px;
    text-decoration: none;
    background: #1ABB9C;
    color: #F1F6F7;
    margin-right: 5px;
    font-weight: 500;
    margin-bottom: 5px;
    font-family: helvetica;
}

    span.tag a {
        color: #F1F6F7 !important;
    }

.tagsinput span.tag a {
    font-weight: bold;
    color: #82ad2b;
    text-decoration: none;
    font-size: 11px;
}

.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: 13px;
    border: 1px solid transparent;
    padding: 3px;
    background: transparent;
    color: #000;
    outline: 0px;
}

.tagsinput div {
    display: block;
    float: left;
}

.tags_clear {
    clear: both;
    width: 100%;
    height: 0px;
}

.not_valid {
    background: #FBD8DB !important;
    color: #90111A !important;
}

ul.bar_tabs {
    overflow: visible;
    background: #F5F7FA;
    height: 25px;
    margin: 21px 0 14px;
    padding-left: 14px;
    position: relative;
    z-index: 1;
    width: 100%;
    border-bottom: 1px solid #E6E9ED;
}

    ul.bar_tabs > li {
        border: 1px solid #E6E9ED;
        color: #333 !important;
        margin-top: -17px;
        margin-left: 8px;
        background: #fff;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
    }

        ul.bar_tabs > li.active {
            border-right: 6px solid #D3D6DA;
            border-top: 0;
            margin-top: -15px;
        }

        ul.bar_tabs > li a {
            padding: 10px 17px;
            background: #F5F7FA;
            margin: 0;
            border-top-right-radius: 0;
        }

            ul.bar_tabs > li a:hover {
                border: 1px solid transparent;
            }

        ul.bar_tabs > li.active a {
            border-bottom: none;
        }

    ul.bar_tabs.right {
        padding-right: 14px;
    }

        ul.bar_tabs.right li {
            float: right;
        }

a:focus {
    outline: none;
}

ul.timeline li {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    clear: both;
}

.timeline .block {
    margin: 0;
    border-left: 3px solid #e8e8e8;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 105px;
}

.timeline.widget {
    min-width: 0;
    max-width: inherit;
}

    .timeline.widget .block {
        margin-left: 5px;
    }

.timeline .tags {
    position: absolute;
    top: 5px;
    left: 0;
    width: 84px;
}

.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px;
}

    .timeline .tag span {
        display: block;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.tag {
    line-height: 1;
    background: #428bca;
    color: #fff !important;
}

    .tag:after {
        content: " ";
        height: 30px;
        width: 0;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        pointer-events: none;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 11px solid #428bca;
    }

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0;
}

    .timeline h2.title:before {
        content: "";
        position: absolute;
        left: -23px;
        top: 3px;
        display: block;
        width: 14px;
        height: 14px;
        border: 3px solid #d2d3d2;
        border-radius: 14px;
        background: #f9f9f9;
    }

.timeline .byline {
    padding: .25em 0;
}

.hegit {
    height: 41px;
}

.space {
    margin-top: 3px;
    color: #7a07ab;
}

    .space strong {
        font-weight: 600 !important;
    }

.vsmall-text {
    font-size: 85%;
}

.padding-none {
    padding: 0 !important;
}

.padding-all-5 {
    padding: 5px;
}

.border-all {
    border: 1px solid #cecece;
}

.border-b-dotted {
    border-bottom: 1px dotted #cecece;
    color: green;
}

.bottom > .boxarrow {
    right: 60%;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.margin-t,
.margin-t-b {
    margin-top: 10px;
}
/*arrow*/

.boxarrow:after {
    right: 98%;
    top: 70%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.boxarrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #e2e1e1;
    border-width: 22px;
    margin-top: -28px;
}
/*arrow*/

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: 21px !important;
}

fieldset {
    display: block;
    -webkit-margin-start: -18px;
    -webkit-margin-end: -18px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
    font-size: 12px;
}

legend {
    display: block;
    -webkit-padding-start: 2px;
    -webkit-padding-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    color: orangered;
}
/*TAB*/

.asp-Container .form-control {
    border: 1px solid #a6b7ca;
    box-shadow: none;
}

    .asp-Container .form-control:hover {
        border: 1px solid #428bca;
        box-shadow: none;
    }

.asp-Container .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 0px 6px;
    font-size: 11px;
    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;
}

.asp-Container label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 11px;
}

.asp-Container textarea.form-control {
    height: 35px;
}

.asp-Container .form-control:focus {
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.asp-Container .form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee !important;
    opacity: 1;
}

.asp-Container .Cal {
    background: url(../images/cal.png)no-repeat 97% center;
    display: block;
    background-size: contain;
}

.asp-Container .btn {
    display: inline-block;
    padding: 4px 4px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: 400;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.asp-Container .btn-default {
    border: 1px solid gray !important;
}
/*TAB*/

.asp-Container .table tr {
    font-size: 10px;
}

.tbScroll {
    height: 270px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .tbScroll > table > tbody > tr > td {
        line-height: 18px !important;
        font-size: 11px;
    }

input.tip:hover {
    cursor: help;
    position: relative;
}

.HeaderItemStyle {
    text-indent: 5px;
    height: 35px;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(140, 152, 177)), color-stop(0.72, rgb(125, 149, 179)), color-stop(0.86, rgb(69, 73, 76)));
}

.modal-dialog {
    box-shadow: 0px 4px 30px 6px rgba(51, 76, 169, 0.79);
}

#content-table th {
    background: #b8daff;
    position: sticky;
    width: auto;
    z-index: 100;
    top: -1px;
}

.completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
}

.listItem {
    color: #191919;
}

.itemHighlighted {
    background-color: #82c4f7;
}

#animated_div {
    width: 76px;
    height: 47px;
    background: #92B901;
    color: #ffffff;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    padding: 10px;
    animation: animated_div 5s 1;
    -moz-animation: animated_div 5s 1;
    -webkit-animation: animated_div 5s 1;
    -o-animation: animated_div 5s 1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

@keyframes animated_div {
    0% {
        transform: rotate(0deg);
        left: 0px;
    }

    25% {
        transform: rotate(20deg);
        left: 0px;
    }

    50% {
        transform: rotate(0deg);
        left: 1200px;
    }

    55% {
        transform: rotate(0deg);
        left: 1200px;
    }

    70% {
        transform: rotate(0deg);
        left: 1200px;
        background: #1ec7e6;
    }

    100% {
        transform: rotate(-360deg);
        left: 0px;
    }
}

@-webkit-keyframes animated_div {
    0% {
        -webkit-transform: rotate(0deg);
        left: 0px;
    }

    25% {
        -webkit-transform: rotate(20deg);
        left: 0px;
    }

    50% {
        -webkit-transform: rotate(0deg);
        left: 1200px;
    }

    55% {
        -webkit-transform: rotate(0deg);
        left: 1200px;
    }

    70% {
        -webkit-transform: rotate(0deg);
        left: 1200px;
        background: #1ec7e6;
    }

    100% {
        -webkit-transform: rotate(-360deg);
        left: 0px;
    }
}

@-moz-keyframes animated_div {
    0% {
        -moz-transform: rotate(0deg);
        left: 0px;
    }

    25% {
        -moz-transform: rotate(20deg);
        left: 0px;
    }

    50% {
        -moz-transform: rotate(0deg);
        left: 1200px;
    }

    55% {
        -moz-transform: rotate(0deg);
        left: 1200px;
    }

    70% {
        -moz-transform: rotate(0deg);
        left: 1200px;
        background: #1ec7e6;
    }

    100% {
        -moz-transform: rotate(-360deg);
        left: 0px;
    }
}

@-o-keyframes animated_div {
    0% {
        transform: rotate(0deg);
        left: 0px;
    }

    25% {
        transform: rotate(20deg);
        left: 0px;
    }

    50% {
        transform: rotate(0deg);
        left: 1200px;
    }

    55% {
        transform: rotate(0deg);
        left: 1200px;
    }

    70% {
        transform: rotate(0deg);
        left: 1200px;
        background: #1ec7e6;
    }

    100% {
        transform: rotate(-360deg);
        left: 0px;
    }
}


.boxview {
    height: 75px;
    text-align: right;
    padding: 6px;
    border-right: 1px solid #d1d4d7;
    margin-right: -1px;
    font-size: 14px;
    position: relative;
    display: table-cell;
}

.number1 {
    font-weight: 600;
    color: #5bc0de;
    margin-top: 0px;
    font-size: 24px;
}

.number2 {
    font-weight: 600;
    color: #5cb85c;
    margin-top: 0px;
    font-size: 24px;
}

.number3 {
    font-weight: 600;
    color: #f0ad4e;
    margin-top: 0px;
    font-size: 24px;
}

.number4 {
    font-weight: 600;
    color: #428bca;
    margin-top: 0px;
    font-size: 24px;
}

.title {
    color: #183d65;
    margin-top: -2px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}

.gvtable {
    background: #fff;
    width: 100%;
}

    .gvtable thead th {
        border: 1px solid #b9b6b6 !important;
        vertical-align: middle;
        height: 30px;
        color: #2f4761;
    }

    .gvtable tbody td {
        border: 1px solid #eee;
    }

    .gvtable > tbody {
        color: #2f4761;
        font-size: 14px;
        border: 1px solid #b9b6b6 !important;
        vertical-align: middle;
        height: 30px;
        color: #2f4761;
    }



/*   Validation and error messages class starts  */
.validationsummary {
    border: 1px solid #b08b34;
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 99%;
}

.validationheader {
    left: 0px;
    position: relative;
    font-size: 11px;
    background-color: #e5d9bd;
    color: #56300a;
    height: 20px;
    font-weight: bold;
    border-bottom: 1px solid #b08b34;
    padding-top: 3px;
}

.validationsummary ul {
    padding-top: 5px;
    padding-left: 45px;
    list-style: none;
    font-size: 11px;
    color: #982b12;
    font-style: italic;
}

    .validationsummary ul li {
        padding: 2px 0px 0px 15px;
        background-position: 0px 3px;
        background-repeat: no-repeat;
    }
/* -- --Validation and error messages class ends -- --*/
.logo img {
    position: relative;
    bottom: 0px;
    right: 41px;
    height: 50px;
}

.displaynon {
    display: none;
}

.redionButton input {
    margin: 6px !important;
}

.redionButton label {
    position: relative;
    bottom: 3px;
}

.fontlbl {
    color: #15385e;
    font-weight: 600;
}

.footerLogo {
    width: 95px;
    margin: 0 0 0 57px;
}

.dropdown2 {
    width: 433px;
    left: -300px;
    background-color: #d9e8ff;
    border: 1px solid #296cb6;
}
