/* login */
.login_tt{width: 400px;margin:0 auto;}
.inputs,.actions{border:none;margin-top: 20px;}
.inputs label,.actions label{ display: block;   color: #111111 !important;font-size: 14px !important;font-family: "OPR";font-weight: 400;line-height: 32px;margin-bottom: 0px;}
.inputs input{ display: block;outline: none;margin-bottom: 15px;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 32px;
    font-size: 12px !important;
}
.actions input{color: #fff !important;
    border-color: #bb1219 !important;
    background: #e4131b !important;
    display: block;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 10px;
}
.actions a{color: #0388cd}
.actions a:hover{text-decoration: underline;}

.tt_panel{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border: 1px solid #eee;
}
.tt_panel h2.title{
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    font-family: "OPR";
    font-weight: bold;
    background-color: #00854C!important;
    border-bottom: 1px solid #eee;
    padding: 0 15px;
    color:  #fff;
    text-transform: uppercase;
}
.tt_panel h2.title i{font-size: 25px;margin-right: 10px;color: #fff;float:  left;margin-top:  8px;}
.tt_panel .panel_body{padding:10px;}
.tt_panel .panel_body .form_body{width: 515px;margin: 0 auto}
.tt_panel .panel_body .title-index h4{font-size: 16px;color: #cf1e25}
.frm_group{margin-bottom: 10px;}
.frm_group:after{ clear: both;   content: " ";display: table;}
.frm_group .column{float: left;}
.frm_group .first-child{width: 100%;min-height: 18px;}
.frm_group .first-child label{    font-size: 13px!important;font-family: "OPR";font-weight: bold;line-height: 32px;}
.frm_group .first-child label span{ color:#f00;}
.frm_group .last-child{ width: 100%;}
.frm_group .last-child .input_tt{outline:none;display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px; line-height: 1.42857143;color: #555;background-color: #fff;background-image: none;border: 1px solid #ccc;border-radius: 4px;-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;height: 32px;font-size: 12px!important;}
.frm_group .last-child hr{border-top: 1px dotted #e5e5e5;    margin-top: 8px;}
.frm_group .input_tt::-moz-placeholder{color:#999;opacity:1}
.frm_group .input_tt:-ms-input-placeholder{color:#999}
.frm_group .input_tt::-webkit-input-placeholder{color:#999}
.frm_group .input_tt.small{height:24px;padding:0 8px;line-height:24px;font-size:12px!important}
.frm_group .input_tt:focus{border-color:#0388cd;box-shadow:none}
.frm_group textarea{outline:none;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;height:auto;resize:vertical;font-size:12px!important;font-family:"OPR";font-weight:400}
.frm_group textarea:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}
.checkbox {margin-top: 8px;margin-bottom: 8px;}.checkbox input {
    width: 0;
    height: 0;
    opacity: 0;
    display: block\9;
    width: auto\9;
    height: auto\9;
    margin: 0\9;
}
.checkbox>label {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    padding-left: 21px!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox :checked+label:before {
    /* border: 1px solid #0388cd; */
    /* background: #0388cd; */
}
.checkbox>label:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.checkbox :checked+label:after {
    height: 6px;
    max-width: 6px;
    opacity: 1;
}
.checkbox>label:after {
    font: normal normal normal 14px FontAwesome;
    content: "\f14a";
    font-size: 18px;
    color: #0388cd;
    display: block;
    position: absolute;
    max-width: 0;
    height: 6px;
    top: 59%;
    left: 1px;
    margin-top: -15px;
    opacity: 0;
    transition: all .35s ease;
}
.success{    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 18px;
    }
