﻿input[type="text"] {
    border: 1px solid #cacfe7;
    color: #000000;
    padding: 6px 0px 6px 4px !important;
    margin: 0px 1px 0 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
}

.default-date-picker {
    border: 1px solid #cacfe7;
    color: #000000;
    padding: 6px 0px 6px 4px !important;
    margin: 0px 1px 0px 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

input[type=text]:focus, textarea:focus, select:focus, input[type="password"]:focus {
    box-shadow: 0 0 5px rgba(26, 137, 197, .5);
    padding: 6px 0px 6px 4px;
    border: 1px solid rgba(26, 137, 197, .7);
    /*  
  box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5); 
-moz-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5); 
-webkit-box-shadow: inset 0 1px rgba(34, 25, 25, 0.2), 0 1px rgba(255, 255, 255, 0.6), 0 0 7px rgba(235, 82, 82, 0.5);*/
}

input[type="password"] {
    border: 1px solid #cacfe7;
    color: #000000;
    padding: 6px 0px 6px 4px;
    margin: 0px 1px 0px 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
}

select {
    border: 1px solid #cacfe7;
    color: #000000;
    padding: 6px 0px 6px 4px !important;
    margin: 0px 1px 0px 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
 
}

    select:disabled {
        background-color: #F2F2F2;
    }

textarea {
    border: 1px solid #cacfe7;
    height: 70px;
    color: #000000;
    padding: 6px 0px 6px 4px !important;
    margin: 0px 1px 0px 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.select-small {
    border: 1px solid #cacfe7;
    color: #000000;
    padding: 2px 0px 2px 2px !important;
    margin: 0px 1px 0px 0px;
    -webkit-border-radius: .20rem;
    -moz-border-radius: .20rem;
    border-radius: .20rem;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.form-control {
    font-size: 14px;
    color: #000000;
    font-family: "Quicksand", sans-serif !important;
    padding: 6px 0px 6px 4px !important;
    margin: 0px 1px 0px 0px;
}

.text-table {
    font-size: 14px;
    font-family: "Quicksand", sans-serif !important;
    color: #000000;
}
.form-control items{
    line-height:26px !important;
}

.form-label {
    font-size: 14px !important;
    color: #151515 !important;
    font-family: "Quicksand", sans-serif !important;
    font-weight: 500 !important;
}

table {
    font-size: 14px;
    color: #000000;
    font-family: "Quicksand", sans-serif !important;
}


fieldset {
    border: 1px solid #ddd !important;
    xmin-width: 0;
    padding: 10px 10px 10px 10px;
    position: relative;
    border-radius: 4px;
    background-color: #ffffff;
    padding-left: 10px !important;
    margin: 0 0 10px 0;
    width:100%;
}

legend {
    font-family: "Quicksand", sans-serif !important;
    color: #000000;
    font-size: 20px;
    margin-bottom: 0px;
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

/*h5{
    padding:0px;
    margin:0px;
}*/
/*.card-heading {
    padding: 20px 0 5px 0;
    margin:0 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #101b9b;
    font-family: 'Nunito Sans', sans-serif !important;
     border-bottom : 1px #676363 solid;
}

.card-title {
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
}*/

.validationError {
    background-color: #FFC1C1;
    border: 1px solid #FF1717 !Important;
    z-index:1000 !important;
}
/*.btn-primary {
    background-color: #1e9ff2 !important;
    border-color: #1e9ff2 !important;
    text-transform: uppercase !Important;
}

.btn-info {
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: #ffffff !important;
    text-transform: uppercase !Important;
}

.btn-danger {
    background-color: #ff4961 !important;
    border-color: #ff4961 !important;
    color: #ffffff !important;
    text-transform: uppercase !Important;
}
.btn-success {
    background-color: #20c187 !important;
    border-color: #20c187 !important;
    color: #ffffff !important;
    text-transform: uppercase !Important;
}

.btn-secondary {
    background-color: #607d8b !important;
    border-color: #607d8b !important;
    color: #ffffff !important;
    text-transform: uppercase !Important;
}*/
.Cancelbtn {
    position: fixed;
    bottom: 12px;
    right: 15px;
    color: #ffffff;
    z-index: 1000;
}

.savebtn {
    position: fixed;
    bottom: 12px;
    right: 110px;
    color: #ffffff;
    z-index: 1000;
}
.submitbtn {
    position: fixed;
    bottom: 12px;
    right: 250px;
    color: #ffffff;
    z-index: 1000;
}

.AutoExtenderloading {
    background-image: url(../Images/ajax-loader.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.AutoExtender {
    
    font-weight:bold;
    font-size:11px;
    border: solid 1px #2f2f2f;
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    text-transform: uppercase;
    margin: 0px 0 0 0;
    width: 300px !important;
    max-height: 200px;
    overflow: scroll;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #EBEBEB;
    -webkit-animation-name: AutoComplete; 
    webkit-animation-duration: 1s; 
    animation-name: AutoComplete;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
}

@-webkit-keyframes AutoComplete {
    0% {
        right: 0px;
        opacity: 0;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes AutoComplete {
    0% {
        right: 0px;
        opacity: 0;
    }

    100% {
        right: 0px;
        opacity: 1;
    }
}
.BoxInnerProgress {
    float: left;
    width: 200px;
    color: #FF4233;
    font-family: 'Open Sans', sans-serif;
    /*-webkit-box-shadow: 1px 0px 14px 0px rgba(47, 50, 50, 0.65);
	-moz-box-shadow: 1px 0px 14px 0px rgba(47, 50, 50, 0.65);
	box-shadow: 1px 0px 14px 0px rgba(47, 50, 50, 0.65);*/
}

    .BoxInnerProgress img {
        width: 70px !important;
        float: none !important;
    }

.BoxOutterProgress {
    z-index: 1000000 !important;
    width: 150px;
    left: 50%;
    top: 40%;
    margin-left: -70px;
    position: fixed;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

.AutoExtenderList {
    border-bottom: dotted 1px #5f5f5f;
    cursor: pointer;
    color: #0e0e0e;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
}

.AutoExtenderHighlight {
    color: #ffffff;
    background-color: #08628f;
    cursor: pointer;
}

.tblc > tbody > tr > td, tblc > thead, th {
    min-width: 80px;
    font-weight: 400;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    white-space: nowrap;
}

.tblc > thead th {
    font-weight: 500 !important;
}

.tblc > tbody > tr > td ul > li > a > i {
    font-size: 19px;
}


.tblc > tbody > tr > td ul > li > a > i {
    filter: alpha(opacity=100);
    opacity: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}


.tblc > tbody > tr:hover > td ul > li > a > i {
    filter: alpha(opacity=100);
    opacity: 1.00;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.dashboard .activity {
    font-size: 14px;
}

    .dashboard .activity .activity-item .activite-label {
        color: #888;
        position: relative;
        flex-shrink: 0;
        flex-grow: 0;
        min-width: 64px;
    }

        .dashboard .activity .activity-item .activite-label::before {
            content: "";
            position: absolute;
            right: -14px;
            width: 4px;
            top: 0;
            bottom: 0;
            background-color: #dee1f7;
            z-index: 1;
        }

    .dashboard .activity .activity-item .activity-badge {
        margin-top: 3px;
        z-index: 1;
        font-size: 11px;
        line-height: 0;
        border-radius: 50%;
        flex-shrink: 0;
        border: 3px solid #fff;
        flex-grow: 0;
    }

    .dashboard .activity .activity-item .activity-content {
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .dashboard .activity .activity-item:first-child .activite-label::before {
        top: 5px;
    }

    .dashboard .activity .activity-item:last-child .activity-content {
        padding-bottom: 0;
    }

table.dataTable > tbody > tr > td, tblc > thead, th {
min-width: 10px;
white-space: nowrap;
overflow: hidden;
max-width: 250px;
font-weight: 400;
text-overflow: ellipsis;
}
 
 
table.dataTable > tbody > tr > td:hover {
    overflow: visible;
    white-space: normal; 
}
 
div.dataTables_wrapper div.dataTables_length select {
width: 56px;
margin: 0 5px 0 5px;
}

table.dataTable > thead, th {
    font-weight:bold !important;
    text-transform:uppercase;
}

.table tr td {
    padding: 10px 7px 10px 7px !important;
    margin: 0 !important;
    color: #000000 !important;
}

.tableWidth tr td {
    min-width: 10px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    font-weight: 400;
    text-overflow: ellipsis;
}

    .tableWidth tr td:hover {
        overflow: visible;
        white-space: normal;
    }

.checkbox {
    padding-left: 10px;
    font-family: "Quicksand", sans-serif !important;
   
}

    .checkbox label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;
        margin: 0 15px 0 0;
        font-size: 14px !important;
        color: #040404;
    }

        .checkbox label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #626ac2;
            border-radius: 3px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }

        .checkbox label::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #555555;
        }

    .checkbox input[type="checkbox"] {
        opacity: 0;
        z-index: 1;
    }

        .checkbox input[type="checkbox"]:checked + label::after {
            font-family: "FontAwesome";
            content: "\f00c";
            padding-top: 2px;
        }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}


.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}

    .checkbox input[type="radio"]:checked + label::after {
        font-family: "FontAwesome";
        content: "\f111";
        padding-top: 2px;
        padding-left: 5px;
    }

.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}

.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.savebtn {
    position: fixed;
    bottom: 12px;
    right: 110px;
    z-index: 1000;
    font-weight: 700;
}

.submitbtn {
    position: fixed;
    font-weight:700;
    bottom: 12px;
    right: 250px; 
    z-index: 1000;
}

 

.wrapper {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eee
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    stroke-width: 3;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 5% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 70% 70%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {
    0%, 100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}


/* Default: Mobile (up to 767px) */
.btnView {
    display: inline;
}
.btnHide {
    display: none;
}

/* Tablet (768px to 1023px) */
@media screen and (min-width: 768px) {
    .btnView {
        display:inline;
    }
    .btnHide {
        display: none;
    }
    .item {
        flex: 1 1 45%;
    }
}

/* Desktop (1024px and above) */
@media screen and (min-width: 1024px) {
    .btnView {
        display: none;
    }
    .btnHide {
        display: inline;
    }
    .item {
        flex: 1 1 30%;
    }
}