* {
    /*-webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;*/
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    /*font-weight: 400;*/
}

.btn, .badge, .modal {
    -ms-border-radius: *!important;
    border-radius: !important;
}

body {
    padding-top:80px!important;
}

.nav.navbar-nav > li.no-hover:hover {
    background-color:white;
}

/*.navbar-collapse.in {
    background-color:grey;
    margin-left:0px;
    height:200px!important;
    border-bottom-width:1px!important;
    border-bottom-color:black;
    width:100%;
}*/

    /*.navbar-collapse.in > ul > li {
        margin:0px;
        width:100%;
    }*/

.vcentre {
    display: inline-block;
    vertical-align: middle;
    float: none!important;
}

input, select {
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px !important;
}


.navbar * {
    background-image: none !important;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
}

form * {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

input, textarea {
    background-image: none !important;
    border: 1px solid #ccc !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.widget-actionbar > input, .widget-actionbar > button , .widget-actionbar > select
{
    border-width:0px !important;
}

select {
    font-size: 13px !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.btn {
    background-image: none !important;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    font-size: 13px !important;
}

    .btn.btn-mini {
        font-size: 11px !important;
    }

body {
    font-size: 13px;
    line-height: 23px;
    color: #222;
    background: #111;
    padding-top: 45px;
    -webkit-font-smoothing: antialiased;
}

    body .container {
        width: 97%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }

h1, h2, h3, h4, h5, h6 {
    padding: 2px 0;
    margin: 2px 0;
    color: #777;
    font-weight: 400;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

h3 {
    font-size: 23px;
    line-height: 33px;
}

h4 {
    font-size: 20px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 15px;
    line-height: 25px;
    margin: 4px 0;
}

p {
    padding: 1px 0 !important;
    margin: 1px 0 !important;
}

a {
    color: #727171;
    text-decoration: none !important;
}

    a:hover {
        color: #888;
        text-decoration: none;
    }

    a:hover, a:focus, a:active {
        outline: 0;
    }

.bold {
    font-weight: 600;
}

hr {
    margin: 8px 0 8px 0 !important;
    padding: 0 !important;
    border-top: 0;
    border-bottom: 1px solid #ddd !important;
    height: 0;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

.well {
    padding: 10px 15px;
}

a.btn {
    font-size: 13px !important;
}

.label {
    font-weight: 400;
    padding: 3px 6px !important;
    font-size: 13px;
}

.badge {
    font-weight: 400;
    padding: 3px 8px;
    font-size: 13px;
}

.label-extra-small {
    font-size: 9px;
    padding: 2px 4px 0 3px !important;
    margin-left: 4px;
}

.progress {
    height: 17px;
    line-height: 17px;
    margin: 5px 0 !important;
    border: 0;
}

    .progress .bar {
        font-size: 12px;
    }

/* Button colors */

.btn.btn-primary {
    /*background: #1171a3 !important;*/
    background: #396db6 !important;
    border-color: #396db6;
}

    .btn.btn-primary:hover {
        /*background: #0f608b !important;*/
        background: #5099FF !important;
        border-color: #5099FF;
    }

.btn.btn-info {
    background: #e5e5e5 !important;
    border-color: #e5e5e5 !important;
    color: #111;
}

    .btn.btn-info:hover {
        background: #bbb !important;
    }

.btn.btn-success {
    background: #77c76d !important;
}

    .btn.btn-success:hover {
        background: #36a530 !important;
    }

.btn.btn-warning {
    background: #f1b622 !important;
}

    .btn.btn-warning:hover {
        background: #efa61f !important;
    }

.btn.btn-danger {
    background: #fa3031 !important;
}

    .btn.btn-danger:hover {
        background: #d82829 !important;
    }

/* Label colors */

.label.label-success,
.badge.badge-success {
    background: #77c76d !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f1b622 !important;
}

.label.label-important,
.badge.badge-important {
    background: #fa3031 !important;
}

.label.label-info,
.badge.badge-info {
    background: #52b9e9 !important;
}

/* Background colors */


.blightblue {
    background: #52b9e9 !important;
    color: #fff !important;
    border: 0 !important;
}

.bblue {
    background: #1171a3 !important;
    color: #fff !important;
    border: 0 !important;
}

.bgreen {
    background: #43c83c !important;
    color: #fff !important;
    border: 0 !important;
}

.borange {
    background: #f1b622 !important;
    color: #fff !important;
    border: 0 !important;
}

.bred {
    background: #fa3031 !important;
    color: #fff !important;
    border: 0 !important;
}

.bviolet {
    background: #932ab6 !important;
    color: #fff !important;
    border: 0 !important;
}

    .blightblue h2, .blightblue h3, .blightblue h3, .blightblue h4, .blightblue h5, .blightblue h6,
    .bblue h2, .bblue h3, .bblue h3, .bblue h4, .bblue h5, .bblue h6,
    .bgreen h2, .bgreen h3, .bgreen h3, .bgreen h4, .bgreen h5, .bgreen h6,
    .bred h2, .bred h3, .bred h3, .bred h4, .bred h5, .bred h6,
    .bviolet h2, .bviolet h3, .bviolet h3, .bviolet h4, .bviolet h5, .bviolet h6,
    .borange h2, .borange h3, .borange h3, .borange h4, .borange h5, .borange h6 {
        color: #fff !important;
    }

    .blightblue a,
    .bblue a,
    .bgreen a,
    .bred a,
    .borange a,
    .bviolet a {
        color: #eee !important;
    }

        .blightblue a:hover,
        .bblue a:hover,
        .bgreen a:hover,
        .bred a:hover,
        .borange a:hover,
        .bviolet a:hover {
            color: #ddd !important;
        }

/* Text colors */

.lightblue {
    color: #52b9e9 !important;
}

.blue {
    color: #1171a3 !important;
}

.green {
    color: #43c83c !important;
}

.orange {
    color: #f1b622 !important;
}

.red {
    color: #fa3031 !important;
}

.violet {
    color: #932ab6 !important;
}


/* Modal */

.modal-header {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Form */

form {
    margin: 0px;
}

.form-group {
    margin-bottom: 7px;
}
.form-control {
    height: 30px;
}

.text-muted { color: #ccc;}
::-webkit-input-placeholder { color: #ccc;}
::-moz-placeholder { color: #ccc;}
:-ms-input-placeholder { color: #ccc;}
.modal-content form {
    margin: 0;
}

    form input, form button, form textarea, form select {
        font-size: 13px !important;
    }

    form label {
        font-size: 13px;
        line-height: 13px;
    }
    label {
        font-weight: 400;
        color: #444;
    }

.form-inline button {
    /*margin-left: 15px;*/
}

input, select, textarea {
    border-color: #888 !important;
}
.btn-default { 
    border-color: #888;
}


/*
.form-horizontal .control-label {
    width: 90px;
}

.form-horizontal .controls {
    margin-left: 110px;
}

    .form-horizontal .controls:first-child {
        *padding-left: 100px;
    }

.form-horizontal .form-actions {
    padding-left: 110px;
} */

.form-actions {
    padding: 5px 20px 5px;
    background: transparent;
    border-top: 0;
}

/* Back to top */

.totop {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 104400;
    background: #fa3031;
    display: none;
}

    .totop a, .totop a:visited {
        display: block;
        width: 30px;
        height: 30px;
        color: #fff;
        text-align: center;
        line-height: 30px;
    }

        .totop a:hover {
            color: #eee;
            text-decoration: none;
        }

/* Half column - CHECK LATER */

.col-left {
    width: 48%;
    float: left;
}

.col-right {
    width: 48%;
    float: right;
}

/* Dropdown menu */

.dropdown-big .dropdown-menu {
    -moz-min-width: 250px;
    -ms-min-width: 250px;
    -o-min-width: 250px;
    -webkit-min-width: 250px;
    min-width: 250px;
    padding: 8px 10px;
    background: #fff;
}

.dropdown-big .dropdown-menu p {
        margin: 1px 0;
        padding: 1px 0;
        font-size: 12px;
        line-height: 18px;
    }

.seventy-pixels {
    height:70px!important;
}

    .dropdown-big .dropdown-menu a {
        font-size: 13px;
        line-height: 23px;
        background: transparent;
        padding: 0;
        color: #444 !important;
        display: inline;
    }

        .dropdown-big .dropdown-menu a:hover {
            color: #777 !important;
            background: transparent !important;
        }

    .dropdown-big .dropdown-menu .drop-foot {
        text-align: center;
    }

        .dropdown-big .dropdown-menu .drop-foot a {
            font-size: 12px !important;
        }

    .dropdown-big .dropdown-menu hr {
        padding: 0;
        margin: 8px 0;
        border-top: 0 solid #aaa;
        border-bottom: 1px solid #eee;
    }

    .dropdown-big .dropdown-menu h5 {
        color: #666 !important;
        line-height: 18px;
        font-weight: bold;
        font-size: 13px;
    }

.dropdown-menu {
    background: #fff;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.dropdown-menu li {
        color: #777;
        font-size: 13px;
        line-height: 18px;
    }

        .dropdown-menu li > a {
            color: #555;
            line-height: 23px !important;
        }

            .dropdown-menu li > a:hover {
    color:white;
    background-color:#5099FF;
    filter:none;
            }

    .dropdown-menu a:hover, .dropdown-menu a:focus {
        filter: none !important;
            color:white;
    background-color:#5099FF;
    }

    .dropdown-menu::after, .dropdown-menu::before {
        border: none !important;
    }

/* Navbar */

.navbar {
    background: white;
}

    .navbar .brand {
        color: #eee !important;
    }

    .navbar .container {
        width: 97% !important;
    }

        .navbar .container.nav-zindex 
        {
            min-height: 70px;
            max-height: 70px;
            padding-right:0px;
            margin-right:0px;
        }

    .navbar .nav.navbar-nav 
    {
        min-height:45px;
        max-height: 45px;
    }

.nav > li.ng-scope 
{
    width: 90px;
    height: 100%;
}

    .navbar .nav > li  a {
        font-size: 13px !important;
        color: #08405e;
        font-weight: 400;
        padding-left:5px;
        padding-right: 5px;
        background-color: none;
    }

        .navbar .nav > li a:hover {
            color:white;
        }

        .navbar .nav > li.current  {
            color:white;
            background-color:#5099FF;
        }

                .navbar .nav > li.current a.rfwnav  {
            color:white;
        }

.navbar-nav.navbar-right:last-child {
    margin-right:-5px;
}

    .navbar .nav > li.active > a {
        font-size: 13px !important;
        color: white !important;
    }
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
        background-color: #009EEC;
    }

    .navbar i {
        margin-right: 3px;
    }

    .navbar .caret {
        margin-left: 10px;
        border-top-color: #005d82 !important;
        border-bottom-color: #005d82 !important;
    }

    .navbar .nav-user-pic {
        width: 20px;
        margin-right: 10px;
    }

    .navbar .badge {
        margin-left: 5px;
    }


/* Sidebar */

.sidebar {
    width: 160px;
    float: left;
    display: block;
    background: #111;
    color: #eee;
    position: relative;
}

    .sidebar hr {
        border-bottom: 1px solid #e2e3e4 !important;
    }

    .sidebar ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

        .sidebar ul li {
            list-style-type: none;
        }

    .sidebar .sidebar-inner {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: absolute;
        z-index: 60;
        background: #2f8db3;
    }

    .sidebar .navi li i {
        margin-right: 5px;
    }

    .sidebar .navi li span i {
        margin: 0;
    }

    .sidebar .navi > li > a {
        display: block;
        padding: 3px 10px;
        font-size: 14px;
        line-height: 35px;
        color: #8f8e8e;
        text-decoration: none;
        border-bottom: 1px solid #e2e3e4 ;
        background-color: #2f8db3;
    }

        .sidebar .navi > li > a:hover, .sidebar .navi > li.open > a {
            border-bottom: 1px solid #2f8db3;
            background-color: #222;
            color: #fff;
        }

    .sidebar .navi li ul {
        display: none;
        background: #2f8db3;
    }

    .sidebar .navi li.open ul {
        display: block;
    }

    .sidebar .navi > li > ol {
        padding: 0px;
    }

    .sidebar .navi > li > ol > li a {
        display: block;
        padding: 3px 10px;
        font-size: 13px;
        line-height: 22px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #2f8db3;
        background-color: #2f8db3;
    }

    .sidebar .navi li ul li.active a {
        background: #131313;
        border-bottom: 1px solid #222;
    }

    .sidebar .navi li ul li a:hover {
        background: #131313;
        border-bottom: 1px solid #222;
    }

    /* Sidebar colors */

    .sidebar .navi > li.nlightblue > a:hover,
    .sidebar .navi > li.open.nlightblue > a,
    .sidebar .navi > li.current.nlightblue > a {
        background: #005d82 !important;
        color: white;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nblue > a:hover,
    .sidebar .navi > li.open.nblue > a,
    .sidebar .navi > li.current.nblue > a {
        background: #005d82 !important;
        color: white;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.ngreen > a:hover,
    .sidebar .navi > li.open.ngreen > a,
    .sidebar .navi > li.current.ngreen > a {
        background: #43c83c !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.norange > a:hover,
    .sidebar .navi > li.open.norange > a,
    .sidebar .navi > li.current.norange > a {
        background: #f1b622 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nred > a:hover,
    .sidebar .navi > li.open.nred > a,
    .sidebar .navi > li.current.nred > a {
        background: #fa3031 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.nviolet > a:hover,
    .sidebar .navi > li.open.nviolet > a,
    .sidebar .navi > li.current.nviolet > a {
        background: #932ab6 !important;
        -webkit-transition: background 0.5s ease;
        -moz-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
        transition: background 0.5s ease;
    }

    .sidebar .navi > li.current.nlightblue.child > a:after,
    .sidebar .navi > li.current.nlightblue.parent > a.noChildren:after {
        font-family: fontAwesome; content:'\f0d9'; color: white; font-size: 22px;
        float: right;
        margin-right: -10px;
    }

/* Sidebar dropdown */

    .sidebar .sidebar-dropdown* {
        text-decoration: none;
    }

    .sidebar .sidebar-dropdown {
        display: none;
        height: 40px;
    }

        .sidebar .sidebar-dropdown a {
            color: #ddd;
            background-color: #005d82;
            padding: 6px;
            text-transform: uppercase;
            text-align: center;
            font-size: 13px;
            line-height:40px;
            display: block;
            border-top: 1px solid #005d82;
            border-bottom: 1px solid #005d82;
        }

            .sidebar .sidebar-dropdown a:hover {
                text-decoration: none;
            }

    /* Sidebar widget */

    .sidebar .sidebar-widget {
        padding: 10px 5px;
        background-color: #ebecee;
    }

    .sidebar .ui-datepicker {
        width: 95%;
        margin: 0 auto;
        background: #111;
        color: #888;
        border: 0;
        padding: 0;
    }

    .sidebar .ui-datepicker-header {
        background: #222;
        border: 1px solid #212121;
    }

    .sidebar .ui-datepicker-prev:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        left: 2px !important;
    }

    .sidebar .ui-datepicker-next:hover {
        background: transparent;
        border: 0;
        top: 2px !important;
        right: 2px !important;
    }

    .sidebar .ui-state-default {
        background: #222;
        border: 0;
        text-align: center;
        color: #ccc;
    }

        .sidebar .ui-state-default:hover {
            background: #282828;
            color: #999;
        }

    .sidebar .ui-state-hightlight, .sidebar .ui-state-active {
        background: #444;
    }


/* Main */

.main-window {
    margin-left: 0px;
    margin-top:5px;
}

.mainbar {
    position: relative;
    /*margin-left: 230px;*/
    margin-right: 0;
    width: auto;
    background: #fff;
    /*min-height: 900px;*/
}

    .mainbar .container {
        width: 100%;
        padding: 0 !important;
    }

/* Pagination*/

.pagination {
    margin: 10px 0 5px 0;
}

    .pagination ul > li > a, .pagination ul > li > span {
        border: 1px solid #ccc;
        margin-right: 3px;
        padding: 3px 8px;
        background-color: #fff;
        color: #666;
    }

        .pagination ul > li > a:hover {
            color: #333;
            background: #fafafa;
        }

/* Page head */

.mainbar .page-head {
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}

.mainbar .page-meta {
    font-size: 13px;
    line-height: 15px;
    margin-left: 2px;
    display: block;
}


/* Matter */

.mainbar .matter {
    border-top: none;
    padding: 0px 0;
}

/* Tabs */

.tab-window .matter {
    border-top: none;
    padding: 0 0;
}

.tab-parent > div.widget-content,
.no-border > div.widget-content {
    padding: 0;
    border: none;
}

.navbar.tab-bar {
    margin-bottom: 0;
    min-height:45px;
    max-height:45px;
}

.nav.navbar-nav.rfw-tab {
    min-height:45px;
    max-height:45px;
}

    .nav.navbar-nav.rfw-tab > li {
        height:45px;
        width:auto;
        background-color:white;
    }

        .nav.navbar-nav.rfw-tab > li > a {
            text-align:center;
            height:45px;
            width:100px;
            line-height:45px;
            box-sizing:border-box;
            border-bottom-width:1px;
            border-top-width:0px;
            border-left-width:0px;
            border-right-width:0px;
            border-style:solid;
            border-color:white;
            color:#08405e;
        }

        .nav.navbar-nav.rfw-tab > li > a:hover {
            background-color:#009EEC;
            color:white;
        }

.tab-window .widget-head {
    display: none;
}
.tab-window > form > section > div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.tab-window > form > section > div.container-fluid > div.row-fluid > div.widget,
.no-border > form > section > div.container-fluid > div.row-fluid > div.widget,
.tab-window > form > div.container-fluid > div.row-fluid > div.widget,
.no-border > form > div.container-fluid > div.row-fluid > div.widget {
    margin-top: 0;
}
.no-top-margin, .widget .widget-content.no-top-margin {
    margin-top: 0 !important;
    padding-top: 0;
}

.tab-window .matter > div.container-fluid,
.no-border > form > div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.tab-window .matter > div.container-fluid > div.row-fluid > div.widget {
    margin-top: 0;
}
.tab-window .container-fluid .widget-content {
    padding-top: 10px;
    padding-bottom: 0;
}

.tab-window {
    margin-bottom: 15px;
}

/* Data Tables */

table.dataTable.display tbody tr.even.selected td,
table.dataTable.display tbody tr.odd.selected td {
    background-color: #acbad4;
}

/* Widget */

.widget {
    margin-top: 10px;
    margin-bottom: 10px;
    background: white;
}

    .widget hr {
        margin: 4px 0;
        padding: 4px 0;
        border-top: 0;
        border-bottom: 1px solid #ddd;
    }

    .widget .table {
        margin: 0;
        width: 100%;
    }

    .widget .table-bordered {
        border: 0;
    }

        .widget .table-bordered th {
            border-bottom: 1px solid #ccc !important;
        }

        .widget .table-bordered td {
            border-top: 0 !important;
            border-bottom: 1px solid #ccc !important;
        }

            .widget .table-bordered td:first-child, .widget .table-bordered th:first-child {
                border-left: 0;
            }

    .widget .padd {
        padding: 15px;
    }

    .widget .widget-head {
        background-color: #f5f5f5;
        border: 1px solid #ddd;
        color: #777;
        font-size: 18px;
        padding: 0px 15px;
    }

        .widget .widget-head .widget-icons i {
            font-size: 14px;
            margin: 0 4px;
        }

        .widget .widget-head .widget-icons a {
            color: #aaa;
        }

            .widget .widget-head .widget-icons a:hover {
                color: #888;
            }
    .widget  .widget-content .widget-head {
        /* Sub header so make smaller */
        padding: 3px 15px;
        font-size: 16px;
    }
    .widget .widget-content {
        border-left: 1px solid white;
        border-right: 1px solid white;
        border-bottom: 1px solid white;
        /*background-color: #f1f1f1;*/
    }
    .widget .widget-content.no-action-bar {
        border-top: 1px solid #ddd;
    }

    .widget .widget-actionbar {
        background-color: #0084c5;
        padding: 6px;
        min-height: 45px;
    }

    .widget .widget-actionbar .btn {
        margin-top: -4px;
    }

    .widget .no-border {
        border: none;
    }
    .no-border > form {
        margin: 0;
    }

    .widget-button-bar {
        background-color: white;
        padding: 8px 15px;
        text-align: right;
        border:none;
        border-top: 1px solid #e5e5e5;
    }

    .widget .widget-actionbar .btn.refresh {
        margin-top: 0;
        margin-left: 6px;
        background-color: transparent;
        color: white;
    }

    .widget .widget-actionbar div.spinner {
        
        margin: 16px 0 0 30px;
    }

    .widget .widget-pager {
        float: right;
        margin-top: 20px;
        color: #555;
        padding-right: 20px;
    }

    .widget .widget-foot {
        background-color: #f9f9f9;
        border: 1px solid #f9f9f9;
        border-top: 0;
        padding: 8px 15px;
        font-size: 13px;
        color: #555;
    }

    /* Widget colors */

    .widget.wred .widget-head {
        background-color: #fa3031;
        border: 1px solid #fa3031;
        color: #fff;
    }

    .widget.wlightblue .widget-head {
        background-color: #52b9e9;
        border: 1px solid #52b9e9;
        color: #fff;
    }

    .widget.wblue .widget-head {
        background-color: white;
        border: 1px solid white;
        color: #0f0f0f;
    }

    .widget.wgreen .widget-head {
        background-color: #43c83c;
        border: 1px solid #43c83c;
        color: #fff;
    }

    .widget.worange .widget-head {
        background-color: #f1b622;
        border: 1px solid #f1b622;
        color: #fff;
    }

    .widget.wviolet .widget-head {
        background-color: #932ab6;
        border: 1px solid #932ab6;
        color: #fff;
    }

.widget.wlatestfisheriesupdates .widget-head{
        background-color: #5099FF;
        border: 1px solid #5099FF;
        color: #fff;
}

.widget.wmorestatistics .widget-head{
        background-color: #ed4c41;
        border: 1px solid #ed4c41;
        color: #fff;
}

.widget.wregistereddevices .widget-head{
        background-color: #0084c5;
        border: 1px solid #0084c5;
        color: #fff;
}

.widget.wregisteredusers .widget-head{
        background-color: #fed12f;
        border: 1px solid #fed12f;
        color: #fff;
}

.widget.wusersbyregion .widget-head{
        background-color: #f1743d;
        border: 1px solid #f1743d;
        color: #fff;
}

.widget.wspecies .widget-head{
        background-color: #5099FF;
        border: 1px solid #5099FF;
        color: #fff;
}

.widget.wlastfisheriesupdate .widget-head{
        background-color: #f1c31e;
        border: 1px solid #f1c31e;
        color: #fff;
}

.widget .page-title .dashboard-title {
    color:white;
}


.widget.wnotifications .widget-head {
        background-color: #0084c5;
        border: 1px solid #0084c5;
        color: #fff;
}



        .widget.wred .widget-head .widget-icons a,
        .widget.wblue .widget-head .widget-icons a,
        .widget.wlightblue .widget-head .widget-icons a,
        .widget.worange .widget-head .widget-icons a,
        .widget.wgreen .widget-head .widget-icons a,
        .widget.wviolet .widget-head .widget-icons a {
            color: #fff;
        }

            .widget.wred .widget-head .widget-icons a:hover,
            .widget.wblue .widget-head .widget-icons a:hover,
            .widget.wlightblue .widget-head .widget-icons a:hover,
            .widget.worange .widget-head .widget-icons a:hover,
            .widget.wgreen .widget-head .widget-icons a:hover,
            .widget.wviolet .widget-head .widget-icons a:hover {
                color: #eee;
            }

    /* Widget white extras */

    .widget .nav-tabs > li a {
        padding: 5px 10px;
    }

    .widget .nav-tabs {
        margin-bottom: 5px;
    }

    .widget .tab-content {
        margin-bottom: 10px;
    }

/* DataTable Overrides */
.dataTables_filter 
{ 
    float: left !important; 
}
.dataTables_length
{
    float: right !important;
    margin-right: 20px;
}
.dataTables_info
{

}

/* Today datas */

.today-datas {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
}

    .today-datas li {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 1.5em 1em;
        background-color: #f8f8f8;
        background: #f8f8f8;
        border: 1px solid #ccc;
        max-width: 100%;
        text-align: center;
    }

        .today-datas li .spark {
            margin-right: 10px;
        }

        .today-datas li .datas-text {
            font-size: 13px;
            padding: 7px 0 0 0;
            font-weight: normal;
        }

            .today-datas li .datas-text span {
                display: block;
                font-size: 24px;
                margin-bottom: 5px;
            }

        .today-datas li i {
            font-size: 50px;
            margin-right: 10px;
        }

        .today-datas li .dial {
            margin-right: 10px !important;
        }

/* parent menu item */

.parent-menu-item {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
    width: 90%
}

    .parent-menu-item li {
        margin: 5px;
        background-color: #f8f8f8;
        background: #f8f8f8;
        border: 1px solid #ccc;
        max-width: 100%;
        text-align: center;
        width: 200px;
        height: 120px;
    }
    .parent-menu-item li a {
        display: inline-block;
        padding: 1.5em 1em;
        width: 100%;
        height: 120px;
        vertical-align: middle;
        text-align: center;
        color: white !important;
    }
        .parent-menu-item li a:hover {
            background-color: #005d82;
            color: white;
            font-weight: 600;
        }

        .parent-menu-item li div {
            font-size: 22px;
            height: 120px;
        }
/* Toggle button */

.toggle-button span {
    font-size: 13px !important;
}

/* Gallery */

.gallery img {
    max-width: 170px;
    margin: 5px;
}

/* Responsive */

@media (max-width: 480px) {
    .mainbar .page-head h2 {
        float: none;
    }

    .mainbar .bread-crumb {
        float: none;
        margin-top: 10px;
    }

    .col-left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .col-right {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    body {
        margin: 0 auto;
    }

        body .container {
            width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
        }

    .content {
        margin-left: -20px;
        margin-right: -20px;
    }

    .mainbar .matter {
        padding-left: 20px;
        padding-right: 20px;
    }

    .form-inline button {
        margin-left: 0;
    }

    .navbar, .navbar-inner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        float: none;
        width: 100%;
    }

        .sidebar .sidebar-dropdown {
            display: block;
        }

        .sidebar .sidebar-inner {
            display: none;
            z-index: 1100;
        }

        .sidebar .sidebar-widget {
            text-align: center;
        }

    .mainbar {
        margin: 0;
        float: none;
    }

    .main-window {
        margin-left: 0;
    }

    .today-datas {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .form {
        margin: 0 !important;
    }

    form .control-group {
        margin: 0 !important;
    }

    form .control-label {
        float: none !important;
        width: auto !important;
        text-align: left !important;
    }

    form .controls {
        float: none !important;
        margin-left: 0 !important;
    }

    form .form-actions {
        padding-left: 0 !important;
    }

    .navbar, .navbar-inner {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .nav-collapse .dropdown-big .dropdown-menu {
        color: #bbb !important;
    }

        .nav-collapse .dropdown-big .dropdown-menu a {
            color: #ccc !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

            .nav-collapse .dropdown-big .dropdown-menu a:hover {
                color: #aaa !important;
            }

        .nav-collapse .dropdown-big .dropdown-menu h5 {
            color: #eee !important;
        }

    .nav-collapse .dropdown-menu {
        padding: 10px 10px !important;
    }

        .nav-collapse .dropdown-menu a {
            color: #fff !important;
        }

            .nav-collapse .dropdown-menu a:hover {
                background: transparent !important;
            }

        .nav-collapse .dropdown-menu hr {
            border-top: 0 solid #eee;
            border-bottom: 1px solid #333;
        }

    .sidebar {
        width: 200px;
    }

    .mainbar {
        margin-left: 0px;
    }
}

/*#region Widgets */

/* maps */

.map iframe {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* maps ends */

/* Users starts */

.user h6 {
    line-height: 17px !important;
}

.user {
    font-size: 12px !important;
    line-height: 20px !important;
}

    .user img {
        max-width: 70px;
        margin-top: 10px;
    }

    .user .user-pic {
        float: left;
        width: 80px;
    }

    .user .user-details {
        margin-left: 85px;
    }

    .user .btn {
        font-size: 11px !important;
    }

/* Users ends */

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
background-color: #ccc;
}
/* Added on 20/11/2014*/
.checkbox-column{
    display: inline-block;
    width:48%; 
}

.div-margin
{
    margin-left: 7px;
}

.select-width {
   width:335px;
}
/*End*/

/*#endregion */