/*html { overflow-y: scroll; }*/
body {
/*  padding-top: 100px;*/
}

body {
  min-height: 2000px;
}

.navbar-static-top {
  margin-bottom: 19px;
}
      
.menu_menu      {background-color: #bfdef0}
.menu_queue     {background-color: #d0f9d1}
.menu_user      {background-color: #f1f4ca}
.menu_schedule  {background-color: #edcd77}
.menu_app       {background-color: #f5d5a9}
.menu_ext       {background-color: #c5c5c5}
.menu_voicemail {background-color: #ffa0bf}

.smalluserpicture {width:20px;height:30px}
.biggeruserpicture   {width:50px;height:70px}
.biguserpicture   {width:175px;height:250px}

body
{
	background: #ffffff;
}

.navbar-default {
    background-color: #000000;
    border-color: transparent;
}

.navbar-default img {
	padding: 0px;
}

.navbar-brand {
	padding: 0px;
	padding-left: 10px;
}

.dropdown-menu {
        background: #ffffff;
}

.btn-white {
	background: #000000;
	color: #ffffff;
	border-color: #ffffff;
	border: 1px solid;
}

.btn-white:hover {
        background: #111111;
        color: #eeeeee;
        border-color: #eeeeee;
        border: 1px solid;
}

