﻿
.page-head { padding-bottom:0;min-height: 30px; clear: both; }

.page-head .page-actions { float:right; }

.cl-mcont > .row:first-child { margin-top:15px;
}

table thead th { font-weight:600; }

.table-cursor tbody tr:hover td,
 .table-cursor tbody tr:hover th {
  background-color: #ffc;
  cursor: pointer;
}

.table-cursor tbody tr:hover td.no-hover, .table-cursor tbody tr:hover th.no-hover {
  background-color:inherit;
  cursor: default;
}

.block-flat .actions-edit {
    float:right;
}

.block-flat .actions-edit .btn {
    margin-left:6px;
}


.row .row { margin-top:0; }

.fd-tile-img { position:relative; display:block; margin-bottom:30px; }
.fd-tile-img img {  }
.fd-tile-img .content { position:absolute; bottom:0; left:0; width:100%; background-color:rgba(255, 255, 255, .9); }

.block-flat .content.details h4 { margin-top:0; margin-bottom:15px; }


.alert-box {
    margin-top:15px;
}


.block-color.block .actions a { /*font-size:20px;*/ }


/*#cl-wrapper .cl-sidebar .side-user .info p:first-child {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 2px;
  border-bottom:1px solid #ffc;
}
#cl-wrapper .cl-sidebar .side-user .info p {
  color:inherit;
}

#cl-wrapper .cl-sidebar .side-user .info p a {
  color:none;
  font-weight:300;
  display:inline;
  float:none;
  font-size:11px;
}*/



.twitter-typeahead { display:block !important; }
.tt-hint {
    color: #ccc;
}

.block.tabs,
.block-flat.tabs { padding-bottom:0; }

/*.block-flat .tab-right .tab-content { padding-top:0; }*/

.block.nav-tabs > li,
.block-flat .nav-tabs > li { margin-bottom:-2px; }
.block .nav-tabs > li.active,
.block-flat .nav-tabs > li.active {
    background-color:#fff;
}
.block .tab-content,
.block-flat .tab-content {
    border-top: 1px solid #EEEEEE;
}
.block .tab-right .nav-tabs > li.active > a,
.block-flat .tab-right .nav-tabs > li.active > a
{
    border-top: 1px solid #EEEEEE;
}


.bootstrap-touchspin { }
.bootstrap-touchspin .bootstrap-touchspin-down { margin-right: -1px !important; }


td.data-currency {
    text-align:right;
    padding-left:25px !important;
    padding-right:25px !important;
    position:relative;
}

td.data-currency .fa {
    position:absolute;
    left:25px;
    top:11px;
}

.datetimepicker {
    padding:0;
    border-radius: 0;
}



small, .small {
    color:inherit !important;
    font-weight:inherit !important;
    opacity:0.5;
}