﻿.TitleForm{height:20px;line-height:2}
.TitleForm,.ValueForm{margin-bottom:5px}
select.InputForm,input[type=text].InputForm,textarea{width:50%;border-color:#CCC;text-indent:5px}
select.InputForm,input[type=text].InputForm{height:22px}
textarea{height:100px}
select.InputForm:focus,input[type=text].InputForm:focus,textarea:focus{border-color:#0094ff}
.pnlFiles{border:1px solid #CCC;margin-top:10px}
.pnlFiles .TitleForm{background:#808080;color:#FFF;padding:5px}
.pnlFiles .ValueForm,.pnlFiles .TitleForm{margin:0}
.Delete{background:url(/images/tadbir/Delete.png) no-repeat right 0;padding-right:15px}
.TitleUploader{width:90%}
.ToolsUploader{width:10%;text-align:center}
.TextTitleUploader{height:25px;line-height:2;overflow:hidden}
.files{margin:10px auto}
.files tr:nth-of-type(2n){background:#FFF}
.files tr:nth-of-type(2n+1){background:#EEE}
input[type=text].IsEmpty{border-color:#ff0000}
.AlignSearch{width:100%;display:inline-block;clear:both;box-sizing:border-box;position:relative}
.SendSourcePage select.InputForm,.SendSourcePage input.InputForm[type="text"],.SendSourcePage textarea{width:98%}
.HelpColumn{width:350px;position:absolute;top:50%;margin-top:-125px}
.HelpColumn .HelpIcon{position:absolute;top:5px}
.HeaderHelpColumn{height:35px;line-height:3;background:#b4dfff;border-radius:5px 5px 0 0;font-weight:bold;position:relative}
.ContentHelpColumn{height:100%;background:#ddf0ff;padding:35px 40px;box-sizing:border-box;line-height:2.5;border-radius:0 0 5px 5px}
/*Responsive*/

@media only screen and (max-width:720px) {
    .HelpColumn{width:250px}
    .ContentHelpColumn{padding:10px 20px}
}

@media only screen and (max-width:550px) {
    select.InputForm,input[type=text].InputForm,textarea{width:99%}
    .HelpColumn{width:100%;position:static;margin:0 auto;display:table}
}