@import "https://stackpath.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin-left: 8px; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #cccccc; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -webkit-transform:rotate(360deg) scale(1.5); -moz-transform:rotate(360deg) scale(1.5); -o-transform:rotate(360deg) scale(1.5); -ms-transform:rotate(360deg) scale(1.5); transform:rotate(360deg) scale(1.5); }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 10px; }



.tooltip-inner {
  text-align: left;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

.topspacer {
    margin-top:5px;
}

/*
 Define dashboard options
 */
.btn-dashboard {
	display:block;
	text-align:center;
	background-color: #eee;
}

.dashboard-sidebar {
	border-right: 1px solid #c0c0c0;
	padding-left:0px;
}
.dashboard-widget h3 {
	padding-bottom:10px;
	margin-left:2px;
}

.affairtext {
	white-space: pre-wrap;
}

.form-check-input label {
  padding-left: 5px;
  font-weight:300;
}

/* Custom color: */
.pm_bg_blue {
	background: #97d8ed !important;
}
.pm_bg_orange {
	background: #ecc06a!important;
}
.pm_blue {
	color: #97d8ed!important;
}
.pm_orange {
	color: #ecc06a!important;
}

/* Custom pager */
.pm_pager_grid {
    text-align: right;
    background: #efefef;
    color: black;
    padding: 5px;
    margin-bottom:10px;
    margin-top:10px;
}
.pm_pager_grid a {
	color:#a0a0a0;

}

.morelink {
    display: block;
    padding-block-start: 10px;
    text-decoration: none;
}

input.inputerror,select.inputerror {
        border-color: #E9322D;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
        
input[type=checkbox].inputerror{
       outline: #E9322D 1px solid;
}

input[type=checkbox].inputerror:focus {
      border-color: #E9322D;
       -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
       -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
       outline: #E9322D 1px solid;
}
input.inputerror:focus,select.inputerror:focus {
        border-color: #E9322D;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
         -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #E54743;
          outline-color: none;
          outline-style: none;
}

.dashboard-container {
    padding-top: 20px;
}

.grid-stack h4 {
    font-weight: bold;
}

.grid-stack label {
    font-weight: normal;
    font-size: smaller;
}

.grid-stack img {
    max-height: 6.5em;
    max-width: 6.5em;
    width: auto;
    height: auto;
}

.grid-stack-item-content {
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}

.grid-stack-item-content .fc-day-grid-container, .grid-stack-item-content .fc-week {
    height: 80px !important;
}

.dashboard-card-blue {
    border-top-style: solid;
    border-color:  #29BFFC;
    border-top-width: 9px;
}

.dashboard-card-orange {
    border-top-style: solid;
    border-color:  #F5A623;
    border-top-width: 9px;
}

.btn-pm-orange {
  background-color: #F5A623;
  border-color: #F5A623;
  color: #ffffff;
}

.bg-orange-20 {
    background-color: #ffebd4;
}

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #F2F2F2;
}

.content {
    flex: 1 0 auto;
}

footer {
    background-color: #fff;
    flex-shrink: 0;
    padding-top:15px;
    padding-bottom:15px;
}

.bold { 
    font-weight:bold; 
}

.without-bold { 
    font-weight:normal; 
}

/* calendar */
.fc-view-container {
    background-color: white;
}

td.fc-today {
    background-color: #daf3fc !important;
}

/* Change icon +/- collapse */
a[aria-expanded=true] .fa-plus-square {
    display: none;
 }
 a[aria-expanded=false] .fa-minus-square {
    display: none;
 }

 /* Avoid line break in affair search for checkbox*/
 .form-check-personalised label{
     display: inline;
     margin-left: 0.25rem;
 }
 .badge-custom_external {
    background-color: #29BFFC;
  }