:root {
    --main-theme-color: #0066aa;
    --secondary-theme-color: #f39200;
    --main-font-color: #575656;
}
/* ClearFix */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
input, textarea, select, button, p, h1, h2, h3, h4 {
    background-color: transparent;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    font-size: inherit;
    color: var(--main-text-color);
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    margin: 0px;
}
button {padding: 0px;}
p, h1, h2, h3, h4, ul {padding: 0px;margin: 0px;}
a {text-decoration: none;}
input, textarea, select:focus, button:focus {
    outline: 0;
}
select > option {
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
    font-weight: normal;
    padding: 10px;
}
select > option:hover, select > option:active, select > option:focus {
    background-color: var(--main-hover-color);
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #FFF;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}
input:-webkit-autofill:focus, textarea:-webkit-autofill:focus, select:-webkit-autofill:focus {
    background-color: var(--main-hover-color);
    -webkit-box-shadow: 0 0 0px 1000px var(--main-hover-color) inset;
}
table, td, th, tr, td {
    font-size: initial;
    border-spacing: 0px;
    margin: 0px;
    padding: 0px;
    border: none;
}
a {
    text-decoration: none;
}
/* ClearFix END */
body {
    font:14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    padding:0px;
    margin:0px;
}
#CRMMainArea{
    overflow: hidden;
}
.CRMxMainContentArea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 53px;
}
.CRMxClear {
    clear: both;
    height: 0px;
}
.CRMxClear5 {
    clear: both;
    height: 5px;
}
.CRMxClear10 {
    clear: both;
    height: 10px;
}
#CRMxLoader, #CRMxLoaderBack {
    position: fixed;
    text-align: center
}
.CRMxLoaderLabel {
    float: left;
    color: #484848;
    font-size: 1.17em;
    white-space: nowrap;
    text-align: center;
    padding: 16px 14px;
}
#CRMxLoader {
    top: 50%;
    left: 50%;
    margin: -60px auto 0 -120px;
    background-color: #FFF;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    border-collapse: collapse;
    z-index: 30000;
    position: absolute;
}
.CRMxLoaderImage {
    float: left;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    animation: spinner 2s infinite;
    margin: 10px;
    margin-right: 5px;
    background-image: url(../Images/logo_ico.png);
}
@keyframes spinner {
    from {
        transform: rotateX(360deg);
    }

    to {
        transform: rotateX(0deg);
    }
}
#CRMxLoaderBack {
    z-index: 105;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    opacity: .8;
    vertical-align: middle;
    margin-top: auto
}
.loginPanel {
    background-color: #FFF;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.loginPanelLogo {
    background-image: url('../Images/logo_small.png');
    width: 300px;
    height: 212px;
    background-size: cover;
}
.appTitle {
    color: var(--secondary-theme-color);
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0px;
}
.importantMessage {
    color: var(--main-theme-color);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    padding-top:10px;
}
.loginFooter {
    text-align: center;
    width: 300px;
    font-size: 9px;
    vertical-align: middle;
    position: relative;
    color: var(--main-font-color);
}
.MainMenuContainer {
    height: 49px;
    width: 100%;
    position: fixed;
    top: 0px;
    background-color: #FFF;
    border-bottom: 4px solid var(--secondary-theme-color);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
    z-index: 1000;
}
.BaseText{
    width:80%;
    margin:0 auto;
    padding:20px;
    box-sizing:border-box;
}
.optionColumn {
    box-sizing: border-box;
    width: 200px;
    height: 100%;
    float: left;
}
.contentColumn {
    box-sizing: border-box;
    width: calc(100% - 200px);
    height: 100%;
    float: right;
    overflow:scroll;
}
.panelCards {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: calc(100vh - 55px);
    flex-wrap: wrap;
    margin: 0px 5px;
}
.cCards {
    box-sizing: border-box;
    width:250px;
    margin:5px;
}
.headCards {
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 4px 8px 0px 7px;
    border: 1px solid #DFDFDF;
    background-color: white;
    color: black;
    overflow: hidden;
    font-weight: normal;
    text-align: left;
    font-size: 1em;
    border-radius: 2px 2px 0px 0px;
    text-align: center;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    background-color: #EEEEEE;
}
.headCards label {
    line-height:20px;
}
.contentCards {
    box-sizing: border-box;
    white-space: nowrap;
    padding: 3px 3px 2px 7px;
    border: 1px solid #DFDFDF;
    background-color: white;
    color: black;
    overflow: hidden;
    font-weight: normal;
    font-size: 1em;
    border-radius: 0px 0px 2px 2px;
    text-align: left;
    margin: 0px;
    border-top: none;
    font-size: 12px;
}
.contentCards label {
    display: block;
    width: 200px;
    overflow: hidden;
    line-height: 17px;
    text-overflow: ellipsis;
    margin-top:2px;
}
.editButton {
    box-sizing: border-box;
    border: 0px solid rgba(140,140,140,0);
    border-radius: 50%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
    float: right;
    display: block;
    margin: 0px;
    line-height:unset;
}
.editButton:hover {
    background: rgba(180,180,180,.5);
}
.editButton img {
    width: 16px;
    height: 16px;
    padding: 2px 4px;
}
.LongTextLabel {
    background-color: #CCC;
    border: 1px solid #DCDCDC;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    line-height: 15px;
    padding: 5px;
    box-sizing: border-box;
    color: #484848;
}
.crmIcons{
    color:#FFF;
}
.TableOverflow {
    display: block;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
    height: 100%;
}
.PromoterResultList {
    width: 100%;    
    text-align: left;
    border-collapse: collapse;
    font-size: 14px;
}
.PromoterResultList td {
    border: 1px solid rgb(223, 223, 223);
    padding: 3px;
}
.PromoterResultList th {
    border: 1px solid rgb(223, 223, 223);
    padding: 5px;
}
.OddRow {
    background-color: #f0f0f0;
}
.GoodRes {
    color:green;
    font-weight: bold;
}
.BadRes
{
    color:red;
    font-weight:bold;
}
.CRMxAutoComplete{

}
.CRMxEditButton{

}
.CRMxAutoCompleteList{
    box-sizing:border-box;
    overflow-x:hidden;
}
.ItemHome {
    height: 200px;
    width: 200px;
    margin: 5px;
    display: block;
    background-color: #CCC;
    float: left;
    border: 1px solid #CCC;
}
.ItemHomeActive:hover {
    opacity: 0.9;
}
.ItemHome div {
    color: #FFF;
    margin-top: 160px;
    padding-left:5px;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.picZoomedContainer {
    position: fixed;
    z-index: 9999;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    width: 100%;
}
.picZoomed {
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border:1px solid #575656;
}

.LaodZip, .LaodZipBack {
    position: fixed;
    text-align: center
}
.LaodZip {
    top: 50%;
    left: 50%;
    margin: -60px auto 0 -120px;
    background-color: #FFF;
    font: 14px 'Roboto Regular', Helvetica, 'Droid Sans', Tahoma, Geneva, sans-serif;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16), 0 2px 8px 0 rgba(0,0,0,0.12);
    border-collapse: collapse;
    z-index: 105001;
    position: absolute;
}
.LaodZipBack {
    z-index: 105000;
    height: 100%;
    width: 100%;
    background-color: #FFF;
    opacity: .8;
    vertical-align: middle;
    margin-top: auto
}
.ReadyZipLink {
    padding: 20px;
    font-weight: bold;
    display: block;
    color: var( --main-theme-color);
    font-size:20px;
}
.ReadyZipLink:hover {
    color: var( --secondary-theme-color);
}