/*-------------------------------- DISPLAY --------------------------------*/
div.hidden_alert:empty { display: none; }

/*-------------------------------- BODY --------------------------------*/

.hdivider50{
    margin-left:52px;
    height:auto;
    display:inline-block;
}

.maxWidth500{
	max-width:500px;
}
.maxWidth700{
	max-width:700px;
}
.maxWidth800{
	max-width:800px;
}

.two-part-input{
    width:100% !important;
}
.two-part-input .first{
    width:75% !important;
}
.two-part-input .second{
    width:25% !important;
}

.grasp.input-group-addon {
    min-width:65px;
    text-align:left;
}

/*-------------------------------- DNET TABLES --------------------------------*/

/*dnettable has blue text in first column.  dnettable2 is normal*/
.dnettable table, .dnettable th, .dnettable tr, .dnettable td, .dnettable table2, .dnettable2 th, .dnettable2 tr, .dnettable2 td {
	vertical-align: middle!important;
}

.dnettable thead, .dnettable2 thead {
	background-color: #7b7b7b;
	color: #fff;
}

.dnettable .internaltable > thead, .dnettable2 .internaltable > thead {   /* copied from bootstrap.  for use in shopping_lists because of table within table  */
	font-family: 'PlayRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	background-color: #ffffff;
	color: #444;
	margin: 0px;
}

.dnettable tr:last-child, .dnettable2 tr:last-child {
	border-bottom: 1px solid #ddd;
}

.dnettable td:first-child, .dnettable td:first-child a {
	color: #1B5E9E;
}

.dnettable td:first-child a:hover {
	color: #FF4D4D;
}

.dnettable th, .dnettable2 th {
	padding-left: 8px!important;
	border-bottom: 0px!important;
}

.dnettablebtn {
	margin-bottom: 3px!important;
	margin-top: 3px!important;
}

.admintablebtn {
	margin-right: 10px;
}

.dnettableadd, .pagination > .active > a {
	background: #1B5E9E;
	border-color: #1B5E9E;
}

.dnettableadd:hover, .pagination > .active > a:hover {
	background: #3c8bd6;
	border-color: #3c8bd6;
	color: #000;
}

.dnettableexpand, .pagination > .active > a {
	background: #0d0d0d;
	border-color: #0d0d0d;
}

.dnettableexpand:hover, .pagination > .active > a:hover {
	background: #bfbfbf;
	border-color: #bfbfbf;
	color: #000;
}

.dnettableconfig {
	background: #980001;
	border-color: #980001;
}

.dnettableconfig:hover {
	background: #df3b3b;
	border-color: #df3b3b;
	color: #000;
}

.pagination > li:not(.active) > a {
	color: #1B5E9E!important;
}

.table-striped-children > tbody > tr.odd > td,
.table-striped-children > tbody > tr.odd > th,
.table-striped-children > tfoot > tr.odd > td,
.table-striped-children > tfoot > tr.odd > th,
.table-striped-children > tbody > tr.odd > td > table > thead > tr > th,
.table-striped-children > tbody > tr.odd > td > table > tbody > tr > td {
  background-color: #f9f9f9;
}
/*
tr.childrenItems.odd > td{
  background-color: transparent!important;
}*/

.table-striped-children > tbody > tr.grouping > td,
.table-striped-children > tbody > tr.grouping > th{
  background-color: #d9edf7;
}

.table-striped-children > tbody > tr.grouping.grouping_title > td,
.table-striped-children > tbody > tr.grouping.grouping_title > th{
  /*background-color: #97c6de;*/
  background-color: #97c6de;
}

.table-striped-children > tbody > tr.grouping.grouping_parent > td,
.table-striped-children > tbody > tr.grouping.grouping_parent > th{
  background-color: #5ea3c5;
  color: white;
}

.table-borderless tbody tr:not([role="row"]) td{
    border-top: none;
}

.force-input-width input{
	/* chrome and maybe dataTables force inputs to display their full 'size' but firefox doesn't. */
	min-width: 50px;
}

tbody>tr.grouping>td:nth-child(1) { 
	border-left: 4px solid gray; 
}

.grbase-table-1, .grbase-table-2 {
	border-collapse: collapse;
	width: 100%;
}
.grbase-table-1 th {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.grbase-table1-header {
	border: solid 1px #1B5E9E;
}
.grbase-table-1 td {
	border: 1px solid #DDDDDD;
}
.grbase-table-1 th, .grbase-table-1 td, .grbase-table-2 th, .grbase-table-2 td {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 23px;
}
.grbase-table-2 th {
	font-size: 18px;
	font-weight: 300;
	border-bottom: 5px solid #DDDDDD;
	text-align: left;
}
.grbase-table-2 td {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

table.table tr.trBottomBorder {
    border-bottom: 1px solid #ddd;
}

table .right-align {
	text-align: right;
}

.right-align2 {
	text-align: right;
}

table .center-align {
	text-align: center;
}

tbody td.comment-control {
    background: url('../../img/show.png') no-repeat center center;
    cursor: pointer;
}
tbody tr.shown td.comment-control {
    /*background: url('../../img/hide.png') no-repeat center center;*/    /*  This shorthand property was setting background-color to white for some reason */
    background-image: url("../../img/hide.png");
    background-repeat: no-repeat;
    background-attachment: center;
    background-position: center;
}

.bold_red {
	color:red!important;
	font-size: 24px!important;
}

.cautionary_row {
	background-color:#ABE1FA!important;
}

.cautionary_row_red {
	background-color:#FFE0DA!important;
}

.table-striped>tbody>tr.cautionary_row>td,
.table-striped>tbody>tr.cautionary_row_red>td {
	background-color: transparent;
}



.striped>div { 
	border-top: solid #83D2F9;
	padding-top: 5px;
	padding-bottom: 5px;
}
.striped>:nth-of-type(odd) { 
	/*border-left: 4px solid gray; */
	background-color: #d9edf7;  /*light blue*/
}
.striped>:nth-of-type(even) { 
	/*border-left: 4px solid gray; */
	background-color: #f9f9f9;  /*light grey*/
}

/*=============================================== FORM ===============================================*/

.force_width { width:100% !important; }
.forceZindexTop{z-index: 99999 !important;}

/*-------------------------------- DNET MISC. - MODAL, SEARCH FIELDS, CONTACT --------------------------------*/

.forminline {
	display: inline-block;
}

.nomargin {
	margin: 0px;
}

.dnetsearchbox {
	background: #1B5E9E;
	padding: 20px;
	border: 1px solid #3c8bd6;
	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;
}

.dnetsearchlist {
	color: #fff;
	margin-right: 10px;
}

.dnetsearchlist.checkbox-inline+.checkbox-inline {
	margin-left: 0px;
}

.dnetradio.radio-inline+.radio-inline {
	margin-left: 0px;
}

.dnetradio {
	margin-right: 10px !important;
}

.dnetsearchbox .input-group {
	margin-bottom: 5px;
}

.dnetm {
	border-bottom: 0px;
	border-top: 0px;
}

.dnetmm {
	padding-bottom: 0px;
	padding-top: 0px;
}

.modal-open {
	overflow-y: scroll!important;
}

.modal-body p {
	word-wrap: break-word!important;
	white-space: normal!important;
}

.empname {
	font-family: 'PlayBold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: 0px;
}

.empcell {
	margin-bottom: 0;
}

.employee {
	margin-bottom: 30px;
	width: 100%;
	max-width: 160px;
	float: right;
}

.internal_list {
	list-style-position: inside;
}

/*-------------------------------- DNET LOGIN PAGE --------------------------------*/
.dnetalert {
	background-color: #980001;
            /*#dff0d8;*/
	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;
	padding: 30px;
	color: #fff;
	margin: 12px 0px 0px 0px;
        -webkit-font-smoothing:antialiased;
}

.dnetalert p {
	margin: 0px;
	line-height: 20px;
}

.dnetalert a {
	color:  #55aafa;
        font-weight: bold;
        font-family: "PlayBold";
}

.dnetalert a:hover {
	color: #032c53;
}
