﻿/*//////////////////////////////////////////////////////////////////
    [UPLOADUTIL.JS COMPONENT]*/

/*  [UPLOAD PAGE]*/
.uploadForm {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    /*margin-top: -100px;
    margin-left: -250px;*/
    width: 100%; /*500px;*/
    height: 80%; /*200px;*/
    border: 4px dashed rgb(0, 0, 0);
    background: #ffffff;
}

    .uploadForm:hover {
        background: #f0f0f0;
    }

    .uploadForm p {
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 20px;
        color: rgb(0, 0, 0);
        font-family: Arial;
        font-size: large;
    }

    .uploadForm input {
        position: absolute;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        outline: none;
        opacity: 0;
    }

    .uploadForm button {
        margin: 0;
        color: #fff;
        background: #FE4953;
        border: none;
        width: calc(100% + 8px);
        height: 35px;
        margin-top: 0px;
        margin-left: -4px;
        border-radius: 4px;
        border-bottom: 4px solid #FE2934;
        transition: all .2s ease;
    }

        .uploadForm button:hover {
            background: #FE2934;
            color: #0C5645;
        }

        .uploadForm button:active {
            border: 0;
        }

.uploadForm_Tab {
    width: 100%;
    height: 23px;
    margin-bottom: 10px;
}

.UploadForm_switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: top;
}

    .UploadForm_switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.uploadForm_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .uploadForm_slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        background: #007bff;
    }

    .uploadForm_slider.uploadForm_round {
        border-radius: 34px;
    }

        .uploadForm_slider.uploadForm_round:before {
            border-radius: 50%;
        }

input:checked + .uploadForm_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.uploadForm_box {
    background: #fff;
    border-radius: 25px;
    display: inline-block;
    height: 90%;
    margin: 1rem;
    position: relative;
    width: 98%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#uploadForm_file {
    display: inline-flex;
}

.uploadForm_nodash {
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
}

.uploadForm_Text {
    font-size: 22px;
    vertical-align: top;
}

.uploadpage_upload_btn {
    padding-top: 10px;
    margin-bottom: 10px;
    height: auto;
}

.uploadForm_display {
    width: 100%;
    height: 70%;
    border-radius: 25px;
}

.uploadpage_progress {
    margin-bottom: 10px;
}

.uploadpage_steps {
    height: 8%;
}

.uploadpage_text {
    width: 100%;
    overflow: scroll;
}

.dropdown {
    height: 12%;
}

/*///////////Add Selection Box/////////////////*/

.card-box-selection {
    width: 250px;
    height: 300px;
    margin: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.card-body-selection {
    padding: 4em 0em;
    border: dotted .3em #464646;
}

.icon-box-selection {
    color: #464646;
    font-size: 4rem;
    margin-bottom: .5em;
}

/*///////////Add Selection Box/////////////////*/

.card-box-selection {
    width: 250px;
    height: 300px;
    margin: 10px;
    position: relative;
    text-align: center;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.card-body-selection {
    padding: 4em 0em;
    border: dotted .3em #464646;
}

.icon-box-selection {
    color: #FF3C46;
    font-size: 4rem;
    margin-bottom: .5em;
}
/*//////////////////////////////////////////////////////////////////
    [AIRAMAP.JS COMPONENT]*/
#aira-load {
    background: #FF3C46;
    background-image: url(/Content/images/icons/Logo_Part_Gif.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100px 100px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

/*  [INDEX PAGE]*/
.index-project {
    width: 100%;
    height: calc(100% - 66px);
}

.index_new_project {
    width: 100%;
    height: 66px;
    padding: .8em;
    border-bottom: 1px solid #F0F0F0 !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.progress {
    padding-left: .5em !important;
}

.index_new_project-btn {
    padding-left: 20px;
}

    .index_new_project-btn h4 {
        font-size: 1.25rem !important;
        font-weight: lighter;
    }

.index_project {
    padding-top: 30px;
    overflow: scroll;
}

.index_project_wrap {
    height: 300px;
    width: 100px;
    margin: 10px;
    border-radius: 10px !important;
    padding: 0px !important;
}

    .index_project_wrap h6 {
        text-align: left !important;
    }

.index_project_thum {
    width: 100%;
    height: 168px;
    background: #F0F0F0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 10px 10px 0px 0px !important;
}


.index_text_wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.index_folder_wrap {
    height: 125px;
    margin: 10px;
    cursor: pointer;
}

.proj_folder_wrap {
    height: 100px;
    margin: 10px;
    cursor: pointer;
    border: 1px solid #F3F3F3;
    border-radius: 10px !important;
    -webkit-box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 6px 0px rgba(0,0,0,0.1);
    width: 100%;
}

    .proj_folder_wrap:hover {
        border: 1px solid #FF3C46;
    }

.pic_wrap {
    height: 100px;
    margin-right: 5px;
    cursor: pointer;
    flex: 0 0 150px;
}
/*//////////////////////////////////////////////////////////////////
    [GOOGLE MAP COMPONENT]*/
.google-100 {
    height: 100%;
    width: 100%;
}

.google-95 {
    height: calc(100% - 53px);
    width: 100%;
}

.google_checkbox_bar {
    height: 53px;
    background: #FFFFFF;
    width: 100%;
}

.google_checkbox_properties {
}

/*//////////////////////////////////////////////////////////////////
    [BOOTSTRAP MODIFIED -- Padding]*/

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

/*  [BOOTSTRAP MODIFIED -- Button]*/
.aira-btn {
    padding: 5px 5px;
    border: 0 none;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 5px;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.aira-btn-link {
    background: #ffffff;
    color: #0090ea;
}

    .aira-btn-link:hover, .aira-btn-link:focus, .aira-btn-link:active, .aira-btn-link.active, .open > .dropdown-toggle.aira-btn-link {
        background: #f0f0f0;
    }

    .aira-btn-link:active, .aira-btn-link.active {
        background: #ff3c46;
        color: #ffffff;
        box-shadow: none;
    }


/*//////////////////////////////////////////////////////////////////
    [INPUT COMPONENT]*/
.aira_textinput {
    border: 0;
    /*border-bottom: 2px solid #ff3c46;*/
    width: 100%;
    font-size: 29px;
    color: #ff3c46;
    background: transparent;
    text-align: left;
    visibility: hidden;
}

    .aira_textinput:focus {
        background: #f0f0f0;
    }



/*//////////////////////////////////////////////////////////////////
    [ICON COMPNENT]*/
.aira-icon-red {
    color: #FF3C46;
    cursor: pointer;
}

.header-sign {
    height: 42px;
    width: 42px;
    float: left;
    margin-right: 6px;
    padding-top: 4px;
}

.header-sign-text {
    height: 52px;
    padding-top: 12px;
    padding-bottom: 22px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}

.header-name-text {
    border: none;
    border-bottom: 2px solid #C9C9C9;
    background: rgba(255, 255, 255, .1);
    padding-left: 13px;
    width: 80%;
}

.cursor {
    cursor: pointer;
}

.header_subbutton {
    visibility: hidden;
    padding-top: 10px;
}

.header_map {
    color: white;
    font-size: 1.2em;
    cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
    [HEADER COMPONENT]*/
.pola-background {
    background-image: url('/Content/images/icons/header_flat_s.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    /*overflow:hidden;*/
}

.pola-background-white {
    /*overflow:hidden;*/
    width: 100%;
    overflow-x: hidden;
}

.pola-desktop-header {
    background: #333333;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0%;
    height: 8vh;
    z-index: 3;
}

#projectSizetext {
    font-size: .8rem !important;
    font-weight: 100 !important;
    color: #909090 !important;
}

.pola-desktop-footer {
    background: #464646;
    position: fixed;
    right: 0px;
    left: 0px;
    height: auto;
    z-index: 2;
    bottom: .09em;
}

footer {
    background: #fff !important;
    text-align: center;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.25);
}

/*//////////////////////////////////////////////////////////////////
    [DISPLAY SIDEBAR COMPONENT]*/

.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
}

#sidebar {
    min-width: 300px;
    max-width: 300px;
    background: #fff; /**#d32323;*/
    color: #fff; /*#fff;*/
    transition: all 0.3s;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
}

    #sidebar a:hover {
        background: #FFEBEC !important;
        border-right: 5px solid #FF3C46 !important;
        color: #FF3C46 !important;
        -webkit-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 1px 0px 5px 0px rgba(0,0,0,0.1);
    }

    #sidebar:active {
    }

    #sidebar .bg-light {
        background: #fff !important;
    }

.sidebar-color {
    padding: 20px;
    background: #FF3C46;
}

#sidebar .list-group-item {
    padding: 1.2em 2em;
    border: none;
}

    #sidebar .list-group-item i {
        color: #333;
    }

h5 small {
    padding-left: .6em !important;
    font-size: 1rem;
    font-weight: lighter;
    color: #9A9A9A;
}

    h5 small:hover {
        color: #FF3C46 !important;
    }

h6 small {
    font-size: .8rem;
    font-weight: lighter;
    color: #9A9A9A;
}

@media (max-width:575px) {
    #sidebar {
        margin-left: -300px;
    }

        #sidebar.active {
            margin-left: 0px;
        }
}

@media (min-width:576px) {
    #sidebar {
        margin-left: 0px;
    }

        #sidebar.active {
            margin-left: -300px;
        }
}



/*//////////////////////////////////////////////////////////////////
    [DISPLAY SIDEBAR COMPONENT]*/

.color-text {
    height: 20px;
    float: left;
    margin-right: 6px;
    padding-top: 10px;
    padding-left: 13px;
}

.color-component {
    width: 20px;
    height: 20px;
    font-size: 0;
    margin: 2px;
    cursor: pointer;
}

.color-palete {
    padding-top: 12px;
    display: inline-block;
    margin-bottom: 50px;
}

.measurement-text {
    padding-left: 13px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.measurement-disp-head {
    padding-left: 11px;
    color: #333333;
    font-size: 13px;
    /*float: left;*/
    margin-right: 50px;
    padding-top: 3px;
}

@media (min-width: 992px) {
    .aira_head_toggle {
        font-size: 4vh;
        color: #F0F0F0;
        cursor: pointer;
        /*padding-top: 0.7%;
        padding-left: 0.7%;*/
        width: 3vw;
        text-align: right;
    }

    .aira_head_logo {
        /*width: 96vw;*/
        height: 6vh;
        cursor: pointer;
        margin-right: 10px;
    }

    .aira_desktop_body {
        /*padding-top: 8vh;*/
        height: 95vh;
    }

    .aira_desktop_sidebar {
        /*background: #fff; *#fafafa; #d32323;*/
        color: #000000; /*#fff;*/
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .dropdown-menu.show {
        display: block;
        padding-left: 1em !important;
    }

    .aira_desktop_sidebar_map {
        background: rgba(0,0,0,1.0);
        color: #000000;
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 100%;
        align-items: stretch;
    }

    /*.aira_desktop_sidebar_right {
        background: rgba(0,0,0,1.0);
        color: #000000; 
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 100%;
    }*/

    .aira_desktop_sidebar_header {
        /*background: rgba(6,23,51,1.0);*/
        background: rgba(0,0,0,1.0);
        color: #000000;
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 12%;
    }

    .aira_desktop_sidebar_content_wrapper {
        background: rgba(0, 0, 0, 1.0);
        color: #000000;
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .aira_desktop_container {
        max-width: 100%;
    }

    .aira-icon-chat {
        /*color: #333333;*/
        color: #FFFFFF;
        padding-left: 19px;
        cursor: pointer;
        padding-top: 6%;
        font-size: 10px;
        margin-right: 7px;
        float: left;
    }

    .aira-icon-word-17 {
        /*color: #333333;*/
        color: #FFFFFF;
        width: 17vw;
        cursor: pointer;
        padding-top: 5%;
        font-size: 19px;
        font-weight: bold;
    }

    .table-selected {
        background: #FF3C46;
        font-size: 16px;
    }

    .table-size {
        padding-left: 13px;
        font-size: 16px;
    }

    .table-unselected {
    }

    .button-size {
        font-size: 15px;
    }

    .measurement-disp-body {
        color: #333333;
        font-size: 18px;
        padding-left: 1vw;
    }

    /*sidebar searchbar*/

    /*.add-on .input-group-btn > .btn {
        border-left-width: 0;
        left: -2px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
     stop the glowing blue shadow 
    .add-on .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border-color: #cccccc;
    }*/

    .form-control {
        /*margin-top: 15px;*/
        width: 100%;
    }

    /*.navbar-nav > li > a {
        border-right: 1px solid #ddd;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .navbar-nav:last-child {
        border-right: 0
    }*/
}

@media (min-width: 1390px) {
    .header_gap {
        width: 46%;
    }
}

@media (max-width: 991px) {
    .aira_head_toggle {
        font-size: 4vh;
        color: #F0F0F0;
        cursor: pointer;
        /*padding-top: 1%;*/
        padding-left: 2.5%;
        text-align: right;
    }

    .aira_head_logo {
        /*width: 93vw;**/
        height: 6vh;
        padding-left: 1%;
        cursor: pointer;
    }

    .aira_desktop_body {
        padding-top: 8vh;
        height: 95vh;
    }

    .aira_desktop_sidebar {
        background: rgba(240,240,240,0.9); /**#fafafa; #d32323;*/
        color: #000000; /*#fff;*/
        transition: all 0.3s;
        z-index: 1;
        width: 100%;
        height: 100%;
    }

    .aira_desktop_container {
        max-width: 100%;
    }

    .aira-icon-chat {
        color: #333333;
        padding-left: 19px;
        cursor: pointer;
        padding-top: 2vh;
        font-size: 10px;
        float: left;
    }

    .aira-icon-word-17 {
        color: #333333;
        width: 24vw;
        cursor: pointer;
        padding-top: 2vh;
        font-size: 14px;
    }

    .table-selected {
        background: #FF3C46;
        /*font-size: 12px;*/
    }

    .table-size {
        padding-left: 13px;
        font-size: 12px;
    }

    .table-unselected {
    }

    .button-size {
        font-size: 13px;
    }

    .measurement-disp-body {
        color: #333333;
        font-size: 14px;
        padding-left: 1vw;
    }
}
