html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

.formMargin {
    margin-top: 22px;
}

@font-face {
    font-family: 'roboto-regular';
    src: url('../font/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-medium';
    src: url('../font/Roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto-bold';
    src: url('../font/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-regular';
    src: url('../font/Monserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-bold';
    src: url('../font/Monserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'breuer_textbold';
    src: url('../font/breuertext-bold-webfont.eot');
    src: url('../font/breuertext-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/breuertext-bold-webfont.woff') format('woff'), url('../font/breuertext-bold-webfont.ttf') format('truetype'), url('../font/breuertext-bold-webfont.svg#breuer_textbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breuer_text_lightbold';
    src: url('../font/breuertext-medium-webfont.eot');
    src: url('../font/breuertext-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../font/breuertext-medium-webfont.woff') format('woff'), url('../font/breuertext-medium-webfont.ttf') format('truetype'), url('../font/breuertext-medium-webfont.svg#breuer_text_lightbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breuer_textregular';
    src: url('../font/breuertext-regular-webfont.eot');
    src: url('../font/breuertext-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/breuertext-regular-webfont.woff') format('woff'), url('../font/breuertext-regular-webfont.ttf') format('truetype'), url('../font/breuertext-regular-webfont.svg#breuer_textregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
    position: relative;
}

body, pre {
    text-align: left;
    color: #666;
    font-family: 'roboto-regular', arial;
    font-size: 12px;
    line-height: 18px;
}

html:before {
    background: #FFFFFF; /* Old browsers */
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 135px;
    width: 100%;
    z-index: -1;
}

a {
    text-decoration: none;
    color: #9F9F9F;
    outline: none;
}

pre {
    white-space: pre-wrap;
}

.more {
    background: url("../images/bkg/more.png") no-repeat scroll right 5px transparent;
    float: right;
    font-weight: normal;
    padding-right: 12px;
    text-decoration: underline;
}

.more:hover {
    text-decoration: none;
}

a:hover {
    /* text-decoration: underline; */

}

h2 {
    line-height: normal;
    font-size: 14px;
    color: #767676;
    font-family: 'roboto-medium';
    font-size: 14px;
    display: inline;
    font-weight: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.right pre {
    word-wrap: break-word; /* IE 5+ */
    word-break: break-word;
}

.break-all {
    word-wrap: break-word; /* IE 5+ */
    word-break: break-word;
}

.clear-both {
    clear: both;
}

.no-margin-right {
    margin-right: 0px !important;
}

#datagrid-row-r1-2-9 {
    border-bottom: none !important;
}

#container {
    margin: 0 auto;
    /* overflow: hidden; */
    padding-bottom: 10px;
    text-align: left;
    width: 1002px;
}
/* top of page */
header {
    min-height: 60px;
    border-bottom-color: rgb(242, 242, 242);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#slogan {
    margin-top: 30px;
    position: relative;
}

#slogan h2 {
    font-size: 13px;
    font-family: 'montserrat-regular';
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
}

#slogan h3, #loginInfoBar h3 {
    font-size: 14px;
    font-family: 'roboto-medium';
    color: #2dbfaa;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 5px;
}

#slogan h3:active, #slogan h3:hover {
    color: #28fdd2;
}

#slogan h3  img {
    max-width: 10px;
    max-height: 10px;
    margin-left: 6px;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    float: right;
}

#slogan h3 svg {
    color: #2dbfaa;
}

#quicksearch {
    float: right;
    position: absolute;
    margin-left: -266px;
    margin-top: 47px;
    width: 265px;
    height: 27px;
    display: inline-block;
}

#quicksearch input {
    float: left;
    font-size: 11px;
    height: 18px;
    padding: 2px 3px 2px 4px;
    width: 222px;
}

#quicksearch input.submit_bg {
    background: url("../images/bkg/magnify.png") no-repeat scroll 1px transparent;
    background-position: center;
    background-color: #f6f6f6;
    float: right;
    height: 23.5px;
    outline: medium none;
    padding: 0 !important;
    width: 34px;
    cursor: pointer
}

header #login, header #loginOTP {
    /* background: url("../images/bkg/top_sep.png") no-repeat scroll right 0 transparent; */
    float: right;
    position: relative;
    display: block;
    clear: both;
    margin-top: 15px;
}

header #login p, header #loginOTP p {
    color: #FFFFFF;
    display: block;
    font-family: 'roboto-regular';
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 99;
    width: 100%;
}

header #login img, header #loginOTP img {
    cursor: pointer;
    width: 30px;
}

header #login p strong, header #loginOTP p strong {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 12px;
    height: 34px;
    line-height: 32px;
    padding-left: 25px;
    text-shadow: none;
    font-family: 'roboto-medium';
    font-weight: normal;
}

header #menu {
    color: #164194;
    padding: 10px;
}

header #menu img {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

header #menu a {
    float: left;
    color: #164194;
    font-size: 14px;
    font-weight: 500;
    padding-left: 8px;
    padding-right: 8px;
    line-height: 25px;
    position: relative;
    display: block;
    vertical-align: middle;
}

header #menu a:hover {
    color: #1f4f94;
}

#login-details, #module-details {
    clear: both;
    float: left;
    min-width: 149px;
    position: absolute;
    z-index: 1004;
    white-space: nowrap;
    border-bottom: 1px #B5B5B5 solid;
    border-right: 1px #B5B5B5 solid;
    -webkit-box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
    border-left: 1px solid #D9D9D9;
}

#login #login-details, #loginOTP #login-details {
    right: 0;
}

#login-details ul, #module-details ul {
    background: #FFFFFF;
    float: left;
    position: relative;
    width: 100%;
}

#login-details ul:before, #module-details ul:before {
    position: absolute;
    right: -7px;
    top: 0;
    z-index: 1;
}

#login-details ul:after, #module-details ul:after {
    margin-left: -7px;
    position: absolute;
    top: 0;
}

#login-details ul li, #module-details ul li {
    list-style-type: none;
    width: 100%;
    text-transform: uppercase;
}

#login-details ul li:first-child, #module-details ul li:first-child {
    margin-top: 5px;
}

#login-details ul li:last-child, #module-details ul li:last-child {
    margin-bottom: 5px;
}

#login-details ul li:hover, #module-details ul li:hover {
    background-color: #E2E2E2;
}

#login-details ul li a, #module-details ul li a {
    clear: both;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    font-family: 'roboto-medium';
    display: block;
}

#login-details ul li a span, #module-details ul li a span {
    font-size: 12px;
    font-family: 'roboto-medium';
    color: #666;
}

.outerLoginArea {
    vertical-align: middle;
    zoom: 1;
}

.loginArea {
    width: 640px;
    margin: auto;
}

#welcome {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#welcome .center {
    text-align: center;
}

#welcome span {
    color: #164194;
    font-size: 15px;
}

#welcome a {
    background-color: #164194;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    border: medium none;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    outline: medium none;
    margin: 5px;
    padding: 10px;
    min-width: 250px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    font-size: 18px;
}

.welcome_head_big {
    color: #164194;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
    width: 600px;
    text-align: center;
    display: block;
}

.welcome_head_small {
    text-align: center;
    width: 540px;
    font-family: 'opensans', Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    color: #333333;
    text-transform: none;
    padding-top: 22px;
}

.header-details {
    padding-top: 30px;
}

.header-dropdown {
    float: left;
    margin-right: 40px;
    position: relative;
}

.header-dropdown:hover a, .header-dropdown:active a, #mainHelp:hover a, #mainHelp:active a {
    color: #000000;
}

#language, #localeSelector {
    width: 35px;
    padding-left: 50px;
}

.header-dropdown>a {
    display: block;
    font-family: 'roboto-medium';
    font-size: 11px;
    padding-left: 50px;
}

#language>a, #localeSelector>a {
    width: 28px;
}

#localeSelector>a {
    padding-left: 7px;
}

#language {
    width: 35px;
}

#language>a {
    padding-left: 4px;
}

#programs>a {
    padding-left: 4px;
    padding-right: 20px;
}

#language>a>img {

}

.header-dropdown div {
    clear: both;
    float: left;
    margin-left: 7px;
    min-width: 50px;
    padding-bottom: 0;
    padding-left: 9px;
    padding-right: 0;
    position: absolute;
    right: 0px;
    z-index: 1004;
    white-space: nowrap;
}

.header-dropdown div ul {
    float: right;
    display: inline-block;
    position: relative;
    -webkit-box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
    box-shadow: 2px 6px 5px rgba(50, 50, 50, 0.5);
}

.header-dropdown ul li {
    list-style-type: none;
    display: block;
    width: 100%;
    float: left;
}

.header-dropdown ul li a {
    clear: both;
    display: block;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    line-height: 22px;
    padding: 5px 10px;
}

.header-dropdown ul li a span {
    float: left;
    font-size: 13px;
    font-family: 'roboto-regular';
}

.header-dropdown ul li a img {
    padding-left: 5px;
    float: right;
}

.header-dropdown ul li:hover {
    background-color: lightgray;
}


.submenuSmall {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 45px;
    position: absolute;
    -webkit-box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4);
    box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4);
    z-index: 999;
    /* TODO: hover animation  */
    display: none;
}

@
-webkit-keyframes fadeInFromNone { 0% {
    display: none;
    opacity: 0;
}

1%
{
    display
    :

            block

;
    opacity
    :

            0;
}
100%
{
    display
    :

            block

;
    opacity
    :

            1;
}
}
nav>ul>li {
    transition-delay: 3s;
}

nav>ul>li.hovered .submenuSmall {
    display: block;
    opacity: 1;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fadeInFromNone;
}

.subNode, .submenuSmall .subNode {
    font-size: 11px;
    font-weight: normal;
    padding-left: 35px;
    margin: -5px 0;
}

.submenuSmall {
    min-width: 179px;
}

.submenuSmall ul.submenuList {
    /* overflow: hidden; */
    margin: 10px 0px;
    float: left;
    display: inline-block;
    width: 100%;
}

.submenuSmall ul li {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

.submenuSmall ul li a {
    text-overflow: ellipsis;
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
}

.li-disabled {
    opacity: .5;
}

.submenuSmall ul li:hover:not (.no-hover ) {
    background-color: #E2E2E2;
}

.space-bottom {
    padding-bottom: 5px;
    border-bottom: 1px #B5B5B5 solid;
}

.noSubMenu, .noSubMenu a {
    cursor: default !important;
}

.submenuSmall ul li a {
    clear: both;
    color: #666666;
    font-weight: normal;
    line-height: 30px;
    cursor: pointer;
    vertical-align: middle;
    padding: 2px 20px;
    float: left;
}

.submenuSmall ul li .select2-container {
    padding: 0px 20px;
}

.submenuSmall div.select2-drop-active {
    width: 192px !important;
}

.submenuSmall ul li:hover>a {
    text-decoration: none;
}

.submenuSmall ul li:hover:not (.noSubMenu ) >a {
    text-decoration: none;
}

.submenuSmall ul li .arrowExpand {
    float: right;
    margin-right: 5px;
    margin-top: 11px;
    height: 12px;
}

.submenu ul li a:hover {
    color: #83A433;
}

.submenuSmall ul li a img {
    display: none;
}

.context-link {
    padding-left: 35px !important;
}

.minorNodesList {
    display: none;
    position: absolute;
    left: 100%;
    background: none repeat scroll 0 0 #FFFFFF;
    -webkit-box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4);;
    -moz-box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4);;
    box-shadow: 1px 4px 4px rgba(50, 50, 50, 0.4); );
    margin-left: 1px;
    z-index: 999;
    white-space: nowrap;
    padding: 0px 0 10px 0;
    margin-top: -6px;
    min-width: 150px;
}

.minorNodesList li:first-child {
    margin-top: 5px;
}

.minor-header {
    height: 25px;
    background-color: #666666;
    border-bottom: 1px solid #666666;
}

.minorNodesList li div.ccContextAccountDetails {
    padding: 0 20px;
    color: white;
    line-height: 30px;
}

.ccCase_minorNodesList {
    margin: -37px 0 10px 0;
}

ul.minorNodesList a {
    color: #666666;
    padding: 2px 20px !important;
}

.minorNodesList li {
    /* padding: 0px 20px; */
    width: auto;
}

#content {
    background-color: #FFF;
    float: left;
    height: 100%;
    width: 1002px;
    padding-bottom: 8px;
    min-height: 500px;
}

#content h2 {
    margin-bottom: 6px;
}

.content {
    overflow: visible;
    padding: 4px 17px 0;
    clear: left;
}

.details_box .content {
    padding: 30px 5px 0;
}

.details_box .content .box {
    width: 930px;
}

.horizontalAttachList .content .box {
    width: auto;
}

#locationSearchCriteria .search-content .left {
    width: auto;
}

.mainContent {
    position: relative;
}

.mainContent .arrow-span{
    color: #164194;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    box-sizing: border-box;
    height: 40px;
}

.nextPrevItem {
    position: absolute;
    float: right;
    right: 10px;
    top: 26px;
}

.nextPrevItem img {
    width: 13px;
    height: 13px;
}

.helpItem {
    position: absolute;
    float: right;
    right: 15px;
    padding-top: 15px;
    cursor: pointer;
}

.helpItem img, .infoIcon {
    height: 14px;
}

.tableDetailsKey div.content.right {
    float: none;
    padding: 2px 1px 1px 5px;
}

#bredcrumps {
    float: left;
}

#bredcrumps p a {
    color: #666;
}

#bredcrumps p a:active, #bredcrumps p a:hover {
    color: #bcbcbc;
}

#bredcrumps p span {
    background: url("../images/bkg/arrow_breadcrumbs.svg") no-repeat scroll 0 0 transparent;
    background-size: 14px;
    color: #83AA3F;
    margin-left: 3px;
    padding-left: 12px;
}

#bredcrumps p span:last-child a {
    color: #2dbfaa;
}

#bredcrumps p span:last-child a:active, #bredcrumps p span:last-child a:hover {
    color: #28fdd2;
}

#users_info {
    float: right;
    margin-right: 12px;
    margin-top: -3px;
    position: relative;
}

#users_info img {
    float: left;
    margin-right: 10px;
    height: 38px;
    width: 38px;
}

#users_info p.name {
    float: left
}

#users_info p strong {
    font-weight: bold
}

#users_info_top {
    position: relative;
    z-index: 103;
}

#users_info_bg_left {
    background: url("../images/bkg/users_info_left.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 51px;
    width: 10px;
    display: block
}

#users_info_top_bg {
    background: url("../images/bkg/users_info.png") repeat-x scroll 0 0 transparent;
    float: left;
    min-width: 245px;
    height: 46px;
    font-size: 11px;
    padding-top: 5px;
    cursor: pointer
}

#users_info_top_bg .left {
    border-right: 1px solid #BEBEBE;
    padding: 0px 10px 0px 0px;
}

#users_info_top_bg .right {
    border-left: 1px solid #FFFFFF;
    padding: 0px 0px 0px 10px;
}

#users_info_bg_right {
    background: url("../images/bkg/users_info_right.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 51px;
    width: 10px;
    display: block
}

#users_info_details {
    background: none repeat scroll 0 0 #EFEFEF;
    border: 1px solid #CBCBCB;
    margin: 45px 1% 2%;
    padding-top: 4px;
    position: absolute;
    width: 97.2%;
    z-index: 101;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#users_info_details .row {
    background: none repeat scroll 0 0 #EFEFEF;
    border-bottom: 1px solid #D4D4D4;
    border-top: 1px solid #F8F8F8;
    clear: both;
    float: left;
    font-size: 11px;
    line-height: 18px;
    width: 98%;
}

#users_info_details .row  div {
    cursor: default;
}

#users_info_details .row  div:hover {
    cursor: pointer;
}

#users_info_details .row .row_left {
    background: none repeat scroll 0 0 #E0E0E0;
    border-left: 1px solid #F9F9F9;
    float: left;
    line-height: 18px;
    padding: 4px;
    width: 92px;
}

#users_info_details .row .row_right {
    color: #545454;
    float: left;
    font-weight: bold;
    line-height: 18px;
    min-width: 145px;
    padding: 3px 4px 4px 9px;
    text-align: left;
}

#users_info_details .row .row_right input {
    padding: 0 4px;
    width: 25px;
}

#users_info_details .row .row_right input.ciemny {
    background: #D7D7D7;
}

#userProfilesTable ul.select2-choices {
    min-width: 170px;
}

.big_left .row_left {
    height: 97px;
}

.box {
    clear: both;
    margin: 0 auto;
    padding: 2px;
    width: 950px;
    overflow: visible;
    margin-top: 10px;
}

.box .box {
    width: auto;
}

.loginArea .box {
    width: auto;
}
/* search criteria */
.search {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 10px 0;
    width: 970px;
    overflow: auto;
}

.select2-container .select2-choice, .select2-container-multi .select2-choices {
    width: auto;
    max-width: 100%;
}

.search .select2-container .select2-choice, .search .select2-container-multi .select2-choices {
    height: 18px;
    width: 149px;
    line-height: 20px;
    color: #767676;
}

.search .left .select2-container .select2-choice, .search .left .select2-container-multi .select2-choices {
    min-width: 249px;}

.search .select2-choice {
    margin-top: 0px;
}

.search .select2-container, .search .select2-container-multi {
    float: left;
    clear: both;
}

.search .select2-container .select2-choice .select2-arrow b {
    background-position: 0 -3px;
}

.search .select2-container .select2-choice abbr {
    top: 4px;
}

.search .left {
    margin-right: 38px;
}

.search-content {
    padding: 0 0 0 10px;
}

.search .left a {
    float: left;
}

input, textarea {
    border: 1px #D6D6D6 solid;
    color: #767676;
    font-family: 'roboto-regular';
    font-size: 12px;
}

.search input:read-only {
    background-color: #F0F0F0;
}

textarea {
    resize: vertical;
}

select:disabled {
    background-color: #F0F0F0;
}

select::-ms-expand {
    visibility: hidden
}

select {
    color: #767676;
    font-family: 'roboto-regular';
    font-size: 13px;
    font-style: normal;
    background: transparent;
    width: 150px;
    font-size: 13px;
    border: 1px solid #ccc;
    height: 20px;
    padding: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: url("../images/bkg/select.svg") no-repeat;
    background-position: 95% 50%;
    background-size: 10px;
}

select.normal_select {
    padding-right: 20px;
}

select:focus {
    outline: none;
}

select option {
    color: #767676;
    font-family: 'roboto-regular';
}

.left label, .right label {
    float: left;
    clear: both;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6b6b6b;
    padding-bottom: 10px;
}

.left input {
    float: left;
    clear: both;
    width: 250px;
    height: 25px;
    padding: 0px 4px;
}

.left input[type='checkbox'] {
    border: none;
}

.left .calenderInput {
    width: 221px;
}

.details_box .calendar-link {
    display: inline-block;
    margin-top: 3px;
}

.calendar-button {
    padding-top: 6px;
    width: 30px !important;
}

.calendar-button:hover {
    opacity: 0.5;
}

.left select {
    float: left;
    clear: both;
    width: 159px;
}

.select-bg {
    cursor: pointer;
}

.details_box .right select {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 250px;
    max-width: 250px;
}

.details_box .actionButtons {
    padding: 0;
    float: right;
}

.mainAction {
    background-color: #666666;
    display: block;
    float: left;
    height: 35px;
    min-width: 80px;
    /* border: 1px solid #DBDBDB; */
}

.back {
    background: url("../images/bkg/turkus_right.png") no-repeat scroll right 0 transparent;
    display: block;
    float: left;
    height: 23px;
    margin-right: 4px;
}

.mainAction input {
    background-color: #666666;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'roboto-medium';
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    outline: medium none;
    padding: 5px 12px;
    min-width: 80px;
}

input.mainAction, a.mainAction {
    background-color: #666666;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'roboto-medium';
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    outline: medium none;
    padding: 5px 12px;
    min-width: 80px;
}

.mainAction input:hover {

}

.mainAction a {
    background-color: #666666;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'roboto-regular';
    font-size: 14px;
    font-weight: normal;
    height: 33px;
    margin-right: 4px;
    outline: medium none;
    padding: 2px 16px 5px 20px;
    text-decoration: none;
}

.mainAction:active, .mainAction input:active, .mainAction a:active, .mainAction:hover, .mainAction input:hover, .mainAction a:hover {
    background-color: #B2B2B2;
}

.details_box .row>.right .mainAction input {
    padding: 2px 16px 5px 20px;
}

.grey {
    background-color: #8B8B8B;
}

.grey input {
    background-color: #8B8B8B;
}

.back a {
    background: url("../images/bkg/turkus_arrow_left.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    font-family: 'roboto-regular';
    font-size: 14px;
    font-weight: normal;
    height: 23px;
    margin-right: 4px;
    outline: medium none;
    padding: 2px 12px 5px 31px;
}

.back a, .modify a, .save a {
    text-transform: uppercase;
}

.modify, .save {
    float: right
}

.row_right .mainAction {
    background: url("../images/bkg/button_small_right.png") no-repeat scroll right 0 transparent;
    clear: both;
    display: block;
    float: right;
    height: 17px;
    margin-right: 4px;
}

.row_right textarea {
    float: left;
    height: 67px;
    width: 143px;
    font-size: 11px;
    margin-bottom: 10px;
}

.row_right .mainAction input {
    background: url("../images/bkg/button_small_left.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: right;
    /* font-family: Tahoma; */
    font-size: 11px;
    font-weight: normal;
    height: 17px;
    margin-right: 4px;
    outline: medium none;
    padding-bottom: 2px !important;
    padding-left: 8px !important;
    padding-right: 16px;
    width: auto !important;
    padding-top: 2px;
}

.reset {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    outline: medium none;
    padding: 5px 16px;
    height: 35px;
    color: #767676;
    font-family: 'roboto-medium';
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}

/* Add pictogram when method name contains: add */
.plus {
    background: url("../images/buttons/add_action.svg") no-repeat scroll 50% 50% transparent;
    background-size: 26px;
    border: none;
    padding-right: 10px;
    width: 34px;
    height: 34px;
}

.plus:active, .plus:hover {
    opacity: 0.5;
}

.flat {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #767676;
    cursor: pointer;
    font-family: 'roboto-medium';
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    outline: medium none;
    padding: 2px 16px 5px;
    text-decoration: underline;
    float: right;
}

.reset:hover {
    text-decoration: none
}

#accounts {
    padding: 0;
    width: 970px;
}

#last10search {
    padding: 0;
    width: 970px;
}

.search_header {
    border-bottom: 1px solid #D6D6D6;
    overflow: hidden;
    width: 100%
}

.search_header p {
    float: left;
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
    line-height: 20px;
}

.search_header p:first-child {
    border: none;
}

.fpp-number {
    width: 80px;
}

.member-name {
    width: 112px;
}

.e-mail {
    width: 154px;
}

.adress {
    width: 184px;
}

.status {
    width: 259px;
}

.contact {
    width: 116px;
}


element.style {
}
.text-center {
    text-align: center;
}
.head-1 {
    color: #164194;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size:20px;
}

.mainClass .mainAction, .mainClass .mainAction input, .mainClass .mainAction a {
    background-color: #164194;
    color: #fff;
    text-decoration: none;
}

.mainClass .mainAction:active, .mainClass .mainAction input:active, .mainClass .mainAction a:active, .mainClass .mainAction:hover, .mainClass .mainActiony input:hover, .mainClass .mainAction a:hover {
    background-color: #90DDD3;
}

/* member details */
#member-details>div.left, #member-details>div.right {
    width: 30%
}

#member-details div.row div.right {
    font-weight: bold;
}

#content #member-details  h2 {
    font-weight: bold;
}

.left_box {
    float: left;
    min-width: 251px;
    clear: both;
    margin-bottom: 10px;
}

.left_box h2 {
    background: url("../images/bkg/h2_bg.png") repeat-x scroll 0 bottom #F7F7F7;
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0 !important;
    padding: 4px 8px;
}

.left_box .dane {
    border: 1px #DEDEDE solid;
    overflow: hidden;
    padding: 1px;
}

.left_box .row {
    width: 100%;
}

.left_box .row .left {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #FFFFFF;
    min-height: 20px;
    padding-right: 5%;
    text-align: right;
    width: 45%;
}

.left_box .row:first-child .left {
    border: none
}

.left_box .row .right {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px dotted #E0DBDB;
    min-height: 20px;
    padding-left: 5%;
    width: 45%;
    color: #555555;
}

.left_box .row .right a {
    color: #555555;
}

.left_box .row:first-child .right {
    border: none
}

.search h2 span, .content h2 span {
    background: url("../images/arrow_right.svg") no-repeat scroll 0 50% transparent;
    background-size: 13px;
    padding-left: 13px;
    cursor: pointer
}

.activh span {
    background: url("../images/bkg/arrow_down.svg") no-repeat scroll 0 50% transparent;
    background-size: 13px;
}

.search .activh span, .content .activh span {
    background: url("../images/bkg/arrow_down.svg") no-repeat scroll 0 50% transparent;
    background-size: 13px;
}

.inactivh span {
    background: url("../images/arrow_right.svg") no-repeat scroll 0 50% transparent;
    background-size: 13px;
    padding-left: 13px;
    cursor: pointer;
}

h2.non-collapsable span {
    background: none;
    padding: 0px;
    cursor: default;
}

footer p, div#loginVersion {
    font-size: 10px;
    color: #A9AFAF;
}
/* footer p:first-child {
	background: url("../images/bkg/numer_right.png") no-repeat scroll right 0 transparent;
	float: left;
	height: 16px;
}
footer p:first-child span {
	background: url("../images/bkg/numer_left.png") no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 16px;
	line-height: 15px;
	margin-right: 4px;
	padding-left: 4px;
}
 */
footer p a, div#loginVersion a {
    text-decoration: none;
    color: #26437D;
}

footer p a:hover, footer p a:active {
    color: #005D98;
}

footer img {
    margin-top: 30px;
    height: 15px;
}

.clear {
    clear: both;
}
/* kalendarz */
table.jCalendar {
    border: 1px solid #000;
    background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}

table.jCalendar th {
    background: #333;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
}

table.jCalendar td {
    background: #ccc;
    color: #000;
    padding: 3px 5px;
    text-align: center;
}

table.jCalendar td.other-month {
    background: #ddd;
    color: #aaa;
}

table.jCalendar td.today {
    background: #666;
    color: #fff;
}

table.jCalendar td.selected {
    background: #f66;
    color: #fff;
}

table.jCalendar td.selected.dp-hover {
    background: #f33;
    color: #fff;
}

table.jCalendar td.dp-hover, table.jCalendar tr.activeWeekHover td {
    background: #fff;
    color: #000;
}

table.jCalendar tr.selectedWeek td {
    background: #f66;
    color: #fff;
}

table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
    background: #bbb;
    color: #888;
}

table.jCalendar td.unselectable, table.jCalendar td.unselectable:hover, table.jCalendar td.unselectable.dp-hover {
    background: #bbb;
    color: #888;
}

.dynatree-container {
    cursor: move;
}

.dynatree-table {
    table-layout: fixed;
}

.datagrid-header-row {
    background: url("../images/bkg/h2_bg.png") repeat-x scroll 0 bottom #F7F7F7;
}
/* select */
div.dp-popup {
    position: relative;
    background: #ccc;
    font-size: 10px;
    font-family: 'roboto-regular', arial, sans-serif;
    padding: 2px;
    width: 171px;
    line-height: 1.2em;
}

div#dp-popup {
    position: absolute;
    z-index: 199;
}

div.dp-popup h2 {
    font-size: 12px;
    text-align: center;
    margin: 2px 0;
    padding: 0;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

a#dp-close:hover {
    text-decoration: underline;
}

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 2px;
    left: 4px;
    width: 100px;
}

div.dp-popup div.dp-nav-prev a {
    float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
    cursor: pointer;
}

div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
    cursor: default;
}

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 2px;
    right: 4px;
    width: 100px;
}

div.dp-popup div.dp-nav-next a {
    float: right;
}

div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}

div.dp-popup td {
    cursor: pointer;
}

div.dp-popup td.disabled {
    cursor: default;
}

a.dp-choose-date {
    background: url("../images/bkg/calendar.png") no-repeat scroll 0px 0px transparent;
    display: block;
    float: left;
    height: 22px;
    margin-left: -21px;
    overflow: hidden;
    padding: 0;
    text-indent: -2000px;
    width: 21px;
}

.calendarLink {
    padding-top: 4px;
    padding-left: 10px;
    position: relative;
}

.calendarLink img {
    padding-top: 4px;
    position: relative;
}

.search-content .calendarLink {
    padding-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    a.dp-choose-date {
        margin-top: 2px;
    }
}

a.dp-choose-date.dp-disabled {
    background-position: 0 -22px;
    cursor: default;
}

/* checbox */
.has-js .label_check, .has-js .label_radio {
    padding-left: 34px;
}

.has-js .label_radio {
    background: url(../images/bkg/radio-off.png) no-repeat;
}

.has-js .label_check {
    background: url(../images/bkg/check-off.png) no-repeat;
    font-weight: normal
}

.has-js label.c_on {
    background: url(../images/bkg/check-on.png) no-repeat;
}

.has-js label.r_on {
    background: url(../images/bkg/radio-on.png) no-repeat;
}

.has-js .label_check input, .has-js .label_radio input {
    position: absolute;
    left: -9999px;
}

/* Table */
.tableSelectedRow {
    background-color: #EAEAEA;
}

/* Table Styles
**************************************************************************/
table {
    width: 100%;
}

table.TableDefault {
    font-family: 'roboto-medium';
}

table.TableDefault input {
    margin-top: 3px;
    padding: 1px;
}

#pricePlansTable input:not (.plus ){
    height: 16px;
}

table.TableDefault tdinput {
    text-align: center;
}

table.TableDefault td ul {
    list-style: none;
}

table.TableDefault td.breakLine {
    word-wrap: break-word; /* IE 5+ */
    word-break: break-all;
    white-space: normal;
}

.tableContainer {
    width: 971px;
}

.tableContainer .actionButtons {
    padding: 0;
    float: none;
}

.tableContainer .box {
    padding: 0;
    width: 970px;
    border: none;
}

table .tableContainer {
    width: auto !important;
}

.tableContainer td img {
    max-height: 34px;
    max-width: 34px;
}

.tableContainer tbody td span img {
    max-height: 100px;
    max-width: 100px;
}

.tableContainer tbody td:last-child, .tableContainer tfoot td:last-child {
    /* 	width: 1%;
        white-space:nowrap; TODO */

}

.tableContainer tbody td:last-child a img {
    height: auto;
    width: auto;
}

.tableContainer img.removeImgButton {
    max-height: 26px;
    max-width: 26px;
}

.tableContainer tbody td:last-child img:active, .tableContainer tbody td:last-child img:hover {
    opacity: 0.5;
}

.tableContainer .uploadImage .nativeSize {
    display: none;
}

.tableContainer .uploadImage .uploadImageBorder {
    height: 100px;
    width: 100px;
}

.tableContainer .uploadImage .uploadContainer {
    display: block;
    margin: 0 auto;
    width: 103px;
    height: 102px;
}

table.TableGrid {
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* for pre IE9 */
/*table.TableDefault, tbody, tableOddRow, tr.odd {
	background-color: #F8F8F8;
}*/
.tableOddRow, tr.odd {
    background-color: #F8F8F8;
}

.tableDragRowClass, tr.dragRowClass {
    background-color: #34a2c7Table
}

tr.RowHeadlineTop {
    height: 30px;
    border-bottom: 1px solid #D6D6D6;
}

tr.RowHeadlineTop a {
    margin-right: 3px;
}

tr.RowHeadlineTop img {
    max-height: 11px;
    max-width: 11px;
}

tr.RowHeadlineMiddle {
    border-bottom: 1px solid #66CC00;
    padding-top: 20px;
}

tr.RowHighlightGreen {
    background-color: #D1F0B4;
}

tr.RowHighlightBlue {
    background-color: #F8F8F8;
}

tr.RowTotal {
    font-weight: bold;
}

table.TableDefault {
    border-collapse: collapse;
}
table.TableDefault caption {
    color: #6c757d; 
    text-align: center; 
    caption-side: top;
}
table.TableDefault td {
    border-top: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    font-size: 12px;
    margin: 0;
    overflow: visible;
    line-height: 18px;
    word-wrap: normal;
    padding: 0px 10px 0px 10px;
    vertical-align: middle;
    font-family: 'roboto-regular';
}

table.TableDefault tbody {
    border-left: 1px solid #e9e9e9;
}

table.TableDefault tbody tr:first-of-type td {
    border-top: 2px solid #e9e9e9;
}

table.TableDefault td:not (.RowHeadlineTop ) {
    padding: 5px 10px 5px 10px;
}

table.TableDefault thead td {
    border: none;
    color: #fff;
    background-color: #1f4f94;
    font-family: 'roboto-bold';
}

table.TableDefault tfoot tr td {
    border: none;
}

table.TableDefault tfoot tr td.tableDetailsKey {
    padding-top: 15px;
}

table.TableDefault tr:last-of-type td {
    border-bottom: medium none;
}

table.TableDefault tfoot tr:first-of-type td {
    border-top: 1px solid #e9e9e9;
}

table.TableDefault td a {
    color: #666;
}

table.TableDefault tbody tr.odd {
    background-color: #F8F8F8;
}

table.TableDefault .selectedHead {

}

table.TableDefault .selectedRow td {
    background-color: #DADADA;
}

td.CellHighlightGreen {
    background-color: #D1F0B4;
}

td.CellHighlightBlue {
    background-color: #E5EAEF;
}

td blockquote {
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
}

tr.DefaultHeaderInfo {
    background-color: #006293;
}

tr.DefaultHeaderInfo td {
    padding: 1px 0px 1px 0px;
}

.dragHandle {
    cursor: move;
}

.cellOnClick td {
    cursor: pointer;
}

.cellOnClick td:hover {
    text-decoration: underline;
}

/* Additional Table Styles
**************************************************************************/
.TableGrid, .TableDefault {
    font-size: 1em;
}

.TableGrid td {
    border-bottom: 1px solid #999999;
}

.RowHeadlineTop td:first-child {
    /* border: medium none; */

}

.RowHeadlineTop td {
    /* border-left: 1px solid #D6D6D6; */
    line-height: 20px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
}

.RowHeadlineMiddle td {
    border-bottom: 1px solid #006293;
}

table.TableDefault p, table.TableGrid p {
    margin: 0px;
    padding: 0px;
}

tr.RowHeadlineMiddle td {
    padding-top: 20px;
}

table.TableDefault input[type="text"], table.TableDefault select {
    width: 160px;
}

table.TableDefault input[type="text"].autogenValue {
    width: 135px;
}

table.SearchCriteriaTable input[type="text"], table.SearchCriteriaTable select {
    width: 160px;
}

.TableDefaultPagination {
    float: left;
    padding-right: 4px;
    line-height: 17px;
    font-size: 11px;
    color: #bcbcbc;
}

.pagination-table a.l-btn-disabled, .pagination-table a.l-btn-plain, .pagination-table a.l-btn {
    border: 1px solid #e9e9e9;
    height: 16px;
    width: 16px;
    padding: 0;
}

.pagination-table a.l-btn-disabled:hover, .pagination-table a.l-btn-plain:hover, .pagination-table a.l-btn:hover {
    border-color: #e9e9e9;
    border-radius: 0;
    background: none;
    height: 16px;
    width: 16px;
}

.pagination-table tbody tr td:nth-of-type(1) a, .pagination-table tbody tr td:nth-of-type(8) a {
    border-right: none;
}

a:not (.l-btn-disabled ) span span span.l-btn-empty:hover, a:not (.l-btn-disabled ) span span span.l-btn-empty:active {
    opacity: 0.5;
}

select.maxResults {
    width: 55px;
    margin: 0 5px;
}

.pagination-num {
    height: 18px !important;
    font-size: 12px;
}

.TableDefaultPagination .select2-container .select2-choice {
    min-width: 70px;
    margin-top: 0;
}

.datagrid-pager {
    padding: 6px 0 6px 0;
    border-radius : 0px!important;
    background: none !important;
}

.datagrid-pager table {
    display: inline;
}

.datagrid-pager table td {
    height: 30px;
}

.export-buttons {
    float: right;
}

.export-buttons img {
    margin: 10px;
    height: 23px;
    width: 23px;
}

.export-buttons img:hover, .export-buttons img:active {
    opacity: 0.5;
}

.h2-table-button {
    display: inline;
    float: right;
    margin-bottom: 5px;
    margin-right: 0px;
}

.h2-table-button div {
    padding: 0px !important;
}

.TableInputList {
    display: inline-flex;
}

.TableInputList .content {
    padding-top: 0px;
}

.TableInputList .uploadImage {
    margin: 3px 10px 2px 10px;
    z-index: auto;
    overflow-x: unset;
}

.TableInputList .nativeSize {
    display: none;
}

.TableInputList .uploadImage .uploadImageBorder {
    width: 60px;
    height: 60px;
}

.TableInputList .uploadImage img {
    max-width: 60px;
    max-height: 60px;
}

#div_questionnaire_question_id .choiceAnswers .right {
    width: auto;
    float: left;
}

.RemoveItemList {
    width: 34px;
    height: 34px;
}

.choiceAnswers .RemoveItemList {
    width: 18px;
    height: 18px;
}

img.switchImage {
    width: 10px !important;
    cursor: pointer;
}

img.switchImage:hover, img.switchImage:active {
    opacity: 0.5;
}

/* SearchCriteriaTable
**************************************************************************/
table.SearchCriteriaTable input[type="text"], table.SearchCriteriaTable select {
    width: 160px;
}

.SearchCriteriaTable {
    border-collapse: collapse;
    margin: 0 auto;
    margin-top: 10px;
    background-color: #F8F8F8;
    font-size: 1em;
    clear: right;
    border-radius: 4px 4px 4px 4px;
    width: 970px;
    line-height: 18px;
}

.SearchCriteriaTable tr td {
    font-weight: bold;
    font-size: 11px;
}

.SearchCriteriaTable td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    height: 20px;
}

.SearchCriteriaTable td img {
    vertical-align: top;
}

.SearchCriteriaTableFontWeight {
    font-weight: bold;
}

.buttons {
    clear: both;
}

.actionButtons {
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

/**** table image  ***/
.uploadImage {
    overflow-x: auto;
    overflow-y: hidden;
    z-index: -10;
    margin: 10px 0;
    display: block;
    float: left;
}

.uploadImage .uploadImageBorder {
    height: 200px;
    width: 200px;
    border: 1px solid #DBDBDB;
    margin-bottom: 10px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.uploadImage .nativeSize {
    width: 400px;
    margin-left: 5px;
}

.uploadImage img {
    max-height: 200px;
    max-width: 200px;
    display: block;
    margin: 0 auto;
}

.uploadImageList {
    text-align: center;
    overflow: hidden;
}

.uploadImageSublist {
    display: block;
    overflow: hidden;
    padding-left: 10px;
}

.uploadImageList a, .uploadImageSublist a {
    display: inline-block;
    padding: 2px;
    border-radius: 4px 4px 4px 4px;
}

.uploadImageList a:hover, .uploadImageSublist a:hover {
    display: inline-block;
    padding: 2px;
    background-color: #69A3BF;
    border-radius: 4px 4px 4px 4px;
}

.details_box .row>.right .imageButtons {
    clear: none;
    float: left;
    position: absolute;
    margin-left: 240px;
}

.tableContainer .imageButtons {
    clear: none;
    float: left;
}

.details_box .row>.right .imageButtons input {
    margin: 0;
    padding: 0 6px;
    height: 26px;
}

.imageListDisplay {
    max-width: 100px;
    max-height: 100px;
}

.imageSublistDisplay {
    width: 25px;
    height: 25px;
}

/**** details box ********/
.details_box {
    clear: both;
    margin-bottom: 10px;
}

.details_box :not (.actionButtons ) >input, .details_box textarea {
    padding: 2px 1px 2px 1px;
    margin: 2px 0px 2px 0px;
}

.details_box textarea {
    width: 94%;
}


.details_box input[type="text"]  {
    float: left;
    clear: both;
    width: 250px;
    height: 25px;
    padding: 0px 4px;
    text-transform: uppercase;
}

.details_box select {
    max-width: 250px;
}

.details_box h2 {
    /* background: url("../images/bkg/h2_bg.png") repeat-x scroll 0 bottom #F7F7F7; */
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0 !important;
    padding: 4px 8px;
}

.details_box .dane {
    border: 1px #DEDEDE solid;
    overflow: hidden;
    padding: 1px;
}

.details_box .row {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'opensans', Arial, Verdana, Helvetica, sans-serif;

    box-sizing: border-box;
}

.details_box .column{
    width:  41.66666667%;
    float: left;
    position: relative;
    font-size: 16px;

}

.largeDetails{
    width:  75% !important;

}

/*
.details_box .column > .columnDetail{
	display: block;
	border-radius: 40px;
	width: 90%;
	color: #333333;
	height: 36px;

	background-color: #f2f2f2;
	vertical-align: middle;
	border-width: 0px;

}*/

.details_box .column > .columnLabel{
    display: block;
    border-radius: 40px;
    width: 90%;
    color: #333333;
    height: 36px;

    background-color: #f2f2f2;
    vertical-align: middle;
    border-width: 0px;

}

.details_box .column > .infoField{
    display: block;
    border-radius: 40px;
    width: 90%;
    color: red;
    height: 22px;
    font-size: 11px;
    text-transform: lowercase;
}


/*
.details_box .column > .columnDetail:focus-within{
	background-color:#ffffff;
	outline: 0;
	box-shadow: -1px 2px 5px 1px rgba(255, 100, 0, .5);
}*/

.details_box div{
    display: inline-block;
}

.details_box .select2-drop{
    display: none;
}

/*
.columnDetail  input {
	background-color: #f2f2f2;

	vertical-align: middle;
	outline: none;
}

.columnDetail  input:hover{
	outline: none;

}*/




.columnDetail .calendar-link{
    display: inline-block;
    vertical-align: middle;
    float: right;
}

/*.columnDetail  input[type="text"] {*/
/*background-color: transparent;*/
/*width: 75%;*/
/*margin-left: 5%;*/
/*text-align: middle;*/
/*height: 80%;*/
/*margin-top: 0%;*/
/*border: 0px;*/
/*overflow: auto;*/
/*text-transform: uppercase;*/
/*}*/


.details_box .column > .radioDetail {
    display: inline;
    text-transform: capitalize;

}


.radioDetail  input {
    border-radius: 20px;
    width: 10%;
    color: #333333;
    transform: scale(1.5);
    background-color: #f2f2f2;
    transition: border-color ease-in-out .15s;
    vertical-align: middle;
    text-align: right;
    margin: auto;
}

.details_box .column > .checkBoxDetail {
    display: inline;
    text-transform: capitalize;
    width: 75%;
    margin-left: 5%;
    text-align: middle;
    height: 46px;
    margin-top: 20%;
    border: 0px;
}



.details_box .column > .up {
    display: inline;
    height: 20px;
    width: 25%;
}

.details_box .row > .left{
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #FFFFFF;
    min-height: 27px;
    padding-right: 2%;
    text-align: right;
    width: 25%;
    word-wrap: break-word;
    font-size: 16;
    line-height: 27px;
    color: #6b6b6b;
}

.details_box .row:first-child>.left {
    border: none
}

.details_box .row>.right {
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 1px solid #f2f2f2;
    min-height: 27px;
    line-height: 27px;
    width: 71%;
    color: #555555;
    word-wrap: break-word;
}

.details_box .row>.right input {
    margin-top: 3px;
    margin-bottom: 1px;
    padding: 1px;
}

.details_box .row>.right input.clm-calendar-input[type='text'] { /*calendar position fix */
    float: left;
}

#div_result_event_id .details_box .row>.right input[type='text'] {
    float: none;
}

#accountCustomerRegister .details_box .row>.right input[type='text'], #trnForm #pointsBookDelay, #registrationFormCreate #regIdentifierNo, #registrationFormCreate input[name='registrationForm.identifierCVV2'] {
    float: none;
}

.details_box .row>.right input.mainAction {
    padding: 5px 12px;
}

.plusIcon {
    border: none;
    padding: 0 !important;
    margin: 0 0 2px 0 !important;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../images/buttons/plus.svg") no-repeat scroll 0 0 transparent;
    background-size: 16px;
}

.plusIcon:disabled {
    cursor: default;
    opacity: 0.5;
}

.minusIcon {
    border: none;
    padding: 0 !important;
    margin: 0 0 2px 0 !important;
    vertical-align: middle;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../images/buttons/minus.svg") no-repeat scroll 0 0 transparent;
    background-size: 16px;
}

.minusIcon:disabled {
    cursor: default;
    opacity: 0.5;
}

#couponDetails .details_box .row>.right a {
    color: #555555;
}

.details_box .row>.right a {
    color: #555555;
    vertical-align: middle;
    font-weight: bold;
}

.details_box .row:first-child>.right {
    border: none
}
/****    *****/
#advS, #advH {
    padding: 20px;
}

.advHidden {
    display: none;
}

div.buttons div.content {
    padding: 0;
}

.search-content div.buttons div.content {
    padding-bottom: 10px;
    padding-top: 20px;
}

#h2Buttons input {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 8px;
}

.locationsGoogleMap {
    float: left;
    overflow: hidden;
    width: 80%;
    height: 700px;
}

.locationsMapSideBar {
    float: left;
    overflow: auto;
    width: 20%;
    height: 700px;
}
/* audit window
**************************************************************************/
#auditBox {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    overflow: auto;
}

#auditBox table.TableDefault {
    table-layout: auto;
}

#auditBox .tableContainer {
    width: auto;
}

#auditBox .box {
    width: 100% !important;
    overflow: auto;
    margin: 0 0 25px;
}

#auditBox .details_box {
    margin-right: 20px;
}

#auditBox .html {
    background-color: #FFFFFF !important;
}
/* actions messages
**************************************************************************/
.actionMessages {
    border: 1px solid;
    margin: 10px 10px;
    padding: 10px;
    border-radius: 6px 6px 6px 6px;
}

.actionMessages ul {
    list-style-type: none;
    margin: 0 0 0 35px;
    padding: 0;
}

#actionInfoMessages {
    background-color: #C1E6A5;
    color: #009900;
}

#actionErrorsMessages {
    background-color: #FCDCDC;
    color: #FF0000;
}

.msgIcon {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    height: 27px;
    width: 27px;
    margin-top: -6px;
}

#actionInfoMessages .msgIcon {
    background: url("../images/result/iconMsgGreen.png") no-repeat scroll 0 0 transparent;
}

#actionErrorsMessages .msgIcon {
    background: url("../images/result/iconMsgRed.png") no-repeat scroll 0 0 transparent;
}

div.error input {
    background-color: #FCDCDC;
}

input.error {
    background-color: #FCDCDC;
}

textarea.error {
    background-color: #FCDCDC;
}

span.error {
    color: #DF0606;
}

.invalidFieldValueSpan {
    display: block;
    margin: 2px;
    padding: 2px;
    color: #FF0000;
    font-family: 'roboto-regular';
    font-size: 11px;
}

* div.infoH1 {

}

#clmDiv {
    width: 100%;
}

.footerWarning {
    border: 1px solid;
    margin: 2px 2px;
    padding: 2px;
    border-radius: 6px 6px 6px 6px;
    background-color: #FCDCDC;
    color: #FF0000;
}

/* messageEditor
*************************************************************************/
.message-iframe {
    /* -ms-zoom: 0.5;
    -ms-transform-origin: 0 0;
    -moz-transform: scale(0.5);
    -moz-transform-origin: 0px 50px;
    -o-transform: scale(0.5);
    -o-transform-origin: 0px 50px;
    -webkit-transform: scale(0.5);
    -webkit-transform-origin: 0 0; */
    max-height: 1500px;
    max-width: 600px;
    min-height: 200px;
    min-width: 400px;
    visibility: visible !important;
    z-index: 1;
}

.error-iframe {
    background-color: #FCDCDC;
}

.message-iframe-body {
    /* -ms-word-break: break-all;
     Be VERY careful with this, breaks normal words wh_erever
     word-break: break-all; */
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sourceDivTab {
    min-height: 200px;
    min-width: 400px;
    max-width: 600px;
    padding: 0px !important;
}

.sourceDivTab .CodeMirror {
    border: none; /* 1px #D6D6D6 solid; */
}

.previewTabs {
    width: auto;
}

div.editorDivTab {
    height: 96%;
}

.datagrid-toolbar a {
    padding-left: 10px;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

#editorClmDiv .actionButtons {
    padding-top: 0px;
    padding-bottom: 0px
}

/* ranking
**********************************************************/
.star_rank {
    width: 15px;
    height: 15px;
    background-image: url(../images/rank/star_whole_small.png);
    float: left;
}

.star_rank_half {
    width: 15px;
    height: 15px;
    background-image: url(../images/rank/star_half_small1.png);
    float: left;
}

.star_rank_off {
    width: 15px;
    height: 15px;
    background-image: url(../images/rank/star_empty_small.png);
    float: left;
}

.rating {
    position: relative;
    float: left;
    margin-top: 2px;
}
/* catalog order
**********************************************************/
.leftTree {
    float: left;
    margin-left: 22px;
    margin-right: 22px;
}

.rightTree {
    float: left;
    margin-right: 22px;
}

.tile .content {
    width: 46%;
    float: left;
    overflow: auto;
}

.tile .box {
    width: auto;
}

.tile .actionButtons {
    float: right;
    width: auto;
}

/* LOGIN
**********************************************************/

.passwordRecoveryContainer form.login {
    width: 272px;
}

#loginContainer {
    padding-bottom: 10px;
    color: #164194;
    display: table;
    margin: 0 auto;
}

#loginHeader {
    margin: 80px auto 0;
}

#loginInfoBar {
    color: #164194;
    font-family: 'roboto-medium';
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

#loginInfoBar #localeSelector {
    padding-top: 2px;
    margin-right: 21px;
}

#loginInfoBar #helpDiv {
    padding-top: 2px;
}

#loginInfoBar #helpDiv img {
    display: none;
}

#loginInfoBar #helpDiv>a, #headerRight #mainHelp>a {
    display: block;
    color: white;
    font-family: 'roboto-medium';
    font-size: 11px;
    text-transform: uppercase;
}

#loginInfoBar h3 {
    margin-top: 13px;
}

#loginTopMenu .right {
    margin-top: 30px;
}

#loginTopMenu #localeSelector {
    margin: 0;
}

#loginTopMenu #mainHelp a {
    color: #164194;
    display: block;
    font-family: "roboto-medium";
    font-size: 11px;
    text-transform: uppercase;
}

#loginTopMenu #mainHelp a:hover, #loginTopMenu #mainHelp a:active {
    color: #999999;
}

.loginInputs {
    margin: auto;
    margin-top: 10px;
}

.loginField {
    width: 320px;
}

#mainHelp {
    margin-top: 4px;
    float: left;
}

#headerRight {
    display: inline-flex;
    font-family: "roboto-regular";
    font-size: 15px;
    width: auto;
    height: 25px;
}

#loginInfoBar .right {
    font-family: 'roboto-regular';
    display: inline-flex;
    font-size: 15px;
}

#loginInfoBar .right .loginSpacer, #headerRight .loginSpacer {
    float: left;
    border-left: 1px solid white;
    padding: 0 10px;
    height: 18px;
    margin-top: 4px;
}

#headerRight .loginSpacer {
    height: 18px;
    margin-top: 4px;
    opacity: 0.5;
}

#loginInfoBar .right img.right, #headerRight img.right {
    float: left;
    height: 20px;
    padding-top: 1px;
    margin-left: 8px;
}

#headerRight #localeSelector {
    margin-right: 10px;
    margin-left: 50px;
}

.loginInputs input {
    height: 34px;
}

.loginInputs .reset {
    float: left;
    padding: 0;
    margin-top: 20px;
}

span.loginButton {
    display: block;
    float: left;
    min-width: 74px;
    width: 269px;
}

.loginButton {
    width: 269px;
}

#loginHeader div {
    width: 100%;
    text-align: center;
}

.header-title {
    color: #333333;
    font-size: 21px;
    line-height: 55px;
    font-weight: 200;
    text-transform: uppercase;
}

.loginHeaderHead {
    color: #164194;
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 36px;
}

#login .actionButtons, #loginOTP .actionButtons {
    display: block;
    padding-left: 39px;
    padding-bottom: 0;
    padding-top: 0;
}

#login #login-details ul li, #loginOTP #login-details ul li {
    text-transform: none;
}

#login #login-details ul li:last-child, #loginOTP #login-details ul li:last-child {
    text-transform: uppercase;
}

#login .loginDivSpcae .imgContainer img, #loginOTP .loginDivSpcae .imgContainer img {
    width: 20px;
    height: 20px;
    margin-top: 6px;
}

.loginArea .left {
    position: relative;
}

.loginArea .row {
    width: 190px;
}

.loginArea .loginSpacer {
    border-left: 1px solid white;
    float: left;
    height: 18px;
    padding: 0 10px;
    margin-top: 4px;
    opacity: 0.5;
}

.imgContainer {
    float: left;
    position: relative;
}

.imgContainer img {
    margin-right: 19px;
}

.loginDivSpcae {
    margin-bottom: 40px;
    height: 34px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.loginDetails {
    margin-bottom: 40px;
    height: 34px;
    width: 320px;
}

.passwordRecoveryContainer .loginDivSpcae {
    width: 272px;
}

.loginSmallSpace {
    margin-bottom: 5px;
}

.loginArea input[type='text'], .loginArea input[type='password'] {
    width: 100%;
    padding-left: 20px;
}

.loginArea  input::-webkit-input-placeholder {
    color: #555555;
    opacity: 0.5;
}

.loginArea input::-moz-placeholder {
    color: #555555;
    opacity: 0.5;
}

.loginArea input:-ms-input-placeholder {
    color: #555555;
    opacity: 0.5;
}

.loginArea .right {
    border: none;
    width: auto;
    float: right;
    display: inline-flex;
}

.loginArea .arrow-span {
    margin-left: 37px;
}

.loginArea .mainAction {

}

#loginBox {
    /* 	border: 1px solid #54B0C3; */
    height: 383px;
    background-color: #fff;
    vertical-align: middle;
}

.loginModules {
    height: 30px;
    margin: 10px auto 0 auto;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    /* left: 50%; */
}

.loginModule {
    color: #FFFFFF;
    float: left;
    height: 30px;
    padding: 0px 18px 0px 18px;
    margin-right: 2px;
    display: table;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-family: 'roboto-regular';
    /*left: -50%; */
    border: 1px solid #54B0C3;
    border-bottom: none;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    font-size: 15px;
}

.loginModule:hover {
    background: none repeat scroll 0 0 #318DAB;
    /* border-bottom: 1px solid #318DAB; */
}

.loginMOduleContent {
    margin-top: 6px;
    text-transform: uppercase;
}

.moduleSelected {
    background: none repeat scroll 0 0 #318DAB;
    /* 	border-bottom: 1px solid #318DAB; */
}

.divSpace {
    margin-top: 14px; ,
background: #FFFFFF;
}

#loginContent {
    margin-top: 85px;
}

/**** DIGITAL LIBRARY ****/
#systemFileDigitalLibrary {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    margin-top: 20px;
}

#systemFileDigitalLibrary .content {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
}

#systemFileDigitalLibrary .tableContainer {
    width: 915px;
    border: none;
    padding: 0;
    padding-left: 17px;
}

#systemFileDigitalLibrary .search-content {
    width: 915px;
}

#systemFileDigitalLibrary .box {
    width: 910px;
    border: none;
    padding: 0;
}

#systemFileDigitalLibrary .search {
    padding-left: 17px;
    width: 940px;
    border-top: 1px solid #DBDBDB;
}

#systemFileDigitalLibrary .buttons {
    width: 900px;
}

#systemFileDigitalLibrary .content h2 {
    display: none;
}

#systemFileDigitalLibrary .search h2 {
    /*display: none;*/

}

#systemFileDigitalLibrary .content   .center {
    margin: 0 auto;
}

.dropzone_container {
    width: 500px;
    padding: 20px;
    margin: 0 auto;
}

.dropzone {
    background: #ccccc;
    height: 125px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    width: 500px;
    border: 1px #999999 solid;
}

.dropzone .actionButtons {
    height: 30px;
    margin: 0 auto;
    width: 80px;
    float: none;
    padding: 0;
}

#mediaContainer {
    overflow: hidden;
}

#digitalLibraryTabs {
    background-color: #F8F8F8;
}

#digitalLibraryContainerImages {
    display: block;
}

#digitalLibraryContainerVideo {
    display: block;
}

#digitalLibraryContainerAudio {
    display: block;
}

#digitalLibraryContainerTemplate {
    display: block;
}

.iframeBody {
    background-image: none;
    background-color: #FFFFFF;
}

.iframeBody .box {
    width: 938px;
}

.iframeBody .tableContainer {
    width: auto;
}

.iframeBody .content {
    padding-right: 9px;
}

#systemTemplatesList {
    overflow: hidden;
}

/**** QUESTIONAIRES ****/
#questionnaireQuestionsTable {
    table-layout: auto;
}

#questionnaireQuestionsTable td:not (:last-child ){
    min-width: 80px;
    text-align: left;
    width: 117px;
}

#questionnaireQuestionsTable select {
    width: 115px;
}

#questionnaireQuestionsTable textarea {
    font-size: 12px;
}

#questionnaireQuestionsTable .RemoveItemList {
    margin: 0;
}

#questionnaireQuestionsTable .content {
    padding: 2px;
}

#questionnaireQuestionsTable .center {
    text-align: center;
}

#questionnaireQuestionsTable .center img {
    padding: 0 4px;
}

#questionnaireQuestionsTable .mainAction {
    margin-top: 2px;
}

#questionnaireQuestionsTable .mainAction input {
    padding: 1px;
}

#questionDetailsContainer {
    font-family: 'roboto-regular';
    font-size: 12px;
    line-height: 18px;
    z-index: 133;
    min-width: 150px;
    min-height: 525px;
    display: -webkit-flex;;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ui-dialog .ui-dialog-content {
    z-index: 1003;
}

#answersContainer {
    padding-top: 20px;
}

#questionDetailsForm {
    background-color: #ffffff;
    width: 940px;
    padding-left: 20px;
    padding-right: 20px;
}

#questionDetailsForm img {
    max-height: 200px;
    max-width: 200px;
}

.QuestionDetailsLoading {
    height: 120px;
    text-align: center;
    vertical-align: middle;
    padding-top: 225px;
}

.answerImg {
    vertical-align: middle;
    margin: 5px;
}

.tableContainer td  img.smallImg {
    max-width: 100px;
    max-height: 100px;
}

#preview_iframe {
    overflow-x: hidden;
}

#questionDetailsForm .content {
    padding: 0;
}

#questionDetailsForm .tableContainer {
    width: auto;
}

#questionDetailsForm .box {
    width: 938px;
}

.image_button {
    margin: 4px 1px;
    display: inline-block;
}
/****Message attachments*****/
.templateAttachments {
    border: 1px;
    clear: left;
}

.templateAttachments li {
    clear: right;
    display: block;
    padding: 10px;
}

.templateAttachments li a {
    color: #555555 !important;
    vertical-align: middle;
}

.templateAttachments li img {
    vertical-align: middle;
    max-height: 30px;
    max-width: 30px;
}

.templateAttachments input[type=file] {
    clear: left;
}

.privilegesTree {
    margin: 5px 17px;
}

.overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.overlay span {
    position: absolute;
    top: 10px;
    left: 5px;
    font-weight: bold;
    font-size: 15px;
    /* parent opacity fix: */
    color: rgba(0, 0, 0, 1);
}

.previewDivTab {
    position: relative;
    padding: 0px;
    border: 1px #D6D6D6 solid;
}

.previewDivTab:hover .overlay {
    display: block !important;
    background-color: #F6F6F6;
    opacity: 0.85;
    cursor: pointer;
    vertical-align: middle;
    z-index: 1000;
}

#prizeTable .dragHandle {
    cursor: move;
}

.jspList {
    float: left;
    max-height: 250px;
    overflow: auto;
    font-size: 12px;
}

.jspList .tableContainer, .jspList .box {
    position: relative;
    float: left;
    width: auto;
}

/*-------Case Types-------*/
#divUsersList .tableContainer {
    width: 45%;
}

.horizontalAttachList .box {
    width: auto;
}

.postpone {
    float: none;
    margin-left: 10px;
}
/*--------------Expand Box MenuCurrentContact ----------------*/
.cbp-spmenu {
    background: #FFFFFF;
    position: fixed;
    color: #000000;
}

.cbp-spmenu h3 {
    line-height: 46px;
    color: #FFFFFF;
    margin: 0;
    font-family: 'roboto-regular';
    font-size: 16px;
    font-weight: normal;
    background: #005D98;
}

.cbp-spmenu-right h3 {
    padding-left: 61px;
}

.cbp-spmenu h3 div.showRight {
    background-color: #164194;
    float: left;
    padding: 7px;
    margin-right: 0;
    cursor: pointer;
    position: absolute;
    left: -46px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.cbp-spmenu h3 div.showRight.active {
    left: 0;
}

.cbp-spmenu-vertical {
    width: 320px;
    top: 91px;
    z-index: 1000;
}

.cbp-spmenu-right {
    right: -320px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
    -webkit-box-shadow: -4px 8px 14px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -4px 8px 14px rgba(50, 50, 50, 0.5);
    box-shadow: -4px 8px 14px rgba(50, 50, 50, 0.5);
}

.cbp-spmenu, .cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#personalDetails {
    padding: 10px;
    font-family: 'roboto-regular';
    overflow: auto;
    max-height: 700px;
}

#personalDetails .genderImage {
    margin: 0 auto;
    width: 94px;
}

#personalDetails .genderImage img {
    max-height: 100px;
}

#personalDetails img {
    vertical-align: middle;
    max-height: 32px;
    margin-left: 10px;
}

#personalDetails .row {
    width: 100%;
    margin-bottom: 2px;
}

#personalDetails div {
    min-height: 23px;
    display: block;
    overflow: auto;
}

#personalDetails .left {
    height: 100%;
    float: left;
    clear: left;
    width: 49%;
    background-color: #F6F6F6;
    text-align: right;
    padding-right: 5px;
    color: #6b6b6b;
    font-size: 11px;
    line-height: 27px;
    min-height: 27px;
    padding-right: 2%;
}

#personalDetails .right {
    height: 100%;
    float: right;
    clear: right;
    width: 46%;
    background-color: #FFF;
    padding-left: 5px;
    color: #555555;
    line-height: 27px;
    min-height: 27px;
    border-top: 1px solid #f2f2f2;
}

#marketingOffers {
    padding-top: 10px;
    position: relative;
}

#marketingOffers .nextPrevItem {
    top: 21px;
}

#marketingOffers .marketingOffer-title {
    border-top: 1px solid #DBDBDB;
    padding-top: 10px;
    font-size: 15px;
    color: #767676;
    font-family: 'roboto-regular';
    font-weight: bold;
}

#marketingOffers .marketingOffer {
    min-width: 100px;
    min-height: 100px;
    padding: 5px;
    display: none;
}

#marketingOffers .marketingOffer.active {
    display: block;
}

#marketingOffers .marketingOffer div.marketingOffer-content {
    margin-top: 5px;
    text-align: left;
}

#marketingOffers .marketingOffer img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}

/*--------------Promotion Calendar----------------*/
#gantt_bars {
    width: 89%;
    margin: 0 auto;
}

.calendar-form .box .search {
    border: none;
}

.calendar-form .search div.left {
    min-height: 50px;
}
/*--------------segmentsAttachTable--------------*/
#segmentsAttachTable tfoot tr td:last-child input {
    float: left;
}
/*--------------Others----------------*/
div.inline {
    float: left;
}

.listCreateContainer img {
    width: 16px;
}
.pagination {
    padding: 10px;
    /*display: unset!important;*/
}

.pagination span strong {
    color: #666;
}

.tooltip-title-right img {
    height: 18px;
    width: 18px;
}

.tooltip-body-bottom img:hover, .tooltip-body-bottom img:active {
    opacity: 0.5;
}

#showMessageTemplate {
    display: none;
}

#scheduledJobConfig table {
    cellpadding: "0";
    cellspacing: "0";
    border-collapse: collapse;
    border: none;
}

#scheduledJobConfig .RemoveItemList {
    margin: -5px 0px -12px -4px;
}

#scheduledJobConfig table .calendar-link {
    margin-top: -3px;
}

#recognitionTable .change_reason {
    display: none;
}

#customerMarketingOfferPopupCreate {
    background: #EEEEEE;
}
/* Transaction rules products and catalog */
#catalogChooseProducts {
    width: 960px;
}

#productsTree ul li:before {
    background: url("resources/js/dynatree/skin/icons.gif") no-repeat 0px -16px;
    height: 16px;
    width: 16px;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}

#productsTree ul {
    list-style: none;
    margin-left: 20px;
}

#productsTree {
    border: 1px dotted gray;
    float: left;
    width: 250px;
    clear: right;
}

#productsTree li.selected  span {
    background: none;
}

#productsTree li span:hover {
    background: #F2F7FD;
    border-color: #B8D6FB;
}

#productsTree li.selected>span {
    border: 1px solid #99DEFD;
    background-color: #EFEBDE;
}

#productsTree ul li {
    margin: 5px;
    cursor: pointer;
}

#chooseProducts, #chosenProducts {
    border: 1px dotted gray;
    float: left;
    width: 350px;
    margin-left: 1px;
    min-height: 10px;
}

#catalogChooseProducts::after {
    display: block;
    width: 0;
    height: 0;
    clear: both;
    content: '';
}

#catalogChooseProducts table {
    border-collapse: collapse;
}

#catalogChooseProducts table thead tr {
    font-weight: bold;
    height: 30px;
    border-bottom: 1px solid #D6D6D6;
    background: none;
}

#catalogChooseProducts table  tbody tr:nth-child(2n+1) {
    background-color: #F8F8F8;
}

#catalogChooseProducts table tbody tr:hover {
    background-color: #DADADA;
    cursor: pointer;
}

#catalogChooseProducts table td {
    padding: 5px 10px 5px 10px;
    border-right: 1px solid #e9e9e9;
}

#catalogChooseProducts table td:last-child {
    border-right: none;
}

h4.productsdTitle {
    width: 330px;
    display: block;
    float: left;
    padding-left: 20px;
    line-height: 30px;
}

h4.catalogdTitle {
    float: left;
    width: 235px;
    display: block;
    padding-left: 15px;
    line-height: 30px;
}

.defineList {
    color: #2dbfaa;
    cursor: pointer;
    border: none;
    background: none;
}

.productsList {
    background-color: #f8f8f8;
    padding: 5px 5px 10px;
}

.productsList h3 {
    font-weight: normal;
}

.productsList .productAddType, .productsList .find-product {
    margin-right: 10px;
    margin-top: -5px;
}

.productsList .addProductsByName, .productsList .addProductsFromCatalogue, .productsList .addProductsFromSegments, .productsList .addProductsByUpload {
    display: none;
}

.productsList .productAddType, .productsList .find-product {
    margin-right: 10px;
    margin-top: -5px;
}

.productsList.catalogType .addProductsFromCatalogue {
    display: inline;
}

.productsList.productType 	.addProductsByName {
    display: inline;
}

.productsList.catalogType 	.addProductsFromCatalogue {
    display: inline;
}

.productsList.segmentType .addProductsFromSegments {
    display: inline;
}

.productsList.uploadType .addProductsByUpload {
    display: inline;
}

.productsList a.clearList {
    float: right;
    text-decoration: underline;
}

.productsList a.addToList, .productsList a.addFromCatalog {
    color: #2dbfaa;
    text-decoration: underline;
}

.productsList .select2-container-multi {
    width: 100%;
    margin-top: 20px;
}
/*  catalog and products end */
.PopupBackground {
    background-color: #FFFFFF;
}

#customerQuestionnaireFormPopupDiv {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}

.full-size {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.bull {
    display: inline-block;
    background-color: #F2F2F2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Din', Tahoma, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #164194;
    text-align: center;
    height: 14px;
    width: 14px;
    text-decoration: none;
    outline: none;
    margin: 0 5px;
}
.bull.yellow {
    background-color: yellow;
}

.bull.unknown {
    background-color: dddddd;
}

.bull.not-active {
    background-color: #E64747;
}

.bull.active {
    background-color: #8DC63F;
}

.bull.expiredCoupon {
    background-color: #FFA500;
}
.text-success {
    color: #8DC63F;
}

.text-danger {
    color: #E64747;
}

.text-error {
    color: #E64747;
}

.red-text {
    color: red;
}

.head-page {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #F2F2F2;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.specific-head-page { /* if the user does not belong to a store */
    background-image: url(../images/bg-head-page1.png);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}


.specific-head-ITS {
    background-image: url(../images/bg_head_its.jpg);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}

.specific-head-TAF {
    background-image: url(../images/bg_head_taf.jpg);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}
.specific-head-BS {
    background-image: url(../images/bg_head_bs.jpg);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}

.specific-head-page13 {
    background-image: url(../images/bg-head-page13.png);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}

.specific-head-page22 {
    background-image: url(../images/bg-head-page22.png);
    background-size: cover;
    margin-left: -300px;
    padding-left: 300px;
    margin-right: -300px;
    padding-right: 300px;
}
.nav-pills .nav-link
{
    border-radius: 0px!important
}

.head-active{
    font-family: 'Din', Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    background:white;
}
.head-inactive{
    font-family: 'Din', Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color:white;
}

/* line 230, less\5_components.less */
.head-page:after {
    content: '';
    background: -moz-linear-gradient(0deg, #164194 0, transparent 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 0deg, color-stop(0, 164194), color-stop(100%, transparent));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(0deg, #164194 0, transparent 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(0deg, #164194 0, transparent 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(0deg, #164194 0, transparent 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(0deg, #164194 0, transparent 100%);
    /* W3C */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}


.login-feedback {
    text-align: center;
}

.warning-size {
    background-color: #FFF;
    border-color: transparent;
    color: #036DED;
    padding: 0;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 40px;
}


ez-popup {
    font-size: 18px;
    padding-top: 10px;
}
ez-popup-button {
    background-color: #3e547d;
}


@media ( min-width : 480px) {
    /* line 120, less\navs.less */
    .nav-tabs-custom {
        margin-top: -25px;
        margin-left: 15px;
    }
}

@media ( max-width : 480px) {
    /* line 124, less\navs.less */
    .nav-tabs-custom {
        margin: 0 -10px;
    }
}
/* line 128, less\navs.less */
.nav-tabs-custom>li {
    float: left;
    margin-bottom: -1px;
}

@media ( max-width : 480px) {
    /* line 133, less\navs.less */
    .nav-tabs-custom>li {
        border-bottom: 1px solid #F2F2F2;
        display: block;
        width: 100%;
    }
}
/* line 140, less\navs.less */
.nav-tabs-custom>li>a {
    margin-right: 15px;
    font-family: 'Din', Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.46666667;
    border: 1px solid transparent;
    border-radius: 0;
}

@media ( max-width : 480px) {
    /* line 151, less\navs.less */
    .nav-tabs-custom>li>a {
        color: #164194;
        width: 100%;
    }
}
/* line 155, less\navs.less */
.nav-tabs-custom>li>a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    border-color: transparent;
}

@media ( max-width : 480px) {
    /* line 159, less\navs.less */
    .nav-tabs-custom>li>a:hover {
        background-color: #164194;
        color: #FFFFFF;
        width: 100%;
    }
}
/* line 169, less\navs.less */
.nav-tabs-custom>li.active>a, .nav-tabs-custom>li.active>a:hover, .nav-tabs-custom>li.active>a:focus {
    color: #164194;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: default;
}

@media ( max-width : 480px) {
    /* line 178, less\navs.less */
    .nav-tabs-custom>li.active>a, .nav-tabs-custom>li.active>a:hover, .nav-tabs-custom>li.active>a:focus {
        background-color: #164194;
        color: #FFFFFF;
        width: 100%;
    }
}
/* line 187, less\navs.less */
.nav-tabs-custom.nav-justified {
    width: 100%;
    border-bottom: 0;
}
/* line 163, bower_components\bootstrap\less\navs.less */
.nav-tabs-custom.nav-justified>li {
    float: none;
}
/* line 165, bower_components\bootstrap\less\navs.less */
.nav-tabs-custom.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
/* line 171, bower_components\bootstrap\less\navs.less */
.nav-tabs-custom.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media ( min-width : 768px) {
    /* line 177, bower_components\bootstrap\less\navs.less */
    .nav-tabs-custom.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    /* line 180, bower_components\bootstrap\less\navs.less */
    .nav-tabs-custom.nav-justified>li>a {
        margin-bottom: 0;
    }
}
/* line 241, less\navs.less */
.nav-tabs-custom.nav-justified>li {
    float: none;
}
/* line 243, less\navs.less */
.nav-tabs-custom.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}
/* line 249, less\navs.less */
.nav-tabs-custom.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media ( min-width : 768px) {
    /* line 255, less\navs.less */
    .nav-tabs-custom.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    /* line 258, less\navs.less */
    .nav-tabs-custom.nav-justified>li>a {
        margin-bottom: 0;
    }
}
/* line 193, bower_components\bootstrap\less\navs.less */
.nav-tabs-custom.nav-justified>li>a {
    margin-right: 0;
    border-radius: 40px;
}
/* line 199, bower_components\bootstrap\less\navs.less */
.nav-tabs-custom.nav-justified>.active>a, .nav-tabs-custom.nav-justified>.active>a:hover, .nav-tabs-custom.nav-justified>.active>a:focus {
    border: 1px solid #DDD;
}

@media ( min-width : 768px) {
    /* line 206, bower_components\bootstrap\less\navs.less */
    .nav-tabs-custom.nav-justified>li>a {
        border-bottom: 1px solid #DDD;
        border-radius: 40px 40px 0 0;
    }
    /* line 210, bower_components\bootstrap\less\navs.less */
    .nav-tabs-custom.nav-justified>.active>a, .nav-tabs-custom.nav-justified>.active>a:hover, .nav-tabs-custom.nav-justified>.active>a:focus {
        border-bottom-color: #FFFFFF;
    }
}
/* line 271, less\navs.less */
.nav-tabs-custom.nav-justified>li>a {
    margin-right: 0;
    border-radius: 40px;
}
/* line 277, less\navs.less */
.nav-tabs-custom.nav-justified>.active>a, .nav-tabs-custom.nav-justified>.active>a:hover, .nav-tabs-custom.nav-justified>.active>a:focus {
    border: 1px solid #DDD;
}

@media ( min-width : 768px) {
    /* line 284, less\navs.less */
    .nav-tabs-custom.nav-justified>li>a {
        border-bottom: 1px solid #DDD;
        border-radius: 40px 40px 0 0;
    }
    /* line 288, less\navs.less */
    .nav-tabs-custom.nav-justified>.active>a, .nav-tabs-custom.nav-justified>.active>a:hover, .nav-tabs-custom.nav-justified>.active>a:focus {
        border-bottom-color: #FFFFFF;
    }
}

.head-page .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media ( min-width : 768px) {
    /* line 13, bower_components\bootstrap\less\grid.less */
    .container {
        width: 740px;
    }
}

@media ( min-width : 768px) {
    #ezDropDownLanguage {
        -ms-flex-direction: column;
    }

    #welcomePagePadding {
        padding: 0;
    }
}

@media ( min-width : 992px) {
    /* line 16, bower_components\bootstrap\less\grid.less */
    .container {
        width: 980px;
    }
}

@media ( min-width : 1200px) {
    /* line 19, bower_components\bootstrap\less\grid.less */
    .container {
        width: 1070px;
    }
}

.clearfix::before, .clearfix::after, .dl-horizontal dd::before, .dl-horizontal dd::after, .container::before, .container::after, .container-fluid::before, .container-fluid::after, .row::before, .row::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical>.btn-group::before, .btn-group-vertical>.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .pager::before, .pager::after,
.panel-body::before, .panel-body::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after, .form-horizontal .form-group::before, .form-horizontal .form-group::after, .btn-toolbar::before, .btn-toolbar::after, .btn-group-vertical>.btn-group::before, .btn-group-vertical>.btn-group::after, .nav::before, .nav::after, .navbar::before, .navbar::after, .navbar-header::before, .navbar-header::after, .navbar-collapse::before, .navbar-collapse::after, .modal-header::before, .modal-header::after, .modal-footer::before, .modal-footer::after, .dl-horizontal dd::before,
.dl-horizontal dd::after {
    display: table;
}

.container::after, .container-fluid::after, .row::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical>.btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .pager::after, .panel-body::after, .modal-header::after, .modal-footer::after, .form-horizontal .form-group::after, .btn-toolbar::after, .btn-group-vertical>.btn-group::after, .nav::after, .navbar::after, .navbar-header::after, .navbar-collapse::after, .modal-header::after, .modal-footer::after, .dl-horizontal dd::after {
    clear: both;
}
/* line 48, bower_components\bootstrap\less\scaffolding.less */
a {
    color: #333333;
    text-decoration: none;
}
/* line 52, bower_components\bootstrap\less\scaffolding.less */
a:hover, a:focus {
    color: #0d0d0d;
    text-decoration: underline;
}
/* line 58, bower_components\bootstrap\less\scaffolding.less */
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

@media print {
    body * {
        visibility: hidden;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
        width: 65%;
    }
}

@media ( max-width : 415px) {
    #datagridFooter {
        display: block;
    }
}


/* Fix autocomplete for jquery in bootstrap */

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.ui-autocomplete > li > div {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#clearAddressId {
    max-width: 100%;
}

#returnFindButtonId {
    max-width: 100%;
}

.noRecords {
    text-align: center;
}