﻿/*
.contactform label {margin:0px 0px 10px 0px;display: block;position:relative;padding:1% 2%;background:#ffffff;border:1px solid #cccccc;}
.contactform label.short {width:65%;float:left;}
.contactform .title {display:inline-block;font-size:16px;width:27%;border-left:1px solid #cccccc;float:left;}
.contactform .title.long {line-height:14px;}
.contactform .titlelong {display:block;width:100%;border:none;}
.contactform input {width:70%;padding:5px 1%;font-size:16px;}
.contactform textarea {width:70%;height:100px;font-size:16px;}
.contactform select {width:72%;font-size:16px;padding:4px 1%;}
.contactform {direction:ltr; clear:both;}
.contactform .largebtn {width:30%;float:right;}
select:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, textarea:focus {-webkit-box-shadow: 0px 0px 3px #fa6900;-moz-box-shadow: 0px 0px 3px #fa6900;box-shadow: 0px 0px 3px #fa6900;}
.error, .alert {border:1px solid #ff0000;}
.form label{
       display: block;
}
.form label::after{
   content: '';
    display: block;
    clear: both;
}


.file {
    display: block;
    line-height: 24px;
    vertical-align: middle;
    background-color: #E6E6E6;
    padding: 4px;
    padding-right: 6px;
    margin-bottom: 12px;
    direction: ltr;
    margin: 10px 0 10px 0;
}
label::after,#tabs::after{
   content: '';
    display: block;
    clear: both;
}

label.movelabel{
    float:left;
    display:block;
    clear: both;
}
label.level1{
    margin:0 0 0 0px;
}
label.level2{
    margin:0 0 0 8px;
}
label.level3{
    margin:0 0 0 16px;
}
label.level4{
    margin:0 0 0 24px;
}
label.level5{
    margin:0 0 0 32px;
}
label.level6{
    margin:0 0 0 40px;
}
label.level7{
    margin:0 0 0 56px;
}


    .listOfCategories input {
        margin: 5px 0 5px 0;
    }

.errorO {
    border: solid 1px #ff0000 !important;
}

.errorplace {
    color: #ff0000;
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    display: none;
    clear: both;
}

.spritX {
    width: 15px;
    height: 15px;
    background: url(/images/ui-icons_cd0a0a_256x240.png) -97px -129px no-repeat;
    display: inline-block;
    margin: 2px 5px -3px 0;
    cursor: pointer;
}

.CategoryX {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}

    .CategoryX span {
        display: inline-block;
        margin: 0 0 0 5px;
    }

.ui-dialog .CategoryX {
    margin: 0 0 0px 0;
    padding: 5px 0 5px 0;
}

.ui-dialog .spritX {
    float: left;
}

.RowOfField td {
    text-align: center;
}

.editRow {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 10px;
}

.suppliersGoTORow {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}

.deleteField {
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
}
#areaOfitems span{
    display: block;
}

    */