﻿html body .RadInput_CMSAdmin .bigSearchInput, html body span.RadInput_CMSAdmin .riTextBox.bigSearchInput {
    font-size: 15px;
    height: 39px !important;
}

.content input {
    /*background-color: #FBFBFB;*/
    border: 1px solid #DBDBDB;
    color: #444444;
    font-size: 12px;
    height: 20px;
    line-height: 12px;
    margin: 0;
    padding: 5px 0px 4px;
    text-indent: 7px;
    font-family: Tahoma;
}

.content textarea {
    /*background-color: #FBFBFB;*/
    border: 1px solid #DBDBDB;
    color: #444444;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 10px;
    font-family: Tahoma;
}

.content select {
    border: 1px solid #DBDBDB;
    background-color: #fbfbfb;
    color: #444444;
    font-size: 12px;
    height: 31px;
    line-height: 24px;
    margin: 0;
    padding: 6px 6px 6px 3px;
}

    .content select:focus, .content input:focus, .content textarea:focus {
        border: 1px solid #2da2cb;
    }

input[type="checkbox"] {
    margin: 1px 5px 4px 5px;
    padding: 0;
    width: 14px;
    vertical-align: middle;
    height: 17px;
}

input[type="radio"] {
    margin: 1px 1px 1px 10px;
    padding: 0;
    width: 14px;
}

input[type="button"] {
    background: url("../Images/Buttons/button2BG.png") repeat-x scroll center top transparent;
    border: 1px solid #4E8BAD;
    border-radius: 5px 5px 5px 5px;
    color: White;
    cursor: pointer;
    font-weight: bold;
    height: 29px;
    line-height: 20px;
    padding: 1px 15px;
    text-shadow: 1px 0 1px #1B323F;
    width: auto;
}

.popUp.content input[type="submit"], input.btnSubmit, a.btnSubmit, .row.content input[type="submit"], .buttons input, input[type="button"] {
    background: url("../Images/Buttons/btnBlue.png") repeat-x scroll center top transparent;/*submitBtnBg*/
    border: 1px solid #006f9c;
    border-radius: 5px 5px 5px 5px;
    color: White;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    line-height: 33px;
    padding: 0 15px !important;
    text-shadow: none;
    text-transform: uppercase;
    width: auto;
    text-indent: 0px;
    font-family: Tahoma,Sans-Serif;
}
.login_wraper .buttons input {
    /*background: url("../Images/Buttons/submitBtnBg.png") repeat-x scroll center top transparent;
    border: 1px solid #4E8BAD;*/
    border-bottom:solid 1px #cfcfcf;
    border-top:solid 1px #ffffff;
    border-right:solid 1px #efefef;
    border-left:solid 1px #efefef;
    border-radius: 5px 5px 5px 5px;
    color: #232324;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    padding: 0 15px !important;
    text-transform: uppercase;
    width: auto;
    text-indent: 0;
    font-family: Arial,Sans-Serif;
    background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(243,243,243,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */

}

/* Rad editor putet do fieldset - control settings windows */

.RadEditor.Default.reWrapper.radEditorFieldset {
    width: 970px !important;
    min-width: 970px !important;
}

/* product list checkout area */
.RadEditor.Default.reWrapper.productListEditor1 {
    width: 770px !important;
    min-width: 770px !important;
}

/* product list wishlist area */
.RadEditor.Default.reWrapper.productListEditor2 {
    width: 640px !important;
    min-width: 640px !important;
}

.pLeft_10 {
    padding-left: 10px;
}

/* small image viewer */

.smallImageViewer #AddOrChangeImage {
    margin: 0 !important;
}

.smallImageViewer .__DisplayedImage {
    width: 150px !important;
    height: 150px !important;
}

.RadComboBoxDropDown input {
    margin: 1px 3px 5px 4px !important;
}

.General-Settings-Panel input, .Access-Rights-Panel input[type="checkbox"] {
    float: left;
    height: 17px !important;
    margin-right: 5px !important;
    margin-top: 0;
}

.Access-Rights-Panel input[type="checkbox"] {
    float: none;
    height: 18px !important;
    margin-bottom: 0;
    margin-right: 5px !important;
    margin-top: -1px;
}

.Comments-Panel input[type="checkbox"] {
    float: left;
    height: 17px;
    margin-left: 20px;
    margin-right: 0;
}

.promotionCategoryItemCheckbox input[type="checkbox"] {
    float: left;
    height: 17px;
    margin-top: 0 !important;
}

.Access-Rights-Panel label {
    float: none;
}

.RelatedBulletinsPanel_inputFix {
    text-align: center;
}

    .RelatedBulletinsPanel_inputFix span:first-child {
        float: left;
        width: auto;
    }

.labelAndCheckBox input[type="checkbox"] {
    float: left;
    height: 17px;
    margin-bottom: 0;
}

.labelAndCheckBox input[type="radio"] {
    float: left;
    height: 17px;
    margin-right: 5px;
}

.labelAndCheckBox label, .labelAndCheckBox li label {
    float: left;
    margin-top: 1px;
    line-height: 17px;
}

html body .RadInput input.riEmpty, html body .RadInput textarea.riEmpty, html body input.RadInput_Empty {
    font-style: normal !important;
}

html body .riSingle .riTextBox {
    font-family: Tahoma,Sans-Serif;
    font-size: 14px;
}
