.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.form-group {
    padding-right: 15px;
    padding-left: 15px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn {
    font-family: "MiniSansBold","Arial",sans-serif;
    font-weight: bold;
    padding: 20px 30px;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 2px !important;
}


.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    font-family: "MiniSansBold","Arial",sans-serif;
    font-weight: bold;
    color: #ffffff;
    background: #00779C;
    border: 1px solid #00779C;
    /* padding: 10px 5px 10px 5px; */
    /* padding: 0.7em 3.125em 0.6em; */
    text-transform: uppercase;
    text-align: center;
		width: 100%;
}


.btn-primary:hover {
    font-family: "MiniSansBold","Arial",sans-serif;
    font-weight: bold;
    color: #ffffff;
    background: #026584;
    border: 1px solid #026584;
    /* padding: 10px 5px 10px 5px; */
    /* padding: 0.7em 3.125em 0.6em; */
    text-transform: uppercase;
    text-align: center;
}

.btn-light {
    background: #ffffff;
    border: 1px solid #cccccc;
		width: 100%;
}

.btn-light:hover {
    background: #D3D4D5;
    border: 1px solid #cccccc;
}


.btn.btn-success {
    font-family: "MiniSansBold","Arial",sans-serif;
    font-weight: bold;
    color: #ffffff;
    background: #00779C;
    border: 1px solid #00779C;
    padding: 20px 30px;
    text-transform: uppercase;
    /* border-radius: 0 !important; */
}


/* colon on the right of label */

.form-group .control-label:after { 
    /* color: #666666; */
    content: ":";
    position: absolute;
    margin-left: 5px;
}

/* asterisk on the left of label */

.form-group.required .control-label:before{
   color: red;
   content: "*";
   position: absolute;
   margin-left: -15px;
}



.col-sm-4 {
    text-align: left;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    /* text-align: right; */
}


label {
    font-family: "MiniSansBold","Arial",sans-serif;
    text-transform: uppercase;
    display: inline-block;
    color: #000000;
    font-size: 18px;	
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    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;
}


.form-control {
    font-family: "MiniSans","Arial",sans-serif;
    color: #000000;
    display: block;
    width: 100%;
    height: 50px;
    /* padding: 6px 12px; */
    font-size: 18px;
    width: 100%;
    padding: 0 2rem 0 1.3333333333rem;
    box-shadow: inset 0 0 0 1px #cacaca;
    /* border: 1px solid #cacaca; */
    border-radius: 1;
}

.form-control:focus {
    background-color: #ffffff;
		/* box-shadow: 0 2px 0 #00779C; */
		border: 1px solid #000000;
		box-shadow: inset 0 0 0 1px #000000;
}


@media (min-width: 768px) {
  .form-horizontal .control-label {
      padding-top: 7px;
      margin-bottom: 0;
      text-align: right;
  }
}


textarea.form-control {
    min-height: 120px;
    padding-top: 10px;
}	