@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:300,400,600');

html { background-color: #eee; }

body {
    margin-top: 100px;
}

h4.dept {
	background-color: #f0ad4e;
	color: #fff;
	display: inline;
	padding: 2px 10px;
	margin-left: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

textarea {
	min-height: 120px;
}

.input-group-addon.empty {
	padding: 0;
	width: 0;
	border: 0;
	border-radius: 0 !important;
}

.form-control.inline-field {
	border-radius: 0 !important;
	border-left: 0;
	border-right: 0;
}

.form-control.larger {
	font-size: 24px;
	font-weight: 300 !important;
	height: 54px !important;
}

.full-width {
	width: 100%;
}

.row .border-right {
	border-right: 1px solid #ccc;
	height: 100%;
	padding-right: 25px;
}

.row .padding-left {
	padding-left: 25px;
}

#page-wrapper, .animateThis {
	-webkit-animation: fadeHeader 1 0.75s ease-in;
	-moz-animation: fadeHeader 1 0.75s ease-in;
	-o-animation: fadeHeader 1 0.75s ease-in;
	animation: fadeHeader 1 0.75s ease-in;
	position: relative;
}

.noAnimation {
	-webkit-animation: none !important;
	-moz-animation: none !important;
	-o-animation: none !important;
	animation: none !important;
}

.hide, .hidden, .printOnly {
	display: none;
}

.validation-error {
	border: 2px solid #d9534f !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

label.validation-error {
	border: none !important;
	font-weight: normal;
}

.modal-body.with-labels span {
    display: block;
    font-size: 16px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}

.status-box {
	display: block;
	height: 40px;
	line-height: 40px;
}

.status-in {
	display: inline;
	height: 40px;
	line-height: 40px;
}

.status-in p{
	display: inline;
	color: #808080;
	padding: 0;
	margin: 0;
}

.status-in .fa {
	vertical-align: sub !important;
	margin-right: 4px;
}

@media(min-width:768px) {
    body {
        margin-top: 65px;
    }
}

#wrapper {
    padding-left: 0;
	background-color: #eee;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #eee;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
	margin-right: 10px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 12px;
    padding-bottom: 13px;
	margin-top: 10px;
    line-height: 20px;
    color: #444;
	border: 1px solid rgba(0,0,0,.2);
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #222;
    background-color: #eee;
	border: 1px solid rgba(0,0,0,.2);
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: -1px;
    border: 1px solid rgba(0,0,0,.15);
	border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.05);
	box-shadow: 0 2px 2px rgba(0,0,0,.06);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 65px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #32323a;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

    .side-nav li a, .side-nav li p {
        width: 225px;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: rgba(0,0,0,0.7) !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a, .side-nav>li>ul>li>p {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #ccc;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.red {
    color: #d9534f;
}

.green {
    color: #5cb85c;
}

.gray {
    color: #a0a0a0;
}

.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red > a {
    color: #d9534f;
}

.panel-red > a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}

.panel-purple {
    border-color: #AA50E6;
}

.panel-purple > .panel-heading {
    border-color: #AA50E6;
    color: #fff;
    background-color: #AA50E6;
}

.panel-purple > a {
    color: #AA50E6;
}

.panel-purple > a:hover {
    color: #AA50E6;
}

/* Custom classes */

.margin-0 {
	margin: 0;
}

.margin-top-12 {
	margin-top: 12px;
}

.margin-top-24 {
	margin-top: 24px;
}

.transparent-btn {
	background: transparent;
	border: 0;
	padding: 14px 18px;
}

.transparent-btn:hover, .transparent-btn:focus {
	color: #d9534f;
	outline: 0;
}

.inline-btn {
	background-color: #ddd;
    border: none;
	padding: 0 8px;
    color: #505050;
    margin-left: 10px;
	box-shadow: 0px 0px 1px 1px #a0a0a0;	
}

.saved .form-control {
	color: #4B964B !important;
	font-weight: bold;
}

table.table-striped tr td {
	font-size: 16px;
}

th.col-sm {
	width: 150px;
}

th.col-med {
	width: 25%;
}

.glyphicon-remove:hover,
.delete.glyphicon-trash:hover,
.edit.glyphicon-pencil:hover {
	color: red;
}

.hideme, .hideme span {
	width: 0 !important;
	padding: 0 !important;
	opacity: 0;
}

.no-border {
	border: none !important;
}

a.no-border:hover {
	background-color: #fff !important;
}

.margin-0 {
	margin: 0 !important;
}

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

td.text-right {
	text-align: right;
	padding-right: 25px !important;
}

.inline  {
	display: inline;
}

.text-right-min-padding {
	text-align: right;
	padding: 8px !important;
}

.text-right-no-padding {
	text-align: right;
	padding: 0 !important;
}

.bold {
	font-weight: bold !important;
}

.transparent {
	background-color: transparent !important;
	border: 0 !important;
}

.file-box {
	text-align: center;
	padding: 20px 0;
	min-height: 150px;
}

.subject-photo-thumb {
	width: 100%;
	padding: 3px;
	border: 1px solid #e5e5e5
}

table.table-hover td a span {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.modal-dialog .panel {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-dialog input.datetime {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	border: 1px solid #ccc !important;
}

.greenAlert {
	color: #fff;
	background-color: #5cb85c;
	border-radius: 6px;
	margin-left: 10px;
	padding: 2px 8px;
	text-transform: uppercase;
	font-weight: bold;
}

#subject-history-modal #log-table th:nth-child(2),
#subject-history-modal #log-table td:nth-child(2) {
	min-width: 150px;
}

/* MOBILE */
@media(max-width:767px) {
	table.desktop { display:none !important; }
	
	.mobile .form-group { 
		margin-bottom: 14px;
		width: 100%;
	}
	
	.mobile  .row-right {
		text-align: right;
		float: right;
		font-weight: bold;
	}
	
	.table input.datetime {
		font-size: 20px;
		font-weight: 400;
		min-width: 200px !important;
		border-right: none !important;
	}
	
	.form_datetime { width: 100%; }

	.no-mobile { display: none; }
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus {
		color: #121212;
	}
	.mobile .btn-primary, .mobile .btn-warning {
		font-family: "Open Sans", Helvetica, Arial, sans-serif;
		font-size: 18px !important;
	}
	.mobile-buttons {
		text-align: center;
	}
	.mobile-buttons button {
		margin-top: 8px;
	}
	.updateEmployee  {
		text-align: center;
		margin: 0 auto;
	}
	.updateEmployee .btn {
		margin-bottom: 10px;
	}
	.navbar-brand img {
		width: 140px;
	}
	.top-nav {
		padding: 0;
	}
	.top-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top:2px;
		margin-left:8px;
	}
	.dropdown-menu {
		margin-left:8px;
	}
	.top-nav>li>a,
	.top-nav>.open>a {
		color: #222;
		background-color: #fff;
		border: 0;
	}
	.top-nav>li>a:hover,
	.top-nav>li>a:focus,
	.top-nav>.open>a,
	.top-nav>.open>a:hover,
	.top-nav>.open>a:focus {
		color: #222;
		background-color: #fff;
		border: 0;
	}
	.side-nav>li>ul>li>a, .side-nav>li>ul>li>p {
		color: #808080;
	}	
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		color: #444;
		background-color: #eee;
	}
	.navbar-inverse .navbar-nav li p {
		color: #444;
	}
	.navbar-inverse .navbar-nav li p:hover, .navbar-inverse .navbar-nav li p:focus {
		color: #444
	}
	.navbar-inverse .navbar-nav > .active > p, .navbar-inverse .navbar-nav > .active > p:hover, .navbar-inverse .navbar-nav > .active > p:focus {
		color: #fff;
		background-color: #337ab7;
	}
	
	.row .padding-left {
		padding-left: 10px;
	}	
	
	.row .border-right, .row .padding-left {
		border-right: 0;
		padding-right: 10px;
	}	

	#subject-table th:nth-child(1), #subject-table td:nth-child(1),
	#subject-table th:nth-child(4), #subject-table td:nth-child(4),
	#subject-table th:nth-child(5), #subject-table td:nth-child(5),
	#subject-table th:nth-child(6), #subject-table td:nth-child(6) {
		display: none;
	}
	
	#subject-trespass-orders-table th:nth-child(1), #subject-trespass-orders-table td:nth-child(1),
	#subject-trespass-orders-table th:nth-child(3), #subject-trespass-orders-table td:nth-child(3) {
		display: none;
	}	
}

/* TABLET OR SMALLER */
@media(max-width:991px) {

}

/* DESKTOP */
@media(min-width:768px) {
	.mobile { display:none !important; }
	
	.top-nav>.open>.dropdown-menu {
		margin-top: 8px;
	}	
	
	.table input.datetime {
		font-size: 24px;
		font-weight: 400;
		width: 250px !important;
		border-right: none !important;
	}
	
	.modal-dialog input.datetime {
		font-size: 24px;
		font-weight: 400;
		width: 100% !important;
	}
	
	input.smNumber {
		width:80px;
	}
	
	input.medNumber {
		width:120px;
	}	

	.columns-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.columns-3 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.columns-3 a.list-group-item {
		display: inline-block;
	}
	
	.table-responsive > .table-full-panel {
		table-layout:fixed !important;
	}	
}

@-webkit-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes dropHeader {
  0% {
    top: -40px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeHeader {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Overrides */
.select2-container--default .select2-selection--single {
    height: 48px;
    padding: 6px 12px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -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;	
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555;
    line-height: 36px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 4px;
}

.select2 {
	width: 100% !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
    text-align: left !important;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0 !important;
}

.dataTables_filter label,
.dataTables_filter input {
	width: 100%;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 12px 10px !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
}

table.dataTable th, table.dataTable td {
    font-size: 15px;
}

table.dataTable tr > td:hover {
	cursor: hand;
	cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border-radius: 30px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #fff !important;
    border: 1px solid #3E3E42 !important;
	background: #3E3E42 !important;
}

.dataTables_length label {
	font-weight: normal;
	margin-bottom: 15px;
}

.dataTables_length label select {
	border: 0 !important;
}

#subject-table th:first-child {
	width: 40px !important;
}