/* GLOBAL */

/*

 GRAY : rgb(206, 206, 206)

 GRADIENT:
	background: rgb(22, 201, 153);
	background: -webkit-linear-gradient(left, rgb(22, 201, 153), rgb(45,194,200));
	background: -o-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200));
	background: -moz-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200));
	background: linear-gradient(to right, rgb(22, 201, 153) , rgb(45,194,200));

 */
button{
	border: 0;
    background: transparent;
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid rgb(154, 154, 154);
    color:rgb(154, 154, 154);
}
.pill-button{
	border: 0;
    background: transparent;
    padding: 8px 30px;
    border-radius: 20px;
    border: 1px solid rgb(154, 154, 154);
    color:rgb(154, 154, 154);
}
.pill-button.pill-colored{
	background: rgb(22, 201, 153);
	background: -webkit-linear-gradient(left, rgb(22, 201, 153), rgb(45,194,200));
	background: -o-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200));
	background: -moz-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200));
	background: linear-gradient(to right, rgb(22, 201, 153) , rgb(45,194,200));
	color:white;
	border-color: transparent;
}

/* ======= */

html,body,#wrapper,#main,#menu-wrapper{
	height:100%;
}
body{
	position: relative;
}
#nav-bar-fixed{
	background: rgb(34, 34, 34);
	padding:0;
	position: fixed;
    z-index: 99;
    width: 100%;
}
#nav-bar-fixed .col-xs-11{
	padding-left:0;
}
#nav-bars{
	color: rgb(255, 255, 255);
    font-size: 30px;
    background: rgb(22, 201, 153);
    padding: 15px;
	background: -webkit-linear-gradient(left, rgb(22, 201, 153), rgb(45,194,200)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgb(22, 201, 153) , rgb(45,194,200)); /* Standard syntax */
}
#logo{
	width: auto;
    height: auto;
    vertical-align: top;
    margin-top: 1%;
    margin-left: 20px;
}
#nav-bar-fixed .col-xs-1{
	text-align:right;
	position:relative;
}
#nav-bar-fixed .fa{
	color: rgb(255, 255, 255);
    font-size: 30px;
}
#nav-bar-fixed .fa.fa-search{
	margin-right: 19px;
    margin-top: 12px;
}
#wrapper .container-fluid{
	padding:0;
}
#wrapper > .container-fluid{
	padding:3% 0 0;
}
#wrapper > .container-fluid .col-md-9{
	padding:0;
	padding-top:30px;
}
#wrapper > .container-fluid .col-md-3{
	    padding: 0;
    padding-top: 0px;
}
#wrapper > .container-fluid .col-md-3#cal-wrapper{
	 background:  rgb(239,243,246);
	  position: relative;
    height: 100%;
     padding-top: 30px ;
}
#calendar-wrapper{
    background: rgb(239,243,246);
    width: 100%;
    position: fixed;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 25%;
}
#calendar-wrapper > h2{
	margin-top: 20px;
    border-bottom: 1px solid rgb(206, 206, 206);
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom:20px;
}
#calendar-wrapper > h2 > .fa{
	float: right;
    font-size: 30px;
    color: rgb(0, 0, 255);
    margin-top: -8px;
}
#main{
position: relative;
}
#menu-wrapper{
	width:15%;
	display:inline-block;
	background:  rgb(239,243,246);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	position: fixed;
    z-index: 9;
    top:60px;
    text-align: center;
    padding-top:20px;
}
#main-content{
	width: 82%;
    display: inline-block;
    vertical-align: top;
    background: rgb(255, 255, 255);
    margin-left: 19%;
    position: relative;
}
#menu-wrapper ul{
	padding:0;
	list-style: none;
}
#menu-wrapper ul li{
	padding-left: 14%;
    text-align: left;
    font-size: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
}
#menu-wrapper ul li:hover{
	background:white;
	color:rgb(73,197,195);
}
#order-button{
	background: -webkit-linear-gradient(left, rgb(22, 201, 153), rgb(45,194,200)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgb(22, 201, 153) , rgb(45,194,200)); /* Standard syntax */
    border: 0;
    outline: 0;
    color: rgb(255, 255, 255);
    padding: 1em;
    border-radius: 12px;
    display: block;
/*     margin: 20px auto 0px; */
	margin-left:30px;
}
#content-wrapper{
	padding:10px;
}
#content-wrapper .row-one h2{
	display: inline-block;
    font-size: 15px;
    margin:10px 0;
}
#content-wrapper .row-one .fa-plus{
	border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    padding: 4px 6px;
    margin-right: 5px;
}
#content-wrapper .row-one .search-field{
	float: right;
    background: rgba(0, 0, 0, 0);
    padding: 10px;
    border-radius: 15px;
    width: 16%;
    border: 1px solid rgb(206, 206, 206);
    font-size:12px;
}
.entry-wrapper{
	padding: 30px 0;
}
.entry-header{
	padding: 10px 0px;
}
#content-wrapper .entry-header h2{
	width:90%;
	margin:0;
	font-size: 17px;
}
.arrows{
	float: right;
}
.entry-header .fa{
    font-size: 24px;
    border-radius: 50%;
    background: rgb(0, 128, 0);
    background: -webkit-linear-gradient(left, rgb(22, 201, 153), rgb(45,194,200)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(right, rgb(22, 201, 153), rgb(45,194,200)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to right, rgb(22, 201, 153) , rgb(45,194,200)); /* Standard syntax */
    color: rgb(255, 255, 255);
    padding: 3px 8px;
}
.entry-header .fa.fa-angle-up{
	padding: 1px 8px 5px;
}
.entry-info div div{
	margin:5px 0;
	color: #9a9a9a;
}
.entry-case .case-header , .entry-case .ass-header{
	border-bottom: 1px solid rgb(206, 206, 206);
}
#content-wrapper .case-header h2{
    width: auto;
    margin: 50px 0 15px 0;
    font-size: 17px;
}
#content-wrapper .case-header p{
    width: auto;
    float: right;
    margin: 40px 0 0 0;
    font-size: 11px;
    display: inline-block;
    color: rgb(154, 154, 154);
}
.entry-case table{
	width: 100%;
}
.entry-case table td{
	padding:10px 0;
	font-size: 14px;
}
.entry-case table tr{
	border-bottom: 1px solid rgb(206, 206, 206);
}
.entry-case table td .fa{
	font-size: 20px;
    margin-right: 10px;
}
.entry-case .case-table tr td{
	width: 25%;
}
.entry-case .case-table tr td:last-child{
	text-align: right;
}
.entry-case table td .fa.fa-commenting-o{
	color:red;
}
#content-wrapper .ass-header h2{
	width:auto;
	margin:50px 0 15px 0;
	font-size: 17px;
}
#content-wrapper .ass-header p{
	width:auto;
	float:right;
	margin:40px 0 0 0;
	font-size: 11px;
	display: inline-block;
	color:rgb(154, 154, 154);
}
.entry-case .ass-table tr td{
	width: 20%;
}
.entry-case .ass-table tr td:last-child{
	text-align: right;
}
.contact-delete{
	cursor: pointer;
	color:red;
}
.entry{
	padding: 30px 10px 10px 10px;
	background-color:#ededed;
/* 	max-height: 180px; */
	max-height: 177px;
    overflow: hidden;
    border-bottom:1px solid rgb(206, 206, 206);
    transition:all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    padding-bottom:30px;
}
.hidden-entry{
	 max-height: 2000px;
}
.hidden-button{
	display: none;
}
.show-menu{
	left:0px;
}
.hide-menu{
	left:-300px;
}
.menu-hidden{
	width:100% !important;
	margin-left:0 !important;
}
#calendar.fc{
	max-width: 100% !important;
}
.fc-header-toolbar .fc-left{
	    width: 100%;
    text-align: left;
}
.fc-header-toolbar .fc-left h2{
	margin: 10px 0 45px 23px !important;
    font-size: 35px !important;
    font-weight: 300;
}
.fc-toolbar.fc-header-toolbar .fc-right{
	float:none;
}
.fc .fc-button-group>*{
	background: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
/*     margin-right: 6px !important; */
    text-transform: uppercase;
    border-radius:0px;
}
.fc-state-active{
	border-bottom: 1px solid white !important;
}
.fc .fc-button-group>*:hover{
	background: transparent;
}
div.fc-toolbar.fc-header-toolbar{
	height:auto;
	background: #333645;
}
.fc-right .fc-button-group{
	margin-left:18px !important;
	margin-bottom: 10px;
}
.fc-right .fc-button-group:last-child{
	float:right;
}
div.fc-time-grid .fc-content-skeleton{
	position:static;
}
#wrapper > .container-fluid .entry .col-md-9{
	padding-top:0px;
}
.cal-notes{
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:30px;
	border-left:5px solid orange;
	border-bottom:1px solid rgb(206, 206, 206);
	transition: all 0.5s;
	-webkit-transition:all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	max-height:300px;
	overflow: hidden;
	cursor: pointer;
}
.cal-notes h2{
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
}
.cal-notes p{
	margin:0;
}
#add_case,#add_contact{
	left:calc(50% - 392px) !important;
}
.pop form{
	overflow: scroll;

	height:454px;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
.pop form label{
	width:50%;
}
.pop form input[type="text"],.pop form textarea{
	width:50%;
}
.pop form p:last-child{
	text-align: center;
}
.hidden-note{
	max-height:55px;
}
#user-nav{
    background: rgb(255, 255, 255);
    position: absolute;
    width: 180px;
    right: 10px;
    border-radius: 5px;
}
#user-nav ul{
    list-style: none;
    padding: 10px 0px;
    margin: 0;
}
#user-nav ul li{
    text-align: left;
    font-size: 17px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#user-nav ul li:hover{
	background: rgb(206, 206, 206);
}
#user-nav ul li a{
	color:black;
	text-decoration: none;
}
#addnote{
	display:block;
/* 	margin:0 auto; */
	margin-left:30px;
}
.fc-view-container *{
	text-align: center;
}
.anEvent{
	color:red;
}
button.fc-state-default.fc-corner-right{
	border-radius: 0;
}
.fc-view-container tbody table tr td span{
	float:none !important;
}
.fc-view-container tbody table tr td span:hover{
/* 	background: gray; */
}
.note.cal-notes div{
	text-align: left;
  overflow:hidden;
}
.hidden-nav-user{
	display:none;
}
#nav-bar-fixed .fa.fa-user-o,#nav-bar-fixed .fa.fa-search{
	cursor:pointer;
}
#nav-bar-fixed .fa.fa-search{
	color:transparent;
}
.cal-notes:hover{
  background:white;
}
.cal-notes:hover .cal-notes-hover{
  display:block;
}
.cal-notes-hover{
  display: none;
  position: fixed;
  left: 15%;
  z-index: 99999;
  top: 280px;
  width: 50%;
  height: 300px;
  background: white;
  box-shadow: 5px 2px 20px rgba(0,0,0,0.1);
  padding: 10px;
  overflow-wrap: break-word;
}
.cal-notes-hover div{
  position:relative;
  width:100%;
  height:100%;
}
.cal-notes-hover div button{
  position:absolute;
  bottom:10px;
  left: 10px;
}
.menu-item{
  cursor:pointer;
}
/*.menu-item:hover .menu-hover{
  display:block !important;
}*/
.menu-hover{
  display: none;
  position: fixed;
  left: 15%;
  z-index: 99999;
  top: 10%;
  width: 50%;
  height: 300px;
  background: white;
  box-shadow: 5px 2px 20px rgba(0,0,0,0.1);
  padding: 10px;
  overflow-wrap: break-word;
}
