@font-face {
    font-family: FontAwesome;
    src: url('/fonts/fontawesome-webfont.tff');
}

html {
  position: relative;
  min-height: 100%;
}

body{
	/*position: relative;*/
	/*height: 100%;*/
	min-height:100%;
	background-color: rgb(252,252,252);
	margin-bottom:190px;
}

.logo{
	padding-top: 7px;
}

/*
.main.background.lazy-loaded {
    opacity: 0.8;
    background: #fff url(/images/background.jpg) repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

.main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    /*  min-height: 800px;
      background: #ffffff;*/
}

.navbar-inverse
{
    background-color: #ffffff;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #4586C6;
    border-color: #d3e0e9;
    font-weight: bold;
}

.panel-default {
    background-color: #eee;
}

.btn-primary {
    color: #fff;
    background-color: #4586C6;
    border-color: #7DB8D9;
}

label{
    color: #14436E;
    line-height: 14px;
    margin-bottom:2px;
}

.navbar-default .navbar-nav > li > a {
    color: #14436E;
    font-weight: bold;

}

.agreement{
    font-size: 12px;
    line-height: 14px;
    color: #66696a;
    text-align: center;
    display: block;
    margin-bottom: 15px
}

.boardManageItem {

    margin-right: 4px;
    margin-bottom: 8px;
    float: left;
    padding-left: 5px;
    /*border-bottom: 2px dashed rgba(69,69,69,0.4);*/
}

.leftdashedborder{
    border-left: 2px dashed rgba(69,69,69,0.4);
}

.form-background{
	border: 1px solid rgba(69,69,69,0.4);
    background-color: #FFF;
    /* background-color: #FFF; */
    display: block;
    padding: 4px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -moz-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -ms-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -o-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    /*margin-left: 4px;*/
}

.section-title {
    border-radius: 4px;
}

.boardManage {
    border-radius:4px;
	position: relative;
    border: 1px solid rgba(69,69,69,0.4);
    background-color: #FFF;
    /* background-color: #FFF; */
    display: block;
    float: left;
    width: 100%;
    padding: 4px;
    margin-bottom: 3px;
    -webkit-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -moz-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -ms-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -o-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
}

.board-imageManage {
    font-size: 16px;
    font-weight: bold;
    /* color: rgba(159,0,171,1);*/
    text-align: center;
    width: 100%;
    height: 200px !important;
}

.board-buttonsManage {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    border: 1px solid rgba(69,69,69,0.4);
    -webkit-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -moz-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -ms-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -o-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    background-color: #fff;
}

.board-titleManage{
    text-align: center;
    margin-top: 5px;
}


.board-button {
    background: none repeat scroll 0 0 #fcfcfc;
    border: 1px solid rgba(69,69,69,0.4);
    display: inline-block;
    border-radius: 3px;
    color: #A0A0A0 !important;
    font-size: 11.5px !important;
    padding: 4px 4px;
    width: 32%;
    text-align: center !important;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 2px;
    margin-right: 2px;
}

.full{
    width: 100%;
}

.blue-title{
    background-color: #4586C6;
}

.leftDiv {
    cursor: pointer;
    display: block;
    float: left;
}

.menuContainer {
    box-shadow: 0px 5px 5px rgba(69,69,69,0.7);
    background-color: #4586C6;
    color: #f5f5f5;
    margin-right: 4px;
    /* margin-left: 4px;*/
}

.menuContainer ul li.active a{
    color: #ffba00!important;
}

.blue{
    color:rgb(29,64,118);
}



.manageMenuSection {
    display: block;
    height: 270px;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    padding-top: 15px;
        font-size: 13px;
}

.manageMenuSection ul {
    /* margin-left: 5px; */
    margin-top: 5px;
    margin-bottom: 5px;
}

.manageMenuSection ul li {
    float: left;
    list-style: none;
    padding: 0;
    color: rgb(69,69,69);
    margin-left: -19px;
    margin-top: 0px;
    cursor: pointer;
    width: 100%;
}

.manageMenuSection ul li a {
    display: inline-block;
    line-height: 30px;
    color: #F5F5F5;
    padding: 0 10px;
    margin-bottom: 2px;
    margin-right: 5px;
    width: 100%;
    text-decoration: none;
}

.manageMenuSection ul li a:hover {
    background: #F5F5F5;
    color: #337ab7;
}

.grey{
    color:rgb(72,82,92);
}

.lightblue{
    color: rgb(131,186,220);
}

.addOptionsContainer {
    margin: 7px 7px;
    float: left;
    padding-bottom: 12px;
    width: 90%;
    height: auto;
}

.addOptionsContainer .text {
    text-align: center;
    color: rgb(69,69,69);
    font-weight: bold;
    padding-bottom: 20px;
}

.addOptionsContainer ul {
    list-style: none;
    padding: 0 14px;
    margin: 0;
}

.addOptionsContainer .add_option {
    height: auto;
    text-align: center;
    border: none;
    float: left;
    margin-left: 30px;
}

.addOptionsContainer .add_option a {
    display: inline-block;
    padding: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition: all 300ms linear;
    margin-top: 13px;
}

.imageCircle-large {
    -webkit-border-radius: 145px;
    -moz-border-radius: 145px;
    border-radius: 145px;
    width: 142px;
    height: 142px;
    border: 1px solid #e1e5e7;
}

.addWebsiteBackground {
    background: url(../images/add-web-icon.png) center center no-repeat #fff;
}

.addLocalBackground{
    background: url(../images/add-pin-local.png) center center no-repeat #fff;
}

.createBoardBackground{
    background: url(../images/create-board-icon.png) center center no-repeat #fff;
}

.addCouponBackground{
    background: url(../images/addCoupon.png) center center no-repeat #fff;
}

.addOptionsContainer .add_option a:hover {
    -moz-transform: rotate(2160deg);
    -webkit-transform: rotate(2160deg);
    -o-transform: rotate(2160deg);
    -ms-transform: rotate(2160deg);
    transform: rotate(2160deg);
    -webkit-box-shadow: 0px 0px 10px 0px #337ab7;
    -moz-box-shadow: 0px 0px 10px 0px #337ab7;
    -ms-box-shadow: 0px 0px 10px 0px #337ab7;
    -o-box-shadow: 0px 0px 10px 0px #337ab7;
    box-shadow: 0px 0px 10px 0px #337ab7;
}


.table a
{
    display:block;
    text-decoration:none;
}

.pull-center{
    text-align: center;
}

.marginBottom{
    margin-bottom: 40px;
}

.propertyFloorTitle{
    margin-bottom: 5px;
    margin-top: 0;
}

.actionButtons{
    width: 65px;
    float: left;
    margin-right: 5px;
}



.footer {
   position: absolute;
  /* margin-top: 50px;*/
    bottom: 0;
    width: 100%;
    min-height: auto;
    background-color: #22262f;
    padding-top: 12px ;
    height: auto;
        border: 1px solid transparent;
    /* border-radius: 4px; */
    /* border-top: 4px solid #dedede; */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
border-color: #d3e0e9;
}

.vcenter{
    display: inline-block!important;
    vertical-align: middle!important;
    float: none!important;
    text-align: center!important;
}

.trash{
    height: 19px;
    margin-top: 1px;
}

.title-img{
    height: 25px;
    width: 25px;
    margin-right: 5px;
}

.table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td{
    border-top: none;
    border: none;
}

.table-bordered>tbody>tr>th
{
    color: white;
    /*background-color: rgba(29,64,118,0.99);*/
	background-color: #4586C6;
}

.table-bordered>tbody>tr>td
{
    background-color: white;
}

.white-font{
    color:#fff;
}

.row-table-title{
    margin-bottom:10px;
    font-size: 1.2em;
}

.row-table-font-margins{
    margin-bottom:5px;
    margin-top:5px;
    font-size: 14px;
}


.social-media-icons{
    height: 25px;
    width: 25px;
    border-radius: 12.5px;
    margin: 2px;
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 1);
}

.sidemenu-padding{
    padding-right: 5px;
    padding-left: 5px;
}

.row-table-background{
    background-color: #4586C6;
}

.row-table-background-purple{
    background-color: #9F4777;
}

.row-table-background-green{
    background-color: #86C040;
}

.row-table-background-yellow{
    background-color: #ffba00;
}


ul.navi-content-footer {
    float: right;
    margin-right: 13px;
}

ul.navi-content-footer li + li:before {
    content: " | ";
    padding: 0 5px;
}

ul.navi-content-footer li {
    font-size: 12px;
    float: left;
    color:white;
   /* margin-right: 10px;*/
    list-style-type: none;
}

li.sidebar-nav-item {
    border-bottom: 1px solid #fff;
    /* border-top: 1px solid #fff; */
}

ul.navi-content-footer li > a{
   color:white;
}

.btn-primary{
	background-color: #4586C6;
}

.property-count-box{
	    border: 1px solid #FCA409;
	    background-color: #FCA409;
    padding: 5px 10px;
    border-radius: 5px;
    color:#fff;
    font-weight: normal;
    margin-top: 5px;
}

.property-count-box-zero{
	  border: 1px solid #4586C6;
	    background-color: #4586C6;
    padding: 5px 10px;
    border-radius: 5px;
    color:#fff;
    font-weight: normal;
    margin-top: 5px;
}

.pagination > li > span {
    z-index: -1!important;
}

.navbar-default .navbar-nav > li > a {
    color: #14436E;
    font-weight: normal;
    font-size: 15px;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #dedede;
    text-align: center;
}

.grey-background{
	background-color: #fafafa;
}

.boardManageItem{
	min-width: 200px;
}

.donutBorder{
    border: 1px solid rgba(69,69,69,0.4);
    background-color: #FFF;
    /* background-color: #FFF; */
    display: block;
    float: left;
     width: 100%;
    /* padding: 4px; */
    margin-bottom: 3px;
    -webkit-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -moz-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -ms-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    -o-box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
    box-shadow: 0 12px 0 -8px rgba(69,69,69,0.4);
}

.ui-widget {
	font-family: "Raleway", "sans-serif";
	}

	.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: "Raleway", "sans-serif";

}

.ui-widget-header{
	background-color: #4586C6;
	background: #4586C6 url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
    color: #ffffff;
    font-weight: normal;
	font-family: "Raleway", "sans-serif";
}

.modal-header{
	background: #4586C6;
    color: white;
    height:25px;
}

.no-border{
	border: none!important;
}

.btn-primary-reverse{
	background: #fff;
	color:#515054;
	border-color: #4586C6;
}

.btn-primary-reverse:hover{
	background: #4586C6;
	color:#fff;
}


.modal-header.purple{
	background: #9F4777;
}

.modal-header.green{
	background: #86C040;
}

.modal-title{
	    line-height: 0;
    font-size: 14px;
}

.modal-body-expense{
	font-size: 14px;
}

.table-border{
	border:1px solid #ddd;
}

.thead-style{
	background-color: #4586C6;color: #fff;
}

.thead-style.green{
	background-color: #86C040;color: #fff;
}

#period{
	margin-left: -4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        /*flex-wrap: wrap;*/
    }
}

@media (min-width: 768px){
  .five-cols .col-sm-1,
  .five-cols .col-lg-1,
  .five-cols .col-md-11  {
    width: 100%;
    *width: 100%;
  }

  
  .four-cols .col-md-1,
  .four-cols .col-sm-1,
  .four-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }

    .five-cols-uniform .col-md-1,
  .five-cols-uniform .col-sm-1,
  .five-cols-uniform .col-lg-1,
.five-cols-uniform .col-cu-1  {
    width: 100%;
    *width: 100%;
  }

  .five-cols-uniform .col-sm-4,
  .five-cols .com-sm-4 {
    width: 33.3%;
    *width: 33.3%;
  }
}

@media (min-width: 992px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1,
.five-cols .col-cu-1  {
    width: 19.659%;
    *width: 19.659%;
  }

  .four-cols .col-md-1,
  .four-cols .col-sm-1,
  .four-cols .col-lg-1,
.four-cols .col-cu-1  {
    width: 25%;
    *width: 25%;
  }

  .five-cols .col-md-11{
	  width: 79.91%;
	  *width: 79.91%;
  }

  .five-cols .col-cu-11

    {
    width: 80.341%;
    *width: 80.341%;
  }

  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1{
	  padding-left:0px;
  }

    .five-cols-uniform .col-md-1,
  .five-cols-uniform .col-sm-1,
  .five-cols-uniform .col-lg-1,
.five-cols-uniform .col-cu-1    {
    width: 20%;
    *width: 20%;
  }

  .five-cols .col-cu-1{
	  padding-left:0px!important;
  }
.five-cols-uniform .col-cu-1  {
	  padding-left:15px!important;
  }

  .five-cols .col-md-2,
  .five-cols .col-sm-2,
  .five-cols .col-lg-2  {
    width: 40.172%;
    *width: 40.172%;
  }

}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1,
.five-cols .col-cu-1  {
    width: 19.659%;
    *width: 19.659%;
  }

  .four-cols .col-md-1,
  .four-cols .col-sm-1,
  .four-cols .col-lg-1,
.four-cols .col-cu-1  {
    width: 25%;
    *width: 25%;
  }

  .five-cols .col-md-11{
	  width: 79.91%;
	  *width: 79.91%;
  }

  .five-cols .col-cu-11

    {
    width: 80.341%;
    *width: 80.341%;
  }

  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1{
	  padding-left:0px;
  }

  .five-cols-uniform .col-md-1,
  .five-cols-uniform .col-sm-1,
  .five-cols-uniform .col-lg-1,
.five-cols-uniform .col-cu-1    {
    width: 20%;
    *width: 20%;
  }

  .five-cols .col-cu-1{
	  padding-left:0px!important;
  }
.five-cols-uniform .col-cu-1  {
	  padding-left:15px!important;
  }

  .five-cols .col-md-2,
  .five-cols .col-sm-2,
  .five-cols .col-lg-2  {
    width: 40.172%;
    *width: 40.172%;
  }
}

.numDIV {
    display: block;
    width: auto;
    min-width: 24px;
    max-width: 35%;
    height: 24px;
    background: white;
    border-radius: 3px;
    float: right;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 10.5px;
    color: #4586C6;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    padding: 5px;
}

.hover-link:hover{
	cursor: pointer;
}

.disabled-table
{
	opacity: 0.2;
}

.total-expenses-chart {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border:20px solid #4586C6;
  font-size: 31px;
  color: rgb(99, 107, 111);
  line-height: 190px;
  text-align: center;
  background: #fff;
}

.total-cash-chart {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border:20px solid #ffba00;
  font-size: 31px;
  color: rgb(99, 107, 111);
  line-height: 190px;
  text-align: center;
  background: #fff;
}

.total-cash-chart-compact{
	    width: 180px;
    /* height: 225px; */
    height: 180px;
    /* width: 100%; */
    border-radius: 50%;
    border: 30px solid #ffba00;
    font-size: 31px;
    color: rgb(99, 107, 111);
    line-height: 120px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    left: calc(50%,180px);
    /* margin-left: 50px; */
    position: relative;
    left: calc(50% - 90px);
}

.total-income-chart {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  border:20px solid #9F4777;
  font-size: 31px;
  color: rgb(99, 107, 111);
  line-height: 190px;
  text-align: center;
  background: #fff;
}

.total-income-chart-compact{
	    width: 180px;
    /* height: 225px; */
    height: 180px;
    /* width: 100%; */
    border-radius: 50%;
    border: 30px solid #9F4777;
    font-size: 31px;
    color: rgb(99, 107, 111);
    line-height: 120px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    left: calc(50%,180px);
    /* margin-left: 50px; */
    position: relative;
    left: calc(50% - 90px);
}

.total-expenses-chart-compact{
	    width: 180px;
    /* height: 225px; */
    height: 180px;
    /* width: 100%; */
    border-radius: 50%;
    border: 30px solid #4586C6;
    font-size: 31px;
    color: rgb(99, 107, 111);
    line-height: 120px;
    text-align: center;
    background: #fff;
    margin-top: 10px;
    left: calc(50%,180px);
    /* margin-left: 50px; */
    position: relative;
    left: calc(50% - 90px);
}

.creditors-expenses-chart{
	width: 225px;
  height: 225px;
  border-radius: 50%;
  border:20px solid #ffba00;
  font-size: 31px;
  color: rgb(99, 107, 111);
  line-height: 190px;
  text-align: center;
  background: #fff;
}

.paid-expenses-chart{
	width: 225px;
  height: 225px;
  border-radius: 50%;
  border:20px solid #86C040;
  font-size: 31px;
  color: rgb(99, 107, 111);
  line-height: 190px;
  text-align: center;
  background: #fff;
}

.fa-bars:before {
content: "\f0c9";
}

.rounded {
border-radius: .25rem!important;
}


.menu-toggle:hover,
.menu-toggle.active {
  color: #000;
  background: #ddd;
}

.menu-toggle {
position: fixed;
right: 15px;
top: 15px;
/*width: 40px;
height: 40px;*/
text-align: center;
color: #000;
background: #fff;
line-height: 50px;
z-index: 999;
text-align: center;
/* padding: 10px; */
border: 1px solid;
border-color: #ddd;
padding: 9px;
}


#sidebar-wrapper {
position: fixed;
z-index: 2;
right: 0;
width: 250px;
height: 100%;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s;
transform: translateX(250px);
background: #4586C6;
border-left: 1px solid rgba(255,255,255,.1);
}

.sidebar-nav {
position: absolute;
top: 0;
width: 250px;
margin: 0;
padding: 0;
list-style: none;
}

.sidebar-nav>.sidebar-brand {
font-size: 1.2rem;
background: rgba(52,58,64,.1);
height: 80px;
line-height: 50px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 15px;
}

#sidebar-wrapper.active {
right: 250px;
width: 250px;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
-o-transition: all .4s ease 0s;
transition: all .4s ease 0s;
}

.sidebar-nav li.sidebar-nav-item > a {
display: block;
text-decoration: none;
color: #fff;
padding: 15px;
}


.sidebar-nav li.sidebar-nav-item > a:hover {
text-decoration: none;
color: #fff;
background: rgba(255,255,255,.2);
}

.more-column-circle{
	float: left;
    border-radius: 50%;
    border: 1px solid #ffba00;
    font-size: 20px;
    color: #4586C6;
    /*line-height: 150px;*/
    text-align: center;
    background: #fff;
    height: 170px;
    width: 170px;
    display: inline-table;
   /* margin-right: 15px;*/
    margin-bottom: 15px;
	margin-left:9.9px;
}

.more-column-circle:hover{
  color: #fff;
  background: #ffba00;
}

.more-column-circle-child{
  display: table-cell;
/* display: table; */
text-align: center;
vertical-align: middle;
}

.more-column-circle a:hover{
  text-decoration: none;
  color:#fff;
  /*display: table-cell;
  vertical-align: middle;
  */
}

.v--modal-box{
	overflow:visible!important;
	margin-top: 70px;
}

.multi-select-container {
  display: inline-block;
  position: relative;
}

.multi-select-menu {
  position: absolute;
  left: 0;
  top: 0.8em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menu input {
  margin-right: 0.3em;
  vertical-align: 0.1em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.search { position: relative; }
.search input { text-indent: 30px;}
.search .fa-search { 
  position: absolute;
  top: 12px;
  right: 7px;
  font-size: 15px;
}

ul.options {
    list-style-type: none;
    width: 15em;
    margin: 0.3em 0;
    padding: 0;
}
		ul.options li {
    background: #def url(../images/cross_bright.png) no-repeat 98% center;
    margin: 1px;
    padding: 0.1em 0.3em;
    cursor: pointer;
    color: #46a;
    font-weight: bold;
    border: solid 1px #cde;
}

tr.clickable-row:hover { 
   background-color:#4586C6!important;
   color:#ffffff; 
}

td.clickable-column a { 
   display: block; 
   text-transform:none;
color:#636b6f;   
}

.fc-unthemed th{
	background-color:#4586C6;
	color:#fff;
}

.fc-button{
	background-color: #4586C6!important;
    color: #fff!important;
    background-image: none!important;
}

.fc-state-active,
.fc-button:hover{
	background-color: #fff!important;
    color: #4586C6!important;
    background-image: none!important;
}