﻿
/*.input-prepend label
{
    padding-left:5px;
    margin-left:0;
    text-align:left;
	margin-right:10px;
}

.floating label, .floating input[type="checkbox"]
{
    position:relative;
	display:inline-block;
}*/
.alert-text {
    color: #a94442;
}

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    color: #c09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert-heading {
    color: inherit;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.tab_button {
    padding: 25px 55px;
    height: 80px;
    border: 0;
}

.Enabled {
    background-color: #682375;
    color: #eee;
}

.Disabled {
    background-color: #eee;
    color: #682375;
}
.Disabled:hover{
     background-color: #b97ec4;
     color: #eee;
}
  .checkbox label .AspCheckBox input {
            margin-left: -20px;
            width: 18px;
            float: left;
        }

        .checkbox lable span input lable {
            width: 60px;
            float: left;
        }

