﻿@import url('vibStyleSheet.css');

.tblHeader {
    border-bottom: 1px #CBEAFF solid;
    border-radius: 2px;
    background: white; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 1px 4px 6px 1px rgba(50, 50, 50, 0.14);
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 15px;
    margin: 0px;
}

    .tblHeader > span {
        display: block;
    }

    .tblHeader p:last-child {
        margin-bottom: 4px;
    }

.headBold1 {
    font-family: Georgia;
    font-weight: 600;
}

.textPara1 {
    font-family: Georgia,Cambria, Cochin, Times, Times New Roman, serif;
}

.divTable1 .row .divth1 {
    border: 1px solid #f4f4f4 !important;
    font-family: Georgia;
    background-color: #FBFBF4;
    font-weight: 700;
    line-height: 30px;
}

.divTable1 .row .divtd1 {
    border: 1px solid #f4f4f4 !important;
    font-family: serif;
    line-height: 30px;
}

.cptable .row .cpth {
    border: 1px solid #45484d !important;
    font-family: Georgia;
    background-color: #FBFBF4;
    font-weight: 700;
    line-height: 30px;
}

.cptable .row .cptd {
    border: 1px solid #45484d !important;
    font-family: serif;
    line-height: 30px;
}

.cHr {
    border-bottom: 1px red solid;
}

.H1 {
    background-color: #00C0EF;
    font-weight: bolder;
    font-size: large;
    color: white;
    text-align: center;
    height: 25px;
    width: 1250px;
}

.frmControl {
    /*#CBEAFF---- */
    text-decoration: none;
    padding: 5px;
    margin: 0px auto;
    border: 1px #7bc1f7 solid;
    border-radius: 3px;
    background: white;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); /*box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);     box-sizing: border-box; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
}

select {
    cursor: pointer;
}

    select:hover {
        background: rgba(0,0,0,.075);
    }

.txt-info {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 6px 12px;
    border-radius: 4px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border: 1px solid #ccc;
    border-radius: 0px;
    -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;
}

.txt-Error {
    text-decoration: none;
    padding: 5px;
    margin: 0px auto;
    border: 1px #FFA07A solid;
    border-radius: 3px;
    background: white;
}

    .txt-Error:focus {
        border-color: #FFA07A;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
        box-sizing: border-box; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
    }

.txt-info:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    box-sizing: border-box; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.txt-info[disabled], .txt-info[readonly], fieldset[disabled] .txt-info {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.frmControl[disabled], .frmControl[readonly], fieldset[disabled] .frmControl {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.frmControl:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    box-sizing: border-box; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
}

.frmControl::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.frmstyle {
    min-width: 920px;
    min-height: 10.7cm;
}

.selectBox1 {
    height: 28px;
    width: 200px;
    border-radius: 3px;
    margin: 0px auto;
    border: 1px #D4D8DC solid;
}

    .selectBox1:focus {
        height: 28px;
        width: 200px;
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0px 2px 2px rgba(50, 50, 50, 0.14);
        box-sizing: border-box;
    }

.tableHeader {
    min-width: 900px;
    padding: 5px;
    margin: 0px auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.txt {
    height: 30px;
    width: 200px;
    border-radius: 5px;
    margin: 0px auto;
    border: 1px #D4D8DC solid;
}

.b-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
    size: 10px;
    min-width: 20px;
    min-height: 16px;
    background-color: #3399FF;
    color: White;
    border-radius: 50%;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}

    .b-close:hover {
        background-color: #335CD6;
    }

#LoadPopup {
    background-color: WHITE;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    color: #000;
    display: block;
    padding: 10px;
    min-height: 300px;
    min-width: 500px;
    overflow: auto;
    width: auto; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
    box-shadow: 6px 6px 6px 6px rgba(50, 50, 50, 0.14);
}

.btnRow {
    padding: 7px 0 7px 0px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 35px;
    background-color: #ddd;
    border-bottom: solid 1px silver;
    border-top: solid 1px silver;
}

.btnRow1 {
    padding: 5px 0 5px 0px;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 32px;
    background-color: #F5F5F5;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}

.cpullRight {
    padding-right: 15px;
    text-align: right;
}

.cpullLeft {
    text-align: left;
}

.cpullCenter {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    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:focus, .btn:active:focus, .btn.active:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

.btn-defaultt {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-defaultt:hover, .btn-defaultt:focus, .btn-defaultt:active, .btn-defaultt.active, .open .dropdown-toggle.btn-defaultt {
        color: #333;
        background-color: #3399FF;
        border-color: #adadad;
    }

.btn-OK-Round {
    border-radius: 100px;
    height: 32px;
    width: 32px;
    border: 2px solid green;
    background-color: green;
}

.frmstyle {
    min-width: 920px;
    min-height: 10.7cm;
}

.csstable {
    border: 2px solid #D4D8DC;
    border-collapse: collapse;
}

    .csstable tr {
        height: 38px;
    }

    .csstable td {
        padding-left: 05px;
    }

.tableHeader {
    min-width: 900px;
    padding: 5px;
    margin: 0px auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.txt:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    box-sizing: border-box;
}

.btn-defaultt:active, .btn-defaultt.active, .open .dropdown-toggle.btn-defaultt {
    background-image: none;
}

.btn-defaultt.disabled, .btn-defaultt[disabled], fieldset[disabled] .btn-defaultt, .btn-defaultt.disabled:hover, .btn-defaultt[disabled]:hover, fieldset[disabled] .btn-defaultt:hover, .btn-defaultt.disabled:focus, .btn-defaultt[disabled]:focus, fieldset[disabled] .btn-defaultt:focus, .btn-defaultt.disabled:active, .btn-defaultt[disabled]:active, fieldset[disabled] .btn-defaultt:active, .btn-defaultt.disabled.active, .btn-defaultt[disabled].active, fieldset[disabled] .btn-defaultt.active {
    background-color: #fff;
    border-color: #ccc;
}

.btn-defaultt .badge {
    color: #fff;
    background-color: #333;
}

.btn-primary {
    color: #fff;
    background-color: #89ce52;
    /*background-color: #428bca;*/
    border-color: #89ce52;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #52aace;
        border-color: #52aace;
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #52aace;
        border-color: #52aace;
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff;
    }

.border-info {
    background-image: url('IMAGE/bluegrad.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    font-size: 13px;
    padding: 8px;
    color: #333;
    letter-spacing: 1pt;
    text-align: left;
    border-bottom: 1px solid #999999;
    padding: 4px;
}

.tr-info:hover {
    cursor: pointer;
}

.table-info {
    padding: 5px;
    margin: 0px auto;
    border: 1px #428BCA solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.TR-IMG {
    background-image: url('../IMAGE/bluegrad.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial Narrow;
    padding: 8px;
    color: #333;
    letter-spacing: 1pt;
    border-bottom: 1px solid #CCEAFF;
    padding: 4px;
}

.WaitImg {
    background: url("../IMAGE/indicator.gif");
    background-repeat: no-repeat;
    height: 16px;
    width: 20px;
    cursor: pointer;
    border: none;
}

.rowHeader {
    color: black;
    /*background-color:#16355A;*/
    background-color: #D4D8DC;
    text-align: left;
    font-size: 14px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}

.badge-color {
    color: Gray;
}

textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    box-sizing: border-box;
}

textarea {
    border-radius: 3px;
    margin: 0px auto;
    border: 1px #AAAAAA solid;
}

    textarea.disabled, textarea[disabled], fieldset[disabled], textarea[readonly] .textarea {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }


.checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 1px solid #7bc1f7;
    border-radius: 0.25em;
    background: rgb(224,224,224);
    background-color: White;
}
/*checkbox*/

/*input[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    outline: none;
    color: #428bca;
    z-index: 800;
}*/

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #40e0d0;
}

    .option-input:checked:disabled {
        background: #E6E6E6;
    }

.option-input:disabled {
    background: #E6E6E6;
}
/*End Checkbox*/
input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

    input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: searchfield-cancel-button;
    }


.button_delete {
    background: #ffffff url("IMAGE/deleteico.gif");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: none;
}

.button_edit {
    background: #ffffff url("IMAGE/editico.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: none;
}


.button_detail {
    background: #ffffff url("IMAGE/detailico.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    cursor: pointer;
    border: none;
}

.round-btn {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    background-color: Red;
    line-height: 100px;
    font-size: 20px;
}


.txt-info2 {
    text-decoration: none;
    padding: 1px;
    margin: 0px auto;
    border: 1px #D4D8DC solid;
    border-radius: 0px;
    background: white;
}

    .txt-info2:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    }

    .txt-info2[disabled], .txt-info2[readonly], fieldset[disabled] .txt-info2 {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.txt-info3 {
    text-decoration: none;
    padding: 3px;
    margin: 0px auto;
    border: 1px #707070 solid;
    border-radius: 0px;
    background: white;
}

    .txt-info3:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    }

    .txt-info3[disabled], .txt-info2[readonly], fieldset[disabled] .txt-info2 {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.txt-info4 {
    text-decoration: none;
    padding: 10px;
    margin: 0px auto;
    border: 1px #D4D8DC solid;
    text-align: right;
    border-radius: 0px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

    .txt-info4:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    }

    .txt-info4[disabled], .txt-info4[readonly], fieldset[disabled] .txt-info4 {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

/************CSS FOR FORM-C*****************/
.txt-form-c {
    text-decoration: none;
    padding: 2px;
    border: 1px #D4D8DC solid;
    border-radius: 0px;
    background: white;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    height: 24px;
    width: 100px;
}

    .txt-form-c:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
        /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: 0 0px 6px 4px rgba(50, 50, 50, 0.14);
    box-sizing: border-box; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/ /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
    }

    .txt-form-c[disabled], .NumericTextBox3[readonly], fieldset[disabled] .NumericTextBox3 {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.tdheader {
    background-color: #D4D8DC;
    color: #111;
    font-weight: bold;
}

.tdfooder {
    background-color: #efefef;
}

a.arrowsActivebtn {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: #ffffff;
    background-color: #3399FF;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

    a.arrowsActivebtn:after {
        position: absolute;
        right: -20px;
        content: " ";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 25px 0 25px 20px;
        border-color: transparent transparent transparent #3399FF;
    }

    a.arrowsActivebtn:hover:after {
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 25px 0 25px 20px;
        /*border-color: transparent transparent transparent #ff0000;*/
    }

a.arrowsbtn {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    color: black;
    background-color: rgba(50, 50, 50, 0.14);
    position: relative;
    display: inline-block;
    font-weight: bold;
}

    a.arrowsbtn:after {
        position: absolute;
        right: -20px;
        content: " ";
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 25px 0 25px 20px;
        border-color: transparent transparent transparent rgba(50, 50, 50, 0.14);
    }

    a.arrowsbtn:hover {
        /*background-color:red;*/
    }

        a.arrowsbtn:hover:after {
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 25px 0 25px 20px;
            /*border-color: transparent transparent transparent #ff0000;*/
        }

.tr-hover:hover {
    background-color: rgba(50, 50, 50, 0.14);
}

.tdheader_info {
    background-color: rgba(0,0,0,.075);
    font-weight: bold;
}

.COLOR {
    cursor: pointer;
    color: green;
}

#label1 {
    color: #89CE52;
    font-weight: 800;
    font-size: 26px;
}

#label2 {
    color: #52AACE;
    font-weight: 700;
    font-size: 18px;
}

#label3 {
    font-size: 18px;
}

#label4 {
    font-weight: 500;
    font-size: 22px;
}

    #label4 a {
        color: blue;
        font-weight: 700;
    }

        #label4 a:hover {
            color: orange;
            font-weight: 700;
            text-decoration: underline;
            font-style: italic;
        }

.btnCustom {
    font-size: 14px;
    padding: 0px 15px;
    line-height: 35px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    width: auto;
    text-decoration: none;
    display: inline;
    border-radius: 4px;
    border-color: #ccc;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
    margin-left: 5px;
}

    .btnCustom i {
        margin-right: 5px;
    }

    .btnCustom:disabled {
        cursor: not-allowed;
        background-color: #c0c0c0;
        border-color: #F0F0F0;
    }

        .btnCustom:disabled:hover {
            cursor: not-allowed;
            background-color: #c0c0c0;
            border-color: #F0F0F0;
            color: black;
        }

    .btnCustom:hover {
        color: white;
        background-color: #00C0EF;
        -webkit-transition: background-color 1s ease;
        -moz-transition: background-color 1s ease;
        transition: background-color 1s ease;
    }

.cHeading {
    background-color: #00C0EF;
    color: white;
    line-height: 35px;
    font-weight: 600;
}

.cRow {
    border-bottom: 1px solid #f4f4f4 !important;
}

.cTable {
    border: 1px solid red !important;
}
/*.cRow:hover {
        border-bottom:1px solid #ddd !important;
        border-left:3px solid #00C0EF !important;
        cursor:pointer;
    }*/
.cBoxBorder {
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    vertical-align: middle;
    font-weight: 600;
    color: #A8A8A8;
    font-family: 'Times New Roman';
}
/*Start Step Progress Bar*/
.cpcontainer {
    width: 100%;
    margin: auto auto;
}

.cprogressbar {
    margin: 0;
    padding: 0;
}

    .cprogressbar li {
        list-style-type: none;
        width: 16.6%;
        float: left;
        font-size: 12px;
        position: relative;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: #7d7d7d;
    }

        .cprogressbar li:before {
            width: 80px;
            height: 80px;
            line-height: 80px;
            border: 3px solid #7d7d7d;
            display: block;
            text-align: center;
            margin: 0 auto 15px auto;
            border-radius: 50%;
            background-color: white;
        }

        .cprogressbar li:after {
            width: 100%;
            height: 2px;
            content: '';
            position: absolute;
            background-color: #7d7d7d;
            top: 20px;
            left: -45%;
            z-index: -2;
        }

        .cprogressbar li:first-child:after {
            content: none;
        }

        .cprogressbar li.cactive {
            color: #00bf00;
        }

            .cprogressbar li.cactive:before {
                border-color: #00bf00;
            }

            .cprogressbar li.cactive + li:after {
                background-color: #00bf00;
            }

.cimg-circle-active {
    border-radius: 50%;
    border: 2px solid #55b776;
    background: #fff;
    padding: 8px;
    height: 40px;
    width: 40px;
}

.cimg-circle {
    border-radius: 50%;
    border: 2px solid #00C0EF;
    padding: 8px;
    background: #fff;
    height: 40px;
    width: 40px;
}
/*End*/
/*Start Checkbox CSS*/
.onoffswitch {
    position: relative;
    width: 61px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 13px;
        padding: 0;
        line-height: 13px;
        font-size: 11px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #5CB85C;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: -5px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 44px;
    border: 2px solid #999999;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}
/* SLIDE TWO */
.chkHide {
    visibility: hidden;
}
/* SLIDE ONE */
.slideOne {
    width: 50px;
    height: 10px;
    background: #333;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideOne label {
        display: block;
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: -3px;
        left: -3px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideOne input[type=checkbox]:checked + label {
        left: 37px;
    }

/* SLIDE TWO */
.slideTwo {
    width: 80px;
    height: 30px;
    background: #333;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideTwo:after {
        content: '';
        position: absolute;
        top: 14px;
        left: 14px;
        height: 2px;
        width: 52px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #111;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    }

    .slideTwo label {
        display: block;
        width: 22px;
        height: 22px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 4px;
        z-index: 1;
        left: 4px;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

        .slideTwo label:after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            background: #333;
            left: 6px;
            top: 6px;
            -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
            -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
            box-shadow: inset 0px 1px 1px rgba(0,0,0,1), 0px 1px 0px rgba(255,255,255,0.9);
        }

    .slideTwo input[type=checkbox]:checked + label {
        left: 54px;
    }

        .slideTwo input[type=checkbox]:checked + label:after {
            background: #00bf00;
        }

/* SLIDE THREE */
.slideThree {
    width: 80px;
    height: 26px;
    background: #333;
    margin: 0px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideThree:after {
        content: 'OFF';
        font: 12px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideThree:before {
        content: 'ON';
        font: 12px/26px Arial, sans-serif;
        color: #00bf00;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: bold;
    }

    .slideThree label {
        display: block;
        width: 34px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideThree input[type=checkbox]:checked + label {
        left: 43px;
    }
/* slideOpen*/
.slideOpen {
    width: 90px;
    height: 26px;
    background: #333;
    margin: 0px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideOpen:after {
        content: 'Close';
        font: 12px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 10px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideOpen:before {
        content: 'Open';
        font: 12px/26px Arial, sans-serif;
        color: #00bf00;
        position: absolute;
        left: 10px;
        z-index: 0;
        font-weight: bold;
    }

    .slideOpen label {
        display: block;
        width: 38px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

    .slideOpen input[type=checkbox]:checked + label {
        left: 43px;
    }





/* ROUNDED ONE */
.roundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .roundedOne label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .roundedOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(top, #00bf00 0%, #009400 100%);
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }

        .roundedOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .roundedOne input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* ROUNDED TWO */
.roundedTwo {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .roundedTwo label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .roundedTwo label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 5px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .roundedTwo label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .roundedTwo input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* SQUARED ONE */
.squaredOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .squaredOne label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredOne label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 16px;
            height: 16px;
            background: #00bf00;
            background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
            background: linear-gradient(top, #00bf00 0%, #009400 100%);
            top: 2px;
            left: 2px;
            -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
            box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        }

        .squaredOne label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredOne input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* SQUARED TWO */
.squaredTwo {
    width: 28px;
    height: 28px;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px auto;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

    .squaredTwo label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        left: 4px;
        top: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredTwo label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredTwo label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredTwo input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }


/* SQUARED THREE */
.squaredThree {
    width: 20px;
    margin: 20px auto;
    position: relative;
}

    .squaredThree label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,.4);
        background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
        background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
        background: -o-linear-gradient(top, #222 0%, #45484d 100%);
        background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
        background: linear-gradient(top, #222 0%, #45484d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
    }

        .squaredThree label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #fcfff4;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredThree label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.3;
        }

    .squaredThree input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

/* SQUARED FOUR */
.squaredFour {
    width: 20px;
    margin: 20px auto;
    position: relative;
}

    .squaredFour label {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 0;
        border-radius: 4px;
        -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }

        .squaredFour label:after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            opacity: 0;
            content: '';
            position: absolute;
            width: 9px;
            height: 5px;
            background: transparent;
            top: 4px;
            left: 4px;
            border: 3px solid #333;
            border-top: none;
            border-right: none;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .squaredFour label:hover::after {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
            filter: alpha(opacity=30);
            opacity: 0.5;
        }

    .squaredFour input[type=checkbox]:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }


/* SLIDE THREE */
/*End checkbox css*/
/*Loading CSS Start*/
#PleaseWait {
    background: no-repeat center center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 6;
    background-color: white;
    z-index: 1000;
    overflow: auto;
    color: #3C8DBC;
}

    #PleaseWait div {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5em;
        height: 2em;
        margin: -1em 0 0 -2.5em;
        font-weight: bold;
    }
/*Loading CSS End*/
.cheader {
    border-bottom: solid 1px #DDDDDD;
    border-top: solid 1px #DDDDDD;
    background-color: #F4F4F4;
}

.crowhover:hover {
    border-left: solid 3px #00BBE8;
    background-color: #F5F5F5;
    cursor: pointer;
}

.leftBoarder {
    border-left: solid 3px red;
}

.crowhover1:hover {
    border-left: solid 3px #00BBE8;
    background-color: #F5F5F5;
    color: #0078D7;
    font-style: italic;
}

.crowhover2:hover {
    border-left: solid 3px #00BBE8;
    background-color: #F5F5F5;
    font-weight: bold;
    font-style: italic;
    font-size: small;
}

.crowhover3:hover {
    border-left: solid 3px #00BBE8;
    background-color: #FBFBFB;
}

.ci_disabled {
    color: #ff0000;
    cursor: pointer;
    padding-left: 40px;
}

.ci {
    color: #26C9F1;
    cursor: pointer;
    padding-left: 40px;
}

    /*.ci:hover {
        color: white;
        border: 1px #CBEAFF solid;
        font-size: 20px;
        background: #88CD51; 
        box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
    }*/

    .ci.cib {
        padding: 7px;
        border: 1px solid #ddd;
        border-radius: 50%;
    }

.cib:hover {
    color: white;
    border: 1px #CBEAFF solid;
    font-size: 19px;
    background: #88CD51; /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.ci_disabled.cib {
    padding: 7px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.co {
    color: #26C9F1;
}

    .co:hover {
        color: red;
        cursor: pointer;
    }

.cHover:hover {
    background-color: #00C0EF;
    cursor: pointer;
    color: white;
}

.cradio {
    width: 20px;
    height: 20px;
}

.boxsilver {
    border-radius: 10px;
    border: 2px solid #E8E8E8;
    width: 100%;
    height: auto;
}


.boxsilver-header {
    background-color: #E8E8E8;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #E8E8E8;
    padding: 0px;
    width: 100%;
    height: 30px;
}

.boxsilver-title {
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1;
}

.boxgreen {
    border-radius: 10px;
    border: 2px solid #DCF1D1;
    width: 100%;
    height: auto;
}


.boxgreen-header {
    background-color: #DCF1D1;
    border-radius: 10px 10px 0px 0px;
    border: 2px solid #DCF1D1;
    padding: 0px;
    width: 100%;
    height: 30px;
}

.boxgreen-title {
    display: inline-block;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1;
}

.pop-close {
    color: rgba(0,0,0,0.5);
}

    .pop-close:hover {
        cursor: pointer;
        color: #f53e3e;
    }

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.blink_text {
    animation: 2s blinker linear infinite;
    -webkit-animation: 2s blinker linear infinite;
    -moz-animation: 2s blinker linear infinite;
    font-size: 14px;
    font-weight: 800;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
/*Radio button*/

.option-radio:disabled {
    background: #E6E6E6;
}

.option-radio:checked:disabled {
    background: #E6E6E6;
}

.option-radio {
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.15s ease-out 0;
    -moz-transition: all 0.15s ease-out 0;
    transition: all 0.15s ease-out 0;
    background: #FFF;
    border: none;
    color: #fff;
    cursor: pointer;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 50%;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
    z-index: 1000;
    -webkit-appearance: none;
    -moz-appearance: none;
    -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;
    position: initial;
}

    .option-radio:hover {
        background: #5cb85c;
        border: #66afe9;
    }

    .option-radio:checked {
        background: #0094ff;
        border: none;
    }

        .option-radio:checked::before {
            width: 20px;
            height: 20px;
            position: absolute;
            content: '\2714';
            display: inline-block;
            font-size: 15.66667px;
            padding-top: 5px;
            text-align: center;
            line-height: 12px;
            color: #fff;
            border: none;
        }

        .option-radio:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #FFA07A;
            content: '';
            display: block;
            position: initial;
            z-index: 100;
        }

.btn-circle {
    width: 49px;
    height: 49px;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
    line-height: 2.00;
    border-radius: 30px;
}

.customFontH6 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #969598;
    /*color: rgb(150,149,149);*/
}

.customFontH6w {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    /*color: rgb(150,149,149);*/
}

.customFontH5 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #969598;
}

.customFontH4 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.customFontH3 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    /*color: #969598;*/
    /*color:#89CE52;*/
    /*color:#02A8F3;*/
    /*color:#01BBF6;*/
}

.customFontH2 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
}

.customFontH1 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.btnPMS {
    color: black;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    border: 1px solid #4fc4f9;
    text-transform: uppercase;
    float: right;
}

    .btnPMS:hover {
        background: #4fc4f9;
        -webkit-box-shadow: 0px 10px 20px 2px rgba(85,75,181,0.43);
        -moz-box-shadow: 0px 10px 20px 2px rgba(85,75,181,0.43);
        box-shadow: 0px 10px 20px 2px rgba(85,75,181,0.43);
        color: #fff;
        border: 1px solid #4fc4f9;
        transition: all 0.3s ease;
    }

    .btnPMS:active {
        outline: none;
        border: none;
    }


.marginTop5 {
    margin-top: 5px;
}

.marginTop10 {
    margin-top: 10px;
}

.marginTop15 {
    margin-top: 15px;
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.backgrounyG1 {
    background: #89CE52;
    background: -webkit-linear-gradient(to right,#89CE52,yellow);
    background: -o-linear-gradient(to right,#89CE52,yellow);
    background: -moz-linear-gradient(to right,#89CE52,yellow);
    background: linear-gradient(to right,#89CE52,yellow);
    border-top-left-radius: 0px;
}

.help {
    color: #969598;
    padding-left: 5px;
}

.customFont {
    font-size: small;
    color: #777777;
    
}

.customFontM {
    font-size: large;
    color: #777777;
}

.customFontL {
    color: #777777;
}

.customFont-1 {
    font-size: larger;
}

.customFontSize {
    font-size: 35px;
    color: rebeccapurple;
}

.btn-circle-s {
    width: 28px;
    height: 28px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.btn-circle-ss {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.GoalLable {
    font-style: normal;
}
/*strat unorder list*/

.wrapper1 {
    width: 100%;
    font-family: 'Helvetica';
    font-size: 14px;
    /*border: 1px solid #CCC;*/
}

.StepProgress {
    position: relative;
    padding-left: 0px;
    list-style: none;
}

    .StepProgress::before {
        display: inline-block;
        content: '';
        position: absolute;
        top: 0;
        left: 6px;
        width: 35px;
        height: 100%;
        border-left: 2px solid #A6ACAF;
    }

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

    .StepProgress-item:not(:last-child) {
        padding-bottom: 20px;
    }
/*End*/
.arrow_box {
    /*position: relative;*/
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    width: 80%;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
    /*background: #3D9EED;
    color: #fff;*/
}

    .arrow_box:after, .arrow_box:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

/*.arrow_box:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #3D9EED;
        border-width: 10px;
        margin-top: -10px;
    }

    .arrow_box:before {
        border-color: rgba(204, 204, 204, 0);
        border-left-color: #ccc;
        border-width: 11px;
        margin-top: -11px;
    }*/
.arrow_box_active {
    /*position: relative;*/
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    margin-left: 10px;
    width: 80%;
    padding: 5px;
    border-radius: 2px;
    background: #3D9EED;
    color: #fff;
    cursor: pointer;
}

    .arrow_box_active:after, .arrow_box_active:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .arrow_box_active:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #3D9EED;
        border-width: 10px;
        margin-top: -10px;
    }

    .arrow_box_active:before {
        border-color: rgba(204, 204, 204, 0);
        border-left-color: #ccc;
        border-width: 11px;
        margin-top: -11px;
    }

.circleGreen {
    border: 1px solid #A6ACAF;
    padding: 10px 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 12px;
    background-color: #A6ACAF;
    text-align: center;
    color: #fff;
}

.customFontt6 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 11px;
    font-weight: 600;
}

.customFontt5 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
}

.customFontt4 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
}

.customFontt3 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.customFontt2 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.customFontt1 {
    font-family: Helvetica,Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.cpbtn-primary {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

    .cpbtn-primary:hover {
        color: #fff;
        background-color: #025aa5;
        border-color: #01549b;
    }

    .cpbtn-primary.focus, .cpbtn-primary:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
        box-shadow: 0 0 0 2px rgba(2,117,216,.5);
    }

    .cpbtn-primary.disabled, .cpbtn-primary:disabled {
        background-color: #0275d8;
        border-color: #0275d8;
    }

    .cpbtn-primary.active, .cpbtn-primary:active, .show > .cpbtn-primary.dropdown-toggle {
        color: #fff;
        background-color: #025aa5;
        background-image: none;
        border-color: #01549b;
    }

.cpbtn-outline-primary {
    color: #0275d8;
    background-image: none;
    background-color: transparent;
    border-color: #0275d8;
}

    .cpbtn-outline-primary:hover {
        color: #fff;
        background-color: #007BFF;
        border-color: #0275d8;
    }

    .cpbtn-outline-primary.focus, .cpbtn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(2,117,216,.5);
        box-shadow: 0 0 0 2px rgba(2,117,216,.5);
    }

    .cpbtn-outline-primary.disabled, .cpbtn-outline-primary:disabled {
        color: #0275d8;
        background-color: transparent;
    }

    .cpbtn-outline-primary.active, .cpbtn-outline-primary:active, .show > .cpbtn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #0275d8;
        border-color: #0275d8;
    }

.cpbtn-outline-success {
    color: #5cb85c;
    background-image: none;
    background-color: transparent;
    border-color: #5cb85c;
}

    .cpbtn-outline-success:hover {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .cpbtn-outline-success.focus, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(92,184,92,.5);
        box-shadow: 0 0 0 2px rgba(92,184,92,.5);
    }

    .cpbtn-outline-success.disabled, .btn-outline-success:disabled {
        color: #5cb85c;
        background-color: transparent;
    }

    .cpbtn-outline-success.active, .btn-outline-success:active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

.cpbtn-outline-secondary {
    color: #ccc;
    background-image: none;
    background-color: transparent;
    border-color: #ccc;
}

    .cpbtn-outline-secondary:hover {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

    .cpbtn-outline-secondary.focus, .cpbtn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(204,204,204,.5);
        box-shadow: 0 0 0 2px rgba(204,204,204,.5);
    }

    .cpbtn-outline-secondary.disabled, .cpbtn-outline-secondary:disabled {
        color: #ccc;
        background-color: transparent;
    }

    .cpbtn-outline-secondary.active, .cpbtn-outline-secondary:active, .show > .cpbtn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #ccc;
        border-color: #ccc;
    }

.ribbon {
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        line-height: 20px;
        transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#9BC90D 0%, #79A70A 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: '';
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #79A70A;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

        .ribbon span::after {
            content: '';
            position: absolute;
            right: 0%;
            top: 100%;
            z-index: -1;
            border-right: 3px solid #79A70A;
            border-left: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #79A70A;
        }

.red span {
    background: linear-gradient(#64c3d1 0%, #64c3d1 100%);
}

    .red span::before {
        border-left-color: #64c3d1;
        border-top-color: #64c3d1;
    }

    .red span::after {
        border-right-color: #64c3d1;
        border-top-color: #64c3d1;
    }

.blue span {
    background: linear-gradient(#c97bbf 0%, #c97bbf 100%);
}

    .blue span::before {
        border-left-color: #c97bbf;
        border-top-color: #c97bbf;
    }

    .blue span::after {
        border-right-color: #c97bbf;
        border-top-color: #c97bbf;
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: .25rem;
    border-top-left-radius: .25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-footer, .card-primary .card-header {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-footer, .card-success .card-header {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-footer, .card-info .card-header {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-footer, .card-warning .card-header {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-footer, .card-danger .card-header {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255,255,255,.65);
}

    .card-inverse .card-footer, .card-inverse .card-header {
        background-color: transparent;
        border-color: rgba(255,255,255,.2);
    }

    .card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
        color: #fff;
    }

        .card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
            color: rgba(255,255,255,.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(.25rem - 1px);
    border-top-left-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .card-deck .card:not(:first-child) {
                margin-left: 15px;
            }

            .card-deck .card:not(:last-child) {
                margin-right: 15px;
            }
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
                    border-radius: 0;
                }
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: .75rem;
        }
}

.cpbtn-outline-danger {
    color: #d9534f;
    background-image: none;
    background-color: transparent;
    border-color: #d9534f;
}

    .cpbtn-outline-danger:hover {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .cpbtn-outline-danger.focus, .cpbtn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 2px rgba(217,83,79,.5);
        box-shadow: 0 0 0 2px rgba(217,83,79,.5);
    }

    .cpbtn-outline-danger.disabled, .cpbtn-outline-danger:disabled {
        color: #d9534f;
        background-color: transparent;
    }

    .cpbtn-outline-danger.active, .cpbtn-outline-danger:active, .show > .cpbtn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #d9534f;
        border-color: #d9534f;
    }
           .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: inherit;
    }
        .progress {
            height: 1.5rem;
            line-height: 1.5rem;
        }
        .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
        .form-group, .panel {
            margin-bottom: 1rem;
        }
        .cp-sm-1{
            padding-bottom:5px;
        }.fa:hover{
            cursor:pointer;
        }