html, body{
}
body{
	background:#fff no-repeat 0 0;
	background-position:top;
    background-attachment: fixed;
}
a {
	color:#000;
	font-weight:bold;
}
a:hover{
	color:#000;
}
.container-fluid.intro{
	background:url(../images/bg-intro.jpg) #fff no-repeat top center;
	padding:20px 0px 40px 0px;
	color:#000;
	font-size:13px;
	font-weight:200;
	margin-top:-50px;
}
.container-fluid.intro h1{
	color:#000;
    text-shadow: 2px 2px 2px #eaeaea;
}
.container-fluid.signin{
	background:url(../images/bg-signin-tile.jpg) #fff repeat top center;
	padding:60px 0px;
}
.container-fluid.signin h2{
	color:#fff;
}
.container-fluid.one{
	background:#fff;
	padding:20px 0 60px 0;
}
.container-fluid.two{
	background:#fbfbfb;
	padding:20px 0;
}
.container-fluid.three{
	background:#79b23a;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    margin-bottom: 0px;
    margin-top: 0px;
}
.h2 {
    font-size: 26px;
    line-height: 26px;
	margin-bottom: 0;
    margin-top: 2px;
}
.panel.blog{
	border-radius:0px 2px 4px 4px;
	border-top:0px;
	margin-bottom:0px;
}
.text-info{
	color:#1a75bb;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    line-height: 28px;
    margin-right: 4px;
	color:#333;
	background-color:#fafafa;
	border-bottom:none;
}
/*.nav > li > a {
    display: block;
    padding: 11px 15px;
    position: relative;
    font-weight: 500;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color:#ddd;
	color:#333;
}

.panel-default > .panel-heading {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}
.panel-heading {
	padding:10px 15px;
	background-color:#ddd;
}
.panel-body {
	padding:15px;
}
.panel-footer {
	padding:10px 15px;
	background-color:#ddd;
	border-bottom:3px !important;
}

.white{
	color:#fff;
}

.box{
	padding:20px 20px 20px 20px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
	background-color:#FFF;
	border-radius:4px;
}
.box h3{
	margin-bottom:10px;
}


/***** TABLES START *****/ 
/***** TABLES START *****/ 
/***** TABLES START *****/ 
.table-striped > tbody > tr:nth-child(2n+1), .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f9f9f9;
}

th {
	background-color:#ddd;
}
tr {
	background-color:#fff;
}
.white-row > td{
	background-color:#fff;
}
.grey-row > td{
	background-color:#f9f9f9;
}
.month-view > tbody > tr > td, .table > tfoot > tr > td {
	padding:0px;
	text-align:center;
}
.month-view td p {
	display:block;
	padding:12px 0px 12px 0px; 
	margin:0px;
	font-weight:bold;
	cursor:default;
}
.month-view td a {
	display:block;
	padding:12px 0px 12px 0px; 
	text-decoration:none;
	cursor:crosshair;
    -moz-box-shadow:inset 0 0 5px 0 #dcdcdc;
    -webkit-box-shadow:inset 0 0 5px 0 #dcdcdc;
    box-shadow:inset 0 0 5px 0 #dcdcdc;
}
.month-view td a:link {color: #000}
.month-view td a:visited {color:#666}
.month-view td a:hover, .prod td a:active, .prod td a:focus {
	background-color:#e3e3e3;
}
.month-view th {
	text-align:center !important;
	padding:12px 0px 12px 0px !important;
	font-weight:400
}
.month-view.editable-click, a.editable-click, a.editable-click:hover {
    border-bottom: 0px;
	font-weight:bold;
	cursor:crosshair;
}

.booked {
	background:url(../images/project-a.png) no-repeat center center;
}
.overbooked {
	background:url(../images/bg-overbooked.png) repeat;
}
.unavailable {
	background:url(../images/bg-unavailable.png) repeat;
}

.month-view table td {
	text-align:center;
	vertical-align:middle;
}
.month-view  td.highlighted {
	background-color:rgba(0,0,0,0.3) !important;
}

/***** TABLES END *****/ 
/***** TABLES END *****/ 
/***** TABLES END *****/ 




.p-t-lg{
	padding-top:40px;
}
.p-t{
	padding-top:22px;
}
.p-t-sm{
	padding-top:10px;
}
.p-t-md{
	padding-top:36px;
}
.p-t-n{
	padding-top:0px;
}
.p-b{
	padding-bottom:15px;
}
.p-b-sm{
	padding-bottom:10px;
}
.p-l-sm{
	padding-left:10px;
}
.p-b-lg{
	padding-bottom:20px;
}
.p-b-n{
	padding-bottom:0px;
}
.m-r{
	margin-right:10px;
}
.m-r-md{
	margin-right:15px;
}
.m-r-lg{
	margin-right:25px;
}
.m-r-sm{
	margin-right:5px;
}
.m-t{
	margin-top:20px;
}
.m-t-sm{
	margin-top:8px;
}
.m-t-lg{
	margin-top:35px;
}
.m-t-xs{
	margin-top:4px;
}
.m-b{
	margin-bottom:20px;
}
.m-b-sm{
	margin-bottom:10px;
}
.m-b-md{
	margin-bottom:15px;
}
.m-b-lg{
	margin-bottom:25px;
}
.m-l{
	margin-left:10px;
}
.m-l-sm{
	margin-left:6px;
}
.m-l-lg{
	margin-left:25px;
}
.m-t-n{
	margin-top:0px;
}
.m-n{
	margin:0px;
}
.radio, .checkbox {
    margin-bottom: 0px;
    margin-top: 0px;
}
.b-b-none{
	border-bottom:0px;
}
.b-r-none{
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.list-m-r{
	display: inline-block;
    width: 60px;
}
.list-group-item-gray{
	background-color:#fcfcfc;
}

.icon-3x{
	font-size:20px;
}


.btn-twitter {
    background-color: #00acee;
    border-color: #00a1df;
    color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #008fc5;
  border-color: #0075a2;
}

.btn-facebook {
    background-color: #3b5998;
    border-color: #344e86;
    color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #30487b;
  border-color: #23345a;
}

.sidebar.affix {
    position: fixed;
	width:165px;
}

.col-md-8.scrollable{
}
@media screen and (max-width: 1024px) 
{
.col-md-8.scrollable {
}
}

.black{
	color:#000;
}


/* ==Select2 [.select2-container]*/
/* ----------------------------------------------- */
.select2-container {
  margin-left: 0 !important;
  text-align: left;
}
.select2-container .select2-choice {
  height: 34px;
  line-height: 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ccc;
  background: #fff !important;
  filter: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.select2-container .select2-choice .select2-arrow {
  background: none;
  border: none;
  top: 2px;
  right: 5px;
}
.select2-container .select2-choice .select2-arrow b {
  background-position: 1px 1px;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -17px 1px;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container .select2-choice:hover {
  border-color: #c2c2c2 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.select2-results {
  padding: 0;
  margin-right: 0;
}
.select2-search {
  padding-top: 4px;
}
.select2-drop,
.select2-drop.select2-drop-above {
  border: 1px solid #aaa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #aaa;
  margin-top: -5px;
}
.select2-drop-multi.select2-drop-above {
  margin-top: -1px !important;
}
.select2-container .select2-choice abbr {
  top: 9px;
}
/* .select2-search-choice-close */
.select2-container-multi .select2-choices {
  min-height: 34px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
  padding-bottom: 4px;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #f8f8f8;
  height: 22px;
  line-height: 14px;
  margin: 5px 1px 1px 5px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  padding: 3px 22px 3px 6px;
  border: 1px solid #aaa;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.select2-container-multi .select2-search-choice-close {
  right: 3px;
  top: 4px;
  left: auto;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #e1e1e1;
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background: #fff !important;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.select2-container .select2-choice > .select2-chosen i,
.select2-results .select2-result-label i,
.select2-container-multi .select2-choices .select2-search-choice i {
  margin: -1px 6px 0 0;
  height: 15px;
  vertical-align: -2px;
}
.form-control.select2-container {
  height: auto;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well {
    background-color: #f5f3f6;
}