﻿/*
[Contents]

	0- Global
	1- Common Form
*/

/* =0 Global
---------------------------------------------------------------------------------------------------------------------*/
input.radio {
    height: 13px;
    width: 13px;
}

button, .btn-return, btn-submit {
    background: #34C0DF;
    border: 0 none;
    border-top: 2px solid #31B5D2;
    color: #FFF;
    cursor: pointer;
    font-weight: bold;
    height: 30px;
    padding: 0 10px;
}
.btn-submit {
    width: 100px;
    float: right;
    margin: 0 15px;
}
.btn-return {
    width: 100px;
    float: left;
    margin: 0 15px;
}
/* =1 Common Form
---------------------------------------------------------------------------------------------------------------------*/
.common-form {
    padding-bottom: 40px;
    background-color: white;
    color: #185a85;
}

    .common-form .title {
        border-bottom: 1px solid #CCC;
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .common-form fieldset p {
        margin:0 10px;
    }
    .common-form fieldset div {
        margin: 0 10px;
    }

    .common-form fieldset {
    }

    .common-form .field {
        clear: both;
        overflow: hidden;
        padding: 10px 5px;
    }

        .common-form .field:hover {
            background: #FCFDE7;
        }

    .common-form label {
        display: block;
        float: left;
        font-weight: bold;
        width: 170px;
    }

    .common-form input {
        float: left;
        margin-right: 5px;
    }

    .common-form label.inline {
        font-weight: normal;
        line-height: 13px;
        margin-right: 20px;
        width: auto;
    }

    .common-form button {
        /*margin-left: 175px;*/

    }

    /* Validator
---------------------------------------------------------*/
    .common-form .error, .field-validation-error {
        color: #F00;
        padding-left: 5px;
        /*border:solid 1px #005f96; background:#eaf0fe url(/Content/images/16/exclamation.png) 5px center no-repeat;color:#003859;*/
    }
    /* Element length
---------------------------------------------------------*/
    .common-form input[type="text"] {
        width: 150px;
    }

    .common-form select {
        width: 152px;
    }

    .common-form textarea {
        width: 300px;
    }

    .common-form input[type="text"].long {
        width: 300px;
    }

body {
    font-size: 14px;
    /*line-height:2;*/
}

table.edit-table {
    height: auto;
    width: 900px;
    margin: 10px 0 0 0;
    padding: 0;
    border: 0;
}

    table.edit-table tr {
        line-height: 23px;
        background-color: #FFF;
    }

    table.edit-table td {
        padding: 1px 3px;
    }

.editContent .control-group {
    margin-bottom: 5px;
}

.editContent .control-label {
    font-size: 11.9px;
    width: 70px;
}

.editContent .controls {
    margin-left: 80px;
}
    /*label,input,button,select,textarea{font-size:11.9px;font-weight: normal;line-height: 20px;}*/
    .editContent .controls > input {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .editContent .controls > textarea {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .editContent .controls > select {
        padding: 2px 10px;
        height: 26px;
        line-height: 26px;
        font-size: 11.9px;
    }

.input-prepend > input {
    padding: 2px 10px;
    font-size: 11.9px;
}

.input-prepend > select {
    padding: 2px 10px;
    height: 26px;
    line-height: 26px;
    font-size: 11.9px;
}


.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
