/* Bootstrap theme */
/* dragNdrop*/



.animate-enter, 
.animate-leave
{ 
    -webkit-transition: 1300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 1300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 1300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 1300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 1300ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
} 
 
.animate-enter {
    left: 100%;
}
.animate-enter.animate-enter-active {
    left: 0;
}
 
 .inheritedheight{
 	height: inherit;
 }
.animate-leave {
    left: 0;
}
html, body { 
  margin:0; 
  padding:0; 
  height:100%; 
}
#file {
height: 38px !important;
width: 122px !important;
float: left;
margin-left: 10px;
}
.heading {
	margin-bottom: 10px;
	margin-top: 4px;
}
.heading-text{
	margin-top: 2px;
}
.Xon-drag-enter{
    background-color : red;
}
.Xon-drag-dragged {
 
  background-color : red;
  cursor: pointer;
 
}
.curOrderByUser{
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
	margin-left: 1px;
}
.Xcontainer {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 44px;
}
.on-drag-hover {
 
  background-color : lawngreen;
  cursor: crosshair;
 
}
.numorders{
	
	font-size: 20px;
	font-family: monospace;
}
.usersday{
	float: left;
	width: 13%;
	margin: 0px 6px 0 6px;
	border: 1px solid #333;
	border-bottom-width: 0px;
	text-align: center;
}
.imgcontainer{
		height: 100%;
		padding-top: 20px;
		overflow: hidden;
		display: block !important;
		margin: 0 auto !important;
		vertical-align: middle !important
}

.nonDraggableImage{
    -webkit-user-drag: none;
}
/* slideshow by */
.slide {
    /*position: relative;
    top: 20px;
    */
    height: 100%;
    display: block !important;
    margin: 0 auto !important;
    vertical-align: middle !important
}

.arrow {
    position: absolute;
    z-index: 1002;
    display: block;
    top: 50%;
    margin-top: -35px;
    width: 36px;
    height: 71px;
    outline: none;
    cursor: pointer;
    font-size: 50px;
    }

.arrow.prev {
    opacity: 0.2;
    text-decoration: none;
    left: 20px;
       transition: 0.2s linear all;
}

.arrow.next {
    opacity: 0.2;
    text-decoration: none;
    right: 20px;
    
    transition: 0.2s linear all;
}

.arrow.prev:hover {
    opacity: 1;
    text-decoration: none;
   
}

.arrow.next:hover {
    opacity: 1;
    text-decoration: none;
   
}



/*---------------------------------------------------------
NAV
---------------------------------------------------------*/

.imgnav {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1002;
    left: 0px;
    top: 50px;
    right: 0px;
    height: 48px;
    background-color:rgba(155,155,155,0.4)
}

.imgnav .wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 1em 0 .8em;
    
}

.imgnav ul {
    margin: 0;
    width: 100%;
}

.imgnav .dot, .nav .dot a {
    display: inline-block;
    zoom: 3;
}

.dots .dot {
    position: relative;
    margin: 0 8px;
    width: 12px;
    height: 12px;
}
.green {
	float: right;
}

.dotinactive {
    position: relative;
    left: -5px;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    background: #eee;
    border: 1px solid gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

.dotactive {
    position: relative;
    left: -5px;
    margin: 0 8px;
    width: 15px;
    height: 15px;
    white-space: nowrap;
    overflow: hidden;
    background: #B9E17F;
    border: 1px solid orange;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}


.green .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #FFF;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}
.dots .dot a {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #FFF;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    -moz-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

.dots .dot a.active {
    border-color: #FFF;
    background-color: transparent;
}
.dropzone{
	float: left;
	width: 13%;
	height: 30px;
	margin: 0px 6px 0 6px;
	border: 1px solid #333;
	
}
.drag-list-item {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-bottom: 3px;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
}
.drag-list-item:hover{
	background-color: rgba(238,238,238,.6);
	border: 1px solid #f00;
}

.popover{
	max-width: inherit;
}
.fixed-red-bg {
	
	/*width: 3em;;
   	height: 3em;
   	padding-top: 5px;
    text-align: center;
    vertical-align: middle;*/
    color: red;
    /*border: 1px solid #ccc;*/
    cursor: pointer;
    border-radius: 5px;
}

.selected {
  background-color: rgba(230,230,230,.7) !important;
}
.boogaboo {
  background-color: lightskyblue;
}
.begun {
	background-color: aquamarine;
}
.hasdate {
	background-color: mediumseagreen;
}
.firstcol{
	width: 3%;
}
.secondcol{
	width: 12%;
}
.lastcol{
	width: 85%;
}
/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-select-bootstrap > .ui-select-match > .btn{
  /* Instead of center because of .btn */
  text-align: left !important;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

body > .ui-select-bootstrap.open {
  z-index: 1000; /* Standard Bootstrap dropdown z-index */
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

.ui-select-multiple .ui-select-match-item {
  position: relative;
}

.ui-select-multiple .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

.ui-select-multiple .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

.ui-select-bootstrap .ui-select-choices-row.disabled>a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}
.ui-select-bootstrap > .ui-select-focusser{
	display: none;
}
/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

/* Handle up direction Bootstrap */
.ui-select-container[theme="bootstrap"].direction-up .ui-select-dropdown {
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}
/* #931116*/

input[type=checkbox]{
    font-size: 16pt !important;
    margin-right: 8px !important;
    margin-bottom: 0px !important;
    margin-left: 8px !important;
    margin-top: 0px;
    
}
input[type=”checkbox”]:checked{ color:#fcc;}

.admin-navigation {
  border: 1px solid #fcc !important ;
  font-size: 20px;
}
.navbar-inp{
	
	margin-bottom: 1px;
	margin-left: 15px;
	font-size: 12pt;
}
.navbar-header {
    float:none !important;
}
.pagination>li>a, .pagination>li>span {
    width: 60px !important;
   
}
.pagination {
    font-size: 20px !important;
    margin: 0 !important;
   
}
.container	{
	margin-bottom: 44px !important;
	height: 100%;
}
.footercontainer {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: 10px;
    
    padding-top: 7px;
    text-align: right;
}
.ultab {
    list-style: none;
    padding: 0;
    margin: 0;
}
.litab {
    float: left;
    border: 1px solid #bbb;
    border-bottom-width: 1px;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    background-color: #ddd;
    color: #696969;
    font-size: 12pt;
    border-radius: 5px;
}
#mainView {
  border-top: 1px solid #bbb;
	clear: both;
	
}
.msstab {
	margin: 5px 2px 10px 2px;
	color: black;
	font-size: 15px;
}
.activetab {
    background-color: #FFF;
    color: #000;
   /* border-bottom-width: 0; */
}

.number-input-hint{
	display: none !important;
}
.ms-ctn .ms-sel-item {
	color: #000!important;
	background-color:#fff !important;
	border: 0px !important;
	
}
.ms-sel-ctn .ms-sel-item {
	color: #000 !important;
	background-color:#fff !important;
	border: 0px solid white !important;
	font-size: 14px !important
}
	
	#signatureparent {
		color:darkblue;
		background-color:#fefefe;
		/*height: 170px;
		max-width:600px;*/
		padding:15px 0px 15px 0px;
	}
	
	/*This is the div within which the signature canvas is fitted*/
	#signature {
		border: 1px dotted gray;
		background-color:#fff;
	}

	/* Drawing the 'gripper' for touch-enabled devices */ 
	html.touch #content {
		float:left;
		width:92%;
	}
	html.touch #scrollgrabber {
		float:right;
		width:4%;
		margin-right:2%;
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
	}
	html.borderradius #scrollgrabber {
		border-radius: 1em;
	}
	 
.panel-heading{
	padding: 2px 3px;
}
span.glyphicon-upload, span.glyphicon-refresh, span.glyphicon-home{
	font-size:30px !important;
}
.sectionpage{
	padding-top:60px;
	height: inherit;
}
.pagefooter{
	margin-top:60px;
}

.wide{
	width:900px;
}
.col-left{padding-right:3px !important;}
.col-right{padding-left:3px !important;}

.mssalert{
	opacity: 0.7;
	text-align: center;
	position: absolute;
	bottom: 10%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}
.palmcopied {
   
    background-color: rgba(240, 170, 30, 0.6) !important;
    font-weight: bold;
    color: black;
}
.orderready {
   
    background-color: rgba(30, 150, 30, 0.2) !important;
    font-weight: bold;
    color: black;
}
.palmcreated {
   
    background-color: rgba(255, 100, 100, 0.6) !important;
    font-weight: bold;
    color: black;
}
/* CSS used here will be applied after bootstrap.css */

.demo {
  padding:50px;
}

.demo label{
 top:3px; left:15px;
 margin-right:30px;     
 position:relative;     
}  
  
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 2px;
    margin-bottom: 2px;
}
input.faChkRnd, input.faChkSqr {
  visibility: hidden;
}

input.faChkRnd:checked:after, input.faChkRnd:after,
input.faChkSqr:checked:after, input.faChkSqr:after {
  visibility: visible;
  font-family: FontAwesome;
  font-size:25px;height: 17px; width: 17px;
  position: relative;
  top: -3px;
  left: 0px;
  background-color:#FFF;
  display: inline-block;
}

input.faChkRnd:checked:after {
  content: '\f058';
}

input.faChkRnd:after {
  content: '\f10c';
}

input.faChkSqr:checked:after {
  content: '\f14a';
}

input.faChkSqr:after {
  content: '\f096';
}
.slide.in {
    -webkit-transform: translateX(0);
    -webkit-animation-name: slideinfromright;
}

.slide.out {
    -webkit-transform: translateX(-100%);
    -webkit-animation-name: slideouttoleft;
}
.owner{
	font-size:16px;
	color: white;
	text-shadow:none;
	font-weight:200;
	display:inline-block !important; 
	vertical-align: middle !important;
	cursor: pointer;
}
.scrollToTop{
		 width:50px; 
		 height:50px;
		 padding:10px; 
		 text-align:center; 
		 color: #444;
		 text-decoration: none;
		 position:fixed;
		 bottom:10px;
		 right:10px;
		 display:none;
		opacity: 0.5;
}
.scrollToTop:hover{
		 text-decoration:none;
}
.pagecontent{
	padding-top:60px;
}
.navigation{
	font-size:20px;
}
.listentry{
	font-size:14px;
}
body{
	font-size:12px;
}
.colorgraph {
  height: 5px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.navbar-fixed-top a,.navbar-fixed-top a:hover  {
	text-decoration: none;
	color: #888;
}
            .navbar-fixed-top {
               	padding-left: 10px;
                   height: 50px;
                   color: #888;
                   text-shadow: 0 1px 0 #bbb;
                   background-color: #931116;
            }
            
           .navbar-text {
                font-size: 24px;
                font-weight: 400;
             margin-top: 5px !important;
  	position: absolute !important;
  	  right: 5px !important;
top: 5px !important;
            }
            
            .navbar-brand {
                margin: 0;
                position: absolute;
                width: 50px;
                left: 5px;
                top: 5px;
                padding: 0px;
            }
.navbar-center{
position: absolute;left: 75px; top: 7px;  width: 70%;
}
.navbar-brand-right {
                margin: 0;
                position: absolute;
              
                right: 5px;
                top: 7px;
                padding: 0px;
	font-size:24px;
            }



.btn-signOk{
  background-color: #00ccb4;
  border-color: #00ccb4;
}
.btn-signOk:hover,
.btn-signOk:focus,
.btn-signOk:active,
.btn-signOk.active {
  background-color: #00b39e;
  border-color: #009987;
}
.btn-signOk.disabled:hover,
.btn-signOk.disabled:focus,
.btn-signOk.disabled:active,
.btn-signOk.disabled.active,
.btn-signOk[disabled]:hover,
.btn-signOk[disabled]:focus,
.btn-signOk[disabled]:active,
.btn-signOk[disabled].active,
fieldset[disabled] .btn-signOk:hover,
fieldset[disabled] .btn-signOk:focus,
fieldset[disabled] .btn-signOk:active,
fieldset[disabled] .btn-signOk.active {
  background-color: #00ccb4;
  border-color: #00ccb4;
}

.btn-signNew {
  background-color: #f2ed5b;
  border-color: #f2ed5b;
}
.btn-signNew:hover,
.btn-signNew:focus,
.btn-signNew:active,
.btn-signNew.active {
  background-color: #f0ea43;
  border-color: #eee82c;
}
.btn-signNew.disabled:hover,
.btn-signNew.disabled:focus,
.btn-signNew.disabled:active,
.btn-signNew.disabled.active,
.btn-signNew[disabled]:hover,
.btn-signNew[disabled]:focus,
.btn-signNew[disabled]:active,
.btn-signNew[disabled].active,
fieldset[disabled] .btn-signNew:hover,
fieldset[disabled] .btn-signNew:focus,
fieldset[disabled] .btn-signNew:active,
fieldset[disabled] .btn-signNew.active {
  background-color: #f2ed5b;
  border-color: #f2ed5b;
}


.chatbg{
	
background: rgba(147,206,222,1);
background: -moz-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,0.94) 41%, rgba(144,204,208,0.88) 82%, rgba(73,165,191,0.85) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,0.94)), color-stop(82%, rgba(144,204,208,0.88)), color-stop(100%, rgba(73,165,191,0.85)));
background: -webkit-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,0.94) 41%, rgba(144,204,208,0.88) 82%, rgba(73,165,191,0.85) 100%);
background: -o-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,0.94) 41%, rgba(144,204,208,0.88) 82%, rgba(73,165,191,0.85) 100%);
background: -ms-linear-gradient(-45deg, rgba(147,206,222,1) 0%, rgba(117,189,209,0.94) 41%, rgba(144,204,208,0.88) 82%, rgba(73,165,191,0.85) 100%);
background: linear-gradient(135deg, rgba(147,206,222,1) 0%, rgba(117,189,209,0.94) 41%, rgba(144,204,208,0.88) 82%, rgba(73,165,191,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=1 );
}

.buttoncontainer{
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.bigcontainer{
	margin: 0 15px 0 15px;
}
.bigcontainer centered{
	margin: 0 15px 0 15px;
}

.btn-disabled {
    display: inline-block;
    padding: 10px 16px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3333333;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
   
   
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.btn-disabled:hover {
    color: #333;
    background-color: none;
    border-color: none;
}

.btn-disabled, .btn-disabled, .btn-disabled:hover {
    color: #333;
    text-decoration: none;
}

/* ============================================================================================================================
== BUBBLE WITH AN ISOCELES TRIANGLE By Nicolas Gallagher
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-isosceles {
  position:relative;
  padding:15px;
  margin:1em 0 3em;
  color:#000;
  background:#f3961c; /* default background for browsers without gradient support */
  /* css3 */
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f9d835), to(#f3961c));
  background:-moz-linear-gradient(#f9d835, #f3961c);
  background:-o-linear-gradient(#f9d835, #f3961c);
  background:linear-gradient(#f9d835, #f3961c);
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-isosceles.top {
  background:-webkit-gradient(linear, 0 0, 0 100%, from(#f3961c), to(#f9d835));
  background:-moz-linear-gradient(#f3961c, #f9d835);
  background:-o-linear-gradient(#f3961c, #f9d835);
  background:linear-gradient(#f3961c, #f9d835);
}

/* Variant : for left/right positioned triangle
------------------------------------------ */

.triangle-isosceles.left {
  margin-left:50px;
  background:#f3961c;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-isosceles.right {
  margin-right:50px;
  background:#f3961c;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
  content:"";
  position:absolute;
  bottom:-15px; /* value = - border-top-width - border-bottom-width */
  left:50px; /* controls horizontal position */
  border-width:15px 15px 0; /* vary these values to change the angle of the vertex */
  border-style:solid;
  border-color:#f3961c transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

.triangle-isosceles.top:after {
  top:-15px; /* value = - border-top-width - border-bottom-width */
  right:50px; /* controls horizontal position */
  bottom:auto;
  left:auto;
  border-width:0 15px 15px; /* vary these values to change the angle of the vertex */
  border-color:#f3961c transparent;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
  top:16px; /* controls vertical position */
  left:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  border-width:10px 50px 10px 0;
  border-color:transparent #f3961c;
}

/* Variant : right
------------------------------------------ */

.triangle-isosceles.right:after {
  top:16px; /* controls vertical position */
  right:-50px; /* value = - border-left-width - border-right-width */
  bottom:auto;
  left:auto;
  border-width:10px 0 10px 50px;
  border-color:transparent #f3961c;
}

/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border {
  font-size: 12pt;
  position:relative;
  padding:15px;
  margin:.5em 15px 0;
  border:5px solid #5a8f00;
  color:#333;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-border.left {
  margin-left:30px;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-border.right {
  margin-right:30px;
}



/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-border:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#5a8f00 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}


/* creates the smaller  triangle */
.triangle-border:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

/* Variant : top
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.top:before {
  top:-20px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:40px; /* controls horizontal position */
  border-width:0 20px 20px;
}

/* creates the smaller  triangle */
.triangle-border.top:after {
  top:-13px; /* value = - border-top-width - border-bottom-width */
  bottom:auto;
  left:auto;
  right:47px; /* value = (:before right) + (:before border-right) - (:after border-right) */
  border-width:0 13px 13px;
}

/* Variant : left
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.left:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 30px 15px 0;
  border-color:transparent #5a8f00;
}
/* overwrite border colors */
.triangle-border.right.orange,.triangle-border.left.orange {
  border:5px solid orange !important;
}
.triangle-border.left.orange:before,.triangle-border.right.orange:before  {
  border-color:transparent orange !important;
}

.triangle-border.right.red,.triangle-border.left.red {
  border:5px solid red !important;
}
.triangle-border.left.red:before,.triangle-border.right.red:before  {
  border-color:transparent red !important;
}
/* creates the smaller  triangle */
.triangle-border.left:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 21px 9px 0;
  border-color:transparent #fff;
}

/* Variant : right
------------------------------------------ */

/* creates the larger triangle */
.triangle-border.right:before {
  top:10px; /* controls vertical position */
  bottom:auto;
  left:auto;
  right:-30px; /* value = - border-left-width - border-right-width */
  border-width:15px 0 15px 30px;
  border-color:transparent #5a8f00;
}

/* creates the smaller  triangle */
.triangle-border.right:after {
  top:16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
  bottom:auto;
  left:auto;
  right:-21px; /* value = - border-left-width - border-right-width */
  border-width:9px 0 9px 21px;
  border-color:transparent #fff;
}



