body {
    font-family: 'Droid Sans', sans-serif;    
    background-color: white;    
    margin-top:60px;
    margin-bottom:40px
}

.navbar
{
    background-image: url('../img/background.jpg');
    background-position:0px;
}

@media (max-width: 400px) {
    .navbar-default .navbar-brand {
        width: 80%;
    }

    .navbar-brand > img {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
}

a:focus {
  text-decoration: none;
}

dd
{
    margin-bottom:5px;
}

ul, ol { padding-left: 20px; }

.btn
{
    margin-bottom: 3px;
}

.navbar
{
    background-color:#f8ec97;
    border: 0px;
    border-radius:0px;
    border-bottom:1px solid #808080;
    margin-bottom:0px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover
{
    background-color: #f8dc97;        
}

.footer
{
    background-color:black;
    color:white;
    position:fixed;
    bottom:0px;
    padding:10px;
    width:100%;
    text-align:left;
    background: black transparent;
    background: rgba(0, 0, 0, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    z-index:999;
}

.footer a
{
    color:white;
}

.popover
{
    padding: 0px;
}

.popover-title
{
    background-color: #f8ec97;
    border: 0px;
    border-bottom: 1px solid #808080;
    font-size: 16px;
}

.popover.bottom .arrow:after {
    border-bottom-color: white;
}

.popover.confirmation.bottom .arrow:after {
    border-bottom-color: #f8ec97;
}

.modal-content
{
    background-color:white;
}

.modal-header
{
    border-bottom: 1px solid #808080;
    background-color: #f8ec97;
}

.modal-footer
{
    border-top: 1px solid #808080;
    background-color: white;
}

.dropdown-menu
{
    background-color:#f8dc97;
}

.dropdown-menu.actions
{
    background-color:white;
    color:black;
}

.dropdown-menu .divider
{
    background-color:#808080;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
    background-color: #67bb45;
    color:white;
}

.panel-default
{
    background-color: white;
    border-color: #808080;
    background: white transparent;
    background: rgba(255, 255, 255, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.panel-default>.panel-heading
{
    background-color: #f8ec97;
    border-color: #808080;    
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #808080;
}

.panel-default>.panel-footer
{
    border-color: #808080;
    background: white transparent;
    background: rgba(255, 255, 255, 0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
  background-color: #d58512;
}

.badge-success {
  background-color: #398439;
}

.badge-info {
  background-color: #269abc;
}

.badge-inverse {
  background-color: #333333;
}

.table
{
    width:100%;
    table-layout: fixed;
}

td { 
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space:nowrap;
}

td.actions { 
    overflow: visible;    
}

.table-condensed
{
    width:100%;
}

table.dataTable thead th {
    padding-left: 10px;
}

table.dataTable tbody tr {
  background-color: inherit;
}

.table-hover > tbody > tr:hover {
    background-color: #f8dc97;    
}

.table>thead>tr>th
{
    border-bottom: 1px solid #808080;
    border-top: 10px;
}

.table>thead>tr>th.group
{
    border-bottom: 0px;
    padding:0px;    
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  top: auto;
  bottom: 10px;  
}

div.dataTables_wrapper.dt-bootstrap th {
    background: none !important;
}

div.dataTables_wrapper.dt-bootstrap .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background-color: #585858;    
}

div.dataTables_wrapper ul li, body.example div.dataTables_wrapper ol li {
    padding: 0;
    border: none !important;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.glyphicon-refresh-animate {
  animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
  -moz-animation: spin2 .7s infinite linear;
}

@-moz-keyframes spin2 {
  from { -moz-transform: rotate(0deg);}
  to { -moz-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.datepicker.dropdown-menu
{
    background-color:white;
}

.input-daterange .input-group-addon {
  border-width: 1px 0;  
}

.breadcrumb {
    background-color:transparent;
    margin-bottom:5px
}

.breadcrumb > li a {
    color: black;    
}

.breadcrumb > li + li:before {
    content: ">";
    padding: 0 5px;
    color: black;
    font-weight: bold;
}

.popover { 
    max-width: 800px; 
}

.tab-pane
{
    padding:10px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.help-dialog .modal-header {
  background-color: #5cb85c;
  color:white;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  margin:5px 5px 5px 0px;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 50%;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

#twitter-widget-0,#twitter-widget-1
{
    vertical-align:bottom;
}

.log dt
{
    font-size: 0.9em;
    color:grey;    
    font-weight:normal;
    font-style:italic;
}

.tooltip-ul
{
    border-bottom: 1px dotted black;
}

.tooltip-ul-white
{
    border-bottom: 1px dotted white;
}

.tooltip-ul-black
{
    border-bottom: 1px dotted black;
}

#SpacesTable td,#WebsitesTable td,#AdvertsTable td,#CampaignsTable td
{
    vertical-align: middle!important;
}

.carousel-inner
{
    width:94%;
    margin:auto auto;
}

.carousel-control
{
    color:black;
    width:3%;
    background-image:none;
}

.carousel-control.left
{
    background-image:none;
}

.carousel-control.right
{
    background-image:none;
}

.button-gutter > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

@media (min-width: 768px) {
    .button-gutter > [class*='col-sm-']:first-child {
        padding-left: 15px;
    }

    .button-gutter > [class*='col-sm-']:last-child {
        padding-right: 15px;
    }
}

.clickable-price {
    cursor: pointer;
    border-bottom: 1px #888 dotted;
}


