﻿/* 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. */

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;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*--Syngenta css--*/
#header-logo {
    margin-top: 10px;
    text-align: center;
    border-bottom-color: #988878;
    border-bottom-width: 10px;
    border-bottom-style: solid;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: none;
    /* color: #FFC0CB;*/
    text-decoration: underline;
    text-shadow: 2px 2px 5px #82de36;
}

.navbar-default .navbar-nav > li.active > a {
    background-color: #56a119;
    /*color: #FFC0CB;*/
    color:white;
}

.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
    background-color: #56a119 !important;
    /* color: #FFC0CB;*/
    text-decoration: underline;
    text-shadow: 2px 2px 4px #56a119;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}

#header-logo img {
    margin: 0px 0px 10px 0px;
}

.latestAnnouncements {
    float: left;
    margin: 5px;
    width: 100%;
}

.importantLinks {
    float: left;
    margin: 5px;
    clear: left;
    width: 100%;
}

div.uatImg {
    margin-right: 10px;
    width: 110px;
    float: left;
}

.navbar-default {
    margin-bottom: 20px;
}

.uatTitle {
    padding-left: 10px;
    overflow: visible;
    margin-bottom: 5px;
}

.uatTitle span.uatTitleSpan {
        margin-top: 5px;
        color: #006019;
        font-size: 16pt;
        font-weight: normal;
}

.uatTitle2 {
    padding-left: 10px;
    margin-bottom: 5px;
}

.uatTitle2 span.mainTitle {
    margin-top: 5px;
    color: #006019;
    font-size: 16pt;
    font-weight: normal;
    display: block;
    border-bottom-color: #988878;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    margin-bottom:20px;
}

.importantLinkList {
    border-top-color: #988878;
    border-top-width: 3px;
    border-top-style: solid;
    min-width:640px;
}

.announcementList {
    border-top-color: #988878;
    border-top-width: 3px;
    border-top-style: solid;
    min-width: 640px;
}

    .announcementList table {
        font-size: 13px;
    }




.uatAddNewItem {
    overflow: hidden;
    border-top-color: #988878;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 8px;
    padding-top: 5px;
    margin-bottom:30px;
}

/*.container {
    width: 1450px;
}*/

.s4-title {
    background-color: #fff;
    border-bottom-color: #988878;
    border-bottom-width: 15px;
    border-bottom-style: solid;
    border-top-color: #6FBB17;
    border-top-width: 5px;
    border-top-style: solid;
}

.importantLinkList table td {
    padding: 2px;
}

.importantLinkList table {
    margin-top:10px;
}
/*
    Login css
*/
#s4-simple-card {
    width: 575px;
    margin: 100px auto 0px auto;
    background-color: #fafcff;
    padding: 15px;
    border-top: 1px solid #e3e8ee;
    border-left: 1px solid #d9dde3;
    border-bottom: 2px solid #bec2c7;
    border-right: 2px solid #d9dde3;
    filter: progid:DXImageTransform.Microsoft.Shadow(color:#edf3f9,strength:5,direction:135);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color:#edf3f9,strength:5,direction:135)";
    -moz-box-shadow: #edf3f9 0px 0px 5px 0px;
    -webkit-box-shadow: 0px 0px 5px #edf3f9;
    box-shadow: 0px 0px 5px #edf3f9;
}

#s4-simple-card {
    background-color: #ADD255;
    border: 4px solid #5FA046;
    border-radius: 20px;
    box-shadow: #666 15px 15px 25px;
    margin-top: 40px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color:#4c4c4c,strength:10,direction:135);
}

    #s4-simple-card h1 {
        font-size: 1.4em;
        font-weight: normal;
        margin-bottom: 25px;
        padding-top: 3px;
        color: #003759;
    }

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-body table td {
    padding: 15px;
}


.form-control.isInvalid {
    border-color: #dc3545;
    border-width: 2px;
}

.modal-login {
    width: 625px;
    position: absolute;
    transform: none;
    backface-visibility: visible;
    visibility: visible;
    left: 327px;
    top: 168px;
    z-index: 3003;
}


.userSettings {
    float: left;
    margin: 5px;
    width: 100%;
    margin-bottom:30px;
}

.userSettingsList {
    border-top-color: #988878;
    border-top-width: 3px;
    border-top-style: solid;
    padding-top: 20px;
}

.userSettingsList table {
    font-size: 13px;
}

.userSettingsList label {
    font-size: 12px;
    margin-right: 5px;
}

.userSettingsList select.permSelect {
    width: 200px;
    display: inline;
}

.userSettingsList button {
    margin-right: 30px;
}

.userSettingsData {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.userSettingsData table td {
    text-align: left;
        
}

.userSettingsData table {
    margin-top: 10px;
        
}

.userSettingsData table thead {
    color: white;
    padding-bottom: 5px;
}

.userSettingsData table thead th {
    line-height:10px;
}

label.agentLocation {
    font-size:13px;
}
.InvPreference {
    margin-left:10px;
    font-weight:normal;
}

.agencySettingsList {
    border-top-color: #988878;
    border-top-width: 3px;
    border-top-style: solid;
    padding-top: 20px;
}
/*
.agencySettingsList table {
    font-size: 13px;
}
*/
.agencySettingsList label {
    font-size: 13px;
    margin-right: 5px;
}

.bootstrap-datetimepicker-widget table th {

    background-color: #fff;
    color: white;

}

.adminTitle {
    margin-bottom: 5px;
}


.adminTitle2 {
    margin-bottom: 30px;
}

.adminTitle2 .adminTitleSpan {
    display:block;
    border-bottom-color: #988878;
    border-bottom-width: 3px;
    border-bottom-style: solid;
        
}

.adminTitle2 table{
    margin-top: 10px;
}


    .adminTitle2 table td {
        padding:3px;
    }

.adminTitleSpan {
    margin-top: 5px;
    color: #006019;
    font-size: 16pt;
    font-weight: normal;
}
.dtTable td {
    padding-left:5px;
    padding-right:5px;
    /*font-size:12px;*/
}
.dtTable td.titleH {
    vertical-align:top;
    line-height:30px;
}

.AGS-row {
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
}

.AGS-columns {
    display: table-cell;
    padding-left: 3.75em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #d7fabc;
    background-color: #d7fabc;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #d7fabc;
    background-color: #d7fabc;
}
    .btn-default:hover {
    background-color: white;
    border-color: #adadad;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: white;
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background-color: white;
}

.btn-default.focus, .btn-default:focus {
    background-color: white;
}

.dllText span {
    margin-top: 5px;
    color: #006019;
    font-size: 11pt;
    font-weight: normal;
}

th, thead {
    border: 0px solid;
    border-color: #7ed131 #72c530 #27710a #358709 ;
    border-top-width: 0;
    padding-top: 4px;
    background: 0 -2300px repeat-x #fff url(../Conclusive_Syngenta/Grid/sprite.gif);
}

.modal-header {
    background-color: #56a119;
    color:white;
}

.btn-primary {
    color: #fff;
    background-color: #56a119;
    border-color: #4f9b12;
}

.btn-primary:hover, .btn-primary:focus {
    color: #fff;
    background-color: #488516;
    border-color: #4f9b12;
}

table.dataTable th {
    background-color: #56a119;
}

.container {
    margin-left: 30px;
    margin-right:10px;
    width:97%;
}
