﻿body{
    font-size:16px;
}

.containerBot {
    background: rgb(153, 153, 153);
}
#basicModal h4 {
    color: #333333;
}

.modal-content {
    background-color: #f3f3f3;
}
.navbar-default {
    background-color: #d8ead5;
    border-color: #d8ead5;
}
h4 {
    color: #000;
}
    .navbar-default .navbar-brand {
        color: rgb(153, 153, 153);
        
    }

    .navbar-default .navbar-text {
        color: rgb(153, 153, 153);
        
    }

    .navbar-default .navbar-nav > li > a {
        color: rgb(153, 153, 153);
    }

h1 {
    border-top: 2px solid #0088cc;
    background: #f3f3f3;
    color: #5a5a5a;
}

h3{
 margin-top:30px;
}
.image-ara-logo {
    background-image: url(/ARA/ARA_No_Background_Black_text_mobile.png);
    width: 130px;
    height: 54px;
    float:left;
}

.notification {
     background-color: beige;
    border: 1px solid #02aff3;
}
#info {
   
    background-color: #f3f3f3;
    border: 1px solid #0088cc;
    color: #5a5a5a;
}
    #info .btn {
        padding: 0;
        border: 0;
    }
.searchbox {
    float: right;
}
#legend {
    float: right;
    font-weight: bold;
}
#legend div {
    clear: both;
    margin:auto;
}
#legend img {
     float: left;
     padding-right: 6px;
}

#currentTab {
    background-color: #B0BED9;
}

#currentTab a {
    color: black;
}

.dropdown-menu li a img {
    float: left;
    width: 40px;
    border: 1px solid lightgray;
    margin-right: 12px;
    border-radius: 5px;
    margin-top: -2px;
}

#moduleDropDown li {
    font-size: 24px;
}

    #moduleDropDown li a {
        color: #777;
        text-align: left;
    }

#moduleDropDown .dropdown-menu {
    width: 270px;
}


.requirement .label {
    max-width: 150px;    
    display: inline-block;
    white-space: unset;
}

@media (min-width: 768px) {

    #legend{
        width:906px;
    }
    #legend div {
        clear: none;
        margin-top:14px;
    }
        #smallmapcontainer {
            width: 50%;
            height: 240px;
            float: right;
        }

        #reportAGritBinContent {
            float: left;
            width: 45%;
        }

        .image-ara-logo {
            background-image: url(/ARA/ARA_No_Background_Black_text.png);
            width: 260px;
            height: 108px;
        }


    .navbar .nav li a, .navbar .nav li div a {
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
        min-width: 110px;
        text-align: center;
    }
    

    .navbar-nav > li:hover, .nav > li.open > a.dropdown-toggle {
        background-color: #7f62c1 !important;
        color: white !important;
    }

        .nav > li > a:hover {
            background-color: #0d92c4;
            color: white !important;
        }
    }

#title {
    background: #f3f3f3;
}

#mapPageTitleArea {
    border-top: 2px solid #0088cc;
    background: #f3f3f3;
    height: 40px;
}

.descriptionText{
    clear:both;
}

tr.odd.highlighted > td,
tr.odd.highlighted > .sorting_1,
table.dataTable.display tbody > tr.odd.highlighted,
table.dataTable.display tbody > tr.odd.highlighted > .sorting_1 {
    background-color: #bdecb6;
}

tr.even.highlighted > td,
tr.even.highlighted > .sorting_1,
table.dataTable.display tbody > tr.even.highlighted,
table.dataTable.display tbody > tr.even.highlighted > .sorting_1 {
    background-color: #d8ead5;
}



table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -5px;
    text-align: center;
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
}

table.dataTable tr th.select-checkbox::before {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid black;
    border-radius: 3px;
}

th.select-checkbox {
    position: relative;
}

.dataTable-toolbar{
    float:left;
}

@media print {
    @page {
        size: landscape;
    }

    a [href]:after {
        content: "";
    }

    abbr[title]:after {
        content: "";
    }

    .container {
        max-width: 100%;
        width: 100%;
    }

    #header, .containerBot, #printButton {
        display: none;
    }

    .hideInPrint {
        display: none;
    }

    .pagebreak {
        page-break-before: always;
    }

    #map {
        height: 80vh !important;
    }

    #mapcontainer {
        height: 85vh !important;
        max-height: 85vh !important;
    }
    .breadcrumb, .dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
        display: none;
    }
    .alert-danger, .alert-info {
        border: 0px;
    }
}


.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}
@media (min-width: 992px) {
    .affix-top, .affix {
        top: 5px;
    }

    .affix-top {
        position: absolute;
    }

    .ttroTitle.affix-top {
        left: 14px;
        right: 30px;
    }
    .tripsTitle.affix-top {
        left: 0px;
        right: 30px;
    }

    .ttroTitle.affix {
        width: 923px;        
    }
    .tripsTitle.affix {
        width: 945px;
        margin-left:0px;
    }

    .ttroLeftMenu {
        width: 210px;
    }
    .workflowLeftMenu {
        width: 195px;
    }
    #affixPadding {
        padding-top: 70px;
    }
}
@media (max-width: 991px)
{
    .affix {
        position: unset;
    }
}
.ttroTitle, .tripsTitle {
    background: #d8ead5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 8px 8px 8px 20px;
    margin-left: 12px;
    z-index:10;
}

.banner-devsite, .banner-local {
    border-radius: 4px;
    padding: 15px 10px 10px 10px;
    margin-top: 10px;
    height: 54px;
}
.banner-devsite {
    background: #b0bed9;
    color: #000;
    border-color: #204d74;
}
.banner-local {
    background: #d8ead5;
    color: #000;
    border-color: #204d74;
}

.tiles {
    margin-bottom: 20px;
    position: relative;
}

.logo {
    position: inherit;
    right: 10px;
    top: 25px;
    z-index: -1;
    width: 25%;
    padding: 10px;
}

.tiles-list {
    padding-left: 0;
    list-style: none;
}

    .tiles-list li {
        font-size: 12px;
        float: left;
        width: 25%;
        height: 175px;
        padding: 10px;
        line-height: 1.4;
        text-align: center;
        background-color: #f3f3f3;
        border: 2px solid #fff;
        min-width: 120px;
        z-index: 1;
        position: relative;
        overflow:hidden;
    }

    .tiles-list li.notActive {
   
        width: 16.6%;
        height: 150px;
       
    }

        .tiles-list li.enabled:hover {
            background-color: #f3f3f3;
            border: 2px solid #ffc331;
            cursor: pointer;
            border-radius: 2px;
        }

.tile-icon {
    max-height: 100px;
    z-index: 1;
    position: relative;
}

div.tile-icon {
    border: 1px solid #ffc331;
    width: 100px;
    height: 100px;
    margin: auto;
}
@media (max-width: 992px) {
    .tiles-list li {
        width: 33%;
    }
    .tiles .logo{
        display:none;
    }
}
@media (max-width: 768px) {
    .tiles-list li {
        width: 50%;
    }
}

.title-text {
    font-size: 16px;
    
}

h1 {
    clear: both;
}

.badgeContainer {
    position: relative;
    z-index: 2;
}

    .badgeContainer .badge {
        position: absolute;
        right: 35px;
        top: 5px;
        font-size: 24px;
        background-color: #d9534f;
    }

li.disabled img {
    filter: grayscale(100%);
}

li.disabled p {
    color: lightgray;
}

li.disabled .label {
    position: absolute;
    top: 50px;
    z-index: 100;
    left: 10px;
    right: 10px;
}



.tiles a:hover, .tiles a {
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: inline-block;
    z-index: 1;
    position: relative;
}

.field-validation-error{
    color:red;
}