.br-frame-title
{
    color: #333;
    padding:2px 15px;
    font-size: 22px;

}
.br-frame-title span {
    font-size: 23px;
    vertical-align: middle;
    color: #00733e;
}
.br-frame-form
{
    background: #ffffff;
    border-top: 3px solid #d2d6de;

    border-radius: 3px;
    margin-bottom: 20px;
    /*width: 100%;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    font-size: 14px;
    margin: 10px;
    line-height: 2;
}




.br-frame-form.blue
{
    border-top-color: #3c8dbc;
}
.br-frame-form.cyan {

    border-top-color: #00c0ef;
}
.br-frame-form.green {
    border-top-color: #00a65a;
}
.br-frame-form.orange {
    border-top-color: #f39c12;
}
.br-frame-form.red {
    border-top-color: #dd4b39;
}

.br-frame-form header
{
    font-size: 17px;
    border-bottom: 1px solid #f4f4f4;
    padding:3px 10px;
}
.br-frame-form footer
{
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
    margin-top: 30px;
}
.br-frame-btn
{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    border: 1px solid;
    font-family: Samim, sans-serif;
}
.br-frame-linkbtn
{

    font-family: Samim, sans-serif;
    display: inline-block;
    padding: 1px 12px;
    text-decoration:none;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    border: 1px solid;

}
.br-frame-linkbtn span
{
    vertical-align: top;
    margin-left: 5px;
}
.br-frame-btn.active,.br-frame-linkbtn.active
{
    color: #fff;
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.br-frame-btn.deactive,.br-frame-linkbtn.deactive
{
    color: #444;
    background-color: #f0f0f0;
    border-color: #ddd;

}
.br-frame-btn.danger,.br-frame-linkbtn.danger
{
    color: #fff;
    background-color: #dd4b39;
    border-color: #c23321;

}
.br-frame-btn.danger:hover,.br-frame-linkbtn.danger:hover
{
    background-color: #ff5846
}
.br-frame-btn.active:hover,.br-frame-linkbtn.active:hover
{
    background-color: #367fa9;
}
.br-frame-btn.deactive:hover,.br-frame-linkbtn.deactive:hover
{
    background-color: #e7e7e7;
}

.br-frame-group
{
    padding: 0 10px 5px;
}
.br-frame-form input[type=radio]
{
    vertical-align: middle;
}
.br-frame-form input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.br-frame-form input[type=number] {
    -moz-appearance: textfield;
}
.br-frame-form input[type=text],input[type=number],input[type=email],input[type=password],textarea,select
{
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family:Samim,sans-serif;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;


}
.br-file
{
    line-height: 0;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-family:Samim,sans-serif;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: pointer;
}
.br-file i::after
{
    padding-left: 5px;
    content:" ";
    border-left: 1px solid #ccc;
}
.br-file input[type=file]
{
    display: none;
}

.br-frame-form select {
    padding: 3px 12px;
}
.br-frame-form input[type=text][disabled],input[type=email][disabled],input[type=password][disabled],input[type=number][disabled],textarea[disabled]
{
    cursor: not-allowed;
    background-color: #eee;
}
.br-frame-form input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus
{
    border-color:#367fa9;
}
.br-frame-form label
{

    display: block;
    padding: 3px 5px;
}
.br-frame-form label[class=require]:after {
    content: " *";
    color:#dd4b39;
}
::placeholder {

    font-family:Samim,sans-serif;

    color: #999;

    opacity: 1; /* Firefox */

    text-align: right;

}
:-ms-input-placeholder { /* Internet Explorer 10-11 */

    font-family:Samim,sans-serif;

    color: #999;

    text-align: right;

}



::-ms-input-placeholder { /* Microsoft Edge */

    font-family:Samim,sans-serif;;

    color: #999;

    text-align: right;

}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.br-frame-message {

    border-radius: 3px;
    margin: 20px 10px;
    padding: 15px 30px 15px 15px;
    border-right: 5px solid;

    background-color: #00c0ef;
    color: #fff;
    border-color: #0097bc;
    font-size: 16px;

    text-align: justify;
}

.br-frame-message h4{
    font-size: 24px;
    font-weight: bold;
    margin:0;
}
.br-frame-message ul{
    font-size: 16px;
}
.br-frame-message.danger{
    background-color: #dd4b39 !important;
    color: #fff !important;
    border-color: #c23321;
}
.br-frame-message.success{
    background-color: #00a65a !important;
    color: #fff !important;
    border-color: #00733e;
}
.br-frame-message.warning{
    background-color: #f39c12 !important;
    color: #fff !important;
    border-color: #c87f0a;
}
table{
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    color: #333;

}

th{

    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: right;
    font-weight: bold;


}
td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: right;
    border-top: 1px solid #f4f4f4;

}
table tr:not(:first-child):hover
{
    background-color: #f4f4f4;
}
.br-frame-tbldel
{
    display: inline-block;
    padding: 1px 12px;
    text-decoration:none;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: top;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 3px;
    border: 1px solid;
    color: #444;
    border-color: #adadad;
    border-color: #ddd;
}
.br-frame-tbllink
{
    color: #57b0f2;
    text-decoration: none;
    outline: none;
}
.br-frame-tbllink:hover
{
    color: #548dcc;
}
.br-frame-tbllable
{
    padding: 2px 8px;
    color: #fff !important;
    display: inline;
    border-radius: 3px;
    font-style: normal !important;
    background-color: #3c8dbc !important;
    text-decoration: none;
    outline: none;
}
.br-frame-tbllable.success
 {
     background-color: #00a65a !important;
 }
.br-frame-tbllable.warning
{
    background-color: #f39c12 !important;
}
.br-frame-tbllable.danger
{
    background-color: #dd4b39 !important;
}
.br-frame-tbllable.deactive
{
    background-color: #898686 !important;
}
.br-frame-tbllable.danger.link:hover
{
    background-color: #ff5846 !important;
}
.br-frame-tbllable.success.link:hover
{
    background-color: #00cb6f !important;
}
.br-frame-tbllable.warning.link:hover
{
    background-color: #d38312 !important;
}
.br-frame-tbllable.link:hover
{
    background-color: #0871bc !important;
}
.br-frame-tbllable.deactive.link:hover
{
    background-color: #6f6c6c !important;
}

.br-frame-progressbar {
  height: 15px;

    background-color: #f5f5f5;
    vertical-align: middle;
    border-radius: 2px;
    margin:6px auto ;


}
.br-frame-progressbar div {
    height: 15px;
    border-radius: 2px;
    background-color: #3c8dbc;
    transition: width .6s ease;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;

}
.br-frame-progressbar div.warning {
    background-color: #f39c12;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;

}
.br-frame-progressbar div.success {
    background-color: #00a65a;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.br-frame-progressbar div.danger {
    background-color: #dd4b39;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;

}
@keyframes  progress-bar-stripes{
    0% {
        background-position: 40px 0;
    }
    100% {
        background-position: 0 0;
    }
}
.br-frame-progressbar div.active {
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.br-frame-card {
    width: 100%;
    height: 130px;
    background-color: #3c8dbc;
    margin: 10px;
    position: relative;
    overflow: hidden;
    color: #f4f4f4;
    box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}
.br-frame-card:hover i{
    padding-top: 5px;
}

.br-frame-card.danger{
    background-color: #dd4b39;
}
.br-frame-card.success{
    background-color: #00a65a;
}
.br-frame-card.warning{
    background-color: #f39c12;
}
.br-frame-card button {
cursor: pointer;
border:none;
    text-decoration: none;
    position: absolute;
    font-size: 14px;
    font-family: Samim;
width: 100%;
    outline: none;
    bottom: 0;
    height: 28px;
    left: 0;
    right: 0;
    text-align: center;
    color: #eaeaea;
    background: rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.br-frame-card a {

    text-decoration: none;
    position: absolute;
    font-size: 14px;

    outline: none;
    bottom: 0;
    height: 28px;
    left: 0;
    right: 0;
    text-align: center;
    color: #eaeaea;
    background: rgba(0, 0, 0, 0.1);
    vertical-align: middle;
}
.br-frame-card i {

    text-decoration: none;
    position: absolute;
    font-size: 68px;
    font-style: normal;
    padding:10px 20px;
    outline: none;
    left: 0;
    top: 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    transition: padding-top 0.2s;

}
.br-frame-card button span{
    font-size: 24px;
    vertical-align: middle;
}
.br-frame-card button:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.br-frame-card a span{
    font-size: 24px;
    vertical-align: middle;
}
.br-frame-card a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
}
.br-frame-card h3 {
    font-size: 28px;
    font-weight: normal;
    margin:10px;

}
.br-frame-card p {
    font-size: 15px;
    font-weight: bold;
    margin:10px 15px;

}
