﻿.cboTextBoxDisable {
    height: 20px;
    padding: 0px 0px;
    font-size: 14px;    
    color: #555;   
    background-color: transparent;    
    border: none;    
}

.RadGrid_Bootstrap .rgAltRow {background-color: #F9F9F9}
.RadGrid_Bootstrap .rgAltRow > td {background-color: transparent}
a:hover {text-decoration: none; font-weight: bold; color: #337ab7}
a:focus {text-decoration: none}

@media (max-width: 767px) {
    .text-left-xs {
      text-align: left;
    }
    .text-right-xs {
      text-align: right;
    }
    .text-center-xs {
      text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-sm {
      text-align: left;
    }
    .text-right-sm {
      text-align: right;
    }
    .text-center-sm {
      text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-md {
      text-align: left;
    }
    .text-right-md {
      text-align: right;
    }
    .text-center-md {
      text-align: center;
    }
}

@media (min-width: 1200px) {
    .text-left-lg {
      text-align: left;
    }
    .text-right-lg {
      text-align: right;
    }
    .text-center-lg {
      text-align: center;
    }
}

label {
    font-weight: normal !important;
}