﻿@-webkit-keyframes bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,to {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

.clearboth {
    clear: both
}

td {
    vertical-align: top
}

.mainTable {
    padding: 0 20px;
    width: 100%
}

.header-td {
    height: 102px;
    background: url(/images/bg-header.gif)no-repeat
}

.left-td, .menu {
    font: 12px arial,helvetica,sans-serif
}

.menu {
    height: 45px;
    padding: 5px 0 0 21px;
    border-top: 1px solid #d8d8d8;
    background: #0599e1
}

.menu a {
    display: black;
    float: left;
    height: 15px;
    padding: 1px 8px;
    text-decoration: none;
    border: 1px solid #0599e1;
    color: #fff
}

.menu a:hover {
    background: #fff;
    color: #0599e1;
    border: 1px solid #fff
}

.left-td {
    width: 230px;
    border-right: 1px solid #d8d8d8;
    height: 100px;
    color: #036
}

.left-con {
    min-height: 150px;
    padding: 6px 0;
    background: #0599e1
}

.top-gradient {
    height: 6px;
    line-height: 0;
    background: url(/images/bg-left.jpg)repeat-x;
    background-position: right
}

.login {
    margin: 12px 21px 10px 20px;
    padding-bottom: 10px;
    overflow: hidden
}

.fieldset legend a, .login, .login h3 {
    color: #fff
}

.footer a, .login a {
    text-decoration: underline;
    color: #fff
}

.login a:hover {
    color: #e9f8ff
}

.right-td {
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

.content-area {
    min-height: 200px;
    font: 12px arial,helvetica,sans-serif;
    color: #000;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid #a5a5a0
}

.content-area ul {
    list-style: circle
}

.content-area li {
    margin: 2px 0 0
}

h3 {
    font: 16px"trebuchet-ms",helvetica,sans-serif;
    margin: 0 0 15px
}

.button, .field {
    color: #036 !important
}

.button {
    background: #fff !important;
    border: 1px solid #036 !important;
    font: 11px arial,helvetica,sans-serif
}

.field {
    font: 12px arial,helvetica,sans-serif;
    padding: 2px !important;
    width: 130px !important;
    line-height: 14px !important;
    height: auto !important;
    border: 1px solid #fff !important
}

.footer {
    color: #999;
    font: 11px/16px arial,helvetica,sans-serif;
    padding: 4px 0 0
}

.footer a {
    color: #999
}

#mainFooter a:hover, .footer a:hover {
    color: #666
}

a.cp-nav {
    background: #0599e1 url(/images/bulletwithhover.gif)no-repeat 5px 0;
    display: block;
    padding: 6px 4px 5px 24px;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize
}

a.cp-nav:hover {
    background: #fff url(/images/bulletwithhover.gif)no-repeat 5px -27px;
    color: #0599e1
}

.form-title {
    color: #2f627d;
    background: #e7f7ff;
    border: 1px solid #aacee1;
    padding: 2px;
    margin: 0 0 6px
}

.form-spacing {
    margin: 20px 0
}

.cell-one {
    width: 200px;
    text-align: right;
    padding: 5px 2px 2px;
    font-weight: 700
}

.cell-two {
    width: 212px;
    padding: 2px
}

.cell-three {
    width: 200px;
    padding: 4px 2px 2px;
    color: red
}

.two-cells {
    padding: 2px
}

.dropdown, select {
    width: 207px;
    height: 27px;
    line-height: 27px;
    font-family: arial,sans-serif;
    font-size: 1em;
    color: #333;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-top: solid 1px silver
}

.none {
    border: 0;
    background: #fff;
    margin: 1px 5px 0 0
}

.big-field {
    width: 200px;
    height: 22px;
    line-height: 25px;
    padding-left: 5px;
    font-family: arial,sans-serif;
    font-size: 1em;
    color: #333;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-top: solid 1px silver
}

.small-field, .smallest-field {
    width: 80px;
    margin-right: 6px;
    color: #4a4949;
    height: 16px;
    padding: 1px 0 1px 3px;
    border-top: solid 1px #67676a;
    border-left: solid 1px #67676a;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff
}

.smallest-field {
    width: 18px
}

.content-area h1 {
    font-size: 18px;
    color: #383838;
    margin: 15px 0 5px
}

.content-area h2 {
    font-size: 15px;
    color: #383838;
    margin: 30px 0 5px
}

.content-area a {
    color: #00f
}

.content-area a, .content-area a:hover {
    text-decoration: underline
}

.grid-cell, .grid-cell-centered {
    border: 1px solid #000;
    border-bottom: 0;
    border-right: 0
}

.grid-cell-centered {
    padding: 2px 4px;
    text-align: center
}

.search-result-box {
    width: 50%;
    padding: 5px 3px
}

.dropdown2 {
    font: 90%/130%arial,helvetica;
    color: #333;
    padding: 2px 0 0 3px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    background: #fff
}

.button {
    cursor: hand
}

.form-title-sub {
    color: #2f627d;
    border: 1px solid #aacee1;
    padding: 2px;
    margin: 0 0 6px
}

a.step, a.step-over {
    display: block;
    height: 71px;
    font: 11px arial,helvetica,sans-serif;
    float: left;
    margin: 0 1px 0 0;
    text-align: center;
    padding: 4px
}

a.step {
    color: #000;
    background: #ccc;
    text-decoration: none
}

a.step b, a.step-over b {
    font-size: 12px
}

a.step-over {
    background: #265e99
}

a.step-over, a.step-red, a.step:hover {
    color: #fff;
    text-decoration: none
}

a.step:hover {
    background: #265e99
}

.bottom-line-only, .bottom-line-only-left {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    font-size: 11px !important;
    color: #333
}

.bottom-line-only {
    width: 200px;
    text-align: center;
    padding: 0 0 2px !important
}

.bottom-line-only-left {
    width: 198px !important;
    padding: 0 0 2px 2px
}

.hs-col-1 {
    padding: 4px;
    width: 16px;
    font-weight: 700
}

.hs-col-2 {
    width: 14px;
    font-weight: 700
}

.hs-col-2, .hs-col-3 {
    padding: 4px
}

.h2-col-3-div, .hs-col-3 {
    width: 454px
}

.hs-col-4 {
    padding-right: 10px
}

.hs-col-4, .hs-col-5 {
    width: 50px
}

.main-table {
    margin: 15px 0 0;
    width: 100%;
    background: #f6f8f9;
    color: #333
}

.left-col, .right-col {
    width: 50%;
    padding: 2px 4px
}

.left-col {
    border-right: 1px solid #fff
}

.left-col b, .right-col b {
    color: #000;
    font-size: 12px
}

.right-col {
    border-left: 1px solid #fff
}

.tooltipdiv {
    padding: 10px 10px 10px 9px;
    background-color: #fff;
    color: #000;
    font: 11px/13px arial,helvetica,sans-serif
}

.vertical-spacing {
    margin: 20px 0 20px 40px
}

.horizontal-spacing {
    margin: 20px 2px 10px 10px
}

.main-grid {
    margin: 20px 0 10px
}

.heading-cell {
    background: #2298d0;
    color: #fff;
    padding: 5px
}

.grid-cell, .linkheading-cell {
    padding: 3px 5px
}

.grid-cell {
    background: #fff
}

.grid-cell-2 {
    background: #f5f5f5;
    padding: 3px 5px
}

.grid-cell-2:hover, .grid-cell:hover {
    cursor: pointer;
    background: #e7e7e7
}

.small-button {
    font-size: .9em
}

.grid-padding {
    padding: 3px 5px;
    margin: 20px 0 10px
}

#footerRight {
    float: right;
    margin: 0 6px 0 0;
    text-align: right
}

.dialogHeader, legend {
    text-transform: uppercase
}

.dialogHeader {
    text-align: left;
    font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bolder;
    color: #ebf4ff;
    background-repeat: repeat-x;
    background-color: #0e3f8b;
    border-bottom: solid 1px #092b5d;
    border-top: solid 1px #5577ad;
    border-left: solid 1px #335c9d;
    border-right: solid 1px #082653;
    padding: 5px
}

.container-close {
    background: url(/images/sprite.png)no-repeat 0-300px;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 6px;
    top: 7px;
    width: 25px
}

#confirm-overlay {
    background-color: #eee;
    cursor: wait
}

legend {
    background: #0599e1;
    color: #fff;
    padding: 3px 10px;
    font-weight: 700;
    border: 1px solid #fff
}

.heading {
    height: 15px;
    color: #999;
    background: #f6f8f9;
    padding: 5px;
    margin: 0 0 15px;
    font-weight: 700
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.table_checkboxlist tr td {
    width: 25%
}

.tttr {
    background-color: #f4f4f4;
    color: #000;
    border: 0 solid #fff;
    padding: 0;
    margin: 0
}

.ttt, .tttc {
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 0 solid;
    border-top: #fff 0 solid
}

.tttc {
    margin: 0;
    padding: 8px 0;
    vertical-align: middle
}

.ttt {
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 1px
}

.tter, .tterhover {
    color: #000;
    border: 0 solid #fff
}

.tter {
    background-color: #f4f4f4
}

.tterhover {
    background: #ddcdcd
}

.trr {
    color: #ce0000;
    border-top: 1px solid #646464
}

.contacttable, .tc, .trr {
    border-bottom: 1px solid #646464
}

.tc {
    background: #265e99;
    color: #fff;
    border-top: 1px solid #646464;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    font-weight: 700
}

.contacttable {
    width: 100%
}

.topSeparator {
    height: 20px
}

.overflow-y {
    overflow-y: auto
}

a.step-red {
    display: block;
    height: 71px;
    font: 11px arial,helvetica,sans-serif;
    float: left;
    background: #ad0e16;
    margin: 0 1px 0 0;
    text-align: center;
    padding: 4px
}

.tr-higlight-yellow {
    background-color: #ffffe1;
    border-bottom: dotted 1px #a7a7a8;
    cursor: pointer
}

.tr-highlight-lightgreen {
    background-color: #c3d5cb
}

.tr-highlight-lightgreen, .tr-white {
    border-bottom: dotted 1px #a7a7a8;
    cursor: pointer
}

.td-padding3 {
    padding: 3px
}

.td-leftalign {
    text-align: left
}

.td-topalign {
    vertical-align: text-top
}

.tr-mouseover-gray {
    background-color: #c3d5cb;
    border-bottom: dotted 1px #000;
    cursor: pointer
}

.table_checkboxlist {
    width: 100%
}

.circle {
    display: block;
    width: 16px;
    height: 16px;
    border: solid 1px #000;
    border-radius: 8px;
    behavior: url(border-radius.htc)
}

.width10 {
    width: 10px
}

.width600 {
    width: 600px
}

.width610 {
    width: 610px
}

.width620 {
    width: 620px
}

.width650 {
    width: 650px
}

.td-padding-left15 {
    padding-left: 15px
}

.solid-black-1 {
    border: solid 1px #000
}

.padding-3 {
    padding: 3px
}

.widthauto {
    width: auto
}

.tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    color: #000;
    width: 500px;
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #000;
    padding: 5px
}

.progressBackgroundFilter {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=75);
    opacity: .75;
    z-index: 1003
}

#processMessageIEImageDiv {
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1004;
    background-color: #fff;
    text-align: center
}

.searchContainer {
    margin: 20px
}

.delete, .searchfield {
    float: left;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-top: solid 1px silver
}

.searchfield {
    width: 200px;
    height: 27px !important;
    line-height: 27px !important;
    text-indent: 10px;
    font-family: arial,sans-serif;
    font-size: 1em !important;
    color: #333;
    border-right: none !important
}

.delete {
    width: 16px;
    height: 27px;
    line-height: 27px;
    margin-right: 15px;
    padding: 0 10px;
    font-family: "Lucida Sans","Lucida Sans Unicode",sans-serif;
    font-size: 22px;
    border-left: none
}

.delete .x, .submitsearch {
    color: #a1b9ed;
    cursor: pointer;
    display: none
}

.delete .x:hover {
    color: #36c
}

.submitsearch {
    width: 70px;
    height: 31px;
    line-height: 0;
    font-size: 0;
    text-indent: -999px;
    color: transparent;
    background: url(/images/ico-search.png)no-repeat #0599e1 center !important;
    border: 1px solid #3079ed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block
}

.submitsearch:hover {
    background: url(/images/ico-search.png)no-repeat center #357ae8;
    border: 1px solid #2f5bb7
}

.fclear {
    clear: both
}

.ddlStyle {
    float: left;
    width: 207px;
    height: 27px;
    line-height: 27px;
    font-family: arial,sans-serif;
    font-size: 1em;
    color: #333;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-top: solid 1px silver
}

.blueBtn {
    cursor: pointer;
    height: 25px;
    line-height: 0;
    color: #fff;
    font-weight: 700;
    background: #0599e1 no-repeat center;
    border: 1px solid #3079ed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding-right: 10px;
    padding-left: 10px
}

.blueBtn:hover {
    background: #357ae8 no-repeat center;
    border: 1px solid #2f5bb7
}

.fieldset, fieldset {
    padding: 20px;
    border: 1px solid #fff;
    border-color: #a5a5a0;
    margin-bottom: 36px;
    margin-top: 25px
}

.legend {
    background: #0599e1;
    color: #fff;
    padding: 3px 10px;
    font-weight: 700;
    border: 1px solid #fff
}

.txtStyle, input[type=password], input[type=text], textarea {
    width: 200px;
    height: 22px;
    line-height: 25px;
    padding-left: 5px;
    font-family: arial,sans-serif;
    font-size: 1em;
    color: #333;
    background: #fff;
    border: solid 1px #d9d9d9;
    border-top: solid 1px silver
}

textarea {
    height: 150px;
    width: 300px
}

.margin-right-5 {
    margin-right: 2px
}

.text-field-bottom-line-only {
    border: 0;
    border-bottom: 1px solid #000;
    padding: 0 0 2px 2px;
    font-size: 11px;
    color: #333
}

a {
    color: #0072c5
}

.grayOut {
    background-color: #e3e3e3
}

body {
    font: 14px Helvetica,Sans-Serif
}

button, input[type=button], input[type=submit] {
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    background: #0599e1 no-repeat center;
    border: 1px solid #3079ed;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 5px 10px
}

button:disabled, input[type=button]:disabled, input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .65
}

.UploaderMAin {
    height: 45px;
    width: 400px
}

.LoadingBar {
    width: 70%;
    background: #25a0da
}

.LoadingBar, .LoadingError, .LoadingSucsess {
    height: 15px;
    display: inline-block
}

.LoadingSucsess {
    background: #35d258;
    width: 100%
}

.LoadingError {
    background: #bc0000;
    width: 90%
}

.Cancel {
    color: red;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 15px
}

.LoadingBarWrapper {
    width: 350px;
    height: 15px;
    border: 1px solid #ebebeb;
    float: left;
    position: relative
}

.Clear {
    clear: both
}

.LoadingPercent, .UploadingContent {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px
}

.UploadingContent {
    color: #666;
    margin: 5px 0 0;
    padding: 0 0 0 4px
}

.LoadingPercent {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    left: 0
}

#MenuContainer ul li {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 1px solid #cdcdcd;
    background-color: #f9f9f9;
    border-right: 1px solid #cdcdcd;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    height: 60px;
    line-height: 16px;
    list-style-type: none;
    text-align: center;
    width: 96px;
    cursor: pointer;
    margin: 0;
    padding: 10px 2px 0
}

#MenuContainer {
    border-left: 1px solid #cdcdcd;
    height: 71px;
    width: 100%;
    overflow: hidden;
    position: relative
}

#MenuContainer ul, .arrowleft, .arrowright {
    background-color: #f9f9f9;
    position: absolute
}

#MenuContainer ul {
    margin: 0;
    padding: 0
}

#MenuContainer ul li.Incomplete {
    background-color: #bf3730;
    color: #fff
}

.arrowleft, .arrowright {
    border-top: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    height: 60px;
    text-align: center;
    width: 25px;
    cursor: pointer;
    padding: 10px 2px 0
}

.arrowleft {
    left: 0
}

.arrowright {
    right: 0
}

.arrow-icon {
    width: 14px;
    height: 17px;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    top: 25%
}

.arrowleft .arrow-icon {
    background: url(/images/arrowSprite.png);
    background-position: -2px 23px;
    left: 15%
}

.arrowleft .arrow-icon:hover, .arrowleft .hover {
    background-position: -2px -4px
}

.arrowright .arrow-icon {
    background: url(/images/arrowSprite.png);
    background-position: 18px 23px;
    left: 28%
}

.arrowright .arrow-icon:hover, .arrowright .hover {
    background-position: 18px -4px
}

.tab-container {
    position: relative;
    border-bottom: 3px solid #25a0da;
    height: 71px;
    padding: 0 30px
}

#MenuContainer ul li.Selected, #MenuContainer ul li:hover {
    background-color: #25a0da;
    color: #fff
}

#MenuContainer ul li a {
    text-decoration: none;
    color: inherit
}

.spinner2 {
    margin: -80px 0 0-78px;
    width: 150px;
    height: 150px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1005
}

.table {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto
}

.circlee {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.circlee:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 12%;
    height: 12%;
    background-color: #25a0da;
    border-radius: 100%;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    -moz-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both
}

.circle2 {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.circle3 {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg)
}

.circle4 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.circle5 {
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg)
}

.circle6 {
    -webkit-transform: rotate(150deg);
    -moz-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    -o-transform: rotate(150deg);
    transform: rotate(150deg)
}

.circle7 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.circle8 {
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg)
}

.circle9 {
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg)
}

.circle10 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.circle11 {
    -webkit-transform: rotate(300deg);
    -moz-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    -o-transform: rotate(300deg);
    transform: rotate(300deg)
}

.circle12 {
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg)
}

.circle2:before {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.circle3:before {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    animation-delay: -1s
}

.circle4:before {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    animation-delay: -.9s
}

.circle5:before {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    animation-delay: -.8s
}

.circle6:before {
    -webkit-animation-delay: -.7s;
    -moz-animation-delay: -.7s;
    animation-delay: -.7s
}

.circle7:before {
    -webkit-animation-delay: -.6s;
    -moz-animation-delay: -.6s;
    animation-delay: -.6s
}

.circle8:before {
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    animation-delay: -.5s
}

.circle9:before {
    -webkit-animation-delay: -.4s;
    -moz-animation-delay: -.4s;
    animation-delay: -.4s
}

.circle10:before {
    -webkit-animation-delay: -.3s;
    -moz-animation-delay: -.3s;
    animation-delay: -.3s
}

.circle11:before {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    animation-delay: -.2s
}

.circle12:before {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    animation-delay: -.1s
}

input[type=button].disabled, input[type=submit].disabled {
    background: #e1e1e1 no-repeat center;
    color: #c1c1c1;
    border: 1px solid #ccc;
    cursor: initial
}

#ui_notifIt {
    z-index: 1004
}

#ui-datepicker-div {
    font-family: Arial;
    font-size: 8pt
}

.RadGrid_Metro .rgHeader {
    color: #555 !important
}

.RadGrid_Metro .rgFilter, .RadGrid_Metro .rgFilterBox, .RadInputMgr_Metro, html body .RadInput .riTextBox, html body .RadInputMgr {
    border-color: #a09e9e !important
}

.RadGrid_Metro .rgFilter {
    margin-top: 1px !important
}

.RadGrid_Metro .rgHeader, .RadGrid_Metro .rgHeaderWrapper, .RadGrid_Metro th.rgResizeCol {
    background-color: #f5f5f5
}

.yellow-button {
    background-color: #ffeb3b !important;
    color: #000 !important;
    border-color: #000 !important;
    padding: 15px 10px !important
}

.right-legend {
    background: #0599e1;
    color: #fff;
    padding: 3px 10px;
    font-weight: 700;
    border: 1px solid #fff;
    float: right;
    margin-top: -41px;
    margin-right: 25px;
    display: block
}

#flex, .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.main {
    min-height: 80vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch
}

#flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    width: 40%
}

@media only screen and (min-width:1000px) {
    #search {
        margin: auto
    }
}

@media only screen and (min-width:832px) {
    #search {
        -webkit-align-content: flex-end;
        align-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        width: 65%
    }

    .main {
        width: auto
    }
}

@media only screen and (max-width:831px) {
    #search {
        -webkit-align-content: flex-end;
        align-content: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -moz-box-pack: space-evenly;
        justify-content: space-evenly;
        margin: 0
    }

    .main {
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content
    }
}

.RadGrid {
    font-size: 110%
}

div#ctl00_ContentPlaceHolder1_c_SearchByBuyerReport1_RadGrid1_GridData {
    overflow-y: hidden !important;
    height: auto !important;
    min-height: 400px !important
}

.RadGrid_Metro .rgHeader {
    font-weight: 400 !important
}

fieldset, legend {
    border-radius: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 10px;
    width: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #0ae;
    background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(50%,rgba(255,255,255,.2)),color-stop(50%,transparent),to(transparent))
}

.optWrapper.okCancelInMulti.multiple {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.CenterText, .rank-image, td.CenterText, th {
    text-align: -webkit-center !important
}

.LeftAlignText, th:last-child {
    text-align: -webkit-left !important
}

.MyGridClass .rgDataDiv {
    height: auto !important
}

dfn {
    padding: 0 .4em;
    font-style: normal;
    position: relative;
    top: inherit;
    left: inherit
}

dfn::after {
    content: attr(data-info);
    display: inline;
    position: absolute;
    top: 22px;
    left: 0;
    opacity: 0;
    width: 230px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    padding: .5em .8em;
    background: rgba(0,0,0,.8);
    color: #fff;
    pointer-events: none;
    -webkit-transition: opacity 250ms,top 250ms;
    -o-transition: opacity 250ms,top 250ms;
    -moz-transition: opacity 250ms,top 250ms;
    transition: opacity 250ms,top 250ms
}

dfn:hover {
    z-index: 2
}

dfn:hover::after, dfn:hover::before {
    opacity: 1;
    z-index: 999;
    top: 20px
}

td.rgPagerCell.NumericPages {
    padding-top: 15px
}

.rtsLevel.rtsLevel1 {
    -webkit-box-align: normal !important;
    -webkit-align-items: normal !important;
    -moz-box-align: normal !important;
    align-items: normal !important;
    width: inherit !important
}

.SumoSelect > .optWrapper > .options {
    max-height: 220px !important
}

div#ctl00_ContentPlaceHolder1_RadScheduler1 {
    min-width: 80vw
}

.contractexpire_cell, .wsibexpire_cell {
    background-color: #ff7f00 !important;
    border: 3px solid #c60 !important;
    color: #fff;
    width: 100%
}

.contractexpire_cell {
    background-color: red !important;
    border: 3px solid #b20000 !important
}

.followupexpire_cell, .licenseexpire_cell {
    background-color: #0af !important;
    border: 3px solid #007dbc !important;
    color: #fff;
    width: 100%
}

.licenseexpire_cell {
    background-color: #e3a21a !important
}

.insuranceexpire_cell {
    background-color: #ff0 !important;
    border: 3px solid #e3a21a !important;
    color: #000 !important;
    width: 100%
}

.personalcalendar_cell {
    background-color: #a600ff !important;
    border: 3px solid #5d00c6 !important;
    color: #fff;
    width: 100%
}

.fa-exclamation-circle {
    background: -webkit-linear-gradient(left,rgb(255 255 255/0%)0,rgb(255 255 255/0%) 32%,#000 33%,#000 66%,rgb(255 255 255/0%) 67%,rgb(255 255 255/0%) 100%);
    background: -moz-linear-gradient(left,rgb(255 255 255/0%)0,rgb(255 255 255/0%) 32%,#000 33%,#000 66%,rgb(255 255 255/0%) 67%,rgb(255 255 255/0%) 100%);
    background: linear-gradient(90deg,rgb(255 255 255/0%)0,rgb(255 255 255/0%) 32%,#000 33%,#000 66%,rgb(255 255 255/0%) 67%,rgb(255 255 255/0%) 100%)
}

.green-for-check {
    color: #32cd32
}

.yellow-for-exclamation {
    color: #ff0;
    z-index: 999
}

.red-for-cross {
    color: #e80000
}

.RadGrid {
    border-radius: 10px !important;
    overflow: hidden !important
}

.rgMasterTable {
    border: transparent !important
}

::before {
    padding-right: 5px
}

i.fa {
    padding-bottom: 5px;
    padding-top: 5px
}

.w3-card-4, section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column
}

section {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.w3-card-4 {
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 10px
}

.w3-blue {
    background-color: #008bbe !important;
    border-radius: 10px;
    color: #e8e6e3 !important;
    min-height: 25px;
    text-align: center
}

.cardHeader {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-height: 10px
}

.cardHeaderText {
    color: #fff;
    font-size: medium;
    font-weight: 600;
    padding-bottom: 3px;
    padding-top: 2px
}

.cardBodyText {
    font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
    font-size: 11pt
}

.cardFooter {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 10px;
    padding-bottom: 2px;
    padding-top: 2px
}

.w3-container, .w3-panel {
    padding: .01em 16px
}

.w3-container, .w3-container-content {
    border-color: #d3d3d3;
    border-style: solid
}

.w3-container {
    border-width: 0 1px 1px !important
}

hr {
    margin-bottom: 0;
    margin-top: 2px
}

.RadTabStripTop_Metro .rtsLevel1 {
    background-color: #0599e1
}

#baseHtml {
    padding-right: 20px
}

.w3-container-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-width: 0 1px 1px
}

#mainContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

#rightHtml {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    width: -moz-calc(100vw - 310px);
    width: calc(100vw - 310px);
    padding-top: 10px
}

#ctl00_VC {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.RadLabel_Metro {
    font-family: Helvetica,sans-serif !important
}

#mainFooter {
    color: #999;
    font: 11px/16px arial,helvetica,sans-serif;
    padding: 4px 0 0
}

#mainFooter a {
    color: #999;
    text-decoration: underline
}

.content-area {
    padding: 0 10px 10px;
    width: -webkit-fill-available;
    width: -moz-available
}

#leftHtml {
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    width: 230px !important
}

footer.w3-container.w3-blue.cardFooter {
    display: none
}

#ctl00_ContentPlaceHolder1_UpdatePanel_Body > fieldset > div > div:nth-child(1) > dfn > i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100px
}

rgtTimelineContent.radGridContent {
    height: auto !important;
    overflow-y: hidden;
    padding-bottom: 100px
}
/*! CSS Used from: https://localhost:44365/WebResource.axd?d=HkmiNSkKJcp9zYO7iQ4LQbbX7uotloWMli71EdT0LGjcv3Gs9RvQCkJas26xSCjdTHh487Q4zEOLdu4NcoI0LL-yiXUBe0t_O58-_lfWTc0mKLMd-reDLWBHyEW3WxgOZZxqcQ2&t=637817159520000000 */
.RadTabStrip {
    margin: 0 !important;
    padding: 0 !important
}

.RadTabStrip .rtsLI:after, .RadTabStrip .rtsLevel:after, .RadTabStrip .rtsUL:after, .RadTabStrip:after {
    clear: both !important;
    content: "" !important;
    display: block !important;
    height: 0 !important
}

.RadTabStrip .rtsLevel {
    overflow: hidden !important
}

.RadTabStrip .rtsLI, .RadTabStrip .rtsUL {
    list-style: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important
}

.RadTabStrip .rtsUL {
    display: inline !important;
    float: left !important
}

.RadTabStrip .rtsLI {
    line-height: inherit !important
}

.RadTabStrip .rtsLink {
    cursor: pointer !important;
    display: block !important;
    padding-left: 9px !important;
    text-decoration: none !important;
    white-space: nowrap !important
}

.RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsTxt {
    text-decoration: inherit !important
}

.RadTabStrip .rtsOut {
    background-repeat: no-repeat !important;
    display: block !important;
    padding-right: 9px !important
}

.RadTabStrip .rtsIn {
    display: block !important;
    padding: 0 5px !important
}

.RadTabStrip .rtsTxt {
    display: inline-block !important
}

.RadTabStrip .rtsLevel1 .rtsTxt {
    padding: 0 5px !important
}

.RadTabStrip a.rtsLink:focus {
    outline: 0 !important;
    *outline: 1px dotted #555 !important;
    position: relative !important;
    *position: static !important;
    outline-offset: -2px !important
}

.RadTabStrip a.rtsLink:focus:after {
    border: 1px dotted #555 !important;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    left: 1px !important;
    position: absolute !important;
    right: 1px !important;
    top: 1px !important
}

:root .RadTabStrip a.rtsLink:focus:after {
    content: none !important;
    display: none !important
}

.RadTabStrip .rtsLevel {
    clear: both !important;
    padding-top: 1px !important;
    position: relative !important;
    *position: static !important;
    width: 100% !important
}

.RadTabStrip .rtsLevel1 {
    padding-top: 0 !important
}

.RadTabStrip .rtsLI {
    display: inline !important;
    float: left !important;
    *float: none !important
}

.RadTabStrip .rtsLink {
    text-align: center !important
}
/*! CSS Used from: https://localhost:44365/WebResource.axd?d=___tm6ITKFltLAGh6pWoGPWh460EXYyb-FVL0uKoTYUGLF0ydDssY2XPdVe0ziEHIUOs-hYRy_HBkcd5_aHjQEtB6zxXF7WDVG6sqVadPNjz3qe1YFvM6F-9srjFL7qdB0kPk_ZpF1JLglzMIyugmp-vpDo1&t=637817159520000000 */
.RadTabStrip_Metro {
    color: #333 !important;
    font: 12px"Segoe UI",Arial,Helvetica,sans-serif !important;
    line-height: 26px !important
}

.RadTabStripTop_Metro .rtsLevel1, .RadTabStrip_Metro .rtsLevel1 .rtsUL {
    background-color: #25a0da !important
}

.RadTabStrip_Metro .rtsUL {
    background-color: #fff !important
}

.RadTabStripTop_Metro .rtsLevel1 .rtsUL {
    padding: 5px 5px 0 !important
}

.RadTabStrip_Metro .rtsLI {
    color: #767676 !important;
    font: 12px/22px"Segoe UI",Arial,sans-serif !important
}

.Blue-Link-Button, .RadTabStrip_Metro .rtsLevel1 .rtsLI {
    color: #fff !important
}

.RadTabStripTop_Metro .rtsUL .rtsFirst, .RadTabStripTop_Metro .rtsUL .rtsLI {
    padding: 0 0 0 1px !important
}

.RadTabStrip_Metro .rtsLink {
    color: #767676 !important;
    font: 14px/22px"Segoe UI",Arial,sans-serif !important;
    padding: 0 15px !important;
    text-transform: lowercase !important
}

.RadTabStrip_Metro .rtsLink:hover {
    color: #000 !important
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink {
    border: 1px solid #25a0da !important;
    color: #fff !important
}

.RadTabStrip_Metro .rtsLevel1 .rtsLink:hover {
    border-color: #fff !important
}

.RadTabStripTop_Metro .rtsLevel1 .rtsLink {
    background-color: #25a0da !important;
    border-bottom: 0 !important;
    color: #fff !important
}

.RadTabStrip_Metro .rtsSelected {
    background-color: #e5e5e5 !important;
    color: #000 !important
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected {
    background-color: #fff !important;
    border-color: #fff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #000 !important
}

.RadTabStrip_Metro .rtsLevel1 .rtsSelected:hover {
    color: #000 !important
}

.RadTabStrip_Metro .rtsLevel .rtsIn, .RadTabStrip_Metro .rtsLevel .rtsOut, .RadTabStrip_Metro .rtsLevel .rtsTxt {
    padding: 0 !important;
    text-transform: capitalize
}

.Blue-Link-Button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #0599e1 no-repeat center;
    border: 1px solid #3079ed;
    border-block: none;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 5px 10px;
    text-decoration: none !important
}

.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    min-width: 340px;
    min-height: 41px
}

.collapse__menu, .collapse__menu.expand {
    display: none;
    padding-left: 10px
}

.left-con {
    background: #0599e1;
    border-radius: 25px;
    min-height: 310px;
    padding: 6px 0;
    font-size: 111%;
    width: 91% !important
}

.content-area {
    min-height: -moz-calc(100vh - 120px) !important;
    min-height: calc(100vh - 120px) !important
}

#mainFooter {
    padding-left: 10px !important
}

.LeftMenuItem {
    color: #fff;
    display: inline-block;
    padding: 5px;
    width: -webkit-fill-available;
    width: -moz-available
}

.LeftMenuItem[href="#"]:hover {
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important
}

.LeftMenuItem[href="#"] {
    text-decoration: none !important;
    cursor: pointer !important;
    pointer-events: auto !important
}

.LeftMenuItem:hover {
    background-color: #fff;
    border-radius: 10px;
    color: #000 !important;
    padding: 10px;
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.LeftMenuItem:not(:hover) {
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.LeftMenuItem:active {
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.TopMenuItem {
    border: 0 !important;
    display: inline-block;
    font-size: medium;
    margin-right: 35px;
    padding: 3px;
    padding-top: 10px !important
}

.TopMenuItem:first-of-type {
    margin-right: 25px
}

.TopMenuItem:hover {
    background-color: #fff;
    border-radius: 10px;
    color: #000 !important;
    padding: 5px;
    padding-bottom: 25px !important;
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.TopMenuItem:not(:hover) {
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

.TopMenuItem:active {
    background-color: #fff;
    border-radius: 10px;
    color: #000 !important;
    padding: 10px;
    -webkit-transition: all .3s cubic-bezier(.23,1,.32,1);
    -o-transition: all .3s cubic-bezier(.23,1,.32,1);
    -moz-transition: all .3s cubic-bezier(.23,1,.32,1);
    transition: all .3s cubic-bezier(.23,1,.32,1)
}

#additionalfiles_submenu, #profile_submenu, #documents_submenu, #reports_submenu, #suppliers_submenu, #kpimodule_submenu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    background-color: #0599e1;
    z-index: 9999;
    padding: 10px;
    border-radius: 10px;
    width: 250px;
    border: 5px ridge #231f20
}

#additionalfiles_menuitem:hover + #additionalfiles_submenu, #additionalfiles_submenu:hover, #profile_menuitem:hover + #profile_submenu, #profile_submenu:hover, #documents_menuitem:hover + #documents_submenu, #documents_submenu:hover, #reports_menuitem:hover + #reports_submenu, #reports_submenu:hover, #suppliers_menuitem:hover + #suppliers_submenu, #suppliers_submenu:hover, #kpimodule_menuitem:hover + #kpimodule_submenu, #kpimodule_submenu:hover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.fa-1point5x {
    font-size: 1.5em
}
