/*
 * Name: Rubato Web
 * Author: Inspira
 * Author URI: http://inspira.com.br
 */


body {
	font-family: 'Roboto', sans-serif;
	color: #626262;
	font-size: 14px;
	margin-top: 101px;
	background: #f1f1f1;
	margin-left: 250px;
}

/* a {
	color: #2a5c87;
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} */

a:focus, a:hover {
    color: #4290d4;
    text-decoration: underline;
}

/* hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-top: 1px solid #ddd;
} */

.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.h1, h1 {
    font-size: 2.5rem;
    font-weight: 100;
    color: #333;
}

.main-title {
	background: #163147;
    color: #fff;
    padding: 27px 20px;
    margin: -33px -30px 30px -30px;
}

.main-title h1 {
	color: #fff;
}

.main-title .btn {
	font-weight: 300 !important;
}

.loading{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	background-color: #f1f1f1;
	opacity: 0.8;
	z-index: 1050;
	display: none;
}

.loading.show{
	display: block;
}

.loading:before{
	content: '';
	width: 200px;
	height: 200px;
	background: url(../images/loading.svg) center no-repeat;
	display: block;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

h2.sub-title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 1px;
    color: #9a9a9a;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.bg-faded {
    background-color: #ffffff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.navbar-brand img {
	width: 120px;
    margin-top: 5px;
}

.nav-link {
    font-size: 16px;
    font-weight: 400;
}

ul.warning,
ul.check {
	padding-left: 20px;
	list-style: none;
}

ul.warning li,
ul.check li {
    padding: 4px 0;
    border-bottom: 1px dotted #eee;
}

ul.check li:before {
	font-family: 'FontAwesome';
	content: '\f00c';
	margin: 0 5px 0 -15px;
	color: #9a9a9a;
}

ul.warning li:before {
	font-family: 'FontAwesome';
	content: '\f06a';
	margin: 0 5px 0 -15px;
	color: #9a9a9a;
}


.content-box {
	box-shadow: 0 1px 3px #ccc;
    background: #fff;
    padding: 30px;
	border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.content-box .sub-title {
	margin-top: 50px;
}

div.content-box > h2:nth-child(2) {
	margin-top: 0px;
}

.content-box > h3, .content-box .title {
	margin: 0;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
}

.charts > span {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #2a5c87;
}

.clone-line {
	float: right;
	color: green;
}

.input-group {
	box-shadow: 0px 1px 2px #ccc;
}

/* .input-group input {
	border-left: 0;
	padding-left: 0;
} */

.input-group input:focus{
    outline: none;
    border-color: rgba(0,0,0,.15);
}

.input-group-addon {
	background: #fff;
    border-right: 0;
    color: #163147;
}

.modal-body {
	background: #f1f1f1;
}

.top15 { margin-top:15px; }

.form .input-group {
	box-shadow: none;
	margin-bottom: -1px !important;
    border-radius: 0;
}

.form .input-group-addon {
	border-radius: 0;
	padding: 1rem .75rem;
	width: 40px;
}

.form .no-gutters .input-group-addon {
	border-left: 0;
}

.no-border-left {
	border-left: 0 !important;
}

.form .no-gutters .input-group-addon:first-child {
	border-left: 1px solid rgba(0,0,0,.15);
}

.form .no-gutters .periodo-fields:last-child .input-group-addon {
	border-left: 0;
}

.form-top-left {
	border-top-left-radius: .25rem !important;
}

.form-top-right {
	border-top-right-radius: .25rem !important;
}

.form-bottom-left {
	border-bottom-left-radius: .25rem !important;
}

.form-bottom-right {
	border-bottom-right-radius: .25rem !important;
}

/* .form input[type=file],
.form input[type=time],
.form input[type=date],
.form input[type=text] {
	width: 100%;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0;
}

.form input[type=file] {
	background: #fff;
    padding-top: 10px;
}

.form select {
	width: 100%;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0;
    background: #fff;
    border-radius: 0;
} */

.periodo-fields {
	display: none;
}

/* .col-switch {
	background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-left: 0;
	border-bottom: 0;
}

.fast-add.col-switch {
	border-bottom: 1px solid rgba(0,0,0,.15);
	padding-bottom: 1px;
}

.col-switch .label {
	position: absolute;
    top: 15px;
    left: 10px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 34px;

	color: #fff;
}

.switch input {display:none;}

.switcher {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2a5c87;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 34px;
	line-height: 2.45;
    padding-left: 10px;
}

.switcher.periodo {
	text-align: right;
	padding-left: 0;
	padding-right: 10px;
}

.switcher:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

.switch input:checked + .switcher {
	background-color: #163147;
}

.switch input:focus + .switcher {
	box-shadow: 0 0 1px #163147;
}

.switch input:checked + .switcher:before {
	-webkit-transform: translateX(66px);
	-ms-transform: translateX(66px);
	transform: translateX(66px);
} */

/* .form textarea {
	width: 100%;
    border: 1px solid rgba(0,0,0,.15) !important;
    padding: 10px !important;
    margin-bottom: -7px;
}

.form input[type=text]:focus, .form textarea:focus, .form select:focus {
	outline: none;
	outline-width: 0;
	box-shadow: none;
    border: 1px solid rgba(0,0,0,.15);
    margin: 0;
    border-left: 0;
    padding-left: 0;
}

.form textarea:focus {
    margin-bottom: -7px;
}

input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
} */

.login-email .input-group-addon {
	border-bottom-left-radius: 0;
}

.login-email input {
	border-bottom-right-radius: 0px;
}

.login-pass .input-group-addon {
	margin-top: 0;
    border-top: 0;
    border-top-left-radius: 0;
}


.login-pass input {
	margin-top: 0;
    border-top: 0;
    border-top-right-radius: 0;
}

.widget {
    color: #fff;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	height: 100%;
	box-sizing: border-box;
}

.widget-row .col-md-4 {
	margin-bottom: 30px;
}

.widget.color-1 {
	background: #306a9c;
}

.widget.color-2 {
	background: #2a5c87;
}

.widget.color-3 {
	background: #224b6e;
}

.widget .topic-list li {
	margin-bottom: 0 !important;
	padding: 0 30px 0 30px !important;
}

.widget .topic-list {
    margin: 0;
    z-index: 10;
    position: relative;
}

.widget i {
	bottom: -20px;
    font-size: 110px;
    position: absolute;
    color: rgba(22, 49, 71, 0.50);
    left: -20px;
    z-index: 0;
}

.filtro-relatorio {
	margin-bottom: 30px;
}

.filtro-relatorio .form .input-group {
	margin-bottom: 0;
}

.filtro-relatorio .btn {
	width: 100%;
    border-radius: 0;
    padding: 15px 0;
}

.filtro-relatorio.no-gutters .input-group-addon:first-child {
	border-left: 0 !important;
}

.filtro-relatorio.no-gutters .col:first-child .input-group-addon,
.filtro-relatorio.no-gutters .col-md-2:first-child .input-group-addon {
	border-left: 1px solid rgba(0,0,0,.15) !important;
}

.btn {
	cursor: pointer;
    font-size: 14px;
    font-weight: 300;
}

.btn i {
	margin-right: 5px;
}

.table .fa-check {
	color: #535F2D;
}

.table #appointment-blocks td {
	vertical-align: middle;
}

.table tbody tr:hover .fa-check {
	color: #fff;
}

.table tbody tr .fa-check-draft {
	color: #163147;
}

.table tbody tr:hover .fa-check-draft {
	color: #163147;
}

.table tbody tr .btn-outline-primary:hover .fa-check-draft {
	color: #fff;
}

.btn-outline-danger,
.btn-outline-primary {
	background: #fff;
    color: #626262;
	border: 1px solid transparent;
	border-color: #999;
}

.btn-outline-primary:hover {
	background: #163147;
    color: #fff;
	border-color: #163147;
}

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

.form-control-lg {
    font-weight: 100;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    font-weight: 100;
}

.btn-primary {
    color: #fff;
    background-color: #163147;
    border-color: #163147;
}

.btn-primary i {
    color: #fff !important;
    margin-right: 5px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2a5c87;
    border-color: #2a5c87;
}

.btn-secondary {
    color: #224b6e;
    background-color: #fff;
    border-color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #224b6e;
    border-color: #224b6e;
}

.btn-download {
    color: #fff;
    background-color: #2E3B05;
    border-color: #2E3B05;
}

.btn-download:hover {
    color: #fff;
    background-color: #535F2D;
    border-color: #535F2D;
}

.badge-danger {
    background-color: #9a0400;
}

.table {
	margin-bottom: 0;
}

.table-striped tr td > i {
	width: 18px;
}

body.login-reports {
	margin-left: 0;
}

.login-reports #background-effect {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -3;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}

.login-reports .form-signin {
	text-align: center;
    position: absolute;
    width: 320px;
    max-width: 100%;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -129.773px;
}

.footer-fixed {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.login-reports .logo {
	width: 200px;
	height: auto;
	margin-bottom: 20px;
}

.login-reports .checkbox {
	text-align: right;
}

.report-heading {
	    font-size: 16px;
    font-weight: 600;
    margin: 10px -15px 30px -15px;
}

.report-heading img {
	width: 200px;
	height: auto;
}

.title-report {
	font-weight: 400;
    text-transform: uppercase;
    font-size: 28px;
    color: #224b6e;
    letter-spacing: -1px;
}

.footer-report {
	font-size: 12px;
    color: #9a9a9a;
}

.footer-report img {
	width: 150px;
	margin-bottom: 10px;
	opacity: 0.4;
}

.footer-report .col-6.text-right {
	font-size: 14px;
    color: #9a9a9a;
}

.footer-report .title-report {
	color: #9a9a9a;
	font-size: 22px;
	display: block;
}

.statics-report {
	border: 1px solid #ddd;
	margin-top: 30px;
}

.statics-report .col-3 {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 100;
}

.statics-report .col-3 span {
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.statics-report .col-6 {
	background: #163147;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 30px;
    font-weight: 100;
    padding-right: 25px;
}

.statics-report .col-6 span {
	display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
}

.menu-padding {
	padding: 0 15px;
}

#left-sidebar {
	position: fixed;
    left: 0;
    top: 57px;
    bottom: 0;
 	border-right: 1px solid #ccc;
    background: #fff;
    padding: 30px 15px;
	overflow-y: auto;
	width: 80px;
	border-right: 1px solid #ccc;
	z-index: 999;
	display: none;
}

.tooltip.sidebar .tooltip-inner {
	position: absolute !important;
	left:23px !important;
	top: -14px !important;
}

.tooltip.sidebar .arrow {
	position: absolute !important;
	left:18px !important;
	top: -6px !important;
}

#body-container {
	position: absolute;
	left:80px;
	right: 0px;
	width: unset !important;
	display: flex;
  	flex-direction: column;
}

.sidebar-footer {
	position: fixed;
    bottom: 0;
    background: #f1f1f1;
    left: 0;
    border-top: 1px solid #ccc;
    width: 250px;
    text-align: center;
    border-right: 1px solid #ccc;
}

.sidebar-footer a {
	padding: 10px 30px;
    text-align: center;
    display: inline-block;
}

.sidebar-nav {
	padding-bottom: 20px;
}

.sub-info {
    display: inline-block;
    margin-left: 30px;
}

.sub-info b {
    display: inline-block;
    font-size: 11px;
    margin-right: 5px;
}

.sub-info span {
	font-size: 37px;
    font-weight: 100;
    line-height: 1;
}

.sub-info span i {
    font-style: normal;
    font-size: 28px;
}

.my-details {

}

.profile {
    padding: 30px;
    margin: -30px -30px 15px -30px;
    height: 250px;
    background-size: cover;
    background-position: top center;
    position: relative;
}

.profile h2 {
    position: absolute;
    display: inline-block;
    bottom: 30px;
    color: #fff;
    line-height: 1;
    text-shadow: 0px 1px 0px #000;
	margin: 0;
}

.topic-list {
	margin: -10px 0 0 0;
    padding: 0;
    list-style: none;
}

.topic-list li {
	margin: 0 -30px;
    padding: 15px 30px 15px 30px;
    border-bottom: 1px solid #eee;
}

.topic-list li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
    margin-bottom: -15px;
}

.topic-list h3 {
	font-size: 1.3rem;
    margin: 0;
    font-weight: 300;
    display: inline-block;
}

.topic-list .number {
	font-size: 42px;
    display: inline-block;
    text-align: center;
    margin: 0 10px 0 0;
    letter-spacing: -2px;
}

.sub-title-big {
	padding: 30px 35px;
    margin: -30px -30px 15px -30px;
    background: #224b6e;
    color: #fff;
}

.sub-title-big h2 {
	margin: 0;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
}

.sub-title-big .col-md-6:first-child span {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #99cfff;
}

.sub-title-mid {
    color: #163147;
}

.sub-title-mid h2 {
	margin: 0;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
}

.sub-title-mid .col-md-6:first-child span {
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #99cfff;
}

.sub-title-big .sub-info {
	color: #4290d4;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.sub-title-big:hover .sub-info {
	color: #fff;
}

.simple-table thead th {
    border-top: 0;
    color: #999;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.task-list tr td:first-child {
	width: 30px;
}

.task-list tr td:nth-child(2) {
	position: relative;
}

/* .table-striped tbody tr,
.task-list tbody tr {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
} */

.table-striped tbody tr:hover,
.task-list tbody tr:hover {
	background: #2a5c87 !important;
    color: #fff;
}

.table-striped tbody tr:hover a.jira,
.task-list tbody tr:hover a.jira {
    color: #fff;
}

.task-list a,
.simple-table a {
	display: inline-block;
	color: #163147;
    background: transparent;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: absolute;
    right: 10px;
    top: 12px;
}

.simple-table a span {
	display: none;
}

.simple-table tbody tr:hover a span {
	display: inline;
}

.simple-table tbody tr:hover a {
	color: #163147;
    background: #fff;
}

.task-list a i {
	margin-right: 5px;
	color: #777;
}

.task-list label span {
        font-weight: 600;
}

.task-list label i {
	margin-right: 5px;
	color: #9a0400;
}

.task-list tbody tr:hover label i {
	color: #fff;
}

.task-list .task-done label span {
    text-decoration: line-through;
}

.task-list .task-done span.badge {
    display: none;
}

.task-list [type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    display: inline-block;
	margin-bottom: 0;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.task-list [type="checkbox"]:not(:checked),
.task-list [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.task-list [type="checkbox"]+label:before,
.task-list [type="checkbox"]:not(.filled-in)+label:after {
    content: '';
    position: absolute;
	top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-top: 1px;
    transition: .2s;
    background: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.10) inset;
}

.task-list tbody tr:hover [type="checkbox"]+label:before,
.task-list tbody tr:hover [type="checkbox"]:not(.filled-in)+label:after {
    border: 2px solid #fff;
    background: #f1f1f1;
    box-shadow: 1px 1px 3px rgba(42, 92, 135, 0.6) inset;
}

.task-list [type="checkbox"]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.task-list [type="checkbox"]:checked+label:before {
	top: -2px;
    left: -3px;
    width: 10px;
    height: 18px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 3px solid #546b0d;
    border-bottom: 3px solid #546b0d;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: transparent;
    box-shadow: none;
}

.task-list tbody tr:hover [type="checkbox"]:checked+label:before {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background: transparent;
    box-shadow: none;
}

.round {
 	line-height: 32px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    border-radius: 100%;
    background: #2a5c87;
    padding-left: 1px;
}

.task-list .task-done .round {
    background: #546b0d !important;
}

.priority-1 {
	background: #163147;
}

.priority-2 {
	background: #306a9c;
}

.priority-3 {
	background: #4290d4;
}

.priority-none {
	background: #999;
}

.scroll-tasks {
	height: 290px;
    overflow-y: auto;
}

.page-item.active .page-link {
    background-color: #2a5c87;
    border-color: #2a5c87;
}

.page-link {
	color: #2a5c87;
}





div.dataTables_wrapper {
	padding-right: 0;
    padding-left: 0;
}
table.dataTable {
	clear: both;
	margin-top: 6px !important;
	margin-bottom: 6px !important;
	max-width: none !important;
	border-collapse: separate !important;
	max-width: 100% !important;
	width: 100% !important;
}
table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
	text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
	width: 75px;
	display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
	text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0.5em;
	display: inline-block;
	width: auto;
}
div.dataTables_wrapper div.dataTables_info {
	padding-top: 8px;
	white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	margin: 2px 0;
	white-space: nowrap;
	    width: auto;
    display: inline-flex;
}
div.dataTables_wrapper div.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	margin-top: -26px;
	text-align: center;
	padding: 1em 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
	padding-right: 30px;
}
table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
	outline: none;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	cursor: pointer;
	position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: block;
	font-family: 'FontAwesome';
	opacity: 0.5;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	content: "\f0dc";
	/* sort */
}
table.dataTable thead .sorting_asc:after {
	content: "\f0de";
	/* sort-by-attributes */
}
table.dataTable thead .sorting_desc:after {
	content: "\f0dd";
	/* sort-by-attributes-alt */
}
table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
	color: #eee;
}

div.dataTables_scrollHead table.dataTable {
	margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
	border-top: none;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
	display: none;
}
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
	border-top: none;
}

div.dataTables_scrollFoot table {
	margin-top: 0 !important;
	border-top: none;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
		text-align: center;
	}
}
table.dataTable.table-condensed > thead > tr > th {
	padding-right: 20px;
}
table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
	top: 6px;
	right: 6px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
	border-left-width: 0;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
	border-right-width: 0;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
	border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
	border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
	margin: 0;
}

.dataTables_info {
	font-size: 13px;
}

.dataTables_info b {
	font-weight: 600;
}

.pagination {
	opacity: 0.5;
	transition: all 300ms ease-in-out;
}

.pagination:hover {
	opacity: 1;
}

.dataTables_info,
div.dataTables_wrapper > div.row:first-child {
	opacity: 0.4;
	transition: all 300ms ease-in-out;
}

.dataTables_info:hover,
div.dataTables_wrapper > div.row:first-child:hover {
	opacity: 1;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
	padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
	padding-right: 0;
}

table.dataTable.fixedHeader-floating, table.dataTable.fixedHeader-locked {
	background-color: white;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

table.dataTable.fixedHeader-floating {
	position: fixed !important;
	width: inherit !important;
}

table.dataTable.fixedHeader-locked {
	position: absolute !important;
}

@media print {
	table.fixedHeader-floating {
		display: none;
	}
}

table.dataTable th.focus, table.dataTable td.focus {
    outline: 1px solid #0d47a1;
    outline-offset: -1px;
    background-color: #fcffbf !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
	cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
	display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
	top: 20px;
	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: #337ab7;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	content: '-';
	background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
	display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
	padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
	position: relative;
	cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	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: #337ab7;
}

table.dataTable.dtr-inline.collapsed.collapse-2nd-row > tbody > tr > td:nth-child(2),
table.dataTable.dtr-inline.collapsed.collapse-2nd-row > tbody > tr > th:nth-child(2){
	position: relative;
    padding-left: 30px;
    cursor: pointer;
}
table.dataTable.dtr-inline.collapsed.collapse-2nd-row > tbody > tr > td:nth-child(2):before,
table.dataTable.dtr-inline.collapsed.collapse-2nd-row > tbody > tr > th:nth-child(2):before {
	top: 20px;
	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: #337ab7;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
	content: '-';
	background-color: #d33333;
}
table.dataTable > tbody > tr.child {
	padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
	background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
table.dataTable > tbody > tr.child ul li {
	border-bottom: 1px solid #efefef;
	padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
	padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
	border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: bold;
}

.sidebarnav {
	padding: 0;
    list-style: none;
    margin: 0;
	overflow-y: auto;
}

.scrol-sidebar {
	overflow-y: auto;
}

.sidebarnav li a {
	width: 100%;
	display: block;
	font-size: 16px;
	padding: 10px 15px;
	color: #163147;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 300;
}

.sidebarnav li a:hover:not(.btn) {
	color: #fff;
	background: #163147;
}

.sidebarnav li a:hover i {
	color: #fff!important;
}

.sidebarnav li a.btn {
	padding: .5rem 1rem;
	color: #fff!important;
}

.sidebarnav a i {
	color: #626262;
	margin-right: 5px;
}

.sidebarnav li {
	width: 100%;
	display: block;
}

.sidebarnav li ul {
	padding: 0;
}

.nav-small-cap {
	font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #9a9a9a;
    margin-top: 30px;
	padding-left: 15px;
}

.sidebarnav .arrow {
	float: right;
	line-height: 1.42857;
}

*[dir="rtl"] .sidebarnav .arrow {
	float: left;
}

.sidebarnav .glyphicon.arrow:before {
	content: "\e079";
}
.sidebarnav .active > a > .glyphicon.arrow:before {
	content: "\e114";
}

.sidebarnav .fa.arrow:before {
	content: "\f104";
}
.sidebarnav .active > a > .fa.arrow:before {
	content: "\f107";
}
.sidebarnav .plus-times {
	float: right;
}
*[dir="rtl"] .sidebarnav .plus-times {
	float: left;
}
.sidebarnav .fa.plus-times:before {
	content: "\f067";
}
.sidebarnav .active > a > .fa.plus-times {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sidebarnav .plus-minus {
	float: right;
}
*[dir="rtl"] .sidebarnav .plus-minus {
	float: left;
}
.sidebarnav .fa.plus-minus:before {
	content: "\f067";
}
.sidebarnav .active > a > .fa.plus-minus:before {
	content: "\f068";
}
.sidebarnav .collapse {
	display: none;
}
.sidebarnav .collapse.in {
	display: block;
}
.sidebarnav .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}

.sidebarnav .has-arrow {
	position: relative;
}

.sidebarnav .has-arrow::after {
	position: absolute;
	content: '';
	width: .5em;
	height: .5em;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: initial;
	right: 18px;
	-webkit-transform: rotate(135deg) translate(0, -50%);
	-ms-transform: rotate(135deg) translate(0, -50%);
	-o-transform: rotate(135deg) translate(0, -50%);
	transform: rotate(135deg) translate(0, -50%);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	top: 50%;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

*[dir="rtl"] .sidebarnav .has-arrow::after {
	right: auto;
	left: 1em;
	-webkit-transform: rotate(225deg) translate(0, -50%);
	-ms-transform: rotate(225deg) translate(0, -50%);
	-o-transform: rotate(225deg) translate(0, -50%);
	transform: rotate(225deg) translate(0, -50%);
}

.sidebarnav .active > .has-arrow::after, .sidebarnav .has-arrow[aria-expanded="true"]::after {
	-webkit-transform: rotate(225deg) translate(0, -50%);
	-ms-transform: rotate(225deg) translate(0, -50%);
	-o-transform: rotate(225deg) translate(0, -50%);
	transform: rotate(225deg) translate(0, -50%);
}




.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu-item div{
	max-width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}




.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
	width: 100%;
}
.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px;
}
.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.select2-container .select2-search--inline {
	float: left;
}
.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none;
}
.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-container--open .select2-dropdown {
	left: 0;
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-search--dropdown {
	display: block;
	padding: 4px;
}
.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
	border-left: 0;
	cursor: text;
	padding: 8px 8px 8px 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
    background-color: #306a9c;
    border: 0;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px 10px;
    color: #fff;
    margin-bottom: 0px;
    box-sizing: border-box;
    font-weight: 300;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 8px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid rgba(0,0,0,.15);
	border-left: 0 !important;
	outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	width: 100% !important;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
	background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: transparent;
	border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
	background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
	background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none;
}

.select2-container--classic .select2-dropdown {
	background-color: white;
	border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
	border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: white;
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb;
}



@media only screen and (max-width: 1024px) {}


@media only screen and (max-width: 1024px) {}



@media only screen and (max-width: 768px) {}

/* h1 {
	background-color: #163147;
	color: white;
} */

*:focus  {
	outline: none;
	box-shadow:none !important;
	border:1px solid #ced4da;
  }

a.nav-link {
  color: #2a5c87;
}

a.nav-link:focus {
	border: 0;
}

a.nav-link.user {
	text-align: right;
  }

.dropdown-menu.user {
	right: 0;
	left: unset;
}

.task-detail-icon:before {
	font-size: 20px;
	margin-left:5px;
	cursor: pointer;
}

.cursor-pointer {
	cursor: pointer;
}

/* #left-sidebar {
    animation-name: nodeReady;
    animation-duration: 0.001s;
}

@keyframes nodeReady {
    from { clip: rect(1px, auto, auto, auto); }
    to { clip: rect(0px, auto, auto, auto); }
}
   */
