.assing-buttons{
    margin-left:30%;
}

.assing-buttons button{
    width: 30%;
}

.modal {
      text-align: center;
      padding: 0!important;
    }
    
    .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }
    
    .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }


html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 3%;
}

@media (max-width: 480px) {
    body {
        /* Margin bottom by footer height */
        margin-bottom: 30%;
    }
}

@media (max-width: 767px) {
    #out{
        color: white;
    }
}

#custom-footer{
    height: 50px;
    bottom: 0;
    width: 100%;
    background: #C51B1B;
    position: absolute;
}

 #custom-footer p {
 	color: white;
 	font-weight: bold;
 	margin-top: 10px;
 }

 .error-message {
 	color: red;
 	font-size: 13px;
 	margin: 10px ;
 }

 .row-space{
  margin-top:  10px;
  margin-bottom:  10px;

}

 .legend{
     font-weight:400;
 }

 .btn-space button{
     margin-bottom: 5px;
 }

 .label-size{
     width:40%;
 }

.ui-widget *, .ui-widget input, .ui-widget select, .ui-widget button {

            font-size: 14px;
            font-weight: 300 !important;
}

.details-form-field .normal,
.details-form-field select {
    width: 60%;
    float: right;
    margin-left: 10px;
}

.details-form-field {
    margin: 30px 0;
}

.details-form-field:first-child {
    margin-top: 10px;
}

.details-form-field:last-child {
    margin-bottom: 10px;
}

.details-form-field button {
    display: block;
    width: 100px;
    margin: 0 auto;
}

input.error, select.error {
    border: 1px solid #ff9999;
    background: #ffeeee;
}

label.error {
    float: right;
    margin-left: 100px;
    font-size: .8em;
    color: #ff6666;
}

.error-input{
    border: 2px solid #00ff00;
}

.invisible{
    display: none;
}

#title{
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

#search-field{
    box-shadow:inset 0 0 4px #eee;
    width:100%;
    margin:0;
    padding:6px 12px;
    border-radius:4px;
    border:1px solid silver;
    font-size:1.1em;
}

.align-right{
    text-align:right;
}

.demo{
    margin-top:1em;
    min-height:200px;
}

.text-space, text-space a{
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 10px;
    font-size: 18px;
}

.hide-check > .jstree-anchor > i.jstree-checkbox { display:none; }

.upload-width{
    width: 60%;
}

.icons-color{
    color:white !important;
}

.wizard {
    margin: 20px auto;

}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33.3%;
}

.wizard-inner li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard-inner li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard-inner .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard-inner .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard-inner li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.img-center {
    display: block;
    margin: 0 auto;
}

.margin-select-organization {
     margin-right: 90px;
 }

.margin-select-location {
    margin-right: 120px;
}
.ui-dialog
{
    overflow: visible
}

.ui-dialog .ui-dialog-content
{
    overflow: inherit;
}
.ui-icon .glyphicon {
    text-indent: initial;
}

.popover{
    max-width: 60%;
}
.form-check{
    margin-right: 100px;
}

.jsgrid-cell {
    overflow: hidden;
}

.menu-space{
    margin-right: 30px ;
}

.download-button{
    margin-left: 7px;
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    background-image: url(download.png);
    background-repeat: no-repeat;
    background-color: transparent;
}





