.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background: #f2dede;
    color: #a94442;
}
.table > thead > tr > th{
    vertical-align: middle;
}
.table-hidden-for-sort{
    visibility: hidden;
    font-size: 0;
}
.table-hidden-for-sort:after{
    content: attr(data-show);
    visibility: visible;
    font-size: 13px;
}
.text-center{
    text-align: center !important;
}
.clr {clear:both;}
.login .content .login-form, .login .content .forget-form{
    width: 291px;
    margin: 0 auto !important;
}
.login .content .register-form{
    width: 800px;
    margin: 0 auto !important;
}
.inactive{
    opacity: .5;
}
.tab-content {
    position: relative;
}
.chzn-container .chzn-results{
    max-height:  150px;
}
span.help-block.helper {
    border:1px solid #E9E57F;
    padding: 5px 9px;
    color:#888;
    background: #FDFFEC;
    font-weight:lighter;
    position:relative;
    top: -9px;
}

.seosnippet{
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-family: arial, sans-serif;
    line-height: 15px !important;
    font-size: 13px !important;
    font-style: normal;
    width: auto;
    max-width: 520px;
}
.seosnippet  .title{
    color: #11c;
    font-size: 16px !important;
    text-decoration: underline;
}

.seosnippet  .url{
    color: #282;
}

.seosnippet .desc {
    color: #000;
}

.rightTxt { text-align: right;}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.dropzone.dz-clickable {
    cursor: pointer;
}
.dropzone {
    border: 2px dashed #0087F7;
    border-radius: 5px;
    min-height: 150px;
    background: white;
    padding: 54px 54px;
}

.dropzone .dz-message {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin: 2em 0;
}

.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th{
    background: white;
}

.table-striped tbody>tr:nth-child(even)>td, .table-striped tbody>tr:nth-child(even)>th{
    background: #f5f5f5;
}