﻿.navbar-btn {
    margin-right: 15px;
}

.datepicker.dropdown-menu {
    width: 208px !important;
    height: 231px !important;
}

.datepicker table tr {
    height: 20px !important;
}

body.modal-open {
    overflow-y: hidden !important;
}

/*-----------------------------
    NAVBAR / PANEL TITLE
-----------------------------*/
.navbar-default .navbar-brand {
    color: #777;
    font-weight: 300;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}


/*------------
    Buttons
-------------*/
.btn-default:active, .btn-default.active {
    color: white !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/*------------
    Modals
-------------*/
.modal-header, .modal-footer {
    background-color: #f5f5f5 !important;
}

.modal {
    z-index: 10000
}

/*------------
    Table
-------------*/
table.table thead .sorting {
    background: none;
}

table.table thead .sorting_desc {
    background: none;
}

table.table thead .sorting_asc {
    background: none;
}

table.table thead {
    background-color: white;
    font-weight: bold;
}

tfoot {
    display: table-footer-group;
    vertical-align: middle;
    border-color: inherit;
    background-color: #f5f5f5;
}

.tableNoBorder thead > tr > th, .tableNoBorder tbody > tr > th, .tableNoBorder tfoot > tr > th, .tableNoBorder thead > tr > td, .tableNoBorder tbody > tr > td, .tableNoBorder tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 0;
}

/*------------
Panel
-------------*/
.panel {
    border-radius: 3px !important;
}

.panel-title {
    padding-top: 3px;
    font-size: 20px;
    font-weight: 300;
    color: #777;
}

.panel-footer {
    border-top: 0px;
}

.panel-table .table th {
    background-color: #f5f5f5;
    font-size: 16px;
    font-weight: normal;
    font-size: 18px;
    color: #777;
}

.panel .table {
    margin: 0 !important;
}

    .panel .table thead {
        background-color: white;
    }

.panel-heading {
    font-family: 'Roboto', sans-serif;
}

.panel .panel-toolbar {
    background-color: #f8f8f8;
    padding: 3px 3px;
    border-bottom: 1px solid #ddd;
}



.panel .panel-breadcrumb {
    background-color: #f8f8f8;
    padding: 0px 0px 0px 2px;
    border-bottom: 1px solid #ddd;
}

.panel .table td:first-child, .panel .table th:first-child {
    padding-left: 15px;
}

.panel .table td:last-child, .panel .table th:last-child {
    padding-right: 15px;
}

.panel .tablenb td:first-child, .panel .tablenb th:first-child {
    padding-left: 15px;
}

.panel .panel-navbar.navbar {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background-color: #fff;
}

.panel-navbar.navbar {
    padding-right: 15px;
    padding-left: 2px;
    min-height: 0px;
    background-color: #fefefe;
    margin-bottom: 0px;
    /*border-width:0px;*/
    border-radius: 0;
}

/*------------------------
    Panels
-------------------------*/

.panel-default > .panel-heading {
    color: #777;
    font-size: 20px;
    background-color: #fff;
    border-color: #fff;
    padding: 10px 15px 7px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: 300;
}

/*------------
Alerts
-------------*/
.alert.ng-scope {
    z-index: 900000;
}

.alert.bottom-right {
    position: fixed;
    right: 3%;
    bottom: 2%;
}

.alert.success-toast {
    border: 1px solid #3c763d;
}

.alert.danger-toast {
    border: 1px solid #c9302c;
}

.alert {
    text-wrap: wrap;
    word-wrap: break-word;
}



.modal-backdrop.am-fade {
    z-index: 1030 !important;
}


/*------------
Columns
-------------*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchIcon {
    float: right;
    position: relative;
    top: -25px;
    right: 9px;
}

a:hover, a:focus {
    color: #ff9933;
    cursor: pointer;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px !important;
}

.heading-title {
    color: #32a0ee;
}