﻿/*
[ Main ]
*/
body {
	background: #FCFCFE;
	margin: 0;
	padding: 0;
}

.mainnav li.disabled {
    opacity: 0.5;
}

.mainnav li.disabled a:focus,
.mainnav li.disabled a:hover,
.mainnav li.disabled a:active {
    text-decoration: none !important;
    cursor: not-allowed !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #777 !important;
}

.ln_solid {
    border-top: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.row-without-margin{
	margin-left: 0 !important;
}

.full-screen {
	width: 90%;
	height: auto;
	margin: 0;
	top: 0;
	left: 0;
}

.case-management-container {
	/*overflow-y: auto;
	height: calc(100vh - 190px);*/
	padding: 0 50px;
}

.interface_section {
	color: #555;
	padding: 20px;
	/*margin-top: 30px;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;*/
}

.interface_section .interface_name {
	color: #777;
	font-size: 28px;
	/*margin-left: 20px;
	border-bottom: 2px solid #00ba8b;*/
}

.interface_section .interface_name i{
	margin-right: 10px;
}

.interface {
	margin: 20px;
}

.main-content-top-margin{
	margin-top: 2vh;
}


.text-color-dark{
	color: #6C757D !important;
}

.page-header-decription{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
	/*border-bottom: 2px solid #00ba8b;*/
	margin-right: 15px;
}

.form-header-description{
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.form-header-description div:first-child {
    padding-left: 0 !important;
}

.form-back-button:hover,
.form-back-button:active,
.form-back-button:link
{
	text-decoration: none !important;
	color: #8FBBDD !important;
}

.form-back-button,
.form-back-button:visited{
	color: #B2AFAA;
	padding: 5px 12px;
	border: 1px solid #CCCCCC;
	border-radius: 10%;
	margin-right: 15px;
}

/*
[ Filter styles ]
*/

.filter-container {
	display: flex;
	border: 1px solid #DDDDDD;
	padding: 15px 20px;
	background: #DDDDDD;
}

.pagination > li.active > a, .pagination > li.active > span{
	color: #fff !important;
	background-color: #449d44 !important;
	border-color: #398439 !important;
	opacity: 0.7;
}


.inplace-text input,
.inplace-editor input{
	outline: none;
	box-shadow: none;
	padding: 1px 0px;
	border: 1px solid #ccc;
}

.inplace-editor textarea{
	outline: none;
	box-shadow: none;
	border: 0px solid;
	padding: 0px 0px;
	display: block;
}

.modal-custom {
    width: 1200px;
}

.people-form-row{
    /*display: flex;
    justify-content: center;

    width: 100%;

    align-items: center;*/

    margin-left: -13px;
}

.group-box {
	/*border: 1px solid #ddd;*/
	border: 1px solid #777777;
	padding: 30px 10px;
	margin: 15px 0;
	position: relative;

	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	margin-bottom: 20px;
}

.group-box .group-title {
	position: absolute;
	top: -12px;
	background: white;
	padding: 0 15px;
	text-align: center;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
}


table#tasks-list {
	width: 100% !important;
}

.table-responsive .container-fluid{
	padding: 0 !important;
}

tr.critical-case td:not(:first-child)  {
	color: #ac2925;
	font-weight: bold;
	background-color: #ff0b0b08;
}

.dataTable tbody tr {
    cursor: pointer;
}

.dataTable tbody tr.deleted {
    cursor: inherit;
}

.icon-splitter-right {
    margin-right: 5px;
    min-width: 13px;
}

/* select 2 modifications */
.select2-search--inline input{
    margin: 3px 8px 0 8px !important;
    color: #999999;
    opacity: 0.87;
}

.invisible-element {
    visibility: hidden;
}

