* {
  box-sizing: border-box;
}
div label input {
   margin-right:100px;
}


.ck-button {
    margin:4px;
    background-color:#EFEFEF;
    border-radius:4px;
    border:1px solid #D0D0D0;
    overflow:auto;
    float:left;
}

.ck-button label {
    float:left;
    width:4.0em;
}

.ck-button label span {
    text-align:center;
    /*padding:3px 0px;*/
    display:block;
    color: #333;
}

.ck-button label input {
    position:absolute;
    top:-20px;
}

.ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}
.main
{
  /*background: url("../images/01.jpg");*/
  background-size: cover;
  /*background: linear-gradient(137deg,#006600 0%,#D4AF37 100%);*/
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-bottom: 2%;
}
hr
{
  border-top: 1px solid #ccc;
}
/* Create four equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 8px 15px;
}

.rform h3
{
  text-align: center;
  font-weight: 600;
  color: #08e27d;
  margin-top: 0px;
}
.rform h4
{
  text-align: left;
  color: #08e27d;
  padding: 10px 20px; 
  font-weight: 600;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.header
{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}

.header h1 {
  position: relative;
  top: 30px;
  left: 10px;
  color: #f58423;
}
.container
{
  width: 85%;
  background: linear-gradient(-171deg,#D4AF37 0%,#006600ad 50%,#D4AF37 100%);
  /*background: url("../images/02.jpg");*/
  background-size: cover;
  border-radius: 1%;
  margin: auto;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 2%;
}
.rform
{
  padding-right: 3%;
  padding-left: 3%;
}
.column.col-3 {
    width: 15%;
}
.column.col-4 {
    width: 33.3%;
}
.column.col-5 {
    width: 40%;
}
.button {
    border-radius: 10px;
    color: white;
    padding: 10px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
    border: none;
    box-shadow: 0px 3px 10px #777;
    background-color: #8fd44b;
}
@keyframes glowing {
      0% {
          background-color: #3d439d;
          box-shadow: 0 0 5px #3d439d;
      }

      50% {
          background-color: #337ab7;
          box-shadow: 0 0 10px #337ab7;
      }
      100% {
          background-color: #3d439d;
          box-shadow: 0 0 5px #3d439d;
      }
      }
      .button {
        animation: glowing 1300ms infinite;
      }
.button:hover {
  background-color: #f58423;
}

.submit {
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    box-shadow: 0px -3px 1px rgba(221, 221, 221, 0.7);
    margin-top: 0%;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #f5f5f5;
    padding-bottom: 2%;
}
.radio
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
}
.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #f5f5f5;
   /* 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,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    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,-webkit-box-shadow ease-in-out .15s;
}
/*input[type=checkbox]
{
    width: 20px;
    height: 20px;
    margin: 6px 0 0;
}*/
.container_check
{
    font-size: 15px;
}
.container_check a
{
  color: #5f13c3;
}
input[type=checkbox]
{
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.form-group {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}
.container_radio.version_2 {
    padding: 6px 0 0 45px;
    min-height: 30px;
}

.container_radio {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container_radio input {
    position: absolute;
    opacity: 0;
}
.column1 {
    float: left;
    width: 100%;
    padding: 5px 15px;
}


ul.tags-list li {
    display: inline-block;
    margin: 6px 2px 0 0;
}
ul.tags-list li a {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
    color: #000;
    border: 1px solid #3b6122;
    background-color: #dee2e6;
    text-decoration: none;
}
ul.tags-list li a:hover {
    color: #fff;
    border: 1px solid #dee2e6;
    background-color: #3b6122;
    text-decoration: none;
}
.close
{
   color: #f5f5f5;
   opacity: 1;
}
.close:hover {
    color: #f5f5f5;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #3c763d;
    color: #fff;
}
button.btn_1:hover {
    background: #3c763d;
    color: #fff;
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
  .container_check {
    font-size: 11px;
}
.type1
{
    float: right;
    width: 89%;
}

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column,.column.col-3,.column.col-4,.column.col-5,.column2  {
    width: 100%;
  }
  .rform h3 {
    text-align: center;
    font-weight: 600;
    color: #f58423;
    font-size: 18px;
}
.header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-top: 3%;
  padding-bottom: 2%;
}
}





.btn-time.active, .btn-time:active {
    color: #fff;
    background-color: #1f4804;
    background-image: none;
    border-color: #adadad;
}
.btn-time:hover {
    color: #fff;
    background-color: #49a70c;
    background-image: none;
    border-color: #adadad;
}
.btn-time {
    color: #fff;
    background-color: #6a9b4d;
    background-image: none;
    border-color: #adadad;
}
.btn-time.disabled{
    color: #fff;
    background-color: red;
    background-image: none;
    border-color: #adadad;
}
