@charset "ISO-8859-1";

body, html{
	font-family: 'Roboto' !important;
	line-height: 1.5;
  letter-spacing: 0px !important;
}

.normaltextfont {
	font-family: 'Roboto' !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

body{
	background-color: white;
	background-size: 100% 100%;
	background-attachment: fixed;
	background-position: center;
	position: absolute;
    width: 100%;
    height: 100%;
}

.lightshadedtextcolor{
	    color: rgba(0,0,0,.4) !important;
}
.textcapital{
	text-transform: uppercase !important;
}

.highlightitem {
	color : #FFF !important;
	background-color : #9E3E3E !important;
}

.themeBtn {
	color : #FFF !important;
	background-color : #9E3E3E !important;
}

.themeBorderBtn {
  color : #9E3E3E !important;
	border : 1px solid  #9E3E3E !important;
}

.appthemetextcolor{
	color : #9E3E3E !important;
}
.appthemeBordercolor{
	border-color : #9E3E3E !important;
}
.appthemebackgroundcolor{
	background-color : #9E3E3E !important;
}

.appthemebackgroundcolorred{
	background-color : #9E3E3E !important;
}

.w3-border-bottom-5px{
	 border-bottom: 5px solid;
}


label{
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

.pointerclass{
	cursor:pointer;
}
.boldfont {
	font-weight: 700;
}
.w3-margin-8px {
	margin: 8px;
}
.w3-margin-bottom-12 {
    margin-bottom: 6px !important;
}
.w3-margin-right-12 {
    margin-right: 6px !important;
}

.w3-padding-right-16{
 	padding-right: 16px !important;
}
.w3-padding-8px {
	padding: 8px !important;
}
.w3-padding-16px{
	padding: 16px !important;
}

.w3-padding-32px{
	padding: 32px !important;
}

.w3-border-top-eee {
	border-top: 1px solid #eee;
}
.w3-border-bottom-eee {
	 border-bottom: 1px solid #eee;
}
.w3-border-bottom-fff {
	 border-bottom: 1px solid #fff;
}
.w3-border-left-eee {
	border-left: 1px solid #eee;
}

.w3-border-right-eee {
	border-right: 1px solid #eee;
}
.w3-border-eee {
	border: 1px solid #eee;
}

.menu-highligher {
	border-bottom: 3px solid !important;
	/*border-radius: 10% !important;*/
}


::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #808080;
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #808080;
	background-color: #555;
}
.nomargin{
	margin:0;
}
.nopadding{
	padding:0 !important;
}
.underlineclass {
	text-decoration: underline;
}
.w3-flex{
	display:flex;
}

.imageThumb {
	max-height: 75px;
	padding: 1px;
	margin-bottom: 5px;
	cursor: pointer;
}

.pip {
	display: inline-block;
	margin: 10px 10px 0 0;
}

.remove {
	display: block;
	background: #444;
	border: 1px solid black;
	color: white;
	padding: 5px;
	text-align: center;
	cursor: pointer;
}

	.remove:hover {
		background: white;
		color: black;
	}

.removeselectstyle {
	-webkit-appearance: none;
	appearance: none;
	border: 0;
}

.HighPriority{
	border-left: 10px  solid #f44336!important;
}

.MediumPriority{
	border-left: 10px  solid #ffeb3b!important;
}

.LowPriority{
	border-left: 10px  solid #4CAF50!important;
}

.line1text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line2text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.line3text{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.dots-icon {
  position: relative; }

.dots {
  z-index: 0;
  animation: dots 6s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -3px;
    margin-top: -3px; }
  .dots .dot1 {
    background-color: #8ad9fd;
    transform: translate(15px, 5px);
    animation: dot1 1.5s infinite alternate; }
  .dots .dot2 {
    background-color: #b8a6f7;
    transform: translate(-8px, 8px);
    animation: dot2 1.5s infinite alternate;
    animation-delay: .5s; }
  .dots .dot3 {
    background-color: #fac5a7;
    transform: translate(-5px, -12px);
    animation: dot3 1.5s infinite alternate;
    animation-delay: 1s; }

@keyframes dots {
  from {
    transform: rotate(-360deg); }
  to {
    transform: rotate(0); } }

@keyframes dot1 {
  from {
    transform: translate(15px, 5px);
    opacity: 1; }
  to {
    transform: translate(25px, 5px);
    opacity: 1; } }

@keyframes dot2 {
  from {
    transform: translate(-8px, 8px);
    opacity: 1; }
  to {
    transform: translate(-19px, 19px);
    opacity: 1; } }

@keyframes dot3 {
  from {
    transform: translate(-5px, -12px);
    opacity: 1; 
  }
  to {
    transform: translate(-10px, -24px);
    opacity: 1; } }
    
@import url(https://fonts.googleapis.com/css?family=Permanent+Marker);

.sticky {
  background: linear-gradient(#FEFCAF, #FFFEDA);
  padding: 5px 20px 10px 20px;
  width: 250px;
  margin: 30px auto;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border-radius: 2% / 50%;
  position: relative;
  font: 13px "Lucida Grande", Serif;
}

.stickyheading {
   font-family: 'Permanent Marker', cursive;	
   color: #eb2626;
}

.stickyfont {
   font-family: 'Permanent Marker', cursive;	
}

.sticky:before,
.sticky:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  transform: skew(-15deg) rotate(-6deg); 
}

.sticky:after {
  left: auto;
  right: 20px;
  transform: skew(15deg) rotate(6deg); 
}

.ribbon-wrapper {
  position: relative;z-index:0;
}
  .ribbon-front {
  background-color: #cc3333;  height: 50px;
  width: 240px;
  position: relative;
  left:-10px;
  z-index: 2; font:20px/50px bold Verdana, Geneva, sans-serif; color:#f8f8f8; text-align:center;text-shadow: 0px 1px 2px #cc6666;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
  position: absolute;
  z-index: 1;
  border-style:solid;
  height:0px;
  width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
  top: 50px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
  left: -10px;
  border-color: transparent #9B1724 transparent transparent;
}

  .ribbon-edge-topleft {
  top: -5px;
  border-width: 5px 10px 0 0;
}
  .ribbon-edge-bottomleft {
  border-width: 0 10px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
  left: 220px;
  border-color: transparent transparent transparent #9B1724;
}

  .ribbon-edge-topright {
  top: 0px;
  border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
  border-width: 0 0 5px 10px;
}


@-webkit-keyframes flow {
  0% { left:-20px;opacity: 0;}
  50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}
@keyframes flow {
  0% { left:-20px;opacity: 0;}
  50% {left:100px;opacity: 0.3;}
    100%{ left:180px;opacity: 0;}
}

.glow{ background: rgb(255,255,255); width:40px; height:100%; z-index:999; position:absolute;-webkit-animation: flow 1.5s linear infinite;-moz-animation: flow 1.5s linear infinite;-webkit-transform: skew(20deg);
     -moz-transform: skew(20deg);
       -o-transform: skew(20deg);background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ border-left:1px solid #fff;}

.counter-box {
    position: relative;
}
.counter-icon {
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    border-left: 1px dashed white;
    border-image: initial;
    border-right: none;
    width: 95px;
    height: 85px;
    border-radius: 5px;
    text-align: center;
    padding-top: 17px;
    position: relative;
}
.counter-icon::before {
    position: absolute;
    content: "";
    border-right: 1px dashed white;
    width: 1px;
    height: 12px;
    top: 2px;
    right: 0px;
}
.counter-icon::after {
    position: absolute;
    content: "";
    border-right: 1px dashed white;
    width: 1px;
    height: 12px;
    bottom: 2px;
    right: 0px;
}
.counter-number {
    position: absolute;
    top: 19px;
    left: 24%;
    text-align: left;
}
.w3-button:hover {
    color: #fff!important;
    background-color: #cc3333!important;
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 1s infinite;
    animation: fadeinout 1s infinite;
}

@-webkit-keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

@keyframes fadeinout {
  0%,100% { opacity: 0; }
  50% { opacity: 1; }
}

.w3-select{
  background: white;
}
.importantRedRule { border: 2px solid red !important }

.importantRedRule:focus {
  outline: none !important;
  border:2px solid red!important;
}

