body {
  margin: 0;
  padding: 0;
  }

input, label {
    display:block;
}


.radio-group {
  display: inline-flex;
  align-items: center;
}

.radio-group input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top:12px;
  margin-right: 5px; /* Add this line to create spacing between the radio button and the label */
}

.radio-group label {
  display: flex;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
}

.radio-group input[type="radio"]:checked + label:before {
  content: "\25cf";
  color: #007bff;
  font-weight: bold;
  margin-right: 5px; /* Add this line to create spacing between the radio button indicator and the label */
  vertical-align: middle;
}


th.no-controls{
   display:none;
}


.sc-modal-open {
  overflow: hidden;
}

.sc-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.form-group.checkbox-container {
  display: flex;
  align-items: center;
}

.form-group.checkbox-container .form-control {
  margin-right: 10px;
  flex: 0 0 auto;
}

.form-group.checkbox-container label {
  margin-bottom: 0;
}

.sc-modal.fade .sc-modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.sc-modal.in .sc-modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sc-modal-open .sc-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.sc-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.sc-modal-content {
  width:95%;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.sc-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.sc-modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.sc-modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.sc-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.sc-modal-header .close {
  margin-top: -2px;
}

.sc-modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.sc-modal-body {
  position: relative;
  padding: 15px;
}

.sc-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.sc-modal-footer .button + .button {
  margin-bottom: 0;
  margin-left: 5px;
}

.sc-modal-footer .button-group .button + .button {
  margin-left: -1px;
}

.sc-modal-footer .button-block + .button-block {
  margin-left: 0;
}

.sc-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sc-modal-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 1%);
}


@media (min-width: 753px) {
   th.no-controls{
      display: inherit;
   }
}

@media (min-width: 768px) {
  .sc-modal-dialog {
    width: 90%;
    margin: 30px auto;
  }

  .sc-modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .sc-modal-sm {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .sc-modal-content {
    width: 60%;
  }
}



table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ddd;
  width:100%;
}

.table td, .table th {
    background-color: #fff !important;
  }

 .table th, .table td {
  text-align: left;
  padding: 0.25em;
}

.table th:hover {
  cursor: pointer;
}

.table tr {
  border-bottom: 1px solid #DDD;
}




@media screen and (max-width: 750px) {
   .table{
      border: 0px solid #ddd;
    }
  tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border: 1px solid rgba(3,3,3,0.2);
    border-bottom: 1px solid #DDD;
   }

   td, th {
    flex: 1 1 175px;
    border: 0.5px solid rgba(3,3,3,0.2);
  }

  .table tr {
    border-bottom: 1px solid #DDD;
  }
}


  .box-model:{
     border-box;
    }


.alert-info {
  color: #31708f;
  border-color: #bce8f1;
}


.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
line-height: 1.5;
}

.glyphicon-edit:before {
  content: "\e065";
  color: #fff;
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-trash:before {
  content: "\e020";
  color: #fff;
}

.button{
   padding: 4px;
   margin:4px;
}


button:hover {
  box-shadow: 0 0 4px rgba(3,3,3,0.8);
  opacity: 0.9;
}

.button > .caret,
  .dropup > .button > .caret {
    border-top-color: #000 !important;
  }

.button.default {
  color: #333;
  background-color: #fff;

}

.button.trash {
  background-color: #d9534f;
  border-color: #d43f3a;
  border-radius: 3px;
  text-decoration: none;
}

.button.edit {
  background-color: #f0ad4e;
  border-color: #eea236;
  border-radius: 3px;
  text-decoration: none;
 }

.button.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.button.success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.button.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
  border-radius: 3px;
  text-decoration: none;
}

.form-group{
  width:95%;
}

.form-control {
   margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
    height: 34px;
    padding: 3px 3px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

#details.form-control{
  height: 350px
}
#add.form-control{
  height: 80px;
}
.form-group {
  margin-bottom: 15px;
}

.sc-modal.fade:not(.show) {
  opacity: 0;
}

.sc-modal.fade.show {
  opacity: 1;
}
/* Color Picker Modal */

.modal-cp-backdrop.show {
  opacity: 1.0;
}

#colorpicker-modal.show {
  display: block !important;
}
#colorpicker-modal.fade:not(.show) {
  opacity: 0;
}

#colorpicker-modal.fade.show {
  opacity: 1;
}

.modal-cp {
  display: block;
  z-index: 1050;
  width: auto;
  max-width: 320px;
  overflow: auto;
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #000;
  color: #000;
}

.modal-cp-dialog {
  position: relative;
  margin: 0% auto;
  padding: 0;
  max-width: 250px;
}

.modal-cp-content {
  position: relative;
  background-color: #fff;
  margin: auto;
  padding: 0;
  width: 100%;
}

.modal-cp-header {
  padding: 6px 16px;
  background-color: #fff;
  color: #000;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

.modal-cp-body {
  padding: 2px 16px;
}

.modal-cp-body hr {
  border-top: 2px solid #000;
  margin: 10px 0;
}

.modal-cp-footer {
  padding: 4px 16px;
  background-color: #fff;
  color: rgb(1, 1, 1);
  border-radius: 0 0 5px 5px;
  text-align: center;
}

#colorpicker-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cv_modal-close{
    background: none;
    border: none;
    color: #000000;
    font-size: 2rem;
}
.add-cont{
		position:relative;
	}
body .table tr {
    border-bottom: 1px solid #DDD;
}