﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar-inner {
    min-height: 0px;
}

.navbar-brand,
.navbar-nav li a {
    line-height: 20px;
    height: 20px;
    padding-top: 0;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}


/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;

}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


p {
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 6px 2px;
    background: #fff;
    border: none;
    border-radius: 0;
 
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#distresses {
    background-color: white;
    overflow: auto;
    height: 100%;
    width: 100%;
}


#sidebarNavigation {
    overflow: auto;
    height: 100%;
    width: 100%;
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }



a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}




/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 4px;
    padding-left: 10px;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    cursor: pointer;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

/*-------ARA button code-----------*/


[data-selected="1"] {
    background-color: rgb(6, 61, 125);
    color: white;
}

[data-selected="1"]:hover {
    background-color: darkgray;
    color: white;
}


[data-selected="0"] {
    background-color: rgba(255, 255, 255, .8);
    color: black;
}

[data-selected="0"]:hover {
    background-color: lightgray;
    color: black;
}

#editorContainer {
    margin: 0 auto;
    position: relative;
}

#downward{
    height:90%;
    width:100%;
}

#editorContainer{
    height:100%;
    width:100%;
}

#downwardSurveyImage {
    max-width: 100%;
    max-height: 100%;
}

#markingsCanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

#editorCanvas {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

#pavementType{
    margin-right:10px;
}

#featureName{
    margin-right:10px;
    margin-left:10px;
}



#pavisionProperties {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

#filter {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

#kml {
    height: 100%;
    width: 100%;
    background-color: white;
    overflow: auto;
}

.table > tbody > tr.active > td {
    background: #123456;
    color: #fff;
}

.btn-primary {
    background-color: #063d7d !important;
}

.cursor-pointer {
    cursor: pointer;
}

