body {
    background-color: #f3f3f3;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 20px;
}
.container {
    padding: 0;
}
.navbar, .navbar .navbar-header {
    min-height: 80px;
}
.navbar .navbar-brand img {
    height: 50px;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-nav {
    padding-left: 10px;
}
.navbar .profile {
    float: right;
    position: relative;
    margin-top: 0;
    right: 15px;
    bottom: 10px;
}

.m-top-10 {
    margin-top: 10px;
}

.breadcrumb
{
    background: #fff;
    padding: 15px;
    border-color: #dddddd;
    border-width: 1px 1px 4px 1px;
}
.panel {
    border-color: #dddddd;
}
.panel.panel-primary .panel-heading {
    background-color: #00757b;
    font-size: 17px;
    font-family: 'Oswald', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1 {
    font-family: 'Oswald', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    color: #00757b;
}
h1 i.fa {
    font-size: 35px;
    margin-right: 20px;
}
h1 i.entypo {
font-size: 50px;
}


.dashboard_icon .content
{
    background-color:#fff;
    border-color: #dddddd;
    border-style: solid;
    border-width: 1px 1px 4px 1px;
    padding:20px 0 20px 0;
    width: 169px;
    float: left;
    text-align: center;
    height: 169px;
    margin-right: 25px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.dashboard_icon.last .content {
    /*margin-right: 0;*/
}
.dashboard_icon .content img {
    width: 100px;
    margin-bottom: 10px;
}

.dashboard_icon .title,
.content_box .title
{
    font-size: 17px;
    font-family: 'Oswald', "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-weight:bold;*/
    color:#000;
    text-transform: uppercase;
    text-decoration: none;
}


.table.with-footer tbody tr td {
    border-color: #dddddd;
    border-width: 0px 1px 1px 1px;;
    border-style: solid;
}
.table.with-footer tbody tr:last-child td {
    border-color: #dddddd;
    border-bottom-width: 4px;
    border-style: solid;
}
.table.with-footer tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
.table.with-footer tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

.table thead {

    color: #fff;
    font-weight: normal;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 0;
}
.table thead:first-child tr:first-child th {
    background: #00757b;
    border: 0;
    color: #fff;
    text-align: left;
}
table.table > thead > tr > th {
    /*border: 1px solid #00757b;*/
    background: #fff;
    border-color: #dddddd;
    border-width: 0px 1px 1px 1px;;
    border-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}
.table thead tr:first-child th:first-child {
    border-top-left-radius: 5px;
    /*padding-left: 1px;*/
}
.table thead tr:first-child th:last-child {
    border-top-right-radius: 5px;
    /*padding-right: 1px;*/
}
.table tbody {
    background: #fff;
}
.table tbody tr td {
    border-bottom: 1px solid #dddddd;
}

.dataTables_length {
    float: left;
    margin-bottom: 10px;
}
.dataTables_filter {
    float: right;
    margin-bottom: 10px;
}

.nav-tabs-small li {
    font-size: 12px;
}
.btn-default {
    background-color: #dbdbdb;
    border-color: #a5a5a5;
}


.btn-primary {
    background: #00757b;
    border-color: #00555a;
}
.btn-primary:hover {
    background: #00757b;
    border-color: #00555a;
}

#footer {
    margin-top: 100px;
    position: relative;
    /*margin-bottom: 50px;*/
}
#footer .logo {
    background: #f3f3f3;
    margin-left: 20px;
    position: relative;
    top: -40px;
    padding: 15px;
}

.news-date {
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #666;
}
.news-content h1 {
	margin-top: 0;
}
.tip {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dddddd;
}

.feedback_content
{
    padding: 9px 12px 7px !IMPORTANT;
    border-width: 0 1px 4px 1px;
    font-weight: bold;
    border-style: solid;

    background-color: #eeeeee;
    border-radius: 4px;
    border-color: #e2e2e2;
}

.column_filter
{
    color: #666;
}

.feedback_trigger
{
    border-width: 0 4px 1px 1px;
    border-style: solid;
    background: #00757b;
    border-color: #00555a;
    color: #fff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 5px !important;
}
.fm_bootstrap .feedback_trigger_text {
    right: -20px;
}
.feedback_trigger.left-top, .feedback_trigger.left-bottom, .feedback_trigger.right-top, .feedback_trigger.right-bottom {
    height: 150px;
}
.fm_bootstrap .feedback_trigger_text {
    top: 60px;
}



@media (max-width: 1200px) {
    .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;
    }
}

.ui-widget-content {
    /*background: none;*/
}
.tab-content.white-bg
{
   background: white;
    border-bottom-left-radius: 5px;

    padding: 20px;
    border: 1px solid #e7e7e7;
    border-top: 0;
    border-bottom-right-radius: 5px;

}
.dashboard_blocks .dashboard_icon
{
    display: inline-block;
}

.dashboard_blocks
{
    text-align: center;
    padding-right: 0;
}


@media only screen and (min-width: 1200px) {

    .dashboard_blocks {
        text-align: left;
    }

    .navbar .profile {
        right: 0;
        bottom: 0;
    }

    .navbar {

        height: 100px;
        border-color: #dddddd;
    }

    .navbar .navbar-brand {
        height: 100px;
    }

    .navbar .navbar-brand img {
        width: 180px;
    }

    .navbar .navbar-nav {
        padding-left: 0;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .navbar .navbar-collapse {
        position: relative;
        height: 40px !important;
        margin-top: 60px;
    }

    .navbar ul.nav li a {
        text-transform: uppercase;
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar .profile .btn {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #dddddd;
    }

    .navbar .profile .btn:hover {
        margin-top: 0;
    }

}

.container_loader {
    background: url("../images/preloader.gif") no-repeat scroll center center #000;
    /*background:#000;*/
    float: left;
    min-height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    display:none;
    z-index: 999999999;
}
.container_loader .container_loader_text {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    font-size: 35px;
    color: #fff;
    z-index: 999;
    text-align: center;
}

input.error,
select.error {
    border: 2px solid #f00 !important;
}

#validation-errors {
    float: left;
    width: 100%;
}
#validation-errors label {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.question-row { padding-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ccc; }
.question-odd {
    background-color: #ddd;
}
.question-error {
    background-color: #ff4136;
}
.a-right{ text-align:right !important; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
ul#sortable_list
{
    list-style-image:url('/assets/images/drag25.png');
    margin: 0; padding: 0;
}

ul#sortable_list li
{
    display: block; margin-bottom: .25em;
}
img.draggable
{
    margin-right: 8px;
    margin-top: 4px;
    cursor: move;
}
input.draggable, select.draggable
{
    float: left;
    margin-right: 10px;
}
input.draggable_left
{
    float: left;
    width: 42%;
    margin-right: 10px;
}
input.draggable_right
{
    float: left;
    width: 42%;
}
button.draggable_delete
{
    height: 34px;
    margin-left: 8px;
}
.mb20 { margin-bottom: 20px; }