
.search-item {
    font-size: 12pt;
}


.search-input {
    float: left;
    background-color: #333344;
    color: white;
}


.status-count[data-v-30a9e2d5] {
  float: left;
  text-align: left;
  line-height: 1em;
}
.status-count-overlay[data-v-30a9e2d5] {
  font-size: small;
  z-index: 100;
  position: absolute;
  top: 100px;
  right: 400px;
  width: 30%;
  background-color: #333;
}
.light-gray[data-v-30a9e2d5] {
  background-color: #333;
}
.gray[data-v-30a9e2d5] {
  background-color: #444;
}



body {
    font-family: "Barlow", Arial, sans-serif;
    font-size: 16pt;
}


a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table.dataTable tbody tr.selected {
    font-weight: bold;
}

a:visited {
    text-decoration: none;
}

.container {
    border-radius: 15px;
    padding: 9px;
}

table {
    font-size: 18pt;
}

h1 {
    font-size: 24pt;
}

h2 {
    font-size: 20pt;
}

.cell {
    width: 160px;
}

li {
    list-style-type: none;
}

.message-row {
    padding: 5px;
}

.menu_button {
    width: 180px;
}

.navbar {
    min-height: 110px;
}

.home-button {
    text-align: center;
    line-height: 120px;
    margin-bottom: 40px;
    border-radius: 10px;
    height: 120px;
}

a.nav-link.navbar-brand {
    margin-top: -10px;
}

.home-link:hover {
    text-decoration: none;
}

.button-label {
    font-size: 160%;
    font-family: 'Barlow', arial, sans-serif;
}

.navbar-brand {
    padding-top: 2px;
}

#content {
    min-height: 600px;
    overflow-x: hidden !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {

    #id_sp_currency, #id_rp_currency {
        font-size: 16pt;
    }

    #notes_div{
        width: 95%;
    }

#logoheader {
    width: 170px;
    height: 75px;
    float: left;
}

    #wide_search {
        display: none;
    }
    .h_container {
        border-radius: 15px;
        padding: 5px 0px 5px 0px;
    }

    input, select {
        height: 40px;
        font-size: 18pt;
    }

    label, td {
        font-size: 16pt;
    }

    #main {
        width: 99%;
        margin: 0 auto;
        font-size: 14pt;
    }

    .form-section {
        margin: 0 auto;
        width: 95%;
    }

    .form-control {
        width: 95%;
    }

    .col-lg-6 {
        padding-left: 2px;
        padding-right: 2px;
    }

    #content {
        margin-top: 90px;
        width: 385px;
    }

    #header-label {
        font-size: 14pt;
        display: inline-block;
        padding-top: 32px;
        padding-left: 18px;
    }
}

@media (min-width: 768px) {


#logoheader {
    width: 220px;
    height: 105px;
    float: left;
}


    .navbar .navbar-collapse  {
        text-align: center;
    }
    #narrow_search {
        display: none;
    }
    .navbar-header {
        width: 100%;
    }

    .navbar-nav>li>a {
        padding: 10px 6px 15px 6px;
    }

    #left_sidebar {
        float: left;
    }

    #main {
        width: 98%;
        margin: 0 auto;
    }

    .h_container {
        border-radius: 15px;
        padding: 5px;
    }

    .container.inventoryfield {
        width: 90%;
    }

    #header-label {
        font-size: 18pt;
        display: inline-block;
        padding-top: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.field_error {
    font-style: italic;
}

#login_info {
    font-size: 16pt;
}

.region {
    border-radius: 6px;
}

span.error {
    font-weight: bold;
}

.time_dropdown {
    display: block;
    width: 30%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16pt;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
}

.my-nav-pill {
    margin: 15px;
    padding: 10px;
    border-radius: 6px;
}

.eventform-section {
    margin: 0 auto;
    width: 80%;
}

.form-div-center {
    margin: 0 auto;

}

#spinning {
    z-index: 1100;
    background-color: white;
    border-radius: 6px;
    position: fixed;
    top: 40px;
    right: 40px;
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.row {
    margin: 8px auto 0 auto;
}

.picker-div {
    margin: 0px 0px 10px 10px;
    padding: 4px;
    width: 20%;
    border-radius: 6px;
}

.picker-item-del {
    margin-left: 10px;
    cursor: pointer;

}

.form-checkbox {
    width: 20px;
    height: 20px;
}

.form-control {
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 3px;
    padding-right: 2px;
}

label {
    margin-bottom: 0px;
}

input[type="button"], input[type="submit"] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16pt;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.time-field {
    padding-left: 2px;
    padding-right: 2px;
}

.short-button {
    width: 20%;
}

/* bootstrap overrides */


.form-section {
    margin: 0 auto;
    width: 90%;
}

.form-div-center {
    margin: 0 auto;

}

table .dataTable tr, th, td {
    font-size: 16pt;
}

input[type='checkbox'] {
    height: 18px;
    margin-top: 5px;
    width: 20px;
}

.filedrag {
    margin: 10px 0px 15px 0px;
    padding-top: 15px;
    border-radius: 8px;
}

.filedrag-field {
    width: 85%;
    margin: 5px auto auto auto;
}

.single-column {
    margin: 0 auto;
    width: 70%
}

.notelist-odd, .notelist-even {
    padding: 2px;
    border: 2px solid #3e3830;
    border-radius: 5px;
}

.result-list {
    padding: 3px 0 3px 5px;
}

.add-item-div {
    min-height: 60px;
    margin-top: 20px;
    padding-bottom: 20px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 14px 8px 4px;
    border-bottom: 1px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td {
    border-left: 1px solid #777777;
    padding: 8px 3px;
}

.dt-nowrap {
    overflow: hidden;
    display: block;
    white-space: nowrap;
}

.dt-ellipse {
    text-overflow: ellipsis;
}

table .dataTable tr, th, td {
    font-size: 16pt;
}

.select-red:active {
    -webkit-appearance: none;
    background-color: black;
    color: red;
}

#solicitation_list {
    padding-bottom: 145px;
}

[v-cloak] { display:none !important; }
[v-cloak]::before { content: "loading..."; }
.dropdown-menu {
    line-height: .7;
    white-space: nowrap;
    font-size: 16pt;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#reminderpopup {
        width: 500px;
    min-height: 200px;
    position: absolute;
    top: 60px;
    right: -20px;
    z-index: 550;
    background-color: black;
    border-radius: 8px;
    padding: 8px;
}

.popup-button {
    background-color: #222222;
    border-radius: 5px;
    float: left;
}

.option-label {
    font-size: 12pt;
}

.item-column {
    float: left;
    border: 1px solid gray;
}

.pageheader {
    margin-top: 60px;
}
/* request/static */


body {
    background-color: #333333;
    color: #dddddd;
}

a {
	text-decoration: none;
	color: #e2e2e5;
}

a:hover {
	color: #25faff;
}

a:visited {
	color: #ecf8fd;
}

input, select, textarea {
background-color: #30444b;
}

.ck.ck-editor__main>.ck-editor__editable {
    background-color: #615e5e !important;
}


#left_sidebar a {
	color: #222222;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
      background-color: #cccccc;
}

li {
	list-style-type: none;
}

.message-row {
	padding: 5px;
}
.message-row-odd {
	background-color: #24302c;
}
.message-row-even {
	background-color: #1a2129;
}

.btn-default {
    background-color: #e8c86d;
}

label {
    color: #e4e4e4;
}

.form-control[disabled] {
    background-color: #222222;
}

.dataTables_wrapper .dataTables_info {
    color: white;
}

.menu_button{
border:1px solid #b7b7b7; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:15px; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #d3d3d3; background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#808080));
 background-image: -webkit-linear-gradient(top, #d3d3d3, #808080);
 background-image: -moz-linear-gradient(top, #d3d3d3, #808080);
 background-image: -ms-linear-gradient(top, #d3d3d3, #808080);
 background-image: -o-linear-gradient(top, #d3d3d3, #808080);
 background-image: linear-gradient(to bottom, #d3d3d3, #808080);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d3d3d3, endColorstr=#707070);
 width: 180px;
}

.menu_button:hover{
 border:1px solid #a0a0a0;
 background-color: #bababa; background-image: -webkit-gradient(linear, left top, left bottom, from(#bababa), to(#575757));
 background-image: -webkit-linear-gradient(top, #bababa, #575757);
 background-image: -moz-linear-gradient(top, #bababa, #575757);
 background-image: -ms-linear-gradient(top, #bababa, #575757);
 background-image: -o-linear-gradient(top, #bababa, #575757);
 background-image: linear-gradient(to bottom, #bababa, #575757);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#bababa, endColorstr=#575757);
}

.home-button {
	border: 1px red;
	color: white;
}

.home-button:hover {
	color: #dddddd;
}

.my-req-button{
background: #ae8457;
background: -moz-linear-gradient(top, #991507 0%, #d88672 75%, #ca753a 100%, #e8c86d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#991507), color-stop(75%,#d88672), color-stop(100%,#ca753a), color-stop(100%,#e8c86d));
background: -webkit-linear-gradient(top, #991507 0%, #d88672 75%, #ca753a 100%, #e8c86d 100%);
background: -o-linear-gradient(top, #991507 0%, #d88672 75%, #ca753a 100%, #e8c86d 100%);
background: -ms-linear-gradient(top, #991507 0%, #d88672 75%, #ca753a 100%, #e8c86d 100%);
background: linear-gradient(top, #991507 0%, #d88672 75%, #ca753a 100%, #e8c86d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}

@media (max-width: 767px) {

	#left_sidebar {
		background-color: #dddddd;
	}
}

@media (min-width: 768px) {
	#left_sidebar {
		background-color: #dddddd;
		box-shadow: 3px 3px 2px 3px #444444;
	}
}

.with_border {
	border: solid 1px #DDDDDD;
}

.field_error {
	color: red;
}

.errorlist {
	color: red;
}

.region {
	border: 1px solid gray;
}

p.info {
	color: #333333;
}

p.debug {
	color: #333333;
}
p.error {
	color: #ff2222;
}
p.warning {
	color: orange;
}

input.error {
	background-color: #ff2222;
}

span.error {
	color: #ff1111;
}

.time_dropdown {
	color: #555;
	background-color: #035c6e;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	float:left;
}

.my-nav-pill {
    border: solid 1px #035c6e;
}
.picker-div {
    background-color: #007cf7;
}

.form-control, .form-control:focus{
    background-color: #333222;
    color: #efefef;
}

input[type="button"], input[type="submit"] {
 color:#aaa;
 background-color: #401302;
 background-image:none;
 border:1px solid #443f01;
 border-radius:4px;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
 -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
 -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link {
    font-size: 12pt;
}

.navbar-brand {
    width: 200px;
}

#logo {
    width: 100%;
    height: 100%;
}

.btn, .btn:visited, .btn:active {
    background-color: #2c291f !important;
    color: #cab37b;
}

select, .btn:hover, .btn:focus, .btn-info:focus, .btn.focus {
    color: #f5d374;
    border-color: #f8d674;
    background-color: #564e3d;
}

.btn-default {
    color: #a8630b;
}

/*.tablerow:hover {*/
    /*background-color: #575855 !important;*/
/*}*/

table.dataTable tbody tr.even{
    background-color: #3e3830;
}

table.dataTable tbody tr.even:hover{
    background-color: #4c453b;
}

table.dataTable tbody tr.odd{
    background-color: #222222;
}

table.dataTable tbody tr.odd:hover{
    background-color: #2e2e2e;
}

table.dataTable tbody tr.odd td.sorting_1 {
    background-color: #565656;
}

tr.child, td.child {
    background-color: #222222;
}

.filedrag {
	border: 4px dashed #aaaaaa;
	background-color: #420c05;
}

.filedrag-field {
    background-color: #3e3830;
}

.notelist-odd {
    background-color: #565656;
}

.notelist-even {
	background-color: #494949;
}

.note-field {
    background-color: #686868;
}

.dropdown-menu {
    background-color: #111111;
}

.dropdown-menu>li>a {
    color: #dddddd;
}

.dragging {
    background-color: #565656;
}

.dtr-details {
    background-color: #332222;
}

.whg-custom-input {
    color: #f5d374;
    border-color: #f8d674;
    background-color: #564e3d;
    border-style: solid;
}

.whgbtn {
    border: 1px solid #867a60;
}

.nav-link {
    color: white;
}

.navbar-nav>li>a {
    color: white;
}
