@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);


* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p { 
	padding: 0; 
	margin-bottom: 16px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 10px; 
	line-height: 14px;
	color: #666; 
	margin-top: 6px; 
}



html,
body,
.container {
	width: 100%;
	height: 100%;

}

select {

min-width:350px;

}


.absolute {
	position: absolute;
	}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.textleft { text-align:left; }
.textright { text-align:right; }

.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */


.bubble_main {
	border-radius: 15px;
	line-height: 20px;
	padding: 15px;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	min-height: 14px;
	color:#000;

}
.bubble {
	border-radius: 15px;
	line-height: 20px;
	padding: 15px;
	border: 0px solid #c1c1c1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 14px;
	color:#000;
	width:80%;
}

.bubble_colorleft {
	background: #f4f4f4;
}	
.bubble_colorright {
	background: #eef4ff;
}	

.bordered {

	border-radius: 1px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #000;
	margin-top: 10px;
	min-height: 14px;
}




.bordered3 {

	border-radius: 1px;
	padding: 10px;
	border: 1px solid #fff;
}


.bordered:hover {

	border: 1px solid #fff;
	color:#83b1d1;
	background:#fff;


}

.bordered2 {

	border-radius: 5px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #000;
	margin-top: 10px;
	font-size:80px;
}

.bordered2:hover {

	border: 1px solid #fff;
	color:#83b1d1;
	background:#fff;


}

.number {
font-weight: bold;
}

.yes {
	cursor:pointer;
}	
.yes:hover {
	border: 1px solid #000;
	color:green;
	background:#dfd;
}

.no {
	cursor:pointer;
}	
.no:hover {
	border: 1px solid #000;
	color:red;
	background:#fdd;
}

.answer {

}

#result i{
	font-size:40px;
	line-height: 30px;
}


input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}


.btn {
	min-width:120px;
}

.btn-info {
	background: #F29E0A;
	border: 0px solid white;
	margin:5px;
	min-width:120px;
}
.btn-info:focus {
	background: #F29E0A;
	border: 1px solid black;
	margin:5px;
	min-width:120px;
}

.btn-info:hover {
	color: #fff;
	background: #F29E0A;
	border: 0px solid white;
	min-width:120px;
}

.btn-warning {
	background: #47C8F4;
	color: #fff;
	border: 0px solid white;
	margin:5px;
	min-width:120px;

}
.btn-warning:hover {
	color: #ffffff;	
	background: #47C8F4;
	border: 0px solid white;
	min-width:120px;
}


.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-clear {
	background: #BFA41B;
	color: 000;
	border: 0px solid black;
	min-width:120px;
}
.btn-clear:hover {

	background: #BFA41B;
	color: #000;
	border: 0px solid black;
	min-width:120px;
}

.btn-tech {
	background: #efefef;
	color: #cdcdcd;
	border: 0px solid grey;
	min-width:120px;
}
.btn-tech:hover, .btn-tech:active, .btn-tech:focus {
	background: #efefef;
	color: #cdcdcd;
	border: 0px solid grey;
	min-width:120px;
	outline: none;
}


.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}




/* HEADER SECTION */
#h {
	background-color:#fff;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h .logo {
	margin-top: 10px;
	margin-bottom: -30px;
	margin-left: 0px;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}

/* GREY SECTION */
#g {
/*	background-image:url('../img/carnooba_back1.jpg');	*/
	background-color:#ffffff;

	padding-top: 5px;
	background-attachment: fixed;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;

  border-top: 1px dotted #c1c1c1;


}

.dotted_frame {

	border: 1px dotted #c1c1c1;

}

#g h3 {
	color: #000;
}	


#c {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}
#c_orders {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}

#c_messagess {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}


#d {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}

#d p, a {
	color: black;
	font-size: 14px;
}

#d a:hover {
	color: #2C497F;
	font-size: 14px;
}


#mainMenu {
	padding-top: 15px;
	padding-right: 35px;
}



#detailermap { height: 370px; }
#customermap { height: 370px; }

#f {
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #2C497F;
	color: white;
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}


#f a,p {
	color: white;
	font-size: 12px;

}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
	background: #ffffff;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
}

#h2 .logo {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
}

#h2 .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h2 h3 {
	margin-top: 30px;
	letter-spacing: 1px;
}

.error {
  border-color: rgba(255, 2, 2, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 2, 2, 0.6);
  outline: 0 none;
}

/* Change cursor when mousing over clickable layer */
.leaflet-clickable {
  cursor: crosshair !important;
}
/* Change cursor when over entire map */
.leaflet-container {
  cursor: crosshair !important;
}


.loadingBlock {
  position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.8;
    background:#fff;
    text-align:center;

}



}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 997;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color:#000;
}
.loading_text {
  position: fixed;
  z-index: 998;
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #000;
  font-size:24px;
  text-align:center;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,255,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  text-shadow: none;
  background-color: black;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;

}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


.confirmation-overlay {
  -ms - opacity: 1;
  background-color: rgba(255,255,255,1);
  display: block;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 998;
}

.confirmation-content {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.confirmation-text {
  position: fixed;
  z-index: 998;
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #000;
  font-size:24px;
  text-align:center;
  }

.lock-overlay {
  -ms - opacity: 0.9;
  background-color: rgba(255,255,255,0.9);
  height: 100%;
  opacity: 0.9;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}

.lock-content {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.lock-text {
/* 
  position: fixed;
  z-index: 999;
 */
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  color: red;
  font-size:24px;
  text-align:center;
  }

.web-start {
  -ms - opacity: 1;
  background-color: rgba(255,255,255,1);
  height: 100%;
  opacity: 1;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
}

.web-start-text {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  color: black;
  font-size:48px;
  text-align:center;
  }

.pulse-start {
  -ms - opacity: 1;
  background-color: rgba(255,255,255,1);
  height: 100%;
  opacity: 1;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  z-index: 999;
}

.pulse-start-text {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  color: black;
  font-size:48px;
  text-align:center;
  }


.topbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.menubutton {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  padding-left: 20px;
}

.content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 20px;
}
.content p {

  color: #000000;
	font-weight: 300;
	font-size: 16px; 
	line-height: 20px;	

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #1BBFBE;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


.intLink { cursor: pointer; }
img.intLink { border: 0; }
#toolBar1 select { font-size:10px; }
#textBox {
  width: 100%;
  height: 400px;
  border: 1px #ddd solid;
  padding: 20px;
  overflow: scroll;
}
#textBox #sourceText {
  padding: 0;
  margin: 0;
  min-width: 498px;
  min-height: 200px;
}
#editMode label { cursor: pointer; }

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

[contenteditable] {
  outline: 0px solid transparent;
}

[contenteditable]:focus {
  outline: 1px solid grey;
}

.padded {
padding: 10px;
border-top: 1px solid grey;
border-bottom: 3px solid white;
}

.padded2 {
padding: 10px;

}

.boxColorGrey { background-color: #eee;}
.boxColorOrange { background-color: #fff6eb;}
.boxColorGreen { background-color: #efffef;}
.boxColorRed { background-color: #ffefef;}
.boxColorBlue { background-color: #ecfcff;}

.bottomRightShadow
{
	margin:10px;

  min-height: 200px;
  border: solid 1px #aaa;
  box-shadow: 5px 5  2px rgba(0,0,0,0.2);
  -moz-box-shadow: 5px 5px  5px rgba(0,0,0,0.2);
  -webkit-box-shadow: 5px 5px  5px rgba(0,0,0,0.2);
  -o-box-shadow: 5px 5px  5px rgba(0,0,0,0.2);
  border-radius:5px;
  padding: 20px;
}

.engraved {
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: white ;
    text-shadow: rgba(55,55,55,0.5) 1px 1px 1px;
    font-weight: 900;
	top:-20px;
 }

.blink_me {
  animation: blinker 2s cubic-bezier(0, 0, 0.2, 1) infinite ;
}

@keyframes blinker {  
  50% { opacity: 0; }
}



.timeZone{
        width: 100%;
        margin: 0px auto;
        border: 0px solid #000;
}

.timeZone tr{
            border-bottom: 0px solid #000;
        }
.timeZone td{
/*             padding:10px 5%; */
            vertical-align: top;
            width: 100%;
        }
.timeZone h3{
            font-size: 12px;
        }
.timeZone p{
            font-size: 12px;
            font-style: italic;
        }
.timeZone .time{
            font-size: 12px;
            text-align: center;
            font-style: normal;
        }
.timeZone .bg_dark{
  			border: solid 1px #000;
			border-radius:5px;
        }


.context-cmenuwrapper { 
  position: absolute; 
  z-index:10;
} 

.orgchart-search {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  padding: 10px 0;
  list-style: none;
  overflow: auto;	
}

.context-cmenu { 
  position: absolute; 
  z-index:10;
  left:100px;
} 

.cmenu {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(64 64 64 / 5%);
  padding: 10px 0;
  list-style: none;
}
.cmenu > li > a {
  font: inherit;
  border: 0;
  padding: 10px 30px 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: unset;
  color: #000;
  font-weight: 500;
  transition: 0.5s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cmenu > li > a:hover {
  background:#fff6eb;
  color: green;
}
.cmenu > li > a > i {
  padding-right: 10px;
}
.cmenu > li.trash > a:hover {
  color: red;
}



.dashboard_box {

    vertical-align:middle;
    text-align:center;
    background: #eee;
	min-height: 100px;
	border-radius: 50px;
	border: 2px solid white;
  cursor: pointer;
    justify-content: center;


}
.dashboard_box:hover {
    vertical-align:middle;
    text-align:center;
    background: #1BBFBE;
    color: #fff;
	min-height: 100px;
	border-radius: 50px;
	border: 2px solid white;
	cursor: pointer;
}



.dashboard_box h3{
    	font-weight: 900;
}
.dashboard_box h1{
    	font-weight: 900;
}

.ui-icon { 
    zoom: 150%; 
    -moz-transform: scale(1.5); 
    -webkit-zoom: 1.5; 
    -ms-zoom: 1.5;
}

.WC_ClockGroup {
  text-align: center;
  background-color: transparent;
  color: black;
  font-family: Helvetica, Arial, sans;
}

.WC_ClockGroup.bot {
  position: absolute;
  bottom: 30px;
  width: 90%;
}

.big_clock {
  font-size: 20px;
}

.normal_clock {
  margin: 0 10px;
}

.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

.profilePicture {
  width: 250px;
  height: 250px;
  border: 0px #ddd solid;
  border-radius: 20%;
  padding: 20px;
  background-image: url("../img/user.png");
  background-size: 250px;

}

.orgchartPicture {
  width: 50px;
  height: 50px;
  border: 0px #ddd solid;
  border-radius: 20%;
  padding: 20px;
  background-size: 50px;

}
.orgchartBubble {
  border: 1px #ddd solid;
  border-radius: 15px;
  padding: 10px;

}



.TalkingPoint {
  border: 1px #47C8F4 dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
}
.TalkingPoint:hover {
  border: 1px #47C8F4 solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #fcfcfc;
  cursor: pointer; 
}
.TalkingPointToday {

  margin-left:0px;	
  border: 1px #47C8F4 dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #47C8F4;
  margin: 0.5em;

}
.TalkingPointToday:hover {
  border: 1px #47C8F4 solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #fcfcfc;
  cursor: pointer; 
}
.TalkingPoint:focus {
  border: 1px #47C8F4 solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #d2f4ff;
}
.TalkingPointDetails {
  margin-left:0px;	
  border: 1px #BFA41B dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
  margin: 0.5em;
}

.TalkingPointDetails:hover {
  border: 1px #BFA41B solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #fcfcfc;
  cursor: pointer; 
}
.TalkingPointDetails:focus {
  border: 1px #BFA41B solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #f9e9ce;
}
.TalkingPointDetailsRed {
	margin-left:0px;	
  border: 1px #bf321b dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
  margin: 0.5em;
}
.TalkingPointDetailsRed:hover {
  border: 1px #bf321b solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #f9dfdb;
}
.TalkingPointIcons {
  margin-top:10px;
  border: 1px #eee dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
}
.TalkingPointIcons:hover {
  border: 1px #ddd solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #1BBFBE;
  cursor: pointer; 
}
.TalkingPointIconsActive {
  margin-top:10px;
  border: 1px #eee dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #BFA41B;
  color: #fff;
}
.TalkingPointIconsActive:hover {
  border: 1px #ddd solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #8C7F3E;
  cursor: pointer; 
  color: #fff;
}
.TalkingPointIconsRed {
  margin-top:10px;
  border: 1px #eee dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #910f15;
  color: #fff;
}
.TalkingPointIconsRed:hover {
  border: 1px #ddd solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #efd2d3;
  cursor: pointer; 
  color: #000;
}

.NoteDelete {
  margin-top:0px;
  border: 1px #eee dotted;
  border-radius: 15px;
  padding: 10px;
  background-color: #fff;
  color: #000;
}
.NoteDelete:hover {
  border: 1px #ddd solid;
  border-radius: 15px;
  padding: 10px;
  background-color: #910f15;
  cursor: pointer; 
  color: #fff;
}

input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
    border: 0px solid black;
	outline: none;
	content: none;	
}
input[type=checkbox]:focus {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
    border: 0px solid black;
	outline: none;
	content: none;	
}

input[type=checkbox]:before {
	font-family: "FontAwesome";
    font-size: 25px;
    color: transparent !important;
    display: block;
    width: 35px;
    height: 35px;
    padding:5px;
    border: 1px solid #aaa;
    border-radius: 4px;
    margin-right: 0px;
    margin-top: 5px;
    content: "\f00c";
}

input[type=checkbox]:checked:before {

	color: black !important;
}

#statusfooter {
    position: absolute;
    z-index:99;
    height: 30px;
    width:300px;
    background-color: white;
    text-align:right;
    padding:5px;
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px;
}


.actiondetailstable td {
   padding-top:10px;
   padding-right:15px;
 
}
.pulsedetailstable td {
   padding-top:10px;
   padding-right:15px;
   padding-left:15px;

}

.calendarcell {
   padding-top:5px;
   padding-bottom: 5px;
   padding-right:5px;
   padding-left:5px;
   display: inline-block;
   background-color: #eee;
   border: 2px solid white;
  position: relative;
  top: 5px;
  left: 5px;
  vertical-align:top;
  min-width:70px;
  border-radius:15px;
  }

.calendarcell:hover {

   background-color: #47C8F4;
   cursor: pointer; 

}

.calendararrow {
   padding-top:5px;
   padding-bottom: 5px;
   padding-right:5px;
   padding-left:5px;
   display: inline-block;
   background-color: #eee;
   border: 2px solid white;
  position: relative;
  top: 5px;
  left: 5px;
  vertical-align:top;
  min-width:30px;
  border-radius:15px;
  }

.calendararrow:hover {

   background-color: #F29E0A;
   cursor: pointer; 

}

.questioncell {

	font-size:16px;

}

.questioncell:hover {
   background-color: #47C8F4;
	font-size:24px;

}


.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 0px solid #666;
    color: #666;
    text-align: center;

    font-family: 'Lato', sans-serif;
    font-size: 32px;
    font-weight: 900;
}

.mainscreenCircle {
	margin-left: 25px;
	margin-right: 25px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 4px;
    background: #fff;
    border: 1px solid #666;
    color: #aaa;   
    font-size: 34px;
    text-align: center;
}
.mainscreenCircle:hover {
   background-color: #F29E0A;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}



#full {
 
/* 
	position: absolute;
	height: 100%; 
	z-index: 99;
	background-color:#fee;
	height: 100%;
	width:100%;
 */
}

.drag {
  position: absolute !important;
  z-index: 100;
  background-color: #f1f1f1;
  border: 1px solid #d3d3d3;
  text-align: center;
  overflow:auto; /* something other than visible */
  width:300px;
  height:150px;
  box-shadow: 5px 5px 5px grey;
}

.dragheader {
  padding: 10px;
  cursor: move;
/*   z-index: 10; */
  background-color: #2196F3;
  color: #fff;
  text-align:right;
} 

.dragbuttons:hover {
  background-color: #fff;
  color: #2196F3;
  cursor: pointer;
  text-align:center;
}
.dragbuttons {
  background-color: #2196F3;
  color: #fff;
  text-align:center;
}



/* 
.editanimation {
  position: relative;
  height: 35px;
  width: 100%;
  border: 0;
  margin-bottom: 5px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.editanimation:before,
.editanimation:after {
  position: absolute;
  bottom: 0;
  content: '';
}

.editanimation:before {
  left: 0;
  height: 1px;
  width: 100%;
  background: #e0e0e0;
  border-bottom: solid 1px rgba(0, 0, 0, .2);
  z-index: 1;
}

.editanimation:after {
  position: absolute;
  left: 50%;
  height: 3px;
  width: 0;
  background: blue;
  border: 0;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); 
  transform: translateX(-50%);
  z-index: 2;
}
 */

.editanimation {
  font-size:14px;
  color: black;
  outline: solid 0px #FC5185;
  transition: font-size 0.2s linear;
  margin: 0.5em; /* Increased margin since the outline expands outside the element */
  padding:5px;
}

.editanimation:focus {
  color:blue;
  outline: 0;
  font-size: 18px;
}

.editanimation:focus:after {
/*   width: 100%; */
}

.ui-sortable-helper{
  background-image: linear-gradient(to right, white , #F29E0A, white);
border: 1px dotted #F29E0A;
    z-index:1300;
    border-radius:20px;
}

.greyout {
	color:#f00;
}

.userficus {
	color:#ccc;
}