﻿input[type="text"].listtxt {
}

input[type="text"].midtext {
    width: calc(50% - 2px);
}

input[type="text"].smtext {
    width: 110px;
}

input[type="text"].smtexta {
    width: 120px;
}

input[type="text"].smtextb {
    width: calc(100% - 237px);
}

.robot {
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    background: #f3f3f3;
    color: #000;
    overflow: auto;
    padding: 8px;
    margin: 5px 5px 10px 0;
    background-image: url(/cms/images/icons/sitexguard.png);
    background-repeat: no-repeat;
    background-size: 23px 25px;
    background-position: calc(100% - 5px);
}

    .robot label {
        float: left;
        display: inline-block;
        margin: 3px 0 3px 10px;
    }

        .robot label.rconfirm {
            display: inline-block;
            width: 15px;
            height: 20px;
            border: 1px solid #808080;
            cursor: pointer;
            margin: 3px 0 3px 5px;
            padding: 0 0 0 6px;
            color: #fff;
            background-color: #fff;
            float: left;
        }

.alert1 {
    display: block;
    border: 1px solid;
    margin: 10px 0px 10px 0px;
    padding: 16px 10px 10px 10px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    color: #D8000C;
    background-color: #FFFFCC;
    font-size: 13px; /* max-width:735px;	*/
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
}

    .alert1 p {
        padding: 0px;
        margin: 0;
    }
