﻿.nav-tabs-custom > .nav-tabs > li {
	    background-color: lightgray;
    }

/* Make Select2 boxes match Bootstrap3 heights: */
.select2-selection__rendered {
  line-height: 32px !important;
}

.select2-selection {
  height: 34px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: white;
	border: 2px solid white;
	border-radius: 14px;
	box-shadow: 0 0 3px #444;
	box-sizing: content-box;
	text-align: center;
	font-family: 'Courier New', Courier, monospace;
	line-height: 14px;
	content: '+';
	background-color: #30b331;
}

.time-label
{
    font-size: 10px !important;
}

/* modal fix - this is to override the if multiple dialogs are open on top of each other, closing the top model wont make the bottom modal loose scroll */
.modal{
   overflow:auto !important;
}
/* modal fix */

td.details-control {
        background: url('/Content/img/details_open.png') no-repeat center center;
        cursor: pointer;
    }

    tr.shown td.details-control {
        background: url('/Content/img/details_close.png') no-repeat center center;
    }