/* All css that contains in html/templates/*.html files */
.b-popup-content > .Popup {
    margin: 0px;
}

.Popup {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
    line-height: 20px;
}

.b-popup-content button[disabled]:active,
.b-popup-content button[disabled],
.b-popup-content input[type="reset"][disabled]:active,
.b-popup-content input[type="reset"][disabled],
.b-popup-content input[type="button"][disabled]:active,
.b-popup-content input[type="button"][disabled],
.b-popup-content input[type="text"][disabled],
.b-popup-content select[disabled],
.b-popup-content select[disabled] > input[type="button"],
.b-popup-content select[disabled] > input[type="button"]:active,
.b-popup-content input[type="submit"][disabled]:active,
.b-popup-content input[type="submit"][disabled] {
    /*
        law: not needed with new buttons:

        padding: 0px 6px 0px 6px;
        border: 2px outset ButtonFace;
    */
    color: GrayText;
    cursor: inherit;
}

body.Popup {
    background-color: /*#c1d8f8*/ #F1F3F6;
    margin: 0.1px;
}

form.Popup {
    margin: 0.2px;
}

table.Popup {
    margin: 0.1px;
}

td.Popup {
    margin: 0.1px;
}

/* buttons */
.PopupButton {
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupButton {
    margin-left: 3px;
    margin-right: 3px;
}

input.PopupButton {
    margin: 0.1px;
    width: 75px;
}

.freeTextCoding {
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 0 7px;
}

.PopupTextField {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupTextField {
    background-color: transparent;
    margin-top: 0.1px;
}

.PopupTextFieldBottom {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupTextFieldBottom {
    background-color: transparent;
    margin-top: 0.1px;
}

input.PopupTextField {
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    margin: 0.1px;
    width: 300px;
}

table.PopupTextField {
    margin: 0.1px;
}

td.PopupTextField {
    margin: 0.1px;
}

.PopupIndent {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

table.PopupIndent {
    margin-left: 15px;
}

.PopupRadioButton {

    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupRadioButton {
    margin-right: 3px;
}

input.PopupRadioButton {
    margin: 0.1px;
}

.PopupRadioButtonNarrow {
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupRadioButtonNarrow {
    margin-right: 11px;
    margin-top: 4px;
    margin-bottom: 0.1px;
}

.PopupRadioButtonTextNarrow {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupRadioButtonTextNarrow {
    margin-left: 0.1px;
    margin-top: 0.1px;
    margin-bottom: 0.1px;
    text-decoration: none;
}

a.PopupRadioButtonTextNarrow {
    margin-left: 0.1px;
    margin-top: 0.1px;
    margin-bottom: 0.1px;
    text-decoration: none;
}

a.PopupRadioButtonTextNarrow:active {
    color: #000000;
}

a.PopupRadioButtonTextNarrow:visited {
    color: #000000;
}

a.PopupRadioButtonTextNarrow:hover {
    text-decoration: none;
}

.PopupCheckBox {

    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupCheckBox {
    margin-right: 3px;
}

input.PopupCheckBox {
    /*margin: 0.1px;*/
    width: 24px;
}

.PopupCheckBoxNarrow {

    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupCheckBoxNarrow {
    margin-right: 3px;
    margin-top: 0.1px;
    margin-bottom: 0.1px;
}

.PopupCheckBoxTextNarrow {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupCheckBoxTextNarrow {
    margin-left: 0.1px;
    margin-top: 0.1px;
    margin-bottom: 0.1px;
    text-decoration: none;
}

a.PopupCheckBoxTextNarrow, label.PopupCheckBoxTextNarrow {
    margin-left: 0.1px;
    margin-top: 0.1px;
    margin-bottom: 0.1px;
    text-decoration: none;
}

a.PopupCheckBoxTextNarrow:active {
    color: #000000;
}

a.PopupCheckBoxTextNarrow:visited {
    color: #000000;
}

a.PopupCheckBoxTextNarrow:hover {
    text-decoration: none;
}

.PopupTextFieldPassword {
    background-color: transparent;
    color: #000000;
    font-family: Roboto, 'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupTextFieldPassword {
    background-color: transparent;
    margin-top: 0.1px;
}

input.PopupTextFieldPassword {
    background-color: #FFFFFF;
    margin: 0.1px;
    width: 175px;
    border: 1px solid #d3d3d3;
}

.PopupTextFieldText {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupTextFieldText {
    margin-bottom: 0.1px;
}

.PopupListBox {

    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupListBox {
    margin: 0 7px 0 7px;
}

p.PopupListBoxContent {
    margin: 0 0 7px 7px;
}

select.PopupListBox {
    background-color: #FFFFFF;
    margin: 0.1px;
}

table.PopupListBox {
    margin: 0.1px;
}

td.PopupListBox {
    margin: 0.1px;
}

.PopupListBoxText {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 7px;
}

p.PopupListBoxText {
    margin-bottom: 0.1px;
}

textarea.PopupInfoTextAreaForHTML {
    background-color: transparent;
    color: #000000;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 0.1px;
    width: 350px;
}

.PopupFrameOuter {
    border: 1px solid transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.PopupFrameInner {
    border: 1px solid transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

div.PopupFrameSpace10 { border-top: solid 10px transparent; border-left: solid 10px transparent; border-right: solid 10px transparent}

div.PopupGroupOuter {
    border: 1px solid #d3d3d3;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

div.PopupGroupInner {
    border: 1px solid #FFFFFF;
    border-right-color: #d3d3d3;
    border-bottom-color: #d3d3d3;
}

div.PopupGroupDividerSpace {
    border-top: solid 7px transparent;
}

#folderLoader {
    display: none;
    margin: 2px 0 0 5px;
    position: absolute;
}

iframe {
    border: 0px;
}

.ie8 iframe, .ie9 iframe, .ie10 iframe {
    position: relative !important;
}

.b-popup {
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.b-popup-content.b-popup-content_action {
    margin: 55px auto;
}

/*todo stb remove*/
.modal-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ie6 .b-popup, .ie7 .b-popup, .ie9 .b-popup {
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
    zoom: 1;
    height: 100%;
}

.ie8 .b-popup {
    height: 100%;
    background: #000000;
    filter: alpha(opacity=50);
}

.ie9 .fancybox-close {
    float: right;
    top: -20px;
    right: -20px;
}

.ie9 .b-popup-content {
    position: absolute;
    width: 1px;
    height: 1px;
}

.b-popup-content {
    -webkit-user-select:none;
    padding: 17px;
    background-color: #c1d8f8;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    display: table;
    width: 1px;
    min-width: 250px;
    z-index: 1000;
    position: absolute;
    top: 0;
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
}

.boldLabel {
    font-size: 16px;
    font-weight: bold;
    padding-bottom:3px;
}

.ie8 .b-popup-content {
    width: 300px;
}

.innerPopup {
    position: inherit;
    margin: 1em;
}

.ie9 body.Popup, .ie9 .PopupFrameOuter, .ie9 .PopupFrameInner, .ie10 .PopupFrameOuter,
.ie10 .PopupFrameInner, .ie6 body.Popup, .ie6 .PopupFrameOuter, .ie6 .PopupFrameInner,
.ie7 body.Popup, .ie7 .PopupFrameOuter, .ie7 .PopupFrameInner {
    height: 100%;
}

.ie10 .innerPopup, .ie6 .innerPopup, .ie7 .innerPopup, .ie9 .innerPopup {
    position: relative;
    height: 100%;
}

.ie10 #innerPopupAdvancedSettings, .ie9 #innerPopupAdvancedSettings, .ie6 #innerPopupAdvancedSettings, .ie7 #innerPopupAdvancedSettings {
    position: relative;
    height: 100%;
}


.ie10 body.Popup {
    background-color: #c1d8f8;
    margin: 0.1px;
}

.w-popup-content {
    padding: 10px;
    background-color: #c1d8f8;
    border-radius: 0px;
    box-shadow: 0 0 10px #000;
    margin: 40px auto;
    display: table;
    width: 350px;
    height: 120px;
}

.ie6 .w-popup-content, .ie7 .w-popup-content, .ie9 .w-popup-content {
    margin-top: 40px;
    margin-left: 200px;
    position: relative;
}

.ie8 .w-popup-content {
    width: 300px;
    margin: 40px 200px;
}

.ie10 .w-popup-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
}

.w-popup {
    width: 100%;
    cursor: pointer;
    display: block;
    min-height: 100%;
    min-width: 100%;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.w-PopupMenuTitle {
    font-family: Roboto,'Segoe UI', 'Trebuchet MS', tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 2px;
    border-bottom: solid 2px #336699;
    background-color: #336699;
    padding: 4px;
    color: White;
    font-weight:bold;
}

input.w-buttonOk {
    width:6em;
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-left: 75%;
}

.PopupWizardButton {
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
}
p.PopupWizardButton {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
input.PopupWizardButton {
    margin: 0.1px;
    width: 80px;
}
table.PopupWizardButton {
    /*border-top: solid 1px #6593cf;*/
    margin: 0.1px;
}
td.PopupWizardButton {
    border-top: solid 1px #FFFFFF;
    margin: 0.1px;
}
.PopupWizardButtonText {
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
}
p.PopupWizardButtonText {
    margin-bottom: 0.1px;
}
.PopupWizardButtonOrder {
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
}
p.PopupWizardButtonOrder {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
input.PopupWizardButtonOrder {
    margin: 0.1px;
    width: 60px;
}
table.PopupWizardButtonOrder {
    margin: 0.1px;
}
td.PopupWizardButtonOrder {
    margin: 0.1px;
}
.PopupWizardButtonRemove {
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
}
p.PopupWizardButtonRemove {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
input.PopupWizardButtonRemove {
    margin: 0.1px;
    width: 60px;
}
table.PopupWizardButtonRemove {
    margin: 0.1px;
}
td.PopupWizardButtonRemove {
    margin: 0.1px;
}
.PopupWizardButtonAddReplace {
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
}
p.PopupWizardButtonAddReplace {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0.1px;
    margin-bottom: 2px;
}
input.PopupWizardButtonAddReplace {
    margin: 0.1px;
}
table.PopupWizardButtonAddReplace {
    margin: 0.1px;
}
td.PopupWizardButtonAddReplace {
    margin: 0.1px;
}
select.PopupWizardListBoxQuestion {
    background-color: #FFFFFF;
    margin: 0.1px;
    width: 400px;
}
.PopupWizardHeader {
    background-color: transparent;
    color:#000000;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    margin: 7px;
    white-space: nowrap;
}
p.PopupWizardHeader {
    background-color: transparent;
}
table.PopupWizardHeader {
    /*background-color: white;
    background-image: url("wizards/bg.png");
    border-bottom: solid 1px #6593cf;*/
    margin: 0.1px;
}
td.PopupWizardHeader {
    background-color: transparent;
    margin: 0.1px;
}
#idHeader1{
    color: #000000;
    font-family: 'Arial bold',sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.tablelist{
    margin: 0px 2px;
    border-style: solid;
    border-width: 0px;
    border-color: #ECECE9 #BAB8AE #BAB8AE #ECECE9;
}
.odd {
    background-color: transparent; /*#DEDDD7;*/
}
.oddunderline {
    background-color: #FFF;
}
.greenColor {
    background-color: forestgreen;
    /* background-color:lime; limegreen;
    background-color: aquamarine;darkseagreen */
}
.redColor {
    background-color: firebrick;
    /*background-color:tomato;firebrick;*/
}
.even {
    background-color: #ecece9;
}

.evenunderline {
    background-color:  #EFEEEC;
}

.odd, .even{
    border-style: solid;
    border-width: 1px;
    border-color: #ECECE9 #BAB8AE #BAB8AE #ECECE9;
    text-align: center;
    color: #0F2E5C;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 5px;

}

.oddunderline, .evenunderline, .greenColor, .redColor {
    border-bottom:1px dashed #000000;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #C6C4BB;
    padding: 0px 5px;
    font: 9pt Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;

}
.greenColor, .redColor {
    text-align: center;
}
.headercaption {
    font: 9pt Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    color: #C1D2FE;
    font-weight: bolder;
    vertical-align: middle;
    text-align: right;
}
table.tablelist {
    background-color: #FFFFFF
}

table.tablelist * th {
    background-color:#edf4ff;
    background-image:url("menu/blue_bg.png");
    border-bottom:1px solid #e3efff;
    border-right:1px solid #9ac6ff;
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    font-weight:normal;
}
table.tablelist * td {
    font-family: Roboto,'Segoe UI','Trebuchet MS',tahoma,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 0px solid #e3efff;
    /*border-bottom: 1px solid #e3efff;*/
    /*
    cursor:pointer;
    font-style:normal;
    font-weight:normal;
    text-align:left;
    text-decoration:none;*/
}

.wizardLaunchStatusText{
    margin: 25px 0 25px 0;
}

.wizardLaunchText{
    margin: 0 0 25px 0;
}

.wizardLaunchTextLast{
    margin: 0 0 25px 0;
}




