﻿.dialog-addressreport modal {
    box-shadow: 10px 10px 5px #888888;
}

.dialog-addressreport .modal-dialog {
    top: 50px;
    width: auto;
    max-width: 815px;
    max-height: 600px;
    font-size: 14px;
    color: white;
}

/* top "X" close button */
.dialog-addressreport > div > div > div > button.close {
    font-size: 40px;
    color: white;
    line-height: .75;
    opacity: 1.0;
}

.dialog-addressreport .addressreport-nodes-container {
    margin: 20px 20px auto;
    text-align: center;
}

.dialog-addressreport .addressreport-nodes {
    width: 100px;
    height: 100px;
    display: inline-table;
    border-radius: 0px;
    margin: 10px 10px 10px 10px;
}

    .dialog-addressreport .addressreport-nodes:hover,
    .dialog-addressreport .panel-heading:hover {
        cursor: pointer;
    }

.dialog-addressreport .addressreport-nodes2 {
    width: 150px;
    height: 150px;
    display: inline-table;
    border-radius: 5px;
    margin: 10px 10px 10px 10px;
}

.dialog-addressreport .addressreport-sections-expand-collapse {
    color: black;
    margin: 10px 20px;
    text-align: center;
}

/* targets the fa icon */
.dialog-addressreport .panel-title > a > span.fa,
.dialog-addressreport .panel-title > a > span.fas {
    display: inline-block;
    width: 27px;
}

/* targets the glyphicon caret */
.dialog-addressreport .panel-title > span {
    display: inline-block;
    vertical-align: middle;
    float: right;
}

/* content body of each panel */
.dialog-addressreport .dialog-collapsible-body {
    color: black;
    margin: 10px 25px;
}

.dialog-addressreport .panel-group {
    margin: 10px 20px;
}

.dialog-addressreport .panel .panel-default {
    border-radius: 0px;
}

.dialog-addressreport .modal-footer .btn {
    border-radius: 0px;
    width: 60px;
    height: 35px;
}

/* cow blue */
.dialog-addressreport > div > div > div.modal-header,
.dialog-addressreport .addressreport-nodes,
.dialog-addressreport .panel-heading,
.dialog-addressreport .modal-footer .btn {
    color: white;
    background-color: #367cfe;
    background: -webkit-gradient(linear,left top,left bottom,from(#367cfe),to(#015dff));
    background: -webkit-linear-gradient(to top,#367cfe,#015dff);
    background: -moz-linear-gradient(to top,#367cfe,#015dff);
    background: -ms-linear-gradient(to top,#367cfe,#015dff);
    background: -o-linear-gradient(to top,#367cfe,#015dff);
    background: linear-gradient(to top,#367cfe,#015dff);
}

    /* cow green */
    .dialog-addressreport .addressreport-nodes:hover,
    .dialog-addressreport .panel-heading:hover,
    .dialog-addressreport .modal-footer .btn:hover {
        color: #1e1e1e;
        background-color: #bfe096;
        background: -webkit-gradient(linear,left top,left bottom,from(#bfe096),to(#9fd163));
        background: -webkit-linear-gradient(to top,#bfe096,#9fd163);
        background: -moz-linear-gradient(to top,#bfe096,#9fd163);
        background: -ms-linear-gradient(to top,#bfe096,#9fd163);
        background: -o-linear-gradient(to top,#bfe096,#9fd163);
        background: linear-gradient(to top,#bfe096,#9fd163);
    }

/* gradient linear blue */
.dialog-addressreport .panel-heading {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left, rgba(1,93,255,1) 0%, rgba(2,175,255,0.5) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,93,255,1)), color-stop(100%,rgba(2,175,255,0.5)));
    background: -webkit-linear-gradient(left, rgba(1,93,255,1) 0%,rgba(2,175,255,0.5) 100%);
    background: -o-linear-gradient(left, rgba(1,93,255,1) 0%,rgba(2,175,255,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(1,93,255,1) 0%,rgba(2,175,255,0.5) 100%);
    background: linear-gradient(to right, rgba(1,93,255,1) 0%,rgba(2,175,255,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#015dff', endColorstr='#8002afff',GradientType=1 );
}

.dialog-addressreport .circle {
    width: 150px;
    height: 150px;
    border: solid 1px #1a6cff;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.6);
    /*margin: auto;*/
    border-radius: 150px;
}

.dialog-addressreport .table tr th,
.dialog-addressreport .table tr td {
    color: black;
}

.dialog-addressreport .table tr th,
.dialog-addressreport .table tr td {
    text-align: center;
    vertical-align: middle;
}

    .dialog-addressreport .table tr th:first-child,
    .dialog-addressreport .table tr th:last-child,
    .dialog-addressreport .table tr td:first-child,
    .dialog-addressreport .table tr td:last-child {
        width: 33%;
    }

.dialog-addressreport .modal-footer > div {
    display: inline-block;
    padding-right: 15px;
    color: #707070;
}

    .dialog-addressreport .modal-footer > div > span.addressreport-save-default {
    }

    .dialog-addressreport .modal-footer > div > span.addressreport-save-loading {
    }

    .dialog-addressreport .modal-footer > div > span.addressreport-save-complete {
    }

/*#region application loader addressreport */
.application-loader-addressreport-container {
    display: inline-block;
    color: #FFFFFF;
    width: 24px;
    height: 100%;
    padding-right: 25px;
    position: relative;
    top: 8px;
    right: 20px;
}

.application-loader-addressreport {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #1a6cff;
    border-top: 4px solid #FFFFFF;
    border-top-width: 3px;
    border-top-style: solid;
}

.application-loader-addressreport-animate-download-generating {
    display: block;
    animation: application_loader_navbar_addressreport .9s linear infinite;
    -webkit-animation: application_loader_addressreport_rotate .9s linear infinite;
    visibility: visible;
}

    .application-loader-addressreport-animate-download-generating ~ div {
        display: none;
    }

.application-loader-addressreport-animate-download-ready {
    display: none;
    animation: none;
    -webkit-animation: none;
    visibility: hidden;
}

    .application-loader-addressreport-animate-download-ready ~ div {
        display: block;
    }

.application-loader-addressreport-animate-download-none {
    display: none;
    visibility: hidden;
    animation: none;
    -webkit-animation: none;
}

    .application-loader-addressreport-animate-download-none ~ div {
        display: none;
    }

@keyframes application_loader_addressreport_rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}