﻿
/*The Progress Indicators for the workflows*/
.progress {
    width: 100%;
    height: 65px;
    text-align: center
}

    .progress .circle, .progress .bar {
        margin-top: 5px;
        position: relative;
        display: inline-block;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 45px;
        border: 1.25px ridge #b5b5ba
    }

        .progress .circle:not(:last-child) {
            margin-right: 80px;
        }

    .progress .bar {
        position: absolute;
        width: 85px;
        height: 7px;
        top: 12px;
        left: 39px;
        border-left: none;
        border-right: none;
        border-radius: 0
    }

    /*The bar that is displayed when finished*/
    .progress .barprogress {
        position: absolute;
        width: 85px;
        height: 7px;
        top: 16px;
        left: 39px;
        background-color: #5cb85c;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    /*For the numbering and labels inside of the circles*/
    .progress .circle .label {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 23px;
        border-radius: 32px;
        margin-top: 4.25px;
        color: #b5b5ba;
        font-size: 17px
    }

    .progress .circle .title {
        display: block;
        color: #b5b5ba;
        font-size: 12px;
        line-height: 30px;
        width: 200px;
        margin-left: -80px;
        text-align: center
    }

    .progress .done .bar, .progress .circle.done {
        /*background: #eee;*/
        background: #5cb85c;
        border: none;
    }

        .progress .circle.done .label {
            color: #FFF;
            background: #5cb85c;
        }

        .progress .circle.done .title {
            /*color: #444*/
            color: #5cb85c;
        }

    .progress .circle.active {
        border: #5bc0de 1.25px solid;
    }

        .progress .circle.active .label {
            color: #FFF;
            background: #5bc0de;
        }

        .progress .circle.active .title {
            color: #5bc0de
        }
/***************/
/* Dashboard Boxes */
/*md-red box*/
.mb-red {
    border: 2px solid #D9534F;
}

.dashboard-red-box {
    text-decoration: none;
    color: white;
}

    .dashboard-red-box:hover {
        text-decoration: none;
        color: #D9534F;
    }

        .dashboard-red-box:hover > .mb-red {
            text-decoration: none;
            background-color: white !important;
        }

/*md-dull box*/
.mb-dull {
    border: 2px solid #4380B8;
}

.dashboard-blue-box {
    text-decoration: none;
    color: white;
}

    .dashboard-blue-box:hover {
        text-decoration: none;
        color: #4380B8;
    }

        .dashboard-blue-box:hover > .mb-dull {
            text-decoration: none;
            background-color: white !important;
        }
/*md-pink box*/
.mb-pink {
    border: 2px solid #5BC0DE;
}

.dashboard-teal-box {
    text-decoration: none;
    color: white;
}

    .dashboard-teal-box:hover {
        text-decoration: none;
        color: #5BC0DE;
    }

        .dashboard-teal-box:hover > .mb-pink {
            text-decoration: none;
            background-color: white !important;
        }

/*Icon Images*/
.header-icon {
    height: 5%;
    width: 5%;
}

.label-icon {
    height: 10%;
    width: 10%;
}

/* Shadows */
.box_shadows {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.left_side_shadows {
    -webkit-box-shadow: -4px 10px 6px -4px #777;
    -moz-box-shadow: -4px 10px 6px -4px #777;
    box-shadow: -4px 10px 6px -4px #777;
}

/*Buttons*/
.indigo_button {
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

    .indigo_button:hover {
        background-color: white !important;
        color: rgb(63, 81, 181) !important;
    }

.blue_button {
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

    .blue_button:hover {
        background-color: white !important;
        color: rgb(33, 150, 243) !important;
    }

.red_button {
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}

    .red_button:hover {
        background-color: white !important;
        color: rgb(244, 67, 54) !important;
    }

.green_button {
    -webkit-transition-duration: 0.25s; /* Safari */
    transition-duration: 0.25s;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
}
    .green_button:hover {
        background-color: white !important;
        color: #4caf50 !important;
    }

/*Checkboxes styles*/
.checkbox_wrapper_div {
    margin-top: 8px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
    color: white;
    font-family: 'Times New Roman';
    text-align: center;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 20px;
        font: 14px/20px 'Open Sans', Arial, sans-serif;
        font-weight: 600;
        color: royalblue;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

        input[type="checkbox"] + label:last-child {
            margin-bottom: 0;
        }

        input[type="checkbox"] + label:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 1px solid royalblue;
            position: absolute;
            left: 0;
            top: 0;
            opacity: .6;
            -webkit-transition: all .12s, border-color .08s;
            transition: all .12s, border-color .08s;
        }

    input[type="checkbox"]:checked + label:before {
        width: 10px;
        top: -5px;
        left: 5px;
        border-radius: 0;
        opacity: 1;
        border-top-color: transparent;
        border-left-color: transparent;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        color: royalblue;
    }

/*Tag Labeling*/
/*IE for Location: loc Cart ID: Cart 1*/
.tag_span_width {
    float: left;
    width: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}

.tag_label_width {
    float: left;
    margin-right: 25px;
}

.label_textcolor_green{
    color:green;
}
.label_textcolor_orange {
    color: darkorange;
}
.label_textcolor_darkred {
    color: darkred;
}
.label_textcolor_red {
    color: firebrick !important;
}
.label_textcolor_skyblue {
    color: deepskyblue;
}
.label_textcolor_royalblue {
    color: royalblue;
}
.label_textcolor_darkorchid {
    color: darkorchid;
}
.inner_panel{
    margin:15px;
}
/****** Section ******/
/* Fonts */
@font-face {
    font-family: 'Signikia-Regular';
    src: url('../CustomFonts/Signika-Regular.eot?#iefix') format('embedded-opentype'), url('../CustomFonts/Signika-Regular.woff') format('woff'), url('../CustomFonts/Signika-Regular.ttf') format('truetype'), url('../CustomFonts/Signika-Regular.svg#svgFontName') format('svg');
}

h1 {
    /* font-family: Signikia-Regular;*/
    font-family: 'Lucida Sans';
}


/****** Section ******/
/* Tooltips */
