
/*START global styles*/
html, body {
    width: 100%;
    height: 100%;
}

.textarea-linebreaks {
    white-space: pre;
}

.spanEllipses {
    display: inline-block;
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wrap-all {
    margin: 0 auto;
    width: 100%;
    height: auto !important;
}

.wrap-main {
    padding-bottom: 60px; /* must be same height as the footer */
    overflow: auto;
}

.flex-row {
    display: flex;
    width: 50%;
}

.flex-parent {
    display: flex;
    flex-wrap: wrap;
}

.inline-flex {
    display: inline-flex;
}

.outline:focus {
    outline: thin dotted;
}

.pointer {
    cursor: pointer !important;
}

.no-pointer {
    cursor: default;
}

.pointer-text {
    cursor: text !important;
}

.all-caps {
    text-transform: uppercase;
}

.no-border {
    border: none !important;
}

.border-trans {
    border-color: transparent !important;
}


.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}


/*START adjust #SignOutForm position*/
form#SignOutForm {
    margin-bottom: 0 !important;
}
/*END adjust #SignOutForm position*/


/*START h1, h2, h3, h4*/


.modal .bucket h2,
.modal .bucket h6 {
    padding: 0 0 10px 0;
}

.advanced-label-row .expand-arrow-open {
    z-index: 1;
    top: 16px;
    left: -10px;
}

.expand-arrow-open.small {
    top: 7px;
    left: -10px;
    border-width: 5px 5px 0 5px;
}

.advanced-label-row .expand-arrow-closed {
    z-index: 1;
    top: 12px;
    left: -7px;
}

.expand-arrow-closed.small {
    top: 4px;
    left: -6px;
    border-width: 5px 0 5px 5px;
}

h2 .h2-link:hover,
h6 .h2-link:hover {
    text-decoration: underline;
}

.bucket-title-desc a {
    margin-left: 15px;
}

.bucket-toggle h2 {
    cursor: pointer;
}

.modal h3 {
    padding: 0 0 10px 0;
    font-family: 'pt_sansbold', Sans-serif;
}


/*END h1, h2, h3, h4*/
/*START general*/
.normal {
    font-family: 'pt_sansregular', sans-serif;
    font-weight: normal;
}

.italic {
    font-style: italic !important;
}

.normal-narrow {
    font-family: 'pt_sans_narrowregular', sans-serif;
    font-weight: normal;
}

.oblique {
    font-family: 'pt_sansitalic', sans-serif;
    font-weight: normal;
}

.bold {
    font-family: 'pt_sansbold', sans-serif;
    font-weight: normal;
}

.bold-narrow {
    font-family: 'pt_sans_narrowbold', sans-serif;
    font-weight: normal;
}

.bold-oblique {
    font-family: 'pt_sansitalic', sans-serif;
    font-weight: normal;
}

.underline {
    text-decoration: underline;
}

.overflow-wrap {
    overflow-wrap: break-word;
}

.font-size10 {
    font-size: 10px;
}

.font-size11 {
    font-size: 11px !important;
}

.font-size12 {
    font-size: 12px;
}

.font-size14 {
    font-size: 14px;
}

.font-size18 {
    font-size: 18px !important;
}

.font-size24 {
    font-size: 24px;
}

.font-size36 {
    font-size: 36px;
}

.block {
    display: block !important;
}

.inline-block {
    display: inline-block !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.float-left {
    float: left !important;
    /*margin-right: 20px;*/
}

.float-right {
    float: right !important;
    /*margin-left: 20px;*/
}

.no-float {
    float: none !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right;
}

.complete-hide {
    display: none;
    opacity: 0;
}

.display-none {
    display: none;
}

.displayNone {
    display: none !important;
}

.display-none-important {
    display: none !important;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex !important;
}

.opacity1 {
    opacity: 1;
}

.visibility-hidden {
    visibility: hidden;
}

.overflow-visible {
    overflow: visible;
}

.align-center {
    text-align: center;
}

.width100per {
    width: 100%;
}

.width100perimp {
    width: 100% !important;
}

.mar-left-66 {
    margin-left: 66px !important;
}

.mar-left-185 {
    margin-left: 185px !important;
}

.mar-left-2per {
    margin-left: 2%;
}

.mar-left-5 {
    margin-left: -5px;
}

.mar-left-10 {
    margin-left: 10px !important;
}


.mar-left-20 {
    margin-left: 20px;
}

.fixed {
    position: fixed !important;
}

.push-right970 {
    position: absolute;
    top: 0;
    left: 970px;
}

.small-msg {
    margin: 0;
    font-size: 12px !important;
}

.alert {
    text-shadow: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-without-tooltip {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.no-ellipsis {
    text-overflow: inherit;
}


#optionsGrid input[type="text"] {
    margin-bottom: 0px;
    border-color: white;
}

#optionsGrid .k-button-solid-primary {
    width: auto;
    border: none;
    box-shadow: none;
    background: none;
    color: #7d5c9e;
    font-size: 15px;
}

#optionsGrid .k-button-solid-base {
    width: auto;
    border: none;
    box-shadow: none;
    background: none;
    color: #7d5c9e;
    font-size: 15px;
}



label .label-link:hover {
    text-decoration: underline;
}



li label,
label div {
    text-align: left;
}

.hand {
    cursor: pointer;
}

.default {
    cursor: default !important;
}

.full-width-container {
    width: 880px;
}

.error-panel {
    display: block;
    position: fixed;
    z-index: 5;
    top: 100px;
    width: 940px;
}

.ellipsis-fix .text {
    margin-right: auto !important;
}

.z-index1 {
    z-index: 1 !important;
}

.z-index3001 {
    z-index: 3001;
}

.background-none {
    background: none !important;
}

/*END general*/
/*START additional span widths*/
.span1b {
    width: 90px;
}

.span1b2 {
    width: 100px;
}

.span1b3 {
    width: 115px;
}

.span1b4 {
    width: 142px;
}

.span1c {
    width: 150px !important;
}

.span2a {
    width: 175px;
}

.span2b {
    width: 190px;
}

.span2b1 {
    width: 215px;
}

.span2c {
    width: 220px;
}

.span2d {
    width: 275px;
}

.span2e {
    width: 260px;
}

.span3a {
    width: 288px;
}

.span3b {
    width: 290px;
}

.span3c {
    width: 295px;
}

.span4a {
    width: 310px;
}

.span4a-minus5 {
    width: 305px;
}

.span4a2 {
    width: 315px;
}

.span4b {
    width: 320px;
}

.span4c {
    width: 325px;
}

.span4c2 {
    width: 340px;
}

.span4d {
    width: 361px;
}

.span5b {
    width: 400px;
}

.span5c {
    width: 440px;
}

.span5d {
    width: 450px;
}

.span6b {
    width: 480px;
}

.span6b2 {
    width: 501px !important;
}

.span6c {
    width: 533px;
}

.span6d {
    width: 560px;
}

.span7b {
    width: 580px;
}

.span8a {
    width: 620px;
}


.span8b {
    width: 640px;
}

.span11b {
    width: 898px;
}

.span11c {
    width: 908px;
}

.width16 {
    width: 16px !important;
}

.width30 {
    width: 30px !important;
}

.width45 {
    width: 45px !important;
}

.width40 {
    width: 40px !important;
}

.width50 {
    width: 50px !important;
}

.width60 {
    width: 60px !important;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width83 {
    width: 83px !important;
}

.width100 {
    width: 100px !important;
}

.width110 {
    width: 110px !important;
}

.width162 {
    width: 162px !important;
}

.width180 {
    width: 180px !important;
}

.width187 {
    width: 187px;
}

.width190 {
    width: 190px;
}

.width199 {
    width: 199px !important;
}

.width195 {
    width: 195px;
}

.width208 {
    width: 208px;
}

.width213 {
    width: 213px;
}

.width220 {
    width: 220px;
}

.width250 {
    width: 250px !important;
}

.width460 {
    width: 460px !important;
}

.max-width220 {
    max-width: 220px !important;
}

.width240 {
    width: 240px;
}

.max-width240 {
    max-width: 240px !important;
}

.max-width110 {
    max-width: 110px !important;
}

.max-width180 {
    max-width: 180px !important;
}

.max-width265 {
    max-width: 265px !important;
}

.max-width380 {
    max-width: 380px !important;
}

.max-width300 {
    max-width: 300px !important;
}

.max-width720 {
    max-width: 720px !important;
}

.max-width51per {
    max-width: 51% !important;
}

.max-width54per {
    max-width: 54% !important;
}

.width60 {
    width: 60px !important;
}

.width85 {
    width: 85px !important;
}

.width280 {
    width: 280px;
}

.dateRange {
    width: 446px;
    float: right;
}

.width290 {
    width: 288px !important;
}

.width293 {
    width: 293px !important;
}

.width300 {
    width: 300px !important;
}

.max-width300 {
    max-width: 300px !important;
}

.width316 {
    width: 316px !important;
}

.width320 {
    width: 320px;
}

.width335 {
    width: 335px !important;
}

.width340 {
    width: 340px;
}

.width330 {
    width: 330px !important;
}

.width360 {
    width: 360px !important;
}

.width367 {
    width: 367px !important;
}

.width380 {
    width: 380px !important;
}

.width388 {
    width: 388px !important;
}

.width393 {
    width: 393px !important;
}

.width400 {
    width: 400px !important;
}

div.pill-container.text-con-small.width220 {
    width: 220px !important;
}

.width450 {
    width: 450px !important;
}

.width490 {
    width: 490px !important;
}

.width491 {
    width: 491px !important;
}

.width500 {
    width: 500px !important;
}

.width501 {
    width: 501px;
}

.width521 {
    width: 521px;
}

.width535 {
    width: 535px;
}

.width540 {
    width: 540px !important;
}

.width545 {
    width: 545px !important;
}

.width550 {
    width: 550px !important;
}

.width562 {
    width: 562px !important;
}

.max-width562 {
    max-width: 562px !important;
}

.max-width500 /* Added as part of Innovation  : Minimization of UI defects*/ {
    max-width: 500px;
}

.max-width550 {
    max-width: 550px !important;
}

.max-width650 {
    max-width: 650px !important;
}

.width600 {
    width: 600px !important;
}

.width645 {
    width: 645px !important;
}

.width650 {
    width: 650px !important;
}

.width700 {
    width: 700px !important;
}

.width720 {
    width: 720px !important;
}


.width750 {
    width: 750px !important;
}

.modal-width750 {
    margin-left: -375px !important;
    width: 750px !important;
}

.width860 {
    width: 860px !important;
}

.width890 {
    width: 890px !important;
}

.width896 {
    width: 896px !important;
}


.width900 {
    width: 900px !important;
}

.width910 {
    width: 910px !important;
}

.width938 {
    width: 938px !important;
}

.width940 {
    width: 940px !important;
}

.width980 {
    width: 980px !important;
}


.width25per {
    width: 25%;
}

.width44per {
    width: 44% !important;
}

.width45per {
    width: 45% !important;
}

.max-width-45per {
    max-width: 45%;
}

.width23per {
    width: 23%;
}

.width50per {
    width: 50%;
}

.width55per {
    width: 55%;
}

.width60per {
    width: 60%;
}

.width65per {
    width: 65%;
}

.width67per {
    width: 67%;
}

.width75per {
    width: 75%;
}

.width90per {
    width: 90%;
}

.width85per {
    width: 85%;
}

.width100per {
    width: 100%;
}
/*END additional span widths*/
/*START max heights*/
.height-auto {
    height: auto !important;
    max-height: none !important;
}

.min-height0 {
    min-height: 0 !important;
}

.min-height20 {
    min-height: 20px !important;
}

.min-height60 {
    min-height: 60px !important;
}

.min-height70 {
    min-height: 70px !important;
}

.min-height187 {
    min-height: 187px !important;
}

.min-width51 {
    min-width: 51px !important;
}

.height0 {
    height: 0px;
}

.height70 {
    height: 70px;
}

.height15 {
    height: 15px !important;
}

.height16 {
    height: 16px !important;
}

.height25 {
    height: 25px !important;
}

.height28 {
    height: 28px !important;
}

.height35 {
    height: 35px !important;
}

.height37 {
    height: 37px !important;
}

.height40 {
    height: 40px !important;
}

.height45 {
    height: 45px !important;
}

.height65 {
    height: 65px !important;
}

.height100 {
    height: 100px;
}

.height120 {
    height: 120px !important;
}

.height127 {
    height: 127px !important;
}

.height140 {
    height: 140px;
}

.height180 {
    height: 180px !important;
}

.height320 {
    height: 320px !important
}

.max-height200 {
    max-height: 200px !important;
}

.height200 {
    height: 200px;
}

.height570 {
    height: 570px !important;
}

.max-height220 {
    max-height: 220px !important;
}

.max-height240 {
    max-height: 240px !important;
}

.max-height290 {
    max-height: 290px !important;
}

.height300 {
    height: 300px;
}

.height240 {
    height: 240px;
}
/*END max heights*/
/*START additional margins*/
.mar-top-neg40 {
    margin-top: -40px;
}

.mar-top-3 {
    margin-top: 3px !important;
}

.mar-top-neg20 {
    margin-top: -20px;
}

.mar-top-neg15 {
    margin-top: -15px;
}

.mar-top-neg15-important {
    margin-top: -15px !important;
}

.mar-top-neg10-important {
    margin-top: -10px !important;
}

.mar-top-neg6-important {
    margin-top: -6px !important;
}

.mar-top-neg10 {
    margin-top: -10px;
}

.mar-top-neg8 {
    margin-top: -8px;
}

.mar-top-neg5 {
    margin-top: -5px;
}

.mar-top-neg2 {
    margin-top: -2px !important;
}

.mar-top-neg1 {
    margin-top: -1px;
}

.mar-top-neg1-important {
    margin-top: -1px !important;
}

.mar-top0 {
    margin-top: 0 !important;
}

.mar-top1 {
    margin-top: 1px !important;
}

.mar-top2 {
    margin-top: 2px !important;
}

.mar-top3 {
    margin-top: 3px !important;
}

.mar-top4 {
    margin-top: 4px !important;
}

.mar-top5 {
    margin-top: 5px !important;
}

.mar-top6 {
    margin-top: 6px;
}

.mar-top8 {
    margin-top: 8px;
}

.mar-top10 {
    margin-top: 10px;
}

.mar-top10-imp {
    margin-top: 10px !important;
}

.mar-top12 {
    margin-top: 12px;
}

.mar-top15 {
    margin-top: 15px;
}

.mar-top20 {
    margin-top: 20px;
}

.mar-top21 {
    margin-top: 21px;
}

.mar-top28 {
    margin-top: 28px;
}

.mar-top30 {
    margin-top: 30px;
}


.mar-top40 {
    margin-top: 40px;
}

.mar-top60 {
    margin-top: 60px;
}

.mar-top96 {
    margin-top: 96px;
}

.mar-top120 {
    margin-top: 120px;
}

.mar-top130 {
    margin-top: 130px;
}

.mar-right0 {
    margin-right: 0 !important;
}

.mar-right2 {
    margin-right: 2px;
}

.mar-right1 {
    margin-right: 1px;
}

.mar-right3 {
    margin-right: 3px !important;
}

.mar-right5 {
    margin-right: 5px !important;
}

.mar-right7 {
    margin-right: 7px;
}

.mar-right10 {
    margin-right: 10px;
}

.mar-right10-important {
    margin-right: 10px !important;
}

.mar-right16 {
    margin-right: 16px !important;
}

.mar-right20 {
    margin-right: 20px !important;
}

.mar-right25 {
    margin-right: 25px;
}

.mar-right30 {
    margin-right: 30px;
}

.mar-right35 {
    margin-right: 35px;
}

.mar-right40 {
    margin-right: 50px;
}

.mar-right45 {
    margin-right: 45px !important;
}

.mar-right50 {
    margin-right: 50px;
}

.mar-right55 {
    margin-right: 55px;
}

.mar-right60 {
    margin-right: 60px;
}

.mar-right80 {
    margin-right: 80px;
}

.mar-bot-neg25 {
    margin-bottom: -25px !important;
}

.mar-bot-neg3 {
    margin-bottom: -3px;
}

.mar-bot-neg2 {
    margin-bottom: -2px !important;
}

.mar-bot0 {
    margin-bottom: 0 !important;
}

.mar-bot2 {
    margin-bottom: 2px !important;
}

.mar-bot5 {
    margin-bottom: 5px;
}

.mar-bot8 {
    margin-bottom: 8px;
}

.mar-bot10 {
    margin-bottom: 10px;
}

.mar-bot15-important {
    margin-bottom: 15px !important;
}

.mar-bot10-important {
    margin-bottom: 10px !important;
}

.mar-bot20 {
    margin-bottom: 20px;
}

.mar-bot25 {
    margin-bottom: 25px !important;
}

.mar-bot30 {
    margin-bottom: 30px;
}

.mar-left-neg88 {
    margin-left: -88px;
}

.mar-left-neg63 {
    margin-left: -63px;
}

.mar-left-neg99 {
    margin-left: -99px;
}

.mar-left-neg84 {
    margin-left: -84px;
}

.mar-left-neg21 {
    margin-left: -21px;
}

.mar-left-neg20 {
    margin-left: -20px;
}

.mar-left-neg20-important {
    margin-left: -20px !important;
}

.mar-left-neg19 {
    margin-left: -19px;
}

.mar-left-neg16 {
    margin-left: -16px;
}

.mar-left-neg13 {
    margin-left: -13px !important;
}

.mar-left-neg14 {
    margin-left: -14px !important;
}

.mar-left-neg15 {
    margin-left: -15px;
}

.mar-left-neg10 {
    margin-left: -10px;
}

.mar-left-neg5 {
    margin-left: -5px;
}

.mar-left-neg1 {
    margin-left: -1px;
}

.mar-left-neg250 {
    margin-left: -250px !important;
}

.mar-left0 {
    margin-left: 0 !important;
}

.mar-left1 {
    margin-left: 1px;
}

.mar-left5 {
    margin-left: 5px;
}

.mar-left5-important {
    margin-left: 5px !important;
}

.mar-left6 {
    margin-left: 6px !important;
}

.mar-left9 {
    margin-left: 9px;
}

.mar-left10 {
    margin-left: 10px !important;
}

.mar-left15 {
    margin-left: 15px;
}

.mar-left13 {
    margin-left: 13px;
}

.mar-left14 {
    margin-left: 14px !important;
}

.mar-left16 {
    margin-left: 16px;
}

.mar-left17 {
    margin-left: 17px;
}

.mar-left18 {
    margin-left: 18px !important;
}

.mar-left20 {
    margin-left: 20px !important;
}

.mar-left30 {
    margin-left: 30px !important;
}

.mar-left35 {
    margin-left: 35px;
}

.mar-left40 {
    margin-left: 40px !important;
}

.mar-left45 {
    margin-left: 45px !important;
}

.mar-left-48 {
    margin-left: 48px !important;
}

.mar-left-38 {
    margin-left: 38px !important;
}

.mar-left50 {
    margin-left: 50px;
}

.mar-left55 {
    margin-left: 55px;
}

.mar-left60 {
    margin-left: 60px;
}

.mar-left80 {
    margin-left: 80px !important;
}

.mar-left100 {
    margin-left: 100px !important;
}

.mar-left106 {
    margin-left: 106px !important;
}

.mar-left126 {
    margin-left: 126px !important;
}

.mar-left140 {
    margin-left: 140px !important;
}

.mar-left147 {
    margin-left: 147px !important;
}

.mar-left158 {
    margin-left: 158px !important;
}

.mar-left176 {
    margin-left: 176px !important;
}

.mar-left180 {
    margin-left: 180px !important;
}

.mar-left185 {
    margin-left: 185px !important;
}

.mar-left-2per {
    margin-left: 2%;
}

.mar-left-minus10per {
    margin-left: -10%;
}

/*END additional margins*/

.pad-all5 {
    padding: 5px;
}

.pad-all20 {
    padding: 20px;
}

.pad-all-10 {
    padding: 10px;
}

.pad-top0 {
    padding-top: 0px !important;
}

.pad-top4 {
    padding-top: 4px !important;
}

.pad-top5 {
    padding-top: 5px !important;
}

.pad-top6 {
    padding-top: 6px !important;
}

.pad-top10 {
    padding-top: 10px !important;
}

.pad-top12 {
    padding-top: 12px !important;
}

.pad-top15 {
    padding-top: 15px !important;
}

.pad-top20 {
    padding-top: 20px !important;
}

.pad-top33 {
    padding-top: 33px !important;
}

.inner-bucket-grid-wrap.pad-top20 {
    padding-top: 20px !important;
}

.pad-right2 {
    padding-right: 2px !important;
}

.pad-right5 {
    padding-right: 5px !important;
}

.pad-right6 {
    padding-right: 6px !important;
}

.pad-right15 {
    padding-right: 15px !important;
}

.pad-right20 {
    padding-right: 20px !important;
}

.pad-right25 {
    padding-right: 25px !important;
}

.pad-right30 {
    padding-right: 30px !important;
}

.pad-right35 {
    padding-right: 35px !important;
}

.pad-right40 {
    padding-right: 40px !important;
}

.pad-bot4 {
    padding-bottom: 4px !important;
}

.pad-bot5 {
    padding-bottom: 5px !important;
}

.pad-bot8 {
    padding-bottom: 8px;
}

.pad-bot10 {
    padding-bottom: 10px;
}

.pad-bot20 {
    padding-bottom: 20px;
}

.pad-bot30 {
    padding-bottom: 30px !important;
}

.pad-bot1 {
    padding-bottom: 1px;
}

.pad-left80 {
    padding-left: 80px;
}

.pad-left92 {
    padding-left: 92px !important;
}

.pad-left197 {
    padding-left: 197px;
}

.pad-left200 {
    padding-left: 200px;
}

.pad-left70per {
    padding-left: 70%;
}

.pad-left22per {
    padding-left: 22%;
}

.pad-left45 {
    padding-left: 45px !important;
}

.pad-left25 {
    padding-left: 25px !important;
}

.pad-left27 {
    padding-left: 27px !important;
}

.pad-left65per {
    padding-left: 65%;
}

.lh-14 {
    line-height: 17px;
}

/**/
.y-scroll60 {
    height: 60px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll80 {
    height: 80px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll130 {
    height: 130px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll140 {
    height: 140px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll150 {
    height: 150px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll200 {
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.y-scroll400 {
    max-height: 400px;
    overflow-y: auto;
}
/**/


/*START Padding correction for tables that don't have deletable columns*/
.pad-right0 .table-col {
    padding-right: 0 !important;
}
/*END Padding correction for tables that don't have deletable columns*/

.relative {
    position: relative;
}

.absolute {
    position: absolute !important;
}

.static {
    position: static !important;
}

.pad-left0 {
    padding-left: 0 !important;
}

.pad-left2 {
    padding-left: 2px !important;
}

.pad-left3 {
    padding-left: 3px !important;
}

.pad-left4 {
    padding-left: 4px !important;
}

.pad-left5 {
    padding-left: 5px !important;
}

.pad-left10 {
    padding-left: 10px;
}

.pad-left10i {
    padding-left: 10px !important;
}

.pad-left12 {
    padding-left: 12px;
}

.pad-left13 {
    padding-left: 13px;
}

.pad-left15 {
    padding-left: 15px;
}

.pad-left20 {
    padding-left: 20px;
}

.pad-left30 {
    padding-left: 30px !important;
}

.pad-left75 {
    padding-left: 75px;
}

.pos-rel {
    position: relative;
}

.position-right-neg538 {
    right: -538px !important;
}

.position-top-neg45 {
    top: -45px;
}

.position-top0 {
    top: 0px !important;
}

.position-right-neg20 {
    right: -20px;
}

.position-right0 {
    right: 0;
}

.position-right5 {
    right: 5px !important;
}

.position-right20 {
    right: 20px !important;
}

.position-left-neg10 {
    left: -10px;
}

.position-rel-top-neg3 {
    position: relative;
    top: -3px;
}

.position-rel-top1 {
    position: relative;
    top: 1px;
}

.position-rel-top3 {
    position: relative;
    top: 3px;
    margin-left: -2px;
}

.position-rel-left20 {
    position: relative;
    left: 20px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-abs-right0 {
    position: absolute;
    right: 0;
}

.line-height5 {
    line-height: 5px !important;
}

.line-height14 {
    line-height: 14px !important;
}

.line-height16 {
    line-height: 16px !important;
}

.line-height20 {
    line-height: 20px !important;
}

.line-height24 {
    line-height: 24px;
}

.line-height27 {
    line-height: 27px !important;
}

.line-height29 {
    line-height: 29px !important;
}

.line-height35 {
    line-height: 35px !important;
}

.line-height50 {
    line-height: 50px !important;
}

.height27 {
    height: 27px !important;
}

.height56 {
    height: 56px !important;
}

.height150 {
    height: 150px !important;
}

.height164 {
    height: 164px !important;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px !important;
}

.width100Import {
    width: 100px !important;
}

.width113 {
    width: 113px !important;
}

.width116 {
    width: 116px !important;
}

.width125 {
    width: 125px;
}

.width127 {
    width: 127px;
}

.width145 {
    width: 145px !important;
}

.width152 {
    width: 152px !important;
}

.width160 {
    width: 160px !important;
}

.width170 {
    width: 170px !important;
}

.width185 {
    width: 185px !important;
}

.width260 {
    width: 260px !important;
}

.width275 {
    width: 275px !important;
}

.width35 {
    width: 35px !important;
}

.width130 {
    width: 130px;
}

.width660 {
    width: 660px;
}

.adj-width130 .btn-group.bootstrap-select.max-height200 {
    width: 130px !important;
}

.width918 {
    width: 918px !important;
}

.width960 {
    margin-left: -25%;
    width: 960px;
}

.width970 {
    left: auto;
    margin-left: -15px;
    width: 970px;
}

.width800 {
    width: 800px !important;
}

.width96per {
    width: 96%;
}

.vert-align-middle {
    vertical-align: middle;
}

.vert-align-top {
    vertical-align: top !important;
}

.icon-drag-row:hover {
    background-position: 10px -21px;
}

.container {
    position: relative;
}

.container-fluid {
    min-width: 940px;
}

.invisi-bucket {
    margin-bottom: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.bucket.no-headline {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bucket .row,
.bucket_wide .row {
    margin-bottom: 0;
}

    .bucket .row .span3 {
        width: 260px;
    }


.inner-bucket-header.no-header {
    height: 10px;
}

.inner-bucket-header h4 {
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.inner-bucket-header-links {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
}

.inner-bucket-grid-wrap {
    max-height: 286px;
    overflow: hidden;
    overflow-y: auto;
}

    .inner-bucket-grid-wrap div.k-treeview {
        overflow: visible;
    }

    .inner-bucket-grid-wrap .k-state-hover {
        border: 0;
        background: none;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .inner-bucket-grid-wrap .AlertExtensionError.warning {
        padding-right: 20px;
        width: auto;
    }

    .inner-bucket-grid-wrap .query-row .btn-group.bootstrap-select.show-tick {
        left: -10px;
        margin-top: 8px;
    }


/*.inner-bucket-grid-row.sub-header .inner-bucket-grid-cell input
		{
			visibility: hidden;
		}*/

.inner-bucket-grid-row.sub-type {
    overflow: auto;
}

    .inner-bucket-grid-row.sub-type .inner-bucket-grid-cell:first-child {
        padding-left: 44px;
    }

.inner-bucket-grid-cell {
    float: left;
    padding: 10px;
}

    .inner-bucket-grid-cell.float-right {
        float: right;
    }

    .inner-bucket-grid-cell input[type=checkbox] {
        margin-top: -3px;
    }


.target-list-item {
    margin-bottom: 10px;
    padding-right: 20px;
    font-family: 'pt_sans_narrowbold', Sans-serif;
}

    .target-list-item span {
        font-family: 'pt_sans_narrowregular', Sans-serif;
    }

/*START finger tab UI*/

.form-horizontal .finger-tab-content .controls {
    margin-left: 0;
}

.modal .form-horizontal .finger-tab-content .controls {
    margin-left: 200px;
}

    .modal .form-horizontal .finger-tab-content .controls .controls {
        margin-left: 40px;
    }

    .modal .form-horizontal .finger-tab-content .controls.sub-group-no-label label {
        margin-left: 20px !important;
    }

.modal .form-horizontal .finger-tab-content label,
.modal .form-horizontal .finger-tab-content .option-content .radio,
.modal .form-horizontal .finger-tab-content .option-content .checkbox {
    margin-left: 40px;
}

    .modal .form-horizontal .finger-tab-content label.ss-label-fix {
        margin-bottom: 0;
        margin-left: 0;
    }

    .modal .form-horizontal .finger-tab-content label.radio,
    .modal .form-horizontal .finger-tab-content label.checkbox {
        margin-left: 0;
    }

.modal .form-horizontal .finger-tab-content .option-content label.radio,
.modal .form-horizontal .finger-tab-content .option-content label.checkbox {
    margin-left: 180px;
}

.option-content textarea {
    overflow-x: hidden;
}

.option-content .row .control-group label + .controls .bootstrap-select {
    margin-left: 20px;
    width: 200px;
}

.finger-tab-content select {
    width: 140px;
}

.finger-tab-content .condition-link {
    width: 140px;
}

.finger-tab-content .input-append input {
    width: 120px;
}

.finger-tab-content .relative-date-wrap {
    width: 200px;
}

    .finger-tab-content .relative-date-wrap .span1c {
        width: 90px !important;
    }

    .finger-tab-content .relative-date-wrap .input-append input {
        width: 105px;
        font-size: 10px;
    }

.finger-tab-content .mar-top-neg8.mar-left20 {
    margin-top: 0;
    margin-left: 0;
}

.finger-tab-content .cond-panel-content {
    border: medium none;
    height: 430px; /*was 450px*/
}

.finger-tab-content .modal-desc {
    padding: 10px;
}



.tree-block {
    display: block;
    position: absolute;
    top: 3px;
    right: 10px;
}

    .tree-block:hover {
        cursor: pointer;
    }

.k-top,
.k-mid,
.k-bot {
    position: relative;
}


/*END finger tab UI*/

/*START pie chart*/
.pie-chart {
    margin: 0 auto;
}

.pie-chart-legend {
    text-align: center;
}

    .pie-chart-legend .caption-numbers {
        cursor: pointer;
    }

        .pie-chart-legend .caption-numbers:hover {
            text-decoration: underline;
        }

.pie-chart-total-users {
    display: block;
    line-height: 30px;
    overflow: hidden;
}

.pie-chart-reachable-users {
    display: block;
    line-height: 30px;
    overflow: hidden;
}

.pie-chart-unreachable-users {
    display: block;
    line-height: 30px;
    overflow: hidden;
}

.pie-chart-legend-chip,
.map-legend-chip {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 16px;
    border: 2px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*END pie chart*/

/*START personnel accountability*/
.pa-pie-chart {
    position: relative;
    height: 320px;
}

.statuses-chart {
    margin: 0 auto;
}

.total-status-chart {
    position: absolute;
    top: 33%;
    left: 37%;
}

.legend-item {
    margin-top: 5px;
    min-height: 30px;
    font-size: 14px;
    line-height: 30px;
    clear: both;
}

.legend-item-chip {
    display: block;
    float: left;
    margin: 0 5px 0 10px;
    width: 18px;
    height: 30px;
}

.legend-item-highlight .legend-item-chip {
    position: relative;
    top: -5px;
    left: -10px;
    margin: 0 0 -15px 0 !important;
    height: 45px;
}

.legend-item-label {
    display: block;
    float: left;
    width: 58%;
}

.legend-item-highlight .legend-item-label {
    width: 31% !important;
}

.legend-item-value {
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 25%;
    text-align: right;
}

.legend-item-highlight .legend-item-value {
    width: 55%;
    text-align: right;
}

.legend-item-highlight {
    margin-top: 0 !important;
    padding: 5px 10px;
    font-size: 16px !important;
}

    .legend-item-highlight::after {
        content: "";
        display: block;
        clear: both;
    }

/*START Kendo Tabstrip*/
/*#tabstrip h2
	{
		font-weight: lighter;
		font-size: 5em;
		line-height: 1;
		padding: 0 0 0 30px;
		margin: 0;
	}

	#tabstrip h2 span
	{
		background: none;
		padding-left: 5px;
		font-size: .3em;
		vertical-align: top;
	}

	#tabstrip p
	{
		margin: 0;
		padding: 0;
	}*/

/*START Kendo Tabstrip Custom*/

.k-tabstrip:focus {
    box-shadow: none !important;
}

#tabstrip.k-widget,
#tabstrip.k-block,
#tabstrip.k-inline-block,
#tabstrip.k-draghandle {
    border-width: 0;
    border-style: none;
}
/*END Kendo Tabstrip Custom*/
/*END Kendo Tabstrip*/

.pa-reminder-wrap h2 {
    margin-left: -20px;
    font-size: 14px;
}

.pa-reminder-item {
    line-height: 1.3em;
}

    .pa-reminder-item + .pa-reminder-item {
        margin-top: 10px;
    }

/*START PA Export PDF Header*/


.pa-export-pdf-header-top {
    display: block;
    width: 100%;
    overflow: hidden;
}

.pa-export-pdf-header-left {
    float: left;
    width: 50%;
}

.pa-export-pdf-header-right {
    float: right;
    width: 45%;
}

.pa-export-pdf-header-bottom {
    display: block;
    margin-top: 5px;
    width: 100%;
    font-size: 18px;
}

.pa-export-logo {
    float: left;
    margin-right: 10px;
    width: 40px;
    min-height: 40px;
}

    .pa-export-logo img {
        width: 40px;
        min-height: 40px;
    }

.pa-export-general-title {
    font-family: 'pt_sans_narrowregular',Arial,Helvetica;
    font-size: 16px;
}

.pa-export-specific-title {
    font-family: 'pt_sansbold',Arial, Helvetica;
    font-size: 24px;
    line-height: 24px;
}

.pa-export-title-overflow-wrap {
    overflow-wrap: break-word;
}

.pa-export-dialog-include-section .checkbox span {
    top: 0;
}
/*END PA Export PDF Header*/
/*END personnel accountability*/

.inner-bucket-section-horizontal {
    display: block;
    float: left;
    padding: 0 5px;
}
/*START targeting summary*/


.target-summary-section {
    display: block;
    margin: 10px 5px;
    font-family: 'pt_sansbold', Sans-serif;
    font-size: 14px;
    overflow: hidden;
}

    .target-summary-section .section-label {
        display: block;
        float: left;
        width: 116px;
        font-family: 'pt_sansregular', Sans-serif;
    }


.inner-bucket-header h4 .num-highlight {
    width: auto;
    font-size: 14px;
    text-align: left;
}

    .target-summary-section .num-highlight:hover,
    .inner-bucket-header h4 .num-highlight:hover {
        text-decoration: underline;
    }


    .inner-bucket-header h4 .num-highlight.zero:hover {
        text-decoration: none;
    }


.summary-row + .summary-row {
    margin-top: -1px;
}
/*END targeting summary*/

/*START targeting sprite*/
.targeting-sprite.added {
    background-position: 0 0;
}

.targeting-sprite.blocked {
    background-position: -50px 0;
}

.targeting-sprite.remove {
    background-position: -100px 0;
}

.targeting-sprite.info {
    background-position: -150px 0;
}
/*START targeting sprite*/
h3 + .section-desc {
    margin-left: 20px;
}

.desc-expand {
    display: inline;
}

.desc-full {
}

.more:hover, .less:hover {
    text-decoration: underline;
}

label {
    display: inline-block;
    width: auto;
    font-family: 'pt_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
    word-wrap: break-word;
}

.fieldlabel {
    position: relative; /*bottom: 3px;*/
    cursor: default;
}

.link-desc {
    line-height: 1.3em;
    padding: 5px 0;
}

    .link-desc a {
        display: block;
        font-family: 'pt_sansregular', Sans-serif;
        font-weight: normal;
    }


/*END global styles*/
/*START header and title bar*/

/*.full .header-bar-wrap
	{
		height: 40px;
	}*/

.half-full .header-bar {
    width: 940px; /*width: 100%;*/
}

/*.full .header-bar
	{
		width: 940px; / *width: 100%;* /
		height: 40px;
	}*/

/*.full .header-bar ul li
		{
			height: 40px;
		}*/

/*.full .header-bar .header-tab
		{
			height: 40px;
			line-height: 40px;
		}*/

/*.full .header-bar .header-tab:hover,
			.half-full .header-bar .header-tab:hover
			{
				margin-left: -1px;
				background-color: #FFFFFF;
				border-left: 1px solid #DDDDDD;
			}*/

/*.full .header-bar .header-tab:hover a,
				.half-full .header-bar .header-tab:hover a
				{
					color: #333333;
					text-decoration: none;
				}
				
				.full .header-bar .header-tab ul,
				.half-full .header-bar .header-tab ul
				{
					display: none;
					position: absolute;
					top: 41px;
					left: -1px;
					background-color: #FFFFFF;
				}
				
				.full .header-bar .header-tab:hover ul,
				.half-full .header-bar .header-tab:hover ul
				{
					display: block;
				}
				
					.full .header-bar .header-tab:hover ul li,
					.half-full .header-bar .header-tab:hover ul li
					{
						display: block;
						margin-top: -1px;
						padding: 0 0 0 20px;
						width: 100%;
						height: 30px;
						line-height: 30px;
						background-color: #FFFFFF;
						border: 1px solid #DDDDDD;
						border-top: none;
						white-space: nowrap;
						overflow: hidden;
					}
					
						.full .header-bar .header-tab:hover ul li:hover,
						.full .header-bar .header-tab:hover ul li:hover a,
						.half-full .header-bar .header-tab:hover ul li:hover,
						.half-full .header-bar .header-tab:hover ul li:hover a
						{
							color: #FFFFFF;
							background-color: #8564A6;
						}
						
				.full .header-bar .header-tab:hover ul li.submenu,
				.half-full .header-bar .header-tab:hover ul li.submenu
				{
					/ *position: relative;* /
				}
				
					.full .header-bar .header-tab:hover ul li.submenu ul,
					.half-full .header-bar .header-tab:hover ul li.submenu ul
					{
						display: none;
						position: absolute;
						left: 100%;
						margin-left: 21px;
					}
					
						.full .header-bar .header-tab:hover ul li.submenu:hover ul,
						.half-full .header-bar .header-tab:hover ul li.submenu:hover ul
						{
							display: block;
							margin-top: 18px;
						}
						
							.full .header-bar .header-tab:hover ul li.submenu:hover ul li,
							.half-full .header-bar .header-tab:hover ul li.submenu:hover ul li
							{
								display: block;
								margin-top: -1px;
								padding: 0 0 0 20px;
								width: 100%;
								height: 30px;
								line-height: 30px;
								background-color: #FFFFFF;
								border: 1px solid #DDDDDD;
								border-top: none;
								white-space: nowrap;
								overflow: hidden;
							}
							
							.full .header-bar .header-tab:hover ul li.submenu:hover ul li:first-child,
							.half-full .header-bar .header-tab:hover ul li.submenu:hover ul li:first-child
							{
								border-top: 1px solid #DDDDDD;
								border-left: transparent;
							}
							
								.full .header-bar .header-tab:hover ul li.submenu:hover ul li a,
								.half-full .header-bar .header-tab:hover ul li.submenu:hover ul li a
								{
									color: #333333;
									background-color: transparent;
								}
								
									.full .header-bar .header-tab:hover ul li.submenu:hover ul li:hover,
									.full .header-bar .header-tab:hover ul li.submenu:hover ul li:hover a,
									.half-full .header-bar .header-tab:hover ul li.submenu:hover ul li:hover,
									.half-full .header-bar .header-tab:hover ul li.submenu:hover ul li:hover a
									{
										color: #FFFFFF;
										background-color: #8564A6;
									}

			.full .header-tab.btn-new-alert,
			.half-full .header-tab.btn-new-alert
			{
				position: absolute;
				left: 50% !important;
				margin-left: -70px !important;
				margin-top: 5px;
				height: 28px;
				line-height: 28px;
				border: 1px solid #111111;
				background-color: #444444;
			}
			
				.full .header-tab.btn-new-alert:hover,
				.half-full .header-tab.btn-new-alert:hover
				{
					
				}

.submenu-arrow
{
	display: block;
	float: right;
	position: relative;
	top: 12px;
	right: 8px;
	width: 6px;
	height: 6px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC #CCCCCC transparent transparent;
	transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg); / * IE 9 * /
}*/

.notifications {
}


.header-bar ul {
    margin-left: 0;
}

    .header-bar ul li {
        float: left;
        height: 60px;
        list-style: none;
    }

        .header-bar ul li.float-right {
            float: right;
        }

.half-full .header-bar ul li.nav-divider.raised {
    margin: 0 5px;
    visibility: hidden;
}

.org-img {
    margin: 5px 20px 5px 0 !important;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}

.logo-img {
    margin: 5px 0px 5px 0 !important;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
}

.navdropdown-org-details-break {
    word-break: break-all;
}

.navdropdown-org-details {
    width: auto !important;
    float: right !important;
    padding: 6px 8px 6px 8px !important;
    font-family: pt_sansregular,sans-serif !important;
    font-size: 12px !important;
    min-height: 90px !important;
}

    .navdropdown-org-details div {
        font-family: pt_sansregular,sans-serif !important;
        font-size: 12px !important;
    }


.full .org-img img {
    padding: 15px 0 0 0; /*originally no padding*/
    width: 113px;
    height: 30px !important;
}

.half-full .org-img img {
    width: 113px;
    height: 30px !important;
}

.org-img img {
    width: 50px;
    height: 50px !important;
}

.header-tab {
    position: relative;
    float: left;
    margin: 0 auto;
    padding: 0 7px;
    height: 60px;
    text-align: left;
    line-height: 60px;
    cursor: pointer;
}

.header-org-tab {
    max-width: 64px !important;
    padding: 0px !important;
}

.header-tab.raised,
.header-tab.raised .tab-label-overflow,
.header-tab.raised .tab-label {
    padding: 0 5px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    text-decoration: none;
}

    .header-tab.raised:hover,
    .header-tab.raised .tab-label-overflow:hover,
    .header-tab.raised .tab-label:hover {
        text-decoration: none;
    }

    .header-tab.raised .tab-icon {
        margin: 5px 5px 5px 0;
    }

.full .header-tab.raised, /*.header-tab.raised,*/
.full .header-tab.raised .tab-label-overflow,
.full .header-tab.raised .tab-label {
    padding: 0 5px;
    height: 60px; /*height: 40px;*/
    font-size: 12px;
    line-height: 60px; /*line-height: 40px;*/
    text-decoration: none;
}

    .full .header-tab.raised .row.single-edit,
    .header-tab.raised .row.single-edit {
        line-height: 21px;
    }

.full .tab-label-overflow.no-decoration {
    max-width: 180px;
}

.half-full .header-tab.raised .tab-label-overflow,
.half-full .header-tab.raised .tab-label {
    padding: 0 5px;
    height: 60px;
    font-size: 12px;
    line-height: 60px;
    text-decoration: none;
}

.header-tab.raised .down-arrow-small {
    position: absolute\9;
    top: 10px\9;
}


.header-tab:hover .tab-label,
.header-tab:focus .tab-label {
    text-decoration: underline;
}

.no-decoration {
    text-decoration: none !important;
}

.tab-selected .header-tab-caret {
    display: block;
}

.full .tab-selected .header-tab-caret {
    display: none;
}

.tab-icon {
    display: none;
    float: left;
    position: relative;
    margin: 21px 5px 21px 0;
    width: 20px;
    height: 20px;
}

.full .clock-icon.grey {
    display: none;
}

.half-full .clock-icon.grey {
    top: 21px;
}

.tab-label-overflow {
    display: inline-block;
    float: left;
    margin-right: 3px;
    max-width: 75px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .tab-label-overflow.medium {
        max-width: 120px;
    }

    .tab-label-overflow.wide {
        max-width: 130px;
    }

    .tab-label-overflow.extra-wide {
        max-width: 175px;
    }

.full .tab-label-overflow.medium,
.full .tab-label-overflow.wide,
.full .tab-label-overflow.extra-wide,
.half-full .tab-label-overflow.medium,
.half-full .tab-label-overflow.wide,
.half-full .tab-label-overflow.extra-wide {
    max-width: 300px;
}

.down-arrow {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 15px;
}

.down-arrow-small {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 10px;
}

.down-arrow-large {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 15px;
}

.tab-label a:hover {
    text-decoration: none;
}

.tab-profile-img {
    width: 20px;
    height: 20px;
    line-height: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

    .tab-profile-img img {
        width: 20px;
    }

.tab-dropdowncontainer {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: -10px;
    padding-left: 10px;
    width: 940px;
    height: auto;
    text-align: center;
    display: none;
    z-index: 10;
}

.caretdropdown,
.caret-widget {
    position: absolute;
    top: -35px;
    left: 0;
}

.dropdownlink {
    position: relative;
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 115px;
    min-height: 86px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 12px;
    line-height: 15px;
}

    .dropdownlink h3,
    .dropdownlink span {
        font-family: 'pt_sansregular', Sans-serif !important;
    }

.full .header-bar ul li.help-icon.grey {
    margin: 20px 5px 5px 5px; /*margin: 12px 5px 5px 5px;*/
}

.half-full .header-bar ul li.help-icon.grey {
    margin: 22px 5px 5px 5px;
}

.full .header-bar ul li.settings-icon.grey {
    margin: 20px 5px 5px 5px; /*margin: 12px 5px 5px 5px;*/
}

.half-full .header-bar ul li.settings-icon.grey {
    margin: 22px 5px 5px 5px;
}

.container-adjustment {
    top: 80px !important;
    display: block;
    width: 990px !important;
    left: 5px !important;
}

.mar-left-35 {
    margin-left: 35px;
}

.header-bar ul li.nav-logo {
    float: right;
    width: 64px;
    height: 40px;
}

.title-bar {
    position: relative;
    z-index: 6;
    float: none;
    margin: 0 auto;
    width: 940px;
    height: 60px;
    overflow: visible;
}

.full .title-bar {
    padding: 0 10px;
    width: auto;
    max-width: 940px;
    height: 60px;
}

    .full .title-bar .title {
        padding-left: 10px;
        line-height: 60px;
    }

.half-full .title-bar {
    padding: 0 10px;
    width: auto;
    max-width: 940px;
    height: 60px;
}

    .half-full .title-bar .title {
        padding-left: 10px;
    }

.full .title-bar .title-warn {
    line-height: 60px;
}

.half-full .title-bar .title-warn {
    margin-top: 25px;
}

    .full .title-bar .title-warn .btn-block,
    .half-full .title-bar .title-warn .btn-block {
        display: block;
        float: right;
        margin-top: 16px;
    }

    .full .title-bar .title-warn .btn-group,
    .half-full .title-bar .title-warn .btn-group {
        margin-top: 16px;
        line-height: normal;
    }

.esriPopup .contentPane {
    overflow: auto !important;
    overflow-x: hidden !important;
}

.esriPopup .titlePane .title {
    max-width: 320px;
}
.title-bottom {
    display: block;
    float: right;
    padding-bottom:40px;
}

.esriPopup .user-response-tree-view {
    width: 230px;
}

.esriPopup .k-top:hover, .esriPopup .k-mid:hover, .esriPopup .k-bot:hover {
    border-bottom: 0 transparent !important;
    margin: 0 !important;
}

.esriPopup .k-in {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.esriPopup span.child.name {
    width: 75%;
    display: inline-block;
    white-space: normal;
}

.esriPopup span.child.count {
    width: 20%;
    text-align: right;
    display: inline-block;
}

.esriPopup .sizer .btn.btn-primary {
    color: #fff;
    text-decoration: none;
}

.esriPopup div.k-chart > .popup-inner-content {
    top: 35%;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
}

/*END Esri Map FIX*/

.title-crumb {
    display: block;
    float: left;
    position: relative;
    left: 0;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .title-crumb.title-extend {
        max-width: 500px;
    }

.title-id {
    margin-left: 10px;
    font-family: 'pt_sans_narrowregular', Sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 64px;
}

.title-warn {
    float: right;
    margin-left: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 60px;
    overflow: visible;
}

    .title-warn .btn-block {
        display: block;
        float: right;
        margin-top: 18px;
    }

    .title-warn .btn-group {
        margin-top: 18px;
        line-height: normal;
    }

    .title-warn .download-pdf {
        display: block;
        float: right;
        margin-top: 19px;
    }

.breadcrumbs {
    display: block;
    position: relative;
    top: 0;
    left: -25px;
    z-index: 2;
    float: left;
    font-family: 'pt_sans_narrowregular', Sans-serif;
}

.full .breadcrumbs {
    position: absolute;
    z-index: 5;
    top: -3px;
    left: -15px;
    width: 940px;
}

.breadcrumbs li:hover {
    text-decoration: underline;
}

.full .breadcrumbs li {
    font-size: 14px;
    line-height: 15px;
}

/*.breadcrumbs li.bc-first
        {
            padding: 0;
            width: 21px;
            height: 34px;
            background: url(../../images/bc-left.png) 0 0 no-repeat transparent;
        }*/

/*.breadcrumbs li.bc-last
        {
            padding: 0;
            width: 21px;
            height: 34px;
            background: url(../../images/bc-right.png) 0 0 no-repeat transparent;
        }*/

.breadcrumbs.bc-faux > li {
    cursor: default;
    text-decoration: none;
}

/*START faux breadcrumbs for Legacy pages*/
span.legacy-bc {
    float: left;
    font-family: 'pt_sans_narrowregular',sans-serif;
    cursor: pointer;
}

span.bc-connect:hover {
    text-decoration: underline;
}
/*END faux breadcrumbs for Legacy pages*/



.check-no-change label {
    width: 200px;
}

/*END header and title bar*/


/*START footer styles*/

/*.footer-wrap
{
    position: relative;
	padding: 5px 0;
    height: 50px;
	background-color: #333333;
}*/

.footer-wrap .container,
.footer-wrap .span12 {
    width: 100%;
}

/*START walkme mods*/
#walkme-player, #walkme-menu {
    right: 25px !important;
    bottom: 26px !important;
}

#walkme-player {
    z-index: 4 !important;
}

#walkme-menu {
    z-index: 2998 !important;
}
/*END walkme mods*/

.push {
    margin-bottom: 120px;
    height: 20px;
}


.push60 {
    /* for Legacy footer */
    height: 120px;
}

.footer-container {
    margin: 0 auto;
    width: 100%;
    white-space: normal;
    overflow: hidden;
}


.legal-only .footer_left {
    width: auto;
}

.legal-only .footer_right {
    display: none;
}

/*END footer styles*/
/*START button styles*/
.btn.btn-large {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 14px;
    line-height: 20px;
}

    .btn.btn-large.btn-lang {
        padding-bottom: 2px;
        padding-top: 2px;
    }

    .btn.btn-large.btn-test {
        padding-bottom: 2px;
        padding-top: 3px;
    }

.btn.faux-link:hover {
    text-decoration: underline;
}



.btn-input {
    position: relative;
    overflow: hidden;
}

    .btn-input input {
        position: absolute;
        visibility: hidden;
    }

.dropdown-menu {
    border-radius: 0;
}

.btn-group .dropdown-menu a {
    background-image: none;
    cursor: pointer;
}


.btn-group-float-right {
    float: right;
}

.btn-group > .btn:first-of-type {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn:last-of-type {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-big-minus {
    padding: 10px 5px !important;
}

    .btn-big-minus .big-minus {
        width: 15px;
        height: 4px;
        background-color: #333333;
    }

.btn.edit-profile {
    display: block;
}

.btn.cancel-profile {
    display: none;
    margin-right: 15px;
}

.btn.save-profile {
    display: none;
}

.edit-mode .btn.cancel-profile,
.edit-mode .btn.save-profile,
.edit-mode .single-display {
    display: block;
}

.edit-mode .single-edit {
    display: none;
}

.bootstrap-select.open .dropdown-toggle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.bootstrap-select.open .dropdown-menu > li > a {
    clear: both;
    /*color: #333333;*/
    display: block;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 20px 3px 12px;
    white-space: nowrap;
}

.bootstrap-select.open .dropdown-menu > li.selected > a > .multi-check {
    background-position: 0 0;
}

/*START styles for dropdown links as buttons*/
.btn-group .dropdown-menu button:disabled:hover {
    background: transparent;
    cursor: default;
}
/*END styles for dropdown links as buttons*/

/*END button styles*/
/*START modal overlay*/
.vert-center-wrap {
    /*apply to parent of modal*/
    position: fixed;
    top: 0 !important;
    margin: 0 auto;
    height: 100%;
}

.modal-vert-center {
    /*apply to modal*/
    position: relative;
    top: 50%;
}

.modal.modal-publisher-edit {
    margin-top: -400px;
    margin-left: -490px;
    width: 980px;
}

    .modal.modal-publisher-edit .modal-body {
        max-height: 600px;
        overflow: hidden;
        overflow-y: auto;
    }

.modal-header h2 {
    word-wrap: break-word;
}

.modal-header.powered-by-logo h2 {
    width: 450px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.modal-header-icon {
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.modal-body {
    overflow-x: hidden;
}

    .modal-body.modal-scroll {
        max-height: 230px;
        overflow: hidden;
        overflow-y: auto;
    }

.modal-grid {
    margin: 10px 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}

.error-unknown {
    top: 50%;
    margin-top: -111px;
    /*height: 222px;*/
}

.login {
    top: 50%;
    margin-top: -180px;
    width: 570px;
}

    .login.modal {
        border: none;
    }

    .login .read-label {
        padding-top: 3px;
    }

    .login h3 {
        font-size: 18px;
    }

    .login .modal-body {
        min-height: 220px;
    }

    .login .bottom-text {
        position: absolute;
        bottom: 0;
        font-family: 'pt_sansbold', Sans-serif;
        font-size: 12px;
    }

.choice-group + .choice-group {
    margin-top: 15px;
}

.choice-group .icon32 {
    margin-top: 4px;
}

.choice-group .close {
    margin-top: -5px;
}

.choice-group-content {
    float: left;
    padding: 10px 0 0 10px;
    width: 60%;
}

    .choice-group-content h3 {
        padding: 0;
    }

.choice-group-btns {
    float: right;
    padding: 10px 10px 0 0;
}

/*START modal on modal*/
.modal-layer-wrap {
    display: none;
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.finger-tab-content .overlay-light-grey {
    z-index: 0;
}
/*END modal on modal*/

/*start ORIGINAL JW MODAL STYLES*/
/*.modal-wrap
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2001;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../../images/dark-trans-overlay.png) 0 0 repeat;
}

.modal-overlay
{
    position: relative;
    margin: 0 auto;
    padding: 20px;
    width: 900px;
    background-color: #FFFFFF;
    border: 3px solid #B7B7B7;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.confirm-overlay
{
    width: 400px;
}

.modal-spinner-wrap
{
    position: absolute;
    margin: 0 auto;
    width: 900px;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 20px;
	font-weight: 700;
    color: #0D5B80;
    line-height: 50px;
    text-align: center;
    display: none;
}

.confirm-spinner-wrap
{
    width: 360px;
}

.spinner-wrap
{
    margin: 0 10px 0 0;
}

    .spinner-wrap img
    {
        height: 50px;
    }

.modal-title
{
    margin: 0 0 20px 0;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 24px;
	font-weight: 700;
    color: #0D5B80;
    line-height: 1.3em;
}

.modal-content
{
    margin: 0 0 40px 0;
    font-family: 'pt_sansregular', Sans-serif;
    font-size: 15px;
    color: #333333;
    line-height: 1.3em;
}

.modal-btns
{
    overflow: hidden;
}

    .modal-btns .btn
    {
        float: right;
        margin-top: 0;
    }

.modal
{
    z-index: 3000;
}
.modal-backdrop
{
    z-index: 2900;    
}*/
/*end ORIGINAL JW MODAL STYLES*/

/*START prescoping panel & input*/

.prescope-input {
    margin-top: 4px;
    width: 145px;
    height: 19px !important;
    border: none !important;
}

.input230 {
    width: 230px;
    line-height: 32px;
}

.input300 {
    width: 300px;
    line-height: 32px;
}

.input400 {
    width: 400px;
    line-height: 32px;
}

.input-append .btn {
    line-height: 27px;
}

.btn.btn-search:hover {
    background-position: center center;
}

.btn.btn-add {
    padding-left: 8px;
    width: 29px;
    height: 27px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 24px;
    /*text-shadow: 0 -1px 1px #000000;*/
}

.btn-groups {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px !important;
    height: 25px;
    line-height: 32px;
    overflow: hidden;
    cursor: pointer;
}

.multi-icon-container-wrap {
    float: right;
    margin: 0 10px;
}


/*.btn-globe
{
    position: relative;
    display: inline-block;
    margin: 0 0 -12px 10px;
    width: 27px;
    height: 27px;
    line-height: 32px;
    background: url(../../images/icons/icon_globe.png) 0 2px no-repeat transparent;
    overflow: hidden;
    cursor: pointer;
}*/

.btn-globe:hover {
    background-position: 0 -52px;
}

.field-geo {
    position: absolute;
    right: 0;
    top: 0;
}

.vert-div.have-status-margin {
    margin: 0 0 0 6px !important;
}

.clear-link-position {
    position: absolute;
    right: 35px;
}

.pill-container {
    position: relative;
    margin-top: 5px;
    width: auto;
    max-height: 100px;
    overflow: hidden;
    overflow-y: auto;
}

    .pill-container.pill-con-small {
        max-height: 97px;
    }

    .pill-container.text-con-small {
        margin-top: 0;
        margin-left: 20px;
        width: 245px !important;
        max-height: 97px;
    }

    .pill-container.ps-container .ps-scrollbar-x {
        display: none;
    }


.pill.locked .pill-close {
    display: none;
}

.pill-container.pill-responses {
    width: 432px;
}

.pill-responses .pill {
    width: 384px;
}

.pill-content {
    display: inline-block;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 15px;
}

    .pill-content.pill-con-value {
        max-width: 160px;
    }

.hierarchy-pill .pill-content {
    max-width: 500px;
}

.pill-icon.pill-icon-users {
    background-position: 0 0;
}

.pill-icon.pill-icon-distlist {
    background-position: 0 0;
}

.pill-icon.pill-icon-hierarchy {
    background-position: 0 0;
}

.pill-icon.pill-icon-attributes {
    background-position: 0 0;
}

.pill-icon.pill-icon-lock {
    background-position: 0 -16px;
}

.pill-close:hover {
    background-position: right -12px;
}

.prescope-results {
    margin: 0;
    overflow: hidden;
}

.prescope-result-group {
    padding: 0; /*padding: 10px 40px 10px 0;*/
    float: left;
    overflow: hidden;
}

    .prescope-result-group ul {
        margin: 0;
        padding: 0;
        font-family: 'pt_sansregular', Sans-serif;
        font-weight: normal;
        list-style-type: none;
    }

        .prescope-result-group ul li {
            margin: 0;
            padding-left: 25px;
            border-bottom: none; /*1px solid #DFDFDF;*/
        }

.round-top-left {
    border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    -webkit-border-radius: 3px 0 0 0;
}

.round-top-right {
    border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -webkit-border-radius: 0 3px 0 0;
}

/*  .prescope-result:hover
    {
        color: #FFFFFF;
        background-color: #8564A6;
    }
      */

.prescope-result-label {
    padding: 5px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prescope-result-label-primary {
    display: block;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prescope-result-label-secondary {
    display: block;
    font-size: 11px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prescope-match {
    font-family: 'pt_sansregular', Sans-serif;
    font-weight: 700;
}

.prescope-see-all:hover {
    text-decoration: underline;
}

/*END prescoping panel & input*/

/*START conditional panel*/

#publishingHierarchySelectorPopup #groupSelectorContent {
    left: 0;
}

#publishingHierarchyAttributePopup #groupSelectorContent {
    left: 0;
}

.cond-panel-wrap {
    display: none;
    position: fixed;
    top: 35px;
    /*left: 10%;*/
    z-index: 10;
    margin: 0 auto;
    width: 100%;
}

    .cond-panel-wrap.end-user-filter {
        position: absolute;
    }



    .cond-panel-wrap.lang-filter .caretdropdown {
        top: -15px;
        left: 50%;
        margin-left: -8px;
    }

        .cond-panel-wrap.lang-filter .caretdropdown.caret-right {
            left: auto;
            right: 5px;
            margin-left: auto;
        }

    .cond-panel-wrap.lang-filter .dropdown-selection-wrap {
        max-height: 230px;
        overflow: hidden;
        overflow-y: auto;
    }

.lang-filter-header {
    padding: 5px 10px;
}

.lang-filter-disclaimer {
    padding: 5px 10px;
    font-family: 'pt_sansitalic', Sans-serif;
    font-size: 12px;
}

.cond-panel-wrap.column-filter .caretdropdown {
    top: -15px;
    left: 50%;
    margin-left: -8px;
}

.cond-panel-wrap.column-filter .dropdown-selection-wrap {
    max-height: 230px;
    overflow: hidden;
    overflow-y: auto;
}

.dropdown-selection-wrap.lang-list.overflow-hidden select {
    margin-bottom: 0;
    width: 250px;
    height: 150px;
    border: none;
}

.cond-panel.groups-width {
    margin: 0 auto;
    width: 883px;
}

.cond-panel .modal-desc {
    margin: 10px;
}

.cond-panel a {
    margin-left: 10px;
}

.cond-panel .btn {
    float: right;
    margin: 10px 10px 5px 0;
}

.cond-panel .pill-container {
    float: left;
    margin-left: 10px;
    max-width: 70%;
}

.cond-panel-in-page {
    border: medium none;
    box-shadow: none;
}

.cond-panel.cond-panel-in-page .modal-desc {
    margin: 0 0 10px 0;
}

.cond-panel-in-page .row-fluid.query-row.mar-left10 {
    margin-left: 0;
}

.cond-panel-in-page .hand.pad-bot10.float-left.mar-right20.mar-left10 {
    margin-left: 0;
}

.text-select, .dependent-select {
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
}

/*END conditional panel*/

/*START placeholder add*/
.placeholder-add-wrap {
    position: absolute;
    overflow: visible;
}

.placeholder-add-panel.left {
    right: auto !important;
    left: -240px;
}

.placeholder-add-panel.cond-panel-wrap {
    top: -2px;
}

    .placeholder-add-panel.cond-panel-wrap.custom-option-placeholder-position {
        position: absolute;
        right: -530px;
    }


.left.cond-panel-wrap.lang-filter .caretdropdown {
    margin-left: auto;
    margin-right: 8px;
}

.placeholder-add-panel .caretdropdown img {
    display: none;
}

/*END placeholder add*/

/*START text-toggle*/
.text-toggle:hover {
    text-decoration: underline;
}

.text-toggle .caret {
    margin-top: 6px;
    margin-left: 6px;
}

.table-crown-caption .cond-panel-wrap .caretdropdown {
    top: -10px;
    left: 10px;
}

/*END text-toggle*/

.bootstrap-select.btn-group .btn .caret {
    margin-top: -4px; /*corrects caret position on bootstrap-select dropdowns*/
}

.select2-container-multi .select2-search-choice-close {
    top: 2px;
    right: 2px;
    left: auto;
    width: 14px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -12px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -12px;
}

.select2-flag { /*INTENTIONALLY EMPTY*/
}

/*END Select2 Overrides*/
/*START Bootstrap dropdown overrides*/

open.dropup > .dropdown-menu {
    margin-bottom: 18px;
    border-radius: 0;
}

.open.dropup > .dropdown-arrow {
    display: none !important;
    margin-bottom: 10px;
}

.open > .dropdown-arrow {
    margin-top: 9px;
    opacity: 1;
}

.dropdown-inverse li {
    margin: 0 4px -2px;
}

    .dropdown-inverse li:first-child > a,
    .dropdown-inverse li:last-child > a {
        border-radius: 2px;
        padding-bottom: 7px;
        padding-top: 5px;
    }

    .dropdown-inverse li:first-child dt + a,
    .dropdown-inverse li:last-child dt + a {
        border-radius: 2px;
    }

    .dropdown-inverse li dt {
        padding-left: 11px;
        padding-right: 11px;
    }

    .dropdown-inverse li .divider {
        margin-left: 11px;
        margin-right: 11px;
    }
/*END Bootstrap dropdown overrides*/

.add-line-item:hover {
    text-decoration: underline;
}

.add-icon:hover {
    background-position: 0 -21px;
}

.globe-icon:hover {
    background-position: 0 -36px;
}

.field-check {
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 13px;
}

.static-label {
    display: block;
    text-align: right;
}

.span-label {
    width: auto;
    font-family: 'pt_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: right;
    word-wrap: break-word;
}

.read-row {
    display: block; /*hide-show label row*/
}

.edit-row {
    display: block; /*hide-show field or dropdown row*/
}

    .edit-row .switch input[type="checkbox"] {
        margin: -4px 10px 0 -20px;
    }

    .edit-row input[type="checkbox"] {
        margin: 4px 0 0 -20px;
    }

.read-label {
    display: block; /*hide-show label*/
    margin-left: 0;
    text-align: right;
}

.edit-label {
    display: inline-block; /*hide-show label dropdown*/ /*inline-block*/
    margin-left: 0;
    line-height: 34px;
    text-align: right;
}

.read-field {
    position: relative;
    display: block; /*hide-show value(s)*/
    margin-left: 0;
}

.read-field-default {
    font-family: 'pt_sansitalic', Sans-serif;
}

.edit-field {
    display: inline-block; /*hide-show field or dropdown*/ /*inline-block*/
    margin-left: 0;
}

/*START single field edit*/
.single-edit {
    position: relative;
}

/*.single-edit:hover {
	position: relative;
	margin-top: -6px;
	margin-bottom: -1px;
	margin-left: -21px;
	padding-top: 5px;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.span5b.single-edit:hover {
	position: relative;
	margin-top: -6px;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: 0;
	padding-top: 5px;
	padding-left: 19px;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
}
.span5b.mar-right60.single-edit:hover {
	margin-right: 59px;
}
.edit-icon {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 100%;
	background: url(../../images/icons/icon_edit.png) center 46% no-repeat #D8D8D8;
}
.single-edit:hover .edit-icon {
	display: block;
}
.special:hover {
	margin-left: -6px;
	margin-bottom: -6px;
	padding-bottom: 5px;
	padding-left: 5px;
}*/
/*END single field edit*/
.single-display {
    display: none;
}

.meter-label {
    margin-top: -18px;
    margin-bottom: 15px;
}

.float-row-shim {
    float: left;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.basic-profile-img {
    width: 85px;
    height: 85px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
}

    .basic-profile-img img {
        width: 85px;
    }

.change-photo-link {
    vertical-align: top;
    padding-left: 15px;
    line-height: 85px;
}

.remove-condition {
    width: 10% !important;
    position: absolute;
    margin-left: 70%;
    margin-top: 25px;
}

.revoke-permission-conditions .bootstrap-select {
    margin-bottom: 4px !important;
}

.line-item {
    display: block;
    margin: 0 0 5px 0;
}

    .line-item.emphasis {
        font-family: 'pt_sansregular', sans-serif;
        font-size: 15px;
        font-weight: 700;
    }

    .line-item.secondary {
        color: #666666;
    }

.bucket-section-div {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 100%;
    height: 2px;
    border-top: none;
    border-bottom: none;
}

    .bucket-section-div.row {
        margin-left: 0;
    }

.attr-sec-label {
    position: relative;
    padding-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    font-family: 'pt_sansregular', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.slide-element {
    position: relative;
}

.word-wrap {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*START warning message position on list pages*/
.save-msg-panel-list-position {
    margin-top: 120px auto 0 auto;
}
/*START warning message position on list pages*/


#userGrid-pageNav,
#grdUserList-pageNav,
#operatorUserBaseGridElm-pageNav {
    display: none;
}

.reverse {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.span3.word-wrap.pill-container.text-con-small.width220.no-scroll .span3 {
    width: 200px;
}

.pager-device {
    display: inline-block;
}

.pager-container {
    float: left;
    width: 97px;
}

    .pager-container .warning {
        display: block;
        width: auto;
    }

.carrier-container {
    float: left;
    margin-left: 5px;
}

    .carrier-container .warning {
        display: block;
        width: 158px;
    }

/*END new styles---------------*/

/*START .top-links and .ready-indicator*/
.top-links {
    padding: 10px 20px 10px 0;
}

.ready-indicator {
    display: none;
    float: left;
    margin-top: 4px;
    margin-right: 3px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

    .ready-indicator.ready .not-ready-minus,
    .ready-indicator.open .not-ready-minus {
        visibility: hidden;
    }

.link-span {
}

.sub-label {
    line-height: 26px;
}

    .sub-label + .controls {
        margin-left: 0;
    }

.option-row + .option-row {
    margin-top: 10px;
}

.call-bridge-options {
    display: inline-block;
    width: 325px;
    line-height: 30px;
}

.dropbox-dropin-btn.dropbox-dropin-default .dropin-btn-status {
    background-position: 0 0;
}

.dropbox-dropin-btn.dropbox-dropin-success .dropin-btn-status {
    background-position: -15px 0;
}
/*END Dropbox Button Styles*/

/*END .top-links*/

/*START location-map*/
.map-tools-container {
    display: block;
    position: absolute;
    z-index: 3;
    top: 40px;
    right: 20px;
}

.btn-basemap {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
}

.btn-toc {
    display: block;
    position: absolute;
    left: 35px;
    bottom: 0;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
}

.btn-dl {
    display: block;
    position: absolute;
    left: 70px;
    bottom: 0;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
}

.refresh-layers {
    display: block;
    position: absolute;
    left: 105px;
    bottom: 2px;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
}

    .refresh-layers.position-3 {
        left: 70px;
    }

.btn-refresh {
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.livemap-refresh-icon.animate {
    animation-name: rotateThis;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateThis {
    from {
        transform: scale( 1 ) rotate( 0deg );
    }

    to {
        transform: scale( 1 ) rotate( 360deg );
    }
}

.simpleGeocoder .esriGeocoder input:focus {
    box-shadow: none;
}

.btn-drawing {
    display: block;
    position: absolute;
    top: 0;
    right: 86px;
    padding: 0;
    width: 30px !important;
    height: 30px !important;
}

.content-basemap .esriBasemapGallery {
    height: 210px;
    overflow-y: auto;
}


.content-layers .caretdropdown img,
.content-tools .caretdropdown img,
.content-basemap .caretdropdown img {
    display: none;
}

.esriAttribution {
    background-color: transparent !important;
}

.esriAttributionList {
    line-height: 30px;
}

.map .logo-sm {
    vertical-align: top;
}

.map .logo-med {
    display: inline-block;
    z-index: 30;
    /*width: 44px !important;*/
    /*height: 22px !important;*/
    /*background-image: url("../../Scripts/lib-vendor/esri/javascript/esri/images/map/logo-sm.png") !important;*/
    cursor: pointer;
    vertical-align: top !important;
}

.map-accord-label-wrap {
    display: inline-block;
    padding-top: 5px;
    width: 150px;
    line-height: 18px;
}



/*START map tools buttons*/
.btn-tool {
    display: block;
    position: relative;
    float: left;
    margin: 5px 3px 0 3px;
    padding: 0 !important;
    width: 30px !important;
    height: 30px !important;
}

.btn-tool-delete {
    float: right;
    margin-right: 6px;
}

.btn-tool.polygon span {
    top: 4px;
    background-position: -100px 0;
}

.btn-tool.polygon.selected span {
    background-position: -100px -50px;
}

.btn-tool.circle span {
    background-position: -150px 0;
}

.btn-tool.circle.selected span {
    background-position: -150px -50px;
}

.btn-tool.rectangle span {
    background-position: -200px 0;
}

.btn-tool.rectangle.selected span {
    background-position: -200px -50px;
}

.btn-tool.freehand span {
    top: 3px;
    background-position: -250px 0;
}

.btn-tool.freehand.selected span {
    background-position: -250px -50px;
}

.btn-tool.delete span {
    top: 3px;
    left: 6px;
    background-position: -300px 0;
}


.btn-basemap.imagery span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/86de95d4e0244cba80f0fa2c9403a7b2/info/thumbnail/tempimagery.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.imagery-with-labels span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/413fd05bbd7342f5991d5ec96f4f8b18/info/thumbnail/tempimagery_with_labels_ne_usa.png) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.streets span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/d8855ee4d3d74413babfb0f41203b168/info/thumbnail/world_street_map.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.topographic span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/6e03e8c26aad4b9c92a87c1063ddb0e3/info/thumbnail/topo_map_2.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.dark-gray-canvas span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/25869b8718c0419db87dad07de5b02d8/info/thumbnail/DGCanvasBase.png) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.light-gray-canvas span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/8b3b470883a744aeb60e5fff0a319ce7/info/thumbnail/templight_gray_canvas_with_labels__ne_usa.png) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.national-geographic span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/509e2d6b034246d692a461724ae2d62c/info/thumbnail/natgeo.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.oceans span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/48b8cec7ebf04b5fbdcaf70d09daff21/info/thumbnail/tempoceans.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.terrain-with-labels span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/aab054ab883c4a4094c72e949566ad40/info/thumbnail/tempTerrain_with_labels_ne_usa.png) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.openstreetmap span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/5d2bfa736f8448b3a1708e1f6be23eed/info/thumbnail/temposm.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.usa-topo-maps span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/931d892ac7a843d7ba29d085e0433465/info/thumbnail/usa_topo.jpg) 0 0 no-repeat;
    background-size: cover;
}

.btn-basemap.usgs-national-map span {
    top: 4px;
    background: url(https://www.arcgis.com/sharing/rest/content/items/6d9fa6d159ae4a1f80b9e296ed300767/info/thumbnail/national_map.jpg) 0 0 no-repeat;
    background-size: cover;
}

.icon-targeting.users {
    background-position: 0 -200px;
}

.icon-targeting.orgs {
    background-position: -50px -200px;
}

/*END map tools buttons*/
/*END location-map*/

/*START Homepage Styles*/
.homepage {
    /*INTENTIONALLY LEFT BLANK*/
}

    .homepage .bucket.bucket-toggle {
        /*for homepage only*/
        margin-bottom: 0;
    }

    .homepage .bucket.sidebar {
        padding-right: 0;
        padding-left: 0;
        background-color: transparent;
        border: none;
    }

    .homepage h2 .h2-link:hover {
        text-decoration: underline;
    }

    .homepage .bucket .row {
        padding-left: 20px;
    }

.vps-logo {
    margin-left: 0;
    padding-top: 8px;
}

.intro {
    padding-top: 10px;
    margin-left: 160px;
}

.sidebar {
}

.sidebar-section {
}

.section-refresh .small-msg {
    font-family: 'pt_sansregular', Arial, Sans-serif;
    font-size: 12px;
}

.section-health {
    padding-left: 55px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.btn.btn-quick {
    margin: 5px 0 0 0;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100% !important; /*width: 32% !important;*/
    line-height: 14px;
    /*border: 1px solid #0091B5;*/
    box-shadow: none;
    /*background: #0091B5; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #0091B5 0%, #0C607E 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0091B5), color-stop(100%,#0C607E)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #0091B5 0%,#0C607E 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #0091B5 0%,#0C607E 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #0091B5 0%,#0C607E 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #0091B5 0%,#0C607E 100%); /* W3C */
}

    .btn.btn-quick:hover, .btn.btn-quick:focus {
        /*background: #0C607E; /* Old browsers */
        /*background: -moz-linear-gradient(top,  #0C607E 1%, #0091B5 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#5a406e), color-stop(100%,#0091B5)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* IE10+ */
        /*background: linear-gradient(to bottom,  #0C607E 1%,#0091B5 100%); /* W3C */
    }

    .btn.btn-quick:active, .btn.btn-quick.active, .btn-group.open .btn.btn-quick.dropdown-toggle {
        /*background: #0C607E; /* Old browsers */
        /*background: -moz-linear-gradient(top,  #0C607E 1%, #0091B5 100%); /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0C607E), color-stop(100%,#0091B5)); /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* Opera 11.10+ */
        /*background: -ms-linear-gradient(top,  #0C607E 1%,#0091B5 100%); /* IE10+ */
        /*background: linear-gradient(to bottom,  #0C607E 1%,#0091B5 100%); /* W3C */
    }

.section-users {
    font-family: 'pt_sansregular', Arial, Sans-serif;
    font-size: 14px;
    font-weight: normal;
}

    .section-users.text-large {
        font-size: 16px;
    }

.section-users-number {
    padding-right: 5px;
    width: 80px;
    text-align: right;
}

.section-users-label {
    padding-left: 85px;
}

.red {
    color: #FF0000;
}

.text-danger-msg {
    color: #E60000;
}

.section-last {
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
}

    .section-last .small-msg {
        margin-bottom: 10px;
        font-family: 'pt_sansregular', Arial, Sans-serif;
        font-size: 12px;
        font-weight: normal;
    }

.pseudo-k-secondary {
    margin-left: 0;
    font-size: 12px;
    font-weight: normal;
    color: #676767;
}

/*END Homepage Styles*/

/*START Self-Service Log-In Styles*/

.ss-login form {
    margin: 0 !important;
}

.ss-login .ss-left,
.ss-login .ss-right {
    position: relative;
    min-height: 580px;
}

.ss-login .warning,
.uni-login .warning {
    width: auto;
    font-size: 14px;
}

.ss-login .bold,
.uni-login .bold {
    font-family: 'pt_sansbold', Arial, Sans-serif;
}

.ss-login button,
.ss-login a.btn,
.sign-in button,
.sign-in a.btn,
.uni-login button,
.uni-login a.btn {
    padding: 0 0 5px 0 !important;
    width: 200px !important;
    min-height: 38px !important;
    font-family: 'pt_sans_narrowbold', Arial, Sans-serif !important;
    font-size: 24px !important;
    font-weight: normal !important;
    line-height: 38px;
}

.ss-login a.btn,
.sign-in a.btn,
.uni-login a.btn {
    width: 198px !important;
    height: 36px !important;
    line-height: 36px;
}

.ss-login .help-link,
.uni-login .help-link {
    font-size: 12px;
}

.ss-login input,
.uni-login input {
    margin-top: 10px;
    margin-bottom: 0;
    height: 33px;
    line-height: 30px;
}

.ss-right {
    float: right;
    width: 360px;
    text-align: center;
}

.ss-logo,
.uni-logo {
    display: block;
    margin: 20px 0 10px 0;
    width: auto;
    height: 77px;
    /*background: url(../../Images/login_logo.png) 0 0 no-repeat;*/
    overflow: hidden;
}

    .ss-logo.registration
    .uni-logo.registration {
        /*margin-bottom: 0;*/
    }

    .ss-logo img,
    .uni-logo img {
        height: 75px;
    }

.ss-title,
.uni-title {
    margin: 15px 0;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 24px;
    font-weight: normal;
}

    .ss-title.registration,
    .uni-title.registration {
        margin: -10px 0 0 0;
    }

.ss-content,
.uni-content {
    position: relative;
    padding: 10px 40px;
}

    .ss-content .block,
    .uni-content .block {
        position: relative;
    }

.ss-bottom-wrap,
.uni-bottom-wrap {
    position: relative;
    bottom: 0;
    padding: 20px 40px 10px 40px;
    width: 280px;
    text-align: center;
}

.uni-bottom-wrap {
    padding: 20px 0 10px 0;
    width: 100%;
}

.ss-vps-name,
.uni-vps-name {
    margin: 10px 0 20px 0;
    font-family: 'pt_sans_narrowbold', Arial, Sans-serif;
    font-size: 24px;
    font-weight: normal;
    word-wrap: break-word;
}

.pass-rules {
    padding: 5px 0;
    font-size: 12px;
}

    .pass-rules ul {
        margin-bottom: -30px;
    }

        .pass-rules ul li {
            line-height: 15px;
        }

.login-special-section .ss-title {
    margin-top: 0;
}

.login-special-modal-wrap {
    position: relative;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*START special labels*/
div.special-field {
    position: relative;
}

    div.special-field > input {
        position: relative;
        z-index: 1;
        background-color: transparent;
        padding-top: 7px;
    }

        div.special-field > input:valid + label.special-label {
            /* do something with the label */
            display: block;
            margin-left: 2px;
        }

        /*START MS special labels hack*/ /* *****CHANGED DISPLAY TO NONE TO REMOVE DUPLICATE LABELS IN IE9 AND BELOW***** */
        div.special-field > input:focus + label.special-label {
            display: none\9; /* apply to all ie from 8 and below */
            *display: none; /* apply to ie 7 and below */
            _display: none; /* apply to ie 6 and below */
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    div.special-field > input:focus + label.special-label {
        display: block;
    }
}
/*END MS special labels hack*/

/*END special labels*/

/*END Self-Service Log-In Styles*/

/*START Splash Styles*/

.splash-logo {
    display: block;
    float: left;
    margin-right: 10px;
    width: 100px;
    min-height: 1px;
}

    .splash-logo img {
        width: 100px;
    }

.splash-content {
    padding-left: 110px;
}

    .splash-content h3 {
        font-size: 18px;
    }

/*END Splash Styles*/

/*START Notification List Styles*/

#btn_notifications_tt_active.k-tooltip-closable .k-tooltip-content {
    padding-right: 0 !important;
}

.notification-details {
    position: relative;
    text-align: left;
    overflow: hidden;
}

    .notification-details .icon16 {
        margin-top: 7px;
    }

.notification-close > h3 {
    float: left;
    font-size: 18px;
}

.send-rcv-row + .send-rcv-row {
    margin-top: 10px;
}

/*END Notification List Styles*/

/*START Activity Log Styles*/

.text-transform-uppercase {
    text-transform: uppercase;
}

/*START icon styles*/

.icon10-wrap {
    display: block;
    overflow: hidden;
}

.icon10.event-mgr-sprite-location {
    background-position: -240px -120px;
}

.icon10.event-mgr-sprite-attachment {
    background-position: -280px -120px;
}

.icon10.event-mgr-sprite-accepted {
    float: none;
    display: inline-block;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background-position: -120px -200px;
}

.icon10.event-mgr-sprite-declined {
    float: none;
    display: inline-block;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background-position: -80px -200px;
}

.icon16.vert-center {
    position: absolute;
    top: 21px;
    left: 10px;
}

.icon16 img {
    vertical-align: top;
}

.k-secondary .icon16 {
    margin: 3px 5px 0 0;
}

.icon16.event-mgr-sprite-high {
    background-position: 0 -40px;
}

    .icon16.event-mgr-sprite-high.white {
        background-position: 0 -120px;
    }

.icon16.event-mgr-sprite-severe {
    background-position: -40px -40px;
}

    .icon16.event-mgr-sprite-severe.white {
        background-position: -40px -120px;
    }

.icon16.event-mgr-sprite-moderate {
    background-position: -80px -40px;
}

    .icon16.event-mgr-sprite-moderate.white {
        background-position: -80px -120px;
    }

.icon16.event-mgr-sprite-low {
    background-position: -120px -40px;
}

    .icon16.event-mgr-sprite-low.white {
        background-position: -120px -120px;
    }

.icon16.event-mgr-sprite-informational {
    background-position: -160px -40px;
}

    .icon16.event-mgr-sprite-informational.white {
        background-position: -160px -120px;
    }

.icon16.event-mgr-sprite-unknown {
    background-position: -200px -40px;
}

    .icon16.event-mgr-sprite-unknown.white {
        background-position: -200px -120px;
    }

.icon16.event-mgr-sprite-user {
    background-position: -240px 0;
}

.icon16.event-mgr-sprite-organization {
    background-position: -280px 0;
}

.icon16.event-mgr-sprite-location {
    background-position: -240px -80px;
}

.icon16.event-mgr-sprite-attachment {
    background-position: -280px -80px;
}

.icon16.event-mgr-sprite-info {
    background-position: 0 -200px;
}

.icon20.event-mgr-sprite-download {
    background-position: -40px -160px;
}

.icon20.event-mgr-sprite-expand {
    background-position: -80px -160px;
}

.icon20.event-mgr-sprite-send-msg-pending {
    float: left;
    margin-right: -7px;
    width: 32px;
    background-position: -200px -197px;
}

.icon20.event-mgr-sprite-rcv-msg-pending {
    position: relative;
    top: 4px;
    float: left;
    margin-right: -14px;
    margin-left: 8px;
    width: 32px;
    background-position: -160px -200px;
}

.icon32.event-mgr-sprite-high {
    background-position: 0 0;
}

    .icon32.event-mgr-sprite-high.white {
        background-position: 0 -80px;
    }

.icon32.event-mgr-sprite-severe {
    background-position: -40px 0;
}

    .icon32.event-mgr-sprite-severe.white {
        background-position: -40px -80px;
    }

.icon32.event-mgr-sprite-moderate {
    background-position: -80px 0;
}

    .icon32.event-mgr-sprite-moderate.white {
        background-position: -80px -80px;
    }

.icon32.event-mgr-sprite-low {
    background-position: -120px 0;
}

    .icon32.event-mgr-sprite-low.white {
        background-position: -120px -80px;
    }

.icon32.event-mgr-sprite-informational {
    background-position: -160px 0;
}

    .icon32.event-mgr-sprite-informational.white {
        background-position: -160px -80px;
    }

.icon32.event-mgr-sprite-unknown {
    background-position: -200px 0;
}

    .icon32.event-mgr-sprite-unknown.white {
        background-position: -200px -80px;
    }

.icon32.event-mgr-sprite-replied {
    background-position: 0 -160px;
}

.icon32.event-mgr-sprite-send-grey {
    width: 60px;
    background-position: 0 -240px;
}

.icon32.event-mgr-sprite-send-light-grey {
    width: 60px;
    background-position: 0 -280px;
}

.icon32.event-mgr-sprite-send-green {
    width: 60px;
    background-position: 0 -320px;
}

.icon32.event-mgr-sprite-rcv-grey {
    width: 60px;
    background-position: -80px -240px;
}

.icon32.event-mgr-sprite-rcv-light-grey {
    width: 60px;
    background-position: -80px -280px;
}

.icon32.event-mgr-sprite-rcv-green {
    width: 60px;
    background-position: -80px -320px;
}

.icon32.event-mgr-sprite-send-grey-pending {
    margin-right: -6px;
    margin-bottom: -4px;
    width: 66px;
    height: 36px;
    background-position: 0 -360px;
}

.icon32.event-mgr-sprite-rcv-grey-pending {
    margin-right: -6px;
    margin-bottom: -8px;
    width: 66px;
    height: 40px;
    background-position: -80px -360px;
}

.icon32.event-mgr-sprite-high.pa-sub-icon {
    background-position: 0 0;
}

.icon32.event-mgr-sprite-high.white.pa-sub-icon {
    background-position: 0 -60px;
}

.icon32.event-mgr-sprite-severe.pa-sub-icon {
    background-position: -60px 0;
}

.icon32.event-mgr-sprite-severe.white.pa-sub-icon {
    background-position: -60px -60px;
}

.icon32.event-mgr-sprite-moderate.pa-sub-icon {
    background-position: -120px 0;
}

.icon32.event-mgr-sprite-moderate.white.pa-sub-icon {
    background-position: -120px -60px;
}

.icon32.event-mgr-sprite-low.pa-sub-icon {
    background-position: -180px 0;
}

.icon32.event-mgr-sprite-low.white.pa-sub-icon {
    background-position: -180px -60px;
}

.icon32.event-mgr-sprite-informational.pa-sub-icon {
    background-position: -240px 0;
}

.icon32.event-mgr-sprite-informational.white.pa-sub-icon {
    background-position: -240px -60px;
}

.icon32.event-mgr-sprite-unknown.pa-sub-icon {
    background-position: -300px 0;
}

.icon32.event-mgr-sprite-unknown.white.pa-sub-icon {
    background-position: -300px -60px;
}

.status-modal-icon16 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;
}

.status-modal-icon40 {
    margin-top: -5px;
    margin-left: -20px;
}

.status-modal-title {
    margin-top: -5px;
    padding-left: 10px;
    font-size: 16px;
}

.status-modal-description {
    padding-left: 5px;
    line-height: 16px;
}

.controls #mapIcon {
    max-height: 24px;
}

/*END icon styles*/

/*START search-filter-label-links*/
.search-filter-label-links a {
    margin: 0 10px;
}
/*END search-filter-label-links*/

/*START map styles*/

.leaflet-view-label {
    position: absolute;
    bottom: 0;
    left: 2px;
}

.leaflet-view-label-satellite {
    display: block;
}

.leaflet-view-map .leaflet-view-label-satellite {
    display: none;
}

.leaflet-view-label-map {
    display: none;
}

.leaflet-view-map .leaflet-view-label-map {
    display: block;
}

/*END map styles*/

/*START Connect Status*/
.connect-status-container {
    padding: 0;
    overflow: hidden;
}

.connect-network-status {
    display: block;
    float: left;
    padding: 5px;
    width: 60px;
    height: 50px;
    background-color: #666666;
}

    .connect-network-status .connect-icons {
        display: block;
        width: 50px;
        height: 50px;
    }

.connect-icons.connect-network.white {
    background-position: -50px 0;
}

.connect-icons.pending {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    background-position: -150px 0;
}

    .connect-icons.pending.connect-directory,
    .connect-icons.connected.connect-directory {
        height: 35px;
        width: 35px;
    }

.connect-icons.connected.connect-directory {
    background-position: -250px 5px;
}

.connect-icons.connected {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    background-position: -250px 2px;
}

.connect-icons.disconnected {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 40px;
    height: 40px;
    background-image: none;
}

.connect-icons.small-checkmark.grey {
    display: inline-block;
    float: left;
    margin: 3px 0 0 -10px;
    width: 12px;
    height: 12px;
    background-position: -200px 0;
}

.connect-icons.normal-checkmark.grey {
    display: inline-block;
    float: left;
    margin: 3px 0 -4px -10px;
    width: 16px;
    height: 16px;
    background-position: -300px 0;
}

.connect-icons.not-connected {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 0;
    height: 40px;
    background-position: 50px 0;
}

.connect-status {
    display: inline-block;
    width: auto;
    font-family: 'pt_sansregular', Arial, Sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 47px;
}

    .connect-status a {
        margin-left: 10px;
        font-size: 12px;
    }

.notification-row .connect-status {
    font-size: 14px;
}

    .notification-row .connect-status .invite-org-info-logo {
        top: 5px;
        height: 35px;
    }


.connect-agreement-bullets {
    display: block;
    padding-left: 10px;
    font-family: 'pt_sansregular', Arial, Sans-serif;
}

.connect-status-btns {
    display: inline-block;
    float: right;
    margin-left: 20px;
    padding: 8px 10px 0 0;
    width: auto;
    height: 26px;
}

    .connect-status-btns.detail-status {
        padding-top: 11px;
    }

.invite-org-info {
    position: relative;
    padding-left: 40px;
    font-family: 'pt_sansbold', Arial, Sans-serif;
    font-size: 14px;
}

    .invite-org-info img {
        position: absolute;
        top: -10px;
        left: 0px;
        height: 35px;
    }

.notification-row .invite-org-info img {
    /*top: 8px;*/
}

.notification-row .invite-org-info {
    padding-left: 0;
    font-size: 12px;
}

.invite-org-info-logo {
    position: relative;
    display: block;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    overflow: hidden;
}

    .invite-org-info-logo img {
        top: 0;
        max-width: none;
        height: 35px;
    }

.img-constraint {
    position: relative;
    /*margin-right: auto;
	margin-left: auto;*/
    max-width: none;
}

    .img-constraint img {
        /*position: absolute;
	max-width: none;*/
        margin: 0 auto;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

.invite-org-info.subscribe-channel {
}

    .invite-org-info.subscribe-channel img {
        position: absolute;
        top: -5px;
        left: 20px;
        width: auto;
        max-width: 32px;
        height: auto;
        max-height: 32px;
    }

    .invite-org-info.subscribe-channel .subscribe-name,
    .invite-org-info.subscribe-channel .subscribe-description {
        padding-right: 25px;
        padding-left: 20px;
    }
/*END Connect Status*/

/*START Rule Manager*/

.not-ready-text {
    color: #B61211;
}
/*END Rule Manager*/

/*START Fill Count Summary*/
.bucket.fill-sum {
    position: relative;
    padding: 10px;
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    overflow: hidden;
}

.fill-sum-col {
    display: block;
    float: left;
    margin-right: 20px;
    min-width: 170px;
    overflow: hidden;
}

    .fill-sum-col.narrow {
        width: 100px;
        min-width: 100px !important;
    }

    .fill-sum-col.wide {
        max-width: 230px;
    }

.fill-sum-col-title {
    font-family: 'pt_sansbold', Arial, Sans-serif;
}

.fill-sum-col-value {
    margin-left: 0;
    font-size: 12px;
}

.fill-sum-col-actions {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right;
}
/*END Fill Count Summary*/

/*START dark-tooltip styles*/
.dark-tooltip-wrap {
    position: absolute;
    z-index: 20;
    top: -50px;
    max-width: 350px;
    overflow: visible;
}

    .dark-tooltip-wrap.map-measure {
        top: 50px;
        right: 300px;
        overflow: hidden;
    }

        .dark-tooltip-wrap.map-measure .dark-tooltip-content {
            width: auto;
            line-height: 17px;
            white-space: nowrap;
            border-right: medium none;
        }

.dark-tooltip-content.no-border {
    border: none;
}

.char-count {
    float: right;
    padding: 0 5px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

/*END dark-tooltip styles*/

/*START PA export tooltip style*/
.dark-tooltip-wrap.pa-export-tooltip-wrap {
    top: -10px !important;
}

.dark-tooltip-content.pa-export-tooltip-content {
    border: none !important;
}

/*END normal tooltip style*/
/*START corner tag*/
.corner-tag {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

@media all and (max-width: 1060px) {
    .corner-tag {
        width: 20px;
    }

        .corner-tag.enterprise {
            background-position: -40px -60px;
        }
}
/*END corner tag*/

/*START desktop sign-in styles*/
.sign-in-dimensions {
    margin: 0;
    padding: 0;
    width: 640px;
    height: 410px;
}

.sign-in-header {
    width: 100%;
    text-align: center;
}

.sign-in-org-logo {
    position: relative;
    left: 50%;
    margin-top: 20px;
    margin-left: -70px;
    width: 140px;
    height: 80px;
}

    .sign-in-org-logo img {
        max-width: 140px;
        max-height: 80px;
    }


.sign-in-org-name {
    margin-top: 20px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}

.sign-in-body-text {
    margin: 20px 0 10px 0;
    padding: 0 50px 0 50px;
    font-size: 24px;
    text-align: center;
}

.sign-in-footer-name {
}

.sign-in-footer-copyright {
    padding-top: 10px;
    font-size: 12px;
}
/*END desktop sign-in styles*/


/*START Captcha styles*/
.recaptcha {
    margin-top: 30px;
    margin-left: -12px;
}
/*END Captcha styles*/


/*START Added by ODC*/
.Custom_Margine_Pd_Md {
    max-height: 1000px;
    max-width: 900px;
    word-break: break-all;
}
/*END Added by ODC*/

.plaintextInline {
    max-width: 300px !important;
    word-break: break-all;
    display: inline-block;
}

.controls #mapIcon {
    max-height: 24px;
}

.onhover:hover {
    text-decoration: underline;
}

.margin-top0-important {
    margin-top: 0 !important;
}

.margin-left0-important {
    margin-left: 0px !important;
}

.top-0 {
    top: 0 !important;
}

.btn-focus {
    border: dotted 1px !important;
}

.pa-event-statusTitle {
    width: 77%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa-event-tabs .k-tabstrip-items {
    padding-left: 0;
}

.event-tabs li.k-state-active .k-loading {
    border-top: 0;
}

.pa-cond-panel-wrap {
    display: block;
}

.acct-msg-bucket .acct-msg-btn-set {
    top: 0;
    line-height: 18px;
}

.alert-report-tab-control .tab-button.selected {
    font-family: 'pt_sansbold', Arial, Sans-serif;
}

.k-tooltip.tooltipWrap {
    white-space: normal !important;
    -moz-white-space: normal !important;
    -ms-white-space: normal !important;
}

.alert-folder-name-tooltip {
    left: 0 !important;
}

.home-page-tooltip {
    max-width: 500px;
}

.audio-file-tooltip {
    left: 0 !important;
}

.delivery-templ-tooltip {
    left: 0 !important;
}

.scenario-list-tooltip {
    max-width: 650px;
}

.scenario-publisher-tooltip {
    max-width: 580px;
}

.form-horizontal-custom {
    position: absolute;
    top: 130px;
    width: 100%;
    padding-bottom: 50px;
}

/*START status history styles*/
.status-history {
    display: block;
    position: relative;
}

.status-history-item-title-wrap {
    display: block;
    overflow: hidden;
}

.status-history-item-title {
    float: left;
    font-family: 'pt_sansbold', Sans-serif;
}

.status-history-item-content {
    display: block;
    clear: both;
}

.status-history-item-content-attribution {
    font-family: 'pt_sansitalic', Sans-serif;
}
/*END status history styles*/

/*START usdoj standalone registration styles*/
.usdoj-name {
    position: relative;
    top: 45%;
    font-size: 18px;
}

.usdoj-conf {
    font-size: 16px;
    font-style: oblique;
}
/*END usdoj standalone registration styles*/


tr.hint .hide-on-drag-row {
    visibility: hidden;
}

tr.placeholder div.width650 {
    width: 650px !important;
}

.width-auto {
    width: auto !important;
}

/* Start: Jquery Selectpicker custom CSS*/
.sp-replacer .sp-dd {
    line-height: 20px;
}
/* End: Jquery Selectpicker custom CSS*/

.separator {
    padding: 0 10px;
    font-size: 20px;
    vertical-align: text-bottom;
    color: #aba9a9;
}

.dropdown-selection-wrap-scroll {
    max-height: 250px;
    overflow-y: auto;
}

/*Start styles for : Innovation : Minimization of UI defects*/

.scrollable-grid .k-grid-content {
    overflow-y: auto !important;
}

/*End styles for : Innovation : Minimization of UI defects*/

.importPageContainer .fileinput-button, .operatorImportPageContainer .fileinput-button {
    position: relative;
    overflow: hidden;
}

    .importPageContainer .fileinput-button input, .operatorImportPageContainer .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        /*font-size: 200px;*/
        direction: ltr;
        cursor: pointer;
    }

.importCompleteStatus {
    margin-top: 0px !important;
}

/*Start styles for : User Initiated Move Fit and Finish*/

.ddlMoveOrganizationswidth {
    width: 378px !important;
}

/*End styles for : User Initiated Move Fit and Finish*/
.pass-rules-mar-left {
    margin-left: 5px;
}

/*START alert attachments*/

.upload-item-group {
    padding: 10px;
    max-height: 290px;
    overflow: hidden;
    overflow-y: auto;
}

.upload-item {
    display: inline-block;
    position: relative;
    margin: 10px 6px;
    width: 150px;
    cursor: pointer;
}

.upload-item-thumb img {
    max-width: 150px;
    min-height: 100px;
}

.upload-item-group-selection {
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
    width: 810px;
}

.upload-item-selection {
    display: inline-block;
    position: relative;
    margin: 10px 14px;
    width: 168px;
    cursor: pointer;
}

.upload-item-selection-checkbox {
    width: 10%;
    float: left;
}

.upload-item-selection-thumb img {
    max-width: 150px;
    min-height: 100px;
}

.upload-item-size {
    display: inline-block;
    float: right;
}
/*END alert attachments*/

/*START universal login styles*/
/*additional universal login styles can be found above by searching ".uni-"*/

body.uni-login-bg form {
    margin: 0;
}

.uni-login-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 700px;
}

.uni-login-input {
    width: 280px;
}

/*END universal login styles*/


/*START dependents styles*/
.inner-bucket-header.trans {
    padding: 0;
    background-color: transparent;
}

.inner-bucket-section-horizontal.trans {
    border: none;
    background-color: transparent;
}

.target-summary-section-wrap {
    float: left;
    margin-top: 10px;
}

    .target-summary-section-wrap .inner-bucket-section-horizontal {
        float: none;
        margin-bottom: 10px;
    }

    .target-summary-section-wrap .target-summary-section {
        margin: 0 5px;
    }

    .target-summary-section-wrap .pie-chart {
        margin: 0 0 0 -20px;
    }

    .target-summary-section-wrap + .target-summary-section-wrap {
        margin-left: 50px;
    }

.dependents-label {
    display: none;
}

.dependents .dependents-label {
    display: block;
}

.dependents .pie-chart {
    float: none;
}

.target-summary-section-wrap.mar-top40 {
    margin-top: 55px;
}

.dependents .target-summary-section-wrap.mar-top40 {
    margin-top: 10px;
}

.pie #piechartSummary {
    display: block;
}

.resizeboth {
    resize: both;
}

.tooltip-custom-content {
    font: 14px/1.231 'pt_sansregular', sans-serif !important;
    padding: 7px;
}

    .tooltip-custom-content > div {
        width: auto;
        float: left;
        height: auto;
        padding-bottom: 7px;
        margin-top: 8px;
    }

.tooltip-dep-content {
    width: 100% !important;
    float: left;
}

.progressbar-tooltip {
    border: 1px !important;
    border-style: solid !important;
}

.tooltip-dep-label {
    width: 70%;
    float: left;
    height: auto;
}

.tooltip-dep-count {
    float: right;
    width: 20%;
}

.tooltip-counts {
    margin-left: 17px;
}

.dropdown-menu-rounded-none {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
/*START dependents styles*/


/*START Media Queries*/
@media only screen and (min-width: 1001px), only screen and (min-width: 1001px), only screen and (min-width: 1001px), only screen and (min-width: 1001px) {
    .uni-login-wrap {
        width: 700px;
    }
}

.uni-login-wrap {
    top: 0;
    left: 0;
    width: 100%;
}

.uni-login .row input {
    width: 400px;
}

.uni-logo {
    margin-top: 40px;
}

}

@media only screen and (max-width: 560px), only screen and (max-width: 560px), only screen and (max-width: 560px), only screen and (max-width: 560px) {
    .uni-login .row input {
        width: 280px;
    }
}

/*END Media Queries*/

.tooltip-inner {
    background-color: white !important;
    color: black;
    opacity: 1;
    /*background-color: #5a406e !important;*/
}

.tooltip.top .tooltip-arrow {
    border-top-color: white !important;
    color: black;
    opacity: 1;
    /*border-top-color: #5a406e !important;*/
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=80);
}

.alertList-title-span {
    float: left;
    width: 80%;
    text-overflow: ellipsis;
    margin-left: 0px !important;
    overflow: hidden !important;
}

.alertList-title-icon-div {
    float: right !important;
}

    .alertList-title-icon-div > div {
        margin-top: 6px;
        height: 12px !important;
        width: 12px !important;
    }

.width345 {
    width: 345px !important;
}

.mar-left-neg25 {
    margin-left: -25px !important;
}

.mar-left-neg10 {
    margin-left: -10px !important;
}

.table-crown-note {
    margin-top: -9px !important;
    height: 20px !important;
}

.mar-left-99 {
    margin-left: 99px !important;
}

.custom-font {
    font-size: 13px
}

.font-bold {
    font-weight: bold;
}


.custom-header-border-right {
    border-right: none !important
}

.custom-header-border-left {
    border-left-width: 1px !important;
}

.custom-grid-border-bottom {
    margin-bottom: 0px !important;
}

.custom-grid-td {
    width: 97.8% !important;
    margin-bottom: 0px !important;
}

.mar-bot-neg-10 {
    margin-bottom: -10px !important;
}

#languageGrid .k-grid-header {
    top: 241px;
}

#divlocalization .table-crown-center {
    margin-bottom: 11px !important;
}

.width-19 {
    width: 19% !important;
}

.width-20 {
    width: 20% !important;
}

.width-22 {
    width: 22% !important;
}

.width-39 {
    width: 39% !important;
}

.width-78 {
    width: 78% !important;
}

.width-80 {
    width: 80% !important;
}

.disabled-link {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: grey;
}

.modal-body__userInfoModal {
    padding-top: 0px;
}

.invisi-bucket__userInfoModal {
    padding-bottom: 5px;
}

.Common-Dialog-Modal__DeliveryPreference-footer-helptext {
    float: left;
    display: inline-block;
    margin-top: 23px;
    max-width: 70%;
}

.genericConfirmBox {
    top: 35% !important;
    left: 48% !important
}

.min-width-55per {
    min-width: 55% !important
}

.marginleft0 {
    margin-left: 0px;
}

.pr-37 {
    padding-right: 37px
}

.width378 {
    width: 378px;
}

.pdleft15 {
    padding-left: 15px !important;
}

.latest-event-grid {
    margin-right: 5px;
    margin-left: -7px;
}

#alertlink {
    float: right;
}

.span-altlink {
    /* float: right; */
    text-align: right;
    width: 276px;
}

.intro-override {
    float: right;
    margin-left: -10px;
    padding-left: 2px;
    padding-top: 10px;
}

.homelogodv {
    margin-left: -6px;
    padding-left: 0px;
}

#home-header-logo {
    max-width: 93%;
    height: auto;
    margin-left: 0px;
}

#divGeofencingAppBtn {
    width: 100%;
}

#divEventMapBtn {
    width: 100%;
}

#divReportsBtn {
    width: 100%;
}

.align-grid {
    margin-left: -6px;
    margin-right: 14px
}

.margintop-80 {
    margin-top: 80px;
}

.width100 {
    width: 100% !important
}

.width50 {
    width: 50% !important;
    margin-left: 10px;
}

.override-ctrl-lbl {
    margin-left: 21px !important;
}

.mrg-lft-180 {
    margin-left: 180px;
}

.container-width {
    width: 962px;
    padding-left: 2px;
    margin-right: 2px;
    padding-right: 22px;
}

#divPersonalDevices {
    padding-left: 0px;
    border-left-style: hidden;
}


#piechartSummaryDetail {
    margin-right: 0px;
    padding-right: 0px;
    min-width: 34%;
}

#div_PersonalDevices {
    width: 242px;
}

#divTargetSummary {
    min-width: 36%;
    /*margin-left:0px;
    border-left:hidden;*/
}

.mgr-top38pt5 {
    margin-top: 38.5px !important;
    left: 50%;
    width: 980px;
    border: none;
}

.mar-top6 {
    margin-top: 6px;
}

.mar-left7 {
    margin-left: 7px;
}

.mar-left11 {
    margin-left: 11px;
}

.mar-left13 {
    margin-left: 13px;
}

.lbl-value {
    width: auto;
    line-height: 20px;
    padding-top: 3px;
}

.opt-num {
    width: 28px;
    float: left;
}

.rowmrgNeg3 {
    margin-top: -2px;
}

.cntrlbltext {
    margin-top: 3px !important;
    padding-top: 0px !important;
}

.mrg-left {
    margin-left: 20px;
}

.loc-map {
    margin-top: -3px;
}

.mrtop {
    margin-top: 18.5px !important;
}

.max-height320 {
    max-height: 320px !important;
}

.max-height400 {
    max-height: 400px !important;
}

.max-height470 {
    max-height: 470px !important;
}

.mrtop100 {
    margin-top: 100px !important;
}

.mrg-rgt25Neg {
    padding-left: 25px;
}

.line-height30 {
    line-height: 30px !important;
}

.res-optn-val {
    margin-left: 217px !important;
}

.mar-left28 {
    margin-left: 28px !important;
}

.mrg-left57Neg {
    margin-left: -57px;
}

.attchmnt {
    margin-left: 166px;
    margin-top: -32px;
    overflow: hidden;
}

.mar-left-neg31 {
    margin-left: -31px;
}

.mar-left-neg35 {
    margin-left: -35px !important;
}

.option-num-extnd {
    margin-left: 180px;
}

.option-row-height {
    min-height: 39px;
}

.model-edt-ttlbdyH505px {
    height: 500px;
}

.pdR20 {
    padding-right: 20px;
}

.mrg-rgNeg2 {
    margin-right: -2px !important;
}

.mr54 {
    margin-right: 54px;
}

.alert-attention, .alert-block {
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    color: #c09853 !important;
}

    .alert-attention h4 {
        color: #c09853 !important;
    }

    .alert-block h4 {
        color: #c09853 !important;
    }

.lbl-popup {
    margin-right: 0px;
    padding-right: 0px;
}

.mar-topNeg3 {
    margin-top: -3px;
}

.mrg-top3 {
    margin-top: 3px;
}

.mrg-left3 {
    margin-left: 3px;
}

.cllbridge {
    /*margin-left: 40px;
    margin-top: 38px*/
    margin-left: 38px;
    margin-top: 32px;
    margin-bottom: 10px;
}

.pd146 {
    padding-left: 146px;
}


.mrg-left4 {
    margin-left: 4px;
}


.upload-item-group {
    overflow-y: hidden;
}

#big-map-home-page {
    left: 0%;
    box-shadow: none;
}

.iconheight {
    height: 27px !important;
}

.deliveryTemplateManager .input-append {
    display: inline-block;
}

.deliveryTemplateManager .table-crown-center {
    box-sizing: content-box;
    width: 918px;
}

.deliveryTemplateManager .row {
    margin-left: 0px;
}

.deliveryTemplateManager .table-crown-filter {
    width: 918px;
}

    .deliveryTemplateManager .table-crown-filter .filter-search-input {
        width: 180px;
        box-sizing: content-box;
    }

.deliveryTemplateManager .form-group .read-field {
    padding-top: 8px;
}

.fs-14 {
    font-size: 14px;
}

.deliveryTemplateManager .senario-select, .deliveryTemplateManager .deliverytemplate-select {
    vertical-align: middle;
}

.clientWhitelist .btn-group.bootstrap-select {
    width: 220px !important;
}

.criteriaDropDownTreeValue {
    background-color: #fff !important;
    border: none !important;
}

    .criteriaDropDownTreeValue input.k-checkbox.k-checkbox-md.k-rounded-md[type="checkbox"] {
        all: revert
    }

        .criteriaDropDownTreeValue input.k-checkbox.k-checkbox-md.k-rounded-md[type="checkbox"]:checked::before {
            all: revert;
        }

.apiProvisioning .filter-element {
    margin-bottom: 5px !important;
}

    .apiProvisioning .filter-element #txtSimpleSearchInput {
        margin-bottom: 0px;
        box-sizing: content-box;
        height: auto !important;
    }

.apiProvisioning .table-crown-caption {
    margin-top: 0px;
    margin-bottom: 5px;
}

.apiProvisioning .table-crown-wrap {
    box-sizing: content-box;
}

.massdeviceEndpoint {
}

    .massdeviceEndpoint .filter-element {
        margin-bottom: 5px !important;
    }

        .massdeviceEndpoint .filter-element #txtSimpleSearchInput {
            margin-bottom: 5px;
            box-sizing: content-box;
        }

    .massdeviceEndpoint .table-crown-caption {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .massdeviceEndpoint .table-crown-wrap {
        box-sizing: content-box;
    }

    .massdeviceEndpoint .grid-item-select, .massdeviceEndpoint .grid-select-all {
        vertical-align: middle;
    }

.distribution-listing .grid-select-all {
    margin-left: 2.25em !important;
}

#dialogReviewAndStart #scenarioInfoSection {
    display: none !important;
}

.boxSizingContent {
    box-sizing: content-box;
}

.pd-right31 {
    padding-right: 31px;
}

.mw-970 {
    max-width: 970px !important;
}

.mrg-left19 {
    margin-left: 19px;
}

.width156 {
    width: 156px !important;
}

.width137 {
    width: 137px !important;
}

.height484 {
    height: 484px !important;
}

.ptop12 {
    padding-top: 12px;
}

#orgInfoModal .modal-body {
    height: 445px;
    overflow-y: auto;
}

.mrgleft9 {
    margin-left: 9px !important;
}

.pdtop2 {
    padding-top: 2px;
}

.pdleft48 {
    padding-left: 48px !important;
}

.pdtop2 {
    padding-top: 2px !important;
}

.pdtop4 {
    padding-top: 4px !important;
}

.pdtop2 {
    padding-top: 2px;
}

.mar-left29 {
    margin-left: 29px;
}

.mrg-left20 {
    margin-left: 20px !important;
}

.mrgtop7 {
    margin-top: 7px;
}

.mrgtopNeg3 {
    margin-top: -3px;
}

.width136 {
    width: 136px !important;
}

#dialogTargetSummaryPublish {
    overflow-y: hidden;
}

.margintop0 {
    margin-top: 0 !important;
}

.width100per {
    width: 100% !important;
}

.widthpx553 {
    width: 533px !important;
}

#dialogReviewAndPublish .edit-row input[type="checkbox"] {
    margin: 4px 0 0 -20px !important;
    margin-top: -5px !important;
    padding-top: 2px !important;
}

.btn:focus, .btn:active {
    outline: thin dotted gray !important;
    box-shadow: none !important;
}

.mw980 {
    max-width: 980px !important;
}

input {
    outline: none !important;
}

.OperatorChannels ul span {
    width: 190px !important;
}

#contactInfoReadOnly:focus, #contactInfoReadOnly:active, #contactInfoReadOnly path:focus,
#contactInfoReadOnly svg:active, #contactInfoReadOnly svg:visited {
    outline: none !important;
    border: none !important;
}

.mw750 {
    max-width: 750px !important;
}

.width895 {
    width: 895px;
}

.mrgbottmNeg3 {
    margin-bottom: -3px !important;
}

.minwidth44perct {
    min-width: 44% !important;
}

.minWidth36 {
    min-width: 36% !important;
}

.inboxLogo {
    width: 70px;
}

.text-break {
    word-break: break-word;
}

#userAttributes-edit #valuesPanel a.disabled {
    color: #808080 !important
}

.mapsetting .locationImage {
    margin-left: 20px;
}

.externalEvent .locationImage {
    width: 400px;
}

.externalEvent .eventType {
    border-bottom: 1px solid #DADADA;
}

.externalEventBucket {
    max-height: 400px !important;
    overflow-x: hidden;
}

.alertRuleQueryBuilder select:focus {
    box-shadow: none;
    outline: thin dotted #333;
    border-color: none !important;
    border-style: none !important;
}

.gatewayConfigurationModal textarea:focus {
    box-shadow: none;
    outline: none;
}

.alertRuleQueryBuilder select {
    width: 220px !important;
}

#devicesActionsButtons .dropdown-item {
    padding-left: 20px !important;
}

.fixedWidth .dropdown {
    width: 220px !important;
}

.noMarginBottom textarea {
    margin-bottom: 0px !important;
}

.paddingModal {
    padding-top: 14px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

.margin-zero {
    margin: 0 !important;
}

.padding-zero {
    padding: 0 !important;
}

.overflowxVisible {
    overflow-x: visible !important;
}

.overflowyHidden {
    overflow-y: hidden !important;
}

#txtSearch, #txtSimpleSearchInput {
    height: 27px !important;
}

.width475 {
    width: 475px !important;
}

.width135 {
    width: 135px !important;
}

.pdt1 {
    padding-top: 1px !important;
}

#selectedGroup .datetimepicker-input {
    width: 100px;
}

.selectBorder {
    border: 1px solid #ccc;
}

.mar-top-neg9 {
    margin-top: -9px;
}

.mar-top-neg7 {
    margin-top: -7px;
}

#deviceOptionTabBody .mar-top-neg9 {
    margin-top: 0px;
}

#deviceOptionTabBody .mar-top-neg7 {
    margin-top: 0px;
}

#accountPreviewDiv .mar-top-neg9 {
    margin-top: 0px;
}

#accountPreviewDiv .mar-top-neg7 {
    margin-top: 0px;
}

#deviceOptionTabBody .mar-top-neg9 {
    margin-top: 0px;
}

#deviceOptionTabBody .mar-top-neg7 {
    margin-top: 0px;
}

#accountPreviewDiv .mar-top-neg9 {
    margin-top: 0px;
}

#accountPreviewDiv .mar-top-neg7 {
    margin-top: 0px;
}

.mrgLeft160 {
    margin-left: 160px !important;
}

.mrgLeft180 {
    margin-left: 180px !important;
}

.mrgTop8 {
    margin-top: 8px !important;
}

.mar-left73 {
    margin-left: 73px;
}

.mar-left-3 {
    margin-left: 3px;
}

.mw-125 {
    max-width: 125px;
}

#previewDiv {
    max-width: 1150px;
}

#userInfoLink #sourceName.msg-subtitle:hover {
    text-decoration: underline;
}

.width10 {
    width: 10px !important;
}

#allUsersBucket .kendo-mini-pager .k-pager-info {
    float: left !important;
    padding: 0;
    text-align: left;
    margin-top: 6px;
}

#optionsGrid .k-button-solid-base:hover {
    background: transparent !important;
    text-decoration: underline;
}

#optionsGrid .k-button-solid-primary:hover {
    text-decoration: underline;
}

div#dashboard_content:focus {
    outline: none !important;
}

.dropdownTreeCheckBox {
    opacity: 1 !important;
    width: 14px !important;
    -webkit-appearance: checkbox !important;
}

    .dropdownTreeCheckBox:indeterminate {
        color: #fff !important;
    }

    .dropdownTreeCheckBox:checked {
        color: #fff !important;
    }

.pointerEventAuto {
    pointer-events: auto;
}

.switchLanguageDiv .btn-group > .btn:first-of-type {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.switchLanguageDiv .btn-group > .btn:last-of-type {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.switchLanguageDiv .dropdown-menu {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.top3 {
    top: 3px !important;
}

.positionInherit {
    position: inherit !important;
}

input[type="checkbox"]:focus, textarea:focus {
    outline: thin dotted gray !important;
}
