/*
Form Css
*/

.form-control-group {
    display: inline-block;
    margin: 5px;
    vertical-align: top;
    /*background-color:#F4F4F4 ;*/
}

.form-control-group3 {
    display: block;
    margin: 6px;
    vertical-align: top;
    /*background-color:#F4F4F4 ; color: rgb(248, 248, 248);*/
}

.form-control-column {
    display: inline-block;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted transparent;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}
.form-control-column label{

}
.form-control-column input, select, textarea{
    /* width: 170px; */
}

.form-control-row {
    display: block;
    padding: 10px;
    vertical-align: top;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    border: 1px dotted transparent;
    -moz-animation: fadein 2s;
    -webkit-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
}


.form-control-column:hover {
    background-color: rgb(252, 252, 252);
    -webkit-box-shadow: 0 0 5px 2px rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 5px 2px rgba(248, 248, 248, 0.5);
    border: 1px rgb(242, 242, 242) solid;
}

.form-control-column:focus {
    background-color: rgb(253, 253, 253);
    -webkit-box-shadow: 0 0 5px 2px rgba(248, 248, 248, 0.5);
    box-shadow: 0 0 5px 2px rgba(248, 248, 248, 0.5);
    border: 1px rgb(242, 242, 242) solid;
}

.btn1 {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #b3b3b3;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    /* font-size: 14px; */
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    background-color: whitesmoke;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 2px 0 2px;
}

.btn:focus {
    -moz-box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.25);
    -webkit-box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.25);
    box-shadow: 0 0 1px 1px rgba(200, 200, 200, 0.25);
}

.btn i {
    margin-right: 3px;
    margin-left: 3px;
}

.btn-red {
    border: 1px solid #EC6459;
    background: #EC6459;
    background-size: 100%;
    transition: .2s;
    color: #fff;
    padding: 3px 6px;
}

.btn-red i {
    margin: 0;
}

.btn-gray {
    border: 1px solid #7F95B4;
    background: #7F95B4;
    background-size: 100%;
    transition: .2s;
    color: #fff;
    padding: 3px 6px;
}

.btn-gray i {
    margin: 0;
}

.btn-blue {
    border: 1px solid #2c5691;
    background: #3d7dd6;
    background-size: 100%;
    transition: .2s;
    color: #fff;
    padding: 3px 6px;
}

.btn-blue i {
    margin: 0;
}

.btn-purple {
    border: 1px solid #79408b;
    background: #955ea7;
    background-size: 100%;
    transition: .2s;
    color: #fff;
    padding: 3px 6px;
}

.btn-purple i {
    margin: 0;
}

.btn-light-green {
    order: 1px solid #2b3e2e;
    background: #4b7452;
    background-size: 100%;
    transition: .2s;
    color: #fff;
    padding: 3px 6px;
}

.btn-purple i {
    margin: 0;
}

.btn-next {
    border: 1px rgb(0, 128, 0) solid;
    border-bottom: 3px rgb(0, 128, 0) solid;
    background-color: rgb(92, 184, 92);
    background-size: 100%;
    transition: .2s;
    color: rgb(255, 255, 255);
    padding: 8px 10px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.4);
}

.btn-next i {
    color: green;
    margin: 0;
    margin-left: 10px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-next:hover,
.btn-next:active,
.btn-next:focus {
    border-bottom: 2px rgb(0, 128, 0) solid;
    background-color: rgb(69, 160, 69);
    background-size: 100%;
    transition: .2s;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.9);
}

.btn-next:hover i,
.btn-next:active i,
.btn-next:focus i {
    color: #FFFFFF;
}

.btn-prev {
    border: 1px rgb(0, 128, 0) solid;
    border-bottom: 3px rgb(0, 128, 0) solid;
    background-color: rgb(92, 184, 92);
    background-size: 100%;
    transition: .2s;
    color: rgb(255, 255, 255);
    padding: 8px 10px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.4);
}

.btn-prev i {
    color: green;
    margin: 0;
    margin-right: 10px;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.4);
}

.btn-prev:hover,
.btn-prev:active,
.btn-prev:focus {
    border-bottom: 2px rgb(0, 128, 0) solid;
    background-color: rgb(69, 160, 69);
    background-size: 100%;
    transition: .2s;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.9);
}

.btn-prev:hover i,
.btn-prev:active i,
.btn-prev:focus i {
    color: #FFFFFF;
}

.btn-success {
    border: 1px rgb(0, 128, 0) solid;
    border-bottom: 3px rgb(0, 128, 0) solid;
    background-color: rgb(92, 184, 92);
    background-size: 100%;
    transition: .2s;
    color: rgb(255, 255, 255);
    padding: 8px 10px;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.4);
}

.btn-success i {
    color: green;
    margin: 0;
    margin-right: 5px;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
    border-bottom: 2px rgb(0, 128, 0) solid;
    background-color: rgb(69, 160, 69);
    background-size: 100%;
    transition: .2s;
    text-shadow: 0px 1px 1px rgba(0, 102, 0, 0.4);
}

.btn-success:hover i,
.btn-success:active i,
.btn-success:focus i {
    color: #FFFFFF;
}

.btn-default {
    border: 1px rgb(207, 207, 207) solid;
    border-bottom: 3px rgb(207, 207, 207) solid;
    background-size: 100%;
    transition: .2s;
    background: #F5F5F5;
    color: #333;
    padding: 8px 10px;
}

.btn-default i {
    margin: 0;
    margin-right: 5px;
}

.btn-default:hover,
.btn-default:focus {
    -webkit-box-shadow: inset 0 1px 2px #EFEFEF;
    -moz-box-shadow: inset 0 1px 2px #EFEFEF;
    box-shadow: inset 0 1px 2px #EFEFEF;
    background-size: 100%;
    background: #EEEEEE;
}

.btn-default:active{
    border-bottom: 3px transparent solid;
}

.btn-default:hover i,
.btn-default:active i,
.btn-default:focus i {
    color: lightseagreen;
}

.btn-new {
    border: 1px #006BD7 solid;
    border-bottom: 3px #006BD7 solid;
    color: #fff;
    background-size: 100%;
    transition: .2s;
    background: #3399FF;
    padding: 7px 10px;
    text-shadow: 0px 1px 1px rgba(0, 99, 198, 0.8);
}

.btn-new i {
    color: #006BD7;
    margin: 0;
    margin-right: 5px;
    text-shadow: 0px 1px 1px rgba(223, 223, 223, 0.4);
}

.btn-new:hover,
.btn-new:active,
.btn-new:focus {
    border-bottom: 2px 006BD7 solid;
    -webkit-box-shadow: inset 0 1px 2px #6AB5FF;
    -moz-box-shadow: inset 0 1px 2px #6AB5FF;
    box-shadow: inset 0 1px 2px #6AB5FF;
    transition: .2s;
    background: #0482FF;
}

.btn-new:hover i,
.btn-new:active i,
.btn-new:focus i {
    color: #fff;
}

a.button-blue {
    color: #ffffff;
    text-shadow: 0 1px black;
    position: relative;
    background-color: #4471a9;
    padding: 5px 15px;
    border: 0;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top, #5884BC, #395e8d);
    box-shadow: 0px 5px 0px #223955, 0px 8px 5px rgba(0, 0, 0, 0.3);
}

a.button:hover {
    top: 3px;
    background-color: #395e8d;
    box-shadow: 0px 2px 0px #223955, 0px 4px 3px rgba(0, 0, 0, 0.3);
}

.form-control-hr {
    margin: 12px;
    padding: 0;
    border: 0;
    height: 1px;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#DDDDDD), to(#F8F8F8));
    background: #F4F4F4;
}

.sub-form-heading {
    margin: 0;
    text-align: center;
}

.form-control-hr-vertical {
    margin: 7px;
    padding: 0;
    border: 0;
    height: 1px;
    background: #DDDDDD;
    background-image: -webkit-linear-gradient(left, #F4F4F4, #DDDDDD, #F4F4F4);
    background-image: -moz-linear-gradient(left, #F4F4F4, #DDDDDD, #F4F4F4);
    background-image: -ms-linear-gradient(left, #F4F4F4, #DDDDDD, #F4F4F4);
    background-image: -o-linear-gradient(left, #F4F4F4, #DDDDDD, #F4F4F4);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

input.form-color {
    background-image: url(datePicker.png);
    background-repeat: no-repeat;
    background: url('colorPicker.png') no-repeat right;
    background-color: #fff;
    padding: 2px 20px 2px 2px;
}

input.form-date {
    background-image: url(datePicker.png);
    background-repeat: no-repeat;
    background: url('datePicker.png') no-repeat right;
    background-color: #fff;
    padding-right: 20px;
}

input.form-time {
    background-image: url(timePicker.png);
    background-repeat: no-repeat;
    background: url('timePicker.png') no-repeat right;
    background-color: #fff;
    padding-right: 20px;
}

input.form-filter {
    background-image: url(EmptyFilter.png);
    background-repeat: no-repeat;
    background: url('EmptyFilter.png') no-repeat right;
    background-color: #fff;
    padding-right: 20px;
}

.form-input-row{
    width: 100%;
}

.form-input {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    /* font-size: 14px; */
    line-height: 1.428571429;
    display: table-cell;
    height: 34px;
    padding: 6px 12px;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}

.form-input-disable{
    background-color: #ccc;
}

input.form-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    opacity: 0.5;
}

input.form-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    opacity: 0.5;
}

input.form-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    opacity: 0.5;
}

input.form-input:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    opacity: 0.5;
}

.form-input:focus {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input-error {
    border: 1px solid #FF0000 !important;
}

.form-input-change {
    border: 1px #FFCC66 solid;
    background-color: #FAFFBD;
}

.form-range {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    /* font-size: 14px; */
    display: table-cell;
    height: 34px;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}
.form-textarea-row {
    padding: 7px !important;
    width: 100%;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    resize: none;
}

.form-textarea {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.428571429;
    display: table-cell;
    height: 115px;
    padding: 6px 12px;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}

.form-textarea:focus {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-label {
    box-sizing: border-box;
    display: inline-block;
    font-weight: 400;
    /* font-size: 14px; */
    position: relative;
    min-height: 1px;
    float: left;
    margin-top: 0px;
    padding-top: 7px;
    padding-left: 2px;
    padding-right: 5px;
    text-align: right;
    height: 34px;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border: 1px solid rgb(229, 229, 229);
    border-right: 1px solid transparent;
    width: 138px;
    font-size: 12px;
}

.form-label-row {
    box-sizing: border-box;
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: rgb(13, 99, 143);
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    padding-bottom: 5px;
}

.auto-generate-form {
    padding: 10px;
    margin: 0 auto 0 auto;
}

.auto-generated-input {
    width: 203px;
}

.auto-generated-input1 {
    width: 170px;
}

.auto-generated-label-01 {
    width: 175px;
    /* font-size: 11.5px; */
}

.auto-generated-combo {
    width: 100px;
    display: block;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 5px;
    padding-left: 5px;
}

.auto-generated-input-01 {
    width: 170px;
}

.auto-generated-checkbox {
    display: inline;
    margin: 0;
    padding: 0;
}

.auto-generated-checkbox1 {
    display: inline;
    margin: 0;
    padding: 0;
    /* font-size: 16px; */
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.2);
    /* IE */
    -moz-transform: scale(1.2);
    /* FF */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    padding: 5px;
}

.auto-generated-combo-div {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}

.auto-generated-checkbox-div {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    /* font-size: 14px; */
    line-height: 1.428571429;
    display: table-cell;
    height: 34px;
    padding: 0 5px 0 5px;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}

.auto-generated-checkbox-div label {
    padding: 0;
    margin: 0;
}

.small-detail {
    font-size: 10px;
    padding: 0 5px;
    color: #666666;
}

.btnaddcombo {
    background-color: gainsboro;
    color: #333;
    height: 34px;
    padding: 6px 12px;
    float: left;
    /* font-size: 15px; */
    cursor: pointer;
}

.checkboxdiv {
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid rgb(229, 229, 229);
}

.checkboxdiv:hover {
    background-color: #E5E5E5;
}

.tdaction {
    text-align: center;
    width: 50px;
}

/* .tdaction>div {
    display: block;
    text-align: center;
} */

.tdaction>a {
    text-align: center;
    cursor: pointer;
}

.editicon {
    color: #000066;
    border: 1px #000066 solid;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    margin: 0 3px 0 0;
}

.delicon {
    color: #CC0000;
    border: 1px #CC0000 solid;
    cursor: pointer;
    display: inline-block;
    padding: 3px;
    margin: 0 0 0 3px;
}

.editicon:hover {
    background-color: #CCCCFF;
}

.delicon:hover {
    background-color: #FFCCFF;
}

.errorshadowon {
    border: 1px solid #FF0000;
    -moz-box-shadow: 0 0 1px 1px rgba(255, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 1px 1px rgba(255, 0, 0, 0.25);
    box-shadow: 0 0 1px 1px rgba(255, 0, 0, 0.25);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

.errorshadowoff {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: 1px solid #DDDDDD;
}

.shiftdays {
    display: inline-block;
    border-right: 1px #ccc solid;
}

.shiftdays span {
    display: block;
    text-align: center;
    font-size: 11px;
    width: 40px;
}

.shiftdays i {
    font-size: 1.3em;
}

.shiftday {
    background-color: #EEF4F7;
    background-color: #F5F5F5;
    border-bottom: 1px #ccc solid;
    padding: 0 3px 0 3px;
}

.shiftdaystatus {
    padding: 5px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    ;
    text-align: left;
    font-family: inherit;
    display: block;
    vertical-align: middle;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fileUpload input.upload {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: left;
    padding: 4px;
    overflow: hidden;
}

.upimage {
    width: 100%;
    height: 100%;
}

#uploaderror {
    color: #FF0000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}


/*
input[type=file]{
    -webkit-appearance: none;
    text-align: left;
    -webkit-rtl-ordering:  left;
}
input[type=file]::-webkit-file-upload-button{
    -webkit-appearance: none;
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d2d0d0), to(#f0f0f0));
    background-image: -moz-linear-gradient(90deg, #d2d0d0 0%, #f0f0f0 100%);
}

*/

.no-right-border {
    border-right: 0;
}

.smallspan {
    font-size: 8px;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0 auto 0 auto;
    text-align: center;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
    width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
    width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
    width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
    width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
    width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
    width: 11%;
}

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid yellowgreen;
}

ol.progtrckr li.progtrckr-todo {
    color: silver;
    border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: yellowgreen;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 20px;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.form-input-div {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    /* font-size: 14px; */
    line-height: 1.428571429;
    display: table-cell;
    height: 34px;
    padding: 5px 10px 0 10px;
    color: rgb(51, 51, 51);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
}

input.form-input-div::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
    opacity: 0.5;
}

input.form-input-div::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
    opacity: 0.5;
}

input.form-input-div:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    opacity: 0.5;
}

input.form-input-div:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
    opacity: 0.5;
}

.form-input-div:focus {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input-option-label {
    box-sizing: border-box;
    margin: 0px;
    font-family: inherit;
    /* font-size: 14px; */
    line-height: 1.428571429;
    display: table-cell;
    height: 34px;
    padding: 6px 12px;
    color: rgb(13, 99, 143);
    vertical-align: middle;
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(229, 229, 229);
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-weight: normal;
    min-width: 308px;
}

.form-input-option-label:hover {
    background-color: aliceblue;
}

.form-input-option-label>input[type="radio"]:active {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input-option-label>input[type="radio"]:focus {
    border: 1px rgba(51, 51, 51, .5) solid;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input-option-label>input[type="radio"]:checked+label {
    background-color: yellow;
}

.form-input-option-label {
    width: 100%;
}

.loadin {
    display: block;
    padding: 5px;
    border: 1px #006600 solid;
    margin-bottom: 10px;
    display: none;
}

.loadin img {
    float: left;
    margin-right: 10px;
}

.error {
    color: red;
}

.done {
    color: #006600;
}

.alert {
    color: blue;
}

.required {
    box-sizing: border-box;
    color: rgb(224, 34, 34);
    font-size: 12px;
    padding-left: 2px;
}



#calendar_element {
    padding: 0px;
    background-color: white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 999;
    width: 216px;
    /*margin-left: 90px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 8px 0px rgba(50, 50, 50, 0.75);
}

#calendar_table {
    width: 216px;
    text-align: center;
    border-collapse: separate;
    margin: 0;
    font-size: 11px;
}

#calendar_table td {
    font-size: 11px;
    font-weight: bold;
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    cursor: pointer;
}

#calendar_table th:first-child {
    border-left: 0;
}

#calendar_table td:first-child {
    border-left: 0;
}

#calendar_table th {
    line-height: 20px;
    font-size: 8px;
    color: #696969;
    text-transform: uppercase;
    background: #f3f3f3;
    border-left: 1px solid #f3f3f3;
    width: 30px;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

#calendar_table td.normal {
    width: 30px;
    text-align: center;
    width: 30px;
    line-height: 28px;
    color: #000;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
    font-weight: bold;
}

#calendar_table td:first-child:active {
    border-left: 0;
    margin-left: 0;
}

#calendar_table td.active:first-child {
    border-left: 0;
    margin-left: 0;
}

#calendar_table td.weekend {
    color: #CC0000;
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    line-height: 28px;
    background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
}

#calendar_table td.off {
    box-shadow: 1px 1px rgba(255, 255, 255, 0.5) inset;
    background: #EEEEEE;
    line-height: 28px;
    cursor: default;
}

#calendar_table td.today {
    text-transform: uppercase;
    background: #f3f3f3;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    line-height: 28px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #eaeaea, #e5e5e5 60%, #d9d9d9);
}

#calendar_table td.dimmed {
    color: gray;
}

#calendar_table td.selected {
    background: #CC0000;
    color: #fff;
}

#calendar_table td.normal:hover {
    background: #f3f3f3;
    color: #000;
}

#calendar_table td.weekend:hover {
    background: #f3f3f3;
    color: #000;
}

#calendar_navigation {
    text-align: center;
    background-color: #333333;
    color: #fff;
    width: 100%;
    margin: 0;
    border: 1px solid #333;
    font-size: 13px;
}

#calendar_navigation td.nav {
    width: 15px;
    cursor: pointer;
    padding: 7px 5px 7px 5px;
}
#calendar_navigation td.nav i{
    font-size: 15px;
}



.password-strenght-note{
    display: block;padding:10px;
    background-color: beige;
}
.password-strenght-note-title{
    display: block;
}
.password-strenght-note-stitle{
    display: block;font-size:12px;
}
.password-strenght-note-list{
    padding: 5px;
    margin-left: 15px;
    margin-top: 10px;
}
.password-strenght-note-list>ul{
    list-style-type: square; font-size:13px;margin-left: 1em;
}
.password-strenght-note-list>ul>li{
    list-style-type: square;
}



.password-strenght-message{
    font-size: 12px;
    margin-top: 10px;
}
/* Add a green text color and a checkmark when the requirements are right */
.password-valid {
    color: green;
  }
  
  .password-valid:before {
    position: relative;
    /* left: -35px; */
    content: "✔";
  }
  
  /* Add a red text color and an "x" when the requirements are wrong */
  .password-invalid {
    color: red;
  }
  
  .password-invalid:before {
    position: relative;
    /* left: -35px; */
    content: "✖";
  }

  .toggle-password-visibility-icon{
    margin-left: -28px;cursor: pointer;position: absolute;padding: 9px 5px 9px 5px;
    color: #696969;
  }
  .toggle-password-visibility-icon:hover{
    margin-left: -28px;cursor: pointer;position: absolute;padding: 9px 5px 9px 5px;
    color:#3399FF;
  }