/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.form-group-vue {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
}
span.error {
  color: #9F3A38;
}
.page-id-5419 .wrap.container,
.page-id-5804 .wrap.container {
    width: 100%;
}
[type="radio"]:not(:checked), [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.radio label{
       padding: 7px 0px !important;
}
.radio label span {
    padding: 10px 20px;
    background-color: #eee;
    cursor: pointer;
    z-index: 90;
    line-height: normal;
    overflow: auto;
    font-weight: 400;
}
.radio label span:hover {
    background-color: #4cc6fa;
    color: #fff;
}
.radio input[type=radio]:checked+span {
    background-color: #428bca;
    color: #fff;
}
.lable-right
{
      padding-left: 10px;
    width: 92%;
    text-align: left;
    line-height: 1.2;
}
.text-left.checkfill
{
        float: left;
    width: 5%;
        background: #ccc;
    border: 1px solid #999;
}
input.border-0{
    border: none !important;
    background: transparent !important;
}
.tab {
    display: none;
}
.tab.active{
    display: block;
}
/*form styles*/
#msform fieldset {
    position: relative;
}
.contact-content .has-error input {
    border: 2px solid red !important;
}
.contact-content .has-error textarea {
    border: 2px solid red !important;
}
.contact-content .has-error select {
    border: 2px solid red !important;
}
body .list-group-item.active, body .list-group-item.active:focus, body .list-group-item.active:hover {
    z-index: 2;
    color: #fff !important;
    background-color: #4cc6ff;
    border-color: #4cc6ff;
}
body .list-group-item.active a, body .list-group-item.active:focus a, body .list-group-item.active:hover a
{
color: #fff;	
}
.step
{
cursor:pointer;	
}
.step.validated:after {
    right: 15px;
    position: absolute;
    top: 18px;
    display: inline-block;
    font-family: Glyphicons Halflings;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e013";
}
.step.active.validated:after
{
display:none;	
}
.btn.button{
    text-transform: uppercase;
    color: #4cc6ff;
    background-color: transparent;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    background: transparent;
    color: #4cc6ff !important;
    border: 1px solid #4cc6ff!important;
    padding: 10px 25px;
    border-radius: 0;	
}
.btn.button:hover, .btn.button:focus, .btn.button:active{
    color: #fff !important;
    background: #4cc6ff !important;
    border: 1px solid transparent!important;	
}

#tabs .btn.button{
    text-transform: capitalize;
    background-color: transparent;
    outline: 0;
    font-size: 20px;
    font-weight: 400;
    border: 0;
    background: transparent;
    color: #4cc6ff !important;
    border: 1px solid #4cc6ff!important;
    padding: 5px 20px;
    border-radius: 0;
    margin-bottom: 1rem;	
}
#tabs .btn.button:hover, #tabs .btn.button:focus, #tabs .btn.button:active, #tabs .btn.button.active{
    color: #fff !important;
    background: #4cc6ff !important;
    border: 1px solid transparent!important;	
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
.contact-content input[type=button] {
    text-transform: uppercase;
    color: #4cc6ff;
    background-color: transparent;
    outline: 0;
    font-size: 20px;
    font-weight: 700;
    border: 0;
    background: transparent;
}
#app .list-group-item {
    border: 1px solid #4cc6ff;
    display: table;
    width: 100%;
}
#app .list-group .lead
{
    font-size: 22px;
    display: table-cell;
    margin: 0;
    font-weight: 400;
    vertical-align: middle;
}
#app .list-group span {
    font-size: inherit;
    color: inherit;
    display: block;
}

.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
    top: 50%;
    
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #2c2c76;
  border-color: #2c2c76 transparent #2c2c76 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main-loader
{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
        margin-left: -15px;
    margin-right: -15px;
    display: none;
    text-align: center;
        z-index: 100;
}

.mt-50 {
  margin-top: 50px;
}
div#app1:after {
    display: none;
}
#app .badge {
    color: #fff !important;
    background-color: #4cc6ff;
}

#app_dash .modal-body {
    padding: 15px;
}
#app_dash .modal-dialog {
    width: 1140px;
    max-width: 95%;
}
#app_dash .small-popup .modal-dialog {
    width: 640px;
}
#app_dash  .form-horizontal .form-group, #app_dash  .form-horizontal .search-form label, #app_dash  .search-form .form-horizontal label {
    margin-left: 0;
    margin-right: 0;
}


#Download_Upload input[type="file"], .Download_Upload input[type="file"]{
position: absolute;
    top: 0;
    visibility: hidden;
}
.process_upload .alert {
    padding: 0.5rem 15px;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    float: left;
}
.process_upload{
    padding: 0.5rem 15px;
    display: inline-block;
    margin: 0px 0 0;
    font-size: 15px;
    vertical-align: middle;
}
.d-none
{
  display:none;  
}

#app_dash th {
    text-align: left;
}

#app_dash .bulkactions {
    margin: 2.5rem 0 1rem;
}
#data_table1{
    margin-top: 0.5rem;
    border-top: 1px solid;	
}
#posts-filter input[type=checkbox], #posts-filter input[type=radio] {
    border: 1px solid #b4b9be;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 16px;
    margin: -4px 4px 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 16px;
    min-width: 16px;
	    margin: 0 0 0 8px;
    padding: 0;
    vertical-align: text-top;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    transition: .05s border-color ease-in-out;
}
#posts-filter input[type=checkbox]:checked:before, #posts-filter input[type=radio]:checked:before {
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    font: normal 21px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#posts-filter input[type=checkbox]:checked:before {
    content: "\f147";
    margin: -3px 0 0 -4px;
    color: #1e8cbe;
}
select#bulk-action-selector-top {
    float: left;
    min-height: 42px;
}
#app_dash .button.action {
    padding: 5px 20px;
    color: #fff !important;
    background-color: #5bc0de !important;
    border: none !important;
}
select#bulk-action-selector-top {
    float: left;
    min-height: 42px;
	max-width: 200px;
}
.file-listing {
    width: 100%;
    margin: 1rem auto;
}
.apptable.table-bordered>thead>tr>td, .apptable.table-bordered>thead>tr>th {
    border-bottom-width: 2px;
    border: none;
    color: #fff !important;
    background-color: #4cc6ff;
    border-color: transparent;
}
@media (min-width: 992px){
.d-md-block
{
  display:table-cell;  
}

}
@media only screen and (max-width: 991px) and (min-width: 768px){
.d-sm-none
{
  display:none;  
}
}
@media (max-width: 991px){
.hidden-print .affix{
	position:static !important;
}
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
.affix
{
      
    max-width: 300px;
 
}
.btn.button
{
    font-size: medium;
}
}

.page-id-5028 #user-dashboard{
    opacity: 0.5;
    pointer-events: none;	
}
.page-id-5028 #app #user-dashboard span, .page-id-5028 #user-dashboard .step.validated:after
{
display:none;	
}
