body, html {
    background-color: #F6F6F6;
}

.outer-wrapper {
  max-width: 875px;
  margin: auto;
}

.content-wrapper {
  background-color: white;
  box-shadow: 0 3px 7px rgba(0,0,0,0.2);
  border:1px solid #C1D1DC;
  border-bottom: 2px solid #1AB7EA;
  border-radius: 2px;
  clear:both;
}
.footer {
    text-align: center;
    margin-top:30px;
    color:#555;
}
.header {
    padding-bottom: 20px;
    padding-top: 30px;
}
.header .name {
    font-weight: bold;
    font-size:20px;
    vertical-align: bottom;
    color:#484848;
    display:inline-block;
    margin-left:10px;
    margin-bottom: -3px;
}
.bottom-left-logo {
    float: left;
    max-height: 60px;
    padding-left:20px;
    padding-bottom: 20px;
}
.bottom-right-logo {
    float: right;
    max-height: 60px;
    padding-right:20px;
    padding-bottom: 20px;
}
.nav-tabs {
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(244, 244, 244)), to(rgb(236, 236, 236)));
    background-image: -webkit-linear-gradient(top, rgb(244, 244, 244), rgb(236, 236, 236));
    background-image: -moz-linear-gradient(top, rgb(244, 244, 244), rgb(236, 236, 236));
    background-image: -o-linear-gradient(top, rgb(244, 244, 244), rgb(236, 236, 236));
    background-image: -ms-linear-gradient(top, rgb(244, 244, 244), rgb(236, 236, 236));
    background-image: linear-gradient(top, rgb(244, 244, 244), rgb(236, 236, 236));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f4f4f4', EndColorStr='#ececec');
    color:#5C617B;
}
.nav-tabs a {
    color:#5C617B;
}
.nav-tabs .icon {
    display:inline-block;
    vertical-align: middle;
    width:20px;
    height:20px;
}
.nav-tabs>li {
    margin-bottom: -2px;
}
.nav-tabs>li a {
    border-top: 3px solid transparent;
    border-radius: 1px;
    margin:0;
}
.nav-tabs>li.active .icon {
    background-position: bottom left;
}
.nav-tabs>li.active > a,
.nav-tabs>li.active > a:hover,
.nav-tabs>li.active > a:focus {
    border:0;
    border-top: 3px solid #1AB7EA;
    color:#1AB7EA;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border:0;
    border-top:3px solid transparent;
    background-color: #ddd;
}

.content-wrapper > .nav-tabs > li {
  width: 16%;
  text-align: center;
  border-right:1px solid rgba(0,0,0,0.2);
}
.content-wrapper > .nav-tabs > li:last-child {
  border-right:0;
}

.icon-home {
    background:url('../images/v2/icon_home.png') top left no-repeat;
}
.icon-gallery {
    background:url('../images/v2/icon_gallery.png') top left no-repeat;
}
.icon-list {
    background:url('../images/v2/icon_list.png') top left no-repeat;
}
.icon-eye {
    background:url('../images/v2/icon_eye.png') top left no-repeat;
}
.icon-clock {
    background:url('../images/v2/icon_clock.png') top left no-repeat;
}
.icon-gear {
    background:url('../images/v2/icon_gear.png') top left no-repeat;
}

#message-container {
    position: relative;
    width: 95%;
    margin: auto auto;
    display: block;
    text-align: center;
}

#message {
  padding: 10px;
  margin: 15px;
  background-color: #D4E8F2;
  border: 1px solid #8CADC8;
}

.scrollableContainer {
    padding:30px;
    clear:both;
}
.table {
    border:1px solid #C1D1DC;
    background-color: #F9FAFB;
}
/*.table thead {*/
    /*display:none;*/
/*}*/

/*.btn,*/
/*input[type=button],*/
/*input[type=submit] {*/
    /*border:1px solid #5C617B;*/
    /*border-radius: 4px;*/
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.15);*/
    /*background-color: #fefefe;*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(254, 254, 254)), to(rgb(231, 231, 233)));*/
    /*background-image: -webkit-linear-gradient(top, rgb(254, 254, 254), rgb(231, 231, 233));*/
    /*background-image: -moz-linear-gradient(top, rgb(254, 254, 254), rgb(231, 231, 233));*/
    /*background-image: -o-linear-gradient(top, rgb(254, 254, 254), rgb(231, 231, 233));*/
    /*background-image: -ms-linear-gradient(top, rgb(254, 254, 254), rgb(231, 231, 233));*/
    /*background-image: linear-gradient(top, rgb(254, 254, 254), rgb(231, 231, 233));*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#fefefe', EndColorStr='#e7e7e9');*/
    /*color: #5C617B;*/
    /*outline: 0 !important;*/
/*}*/
.btn img {
    max-height: 20px;
    max-width: 20px;
}
/*.btn:hover,*/
/*button:hover*/
/*.btn:focus,*/
/*button:focus {*/
    /*color: black !important;*/
/*}*/

.btn.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40) saturate(0);
    -webkit-filter: saturate(0);
}

.toolbar {
    padding:30px;
    padding-bottom: 0;
    float:right;
}
.toolbar .btn {
    font-size:0.9em;
}

#content-header {
    padding:30px;
    padding-top:40px;
    padding-bottom: 0;
    float:left;
}

#dropzone {
    border:1px dashed #ccc;
    padding:20px;
    text-align: center;
    background-color: white;
    margin-bottom: 20px;
}

#dropzone.hover {
    background: lawngreen;
}

#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}

#calendar {
    padding:30px;
}

#event-edit {
    display: none;
    width: 470px;
}

#event-edit .left {
    width: 50%;
    float: left;
}

#event-edit .right {
    width: 50%;
    float: right;
}
.fancybox-inner h2 {
    margin-top:0;
    margin-bottom: 20px;
    font-size:25px;
}

table.home {
    position: relative;
    margin: 100px auto;
}
table.home td {
    text-align: center;
    padding: 0 20px 0 20px;
}

#user-info {
    float:right;
    font-size:13px;
    text-align: right;
    color:#484848;
}
#fileupload {
    padding-bottom: 10px;
    outline:none !important;
}


form .form-actions {
  margin-top: 20px;
  text-align: right;
}

.form-horizontal,
form.form-horizontal {
  max-width: 350px;
  margin: 40px auto;
}
.form-horizontal input,
form.form-horizontal input {
    width:100%;
}

.distributorRow:hover {
    cursor: pointer;
}

.huge {
    font-size: 26px !important;
    line-height: 60px !important;
}

.battery img {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
