﻿* {
    /*-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, FontAwesome;*/
    -webkit-font-smoothing: antialiased;
    /*font-weight: 400;*/
}


.navbar-inverse {
    background-color: #4c4d4f !important;
    border-color: #4c4d4f !important;
}

/*.navbar-inverse .navbar-text{
    color:#FFF !important;
}*/

.navbar-brand {
    font-size: 36px;
    line-height: 60px;
    height: 72px;
}

.btn, .badge, .modal, .modal-dialog, .modal-content,
input, select {
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

input, select {
    padding: 4px !important;
    /*width: 65% !important;*/
    display: inline-block !important;
}


.navbar * {
    background-image: none !important;
    -webkit-text-shadow: none !important;
    -ms-text-shadow: none !important;
    text-shadow: none !important;
    /*padding: 0px !important;*/
}

.navbar {
    padding: 0px !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;*/
}

select {
    font-size: 15px !important;
    /*font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
}

/* EF
input[type="radio"], input[type="checkbox"] {
    margin: 0 0 0 !important;
    margin-right: 5px !important;
    line-height: 23px !important;
    border: 0 !important;
}
*/

.btn {
    background-image: none !important;
    /*font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
    font-size: 15px !important;
}

    .btn.btn-mini {
        font-size: 11px !important;
    }

body {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    background: #FFF;
    /*padding-top: 45px; **Upgrade*/
    -webkit-font-smoothing: antialiased;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, FontAwesome;
    /*-ms-overflow-style: scrollbar;*/
}
	
	/* EF
    body .container {
        width: 97%;
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
	*/

h1, h2, h3, h4, h5, h6 {
	/* EF
    padding: 2px 0 2px 10px;
    margin: 2px 0;
	*/
    color: #000;
    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;
}

p {
	/* EF
    padding: 1px 0 !important;
    margin: 1px 0 !important;
	*/
}

a {
	/* EF
    color: #222;
    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: 15px !important;
}

.label {
    font-weight: 400;
    padding: 3px 6px !important;
    font-size: 15px;
}

.control-label{
    font-weight: 400 !important;
    font-size: 14px;
}

.badge {
    font-weight: 400;
    padding: 3px 8px;
    font-size: 15px;
}

.progress {
    height: 17px;
    line-height: 17px;
    margin: 5px 0 !important;
    border: 0;
	border-radius: 0; /* EF */
}

    .progress .bar {
        font-size: 12px;
    }

/* Button colors */

.btn {
    padding: 9px 17px !important;
    font-size: 16px !important;
}

.btn.btn-primary {
    background: #F15F26 !important;
    border-color: #F15F26 !important;
    color: #ffffff !important;
}

.btn.btn-primary:hover {
    background: #F15F26 !important;
    border-color: #F15F26 !important;
    color: #ffffff !important;
}

.btn.btn-info {
    background: #2172A3 !important; /* EF - 376ca2 */
    border-color: #2172A3 !important; /* EF - 376ca2 */
}

	/* EF
    .btn.btn-info:hover {
        background: #274C72 !important;
		border-color: #274C72 !important;
    }
	*/

.btn.btn-success {
    background: #2172A3 !important; /* EF - 00395a */
    border-color: #2172A3 !important; /* EF - 00395a */
}
	/* EF
    .btn.btn-success:hover {
        background: #f2f2f1 !important;
        border-color: #f2f2f1 !important;
    }
	*/

.btn.btn-warning {
    background: #B84643 !important;
}

    .btn.btn-warning:hover {
        background: #B84643 !important;
    }

.btn.btn-danger {
    background: #a1a1a1 !important;
    border-color: #a1a1a1 !important;
    color: #ffffff !important;
}
	
	/* EF
    .btn.btn-danger:hover {
        background: #a1a1a1 !important;
        border-color: #a1a1a1 !important;
    }
	*/

.btn_small {
    padding: 2px 7px !important;
    margin-top: 8px !important;
}
/* Label colors */

.label.label-success,
.badge.badge-success {
    background: #43c83c !important;
}

.label.label-warning,
.badge.badge-warning {
    background: #f88529 !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: #f88529 !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: #f88529 !important;
}

.red {
    color: #fa3031 !important;
}

.violet {
    color: #932ab6 !important;
}


/* Modal */

.modal-header {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Form */

form {
	/* EF
    margin: 10px;
	*/
}

    form input, form button, form textarea, form select {
        font-size: 15px !important;
    }

    form label {
        font-size: 15px;
        /* line-height: 13px; EF */
    }

.form-inline button {
    margin-left: 15px;
}

.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;
    }

    .dropdown-big .dropdown-menu a {
        font-size: 15px;
        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: 15px;
    }

.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: 15px;
        line-height: 18px;
    }

        .dropdown-menu li > a {
            color: #555;
            /* line-height: 23px !important; */
        }

            .dropdown-menu li > a:hover {
                background: #d7d7d7 !important;
                filter: none;
                color: #000;
            }

    .dropdown-menu a:hover, .dropdown-menu a:focus {
        filter: none !important;
        background: #fff !important;
    }

    .dropdown-menu::after, .dropdown-menu::before {
        border: none !important;
    }

/* Navbar */

.navbar {
    background: #00a5db;
}

    .navbar .container {
        width: 97% !important;
    }

    .navbar .nav > li > a {
        /*//font-size: 13px !important;*/
        color: #FFF !important;
    }

    .navbar i {
        margin-right: 3px;
    }

    .navbar .caret {
        border-top-color: #fff !important;
        border-bottom-color: #fff !important;
    }

    .navbar .nav-user-pic {
        width: 20px;
        margin-right: 10px;
    }

    .navbar .badge {
        margin-left: 5px;
    }


/* Sidebar */

.sidebar {
    width: 230px;
    float: left;
    display: block;
    background: #111;
    color: #eee;
    position: relative;
}

    .sidebar hr {
        border-bottom: 1px solid #333 !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: #111;
    }

    .sidebar .navi li i {
        margin-right: 5px;
    }

    .sidebar .navi li span i {
        margin: 0;
    }

    .sidebar .navi > li > a {
        display: block;
        padding: 12px 20px;
        font-size: 15px;
        line-height: 25px;
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #4C4D4F;
        background-color: #111;
    }

        .sidebar .navi > li > a:hover, .sidebar .navi > li.open > a {
            border-bottom: 1px solid #222;
            background-color: #222;
            color: #fff;
        }

    .sidebar .navi li ul {
        display: none;
        background: #181818;
    }

    .sidebar .navi li.open ul {
        display: block;
    }

    .sidebar .navi li ul li a {
        display: block;
        background: none;
        padding: 10px 0;
        padding-left: 30px;
        text-decoration: none;
        color: #999;
        border-bottom: 1px solid #222;
    }

    .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: #52b9e9 !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.nblue > a:hover,
    .sidebar .navi > li.open.nblue > a,
    .sidebar .navi > li.current.nblue > a {
        background: #1171a3 !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.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: #f88529 !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 dropdown */

    .sidebar .sidebar-dropdown* {
        text-decoration: none;
    }

    .sidebar .sidebar-dropdown {
        /*display: none;*/
    }

        .sidebar .sidebar-dropdown a {
            color: #ddd;
            background-color: #343434;
            padding: 6px;
            text-transform: uppercase;
            text-align: center;
            font-size: 15px;
            display: block;
            border-top: 1px solid #666;
            border-bottom: 1px solid #333;
        }

            .sidebar .sidebar-dropdown a:hover {
                text-decoration: none;
            }

    /* Sidebar widget */

    .sidebar .sidebar-widget {
        padding: 10px 5px;
    }

    .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 */

.mainbar {
    position: relative;
    /* margin-left: 30px; EF */
    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: 15px;
    line-height: 15px;
    margin-left: 2px;
    display: block;
}


/* Matter */

.mainbar .matter {
    border-top: 0px solid #ddd;
    /*margin: 2em;*/
}

/* Widget */

.widget {
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
}

    .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: 12px 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 {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .widget .widget-foot {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        border-top: 0;
        padding: 8px 15px;
        font-size: 15px;
        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: #1171a3;
        border: 1px solid #1171a3;
        color: #fff;
    }

    .widget.wgreen .widget-head {
        background-color: #43c83c;
        border: 1px solid #43c83c;
        color: #fff;
    }

    .widget.worange .widget-head {
        background-color: #f88529;
        border: 1px solid #f88529;
        color: #fff;
    }

    .widget.wviolet .widget-head {
        background-color: #932ab6;
        border: 1px solid #932ab6;
        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;
    }

/* 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: #FFFFFF;
        background: #FFFFFF;
        border: 1px solid #ccc;
        max-width: 100%;
        text-align: center;
    }

        .today-datas li .spark {
            margin-right: 10px;
        }

        .today-datas li .datas-text {
            font-size: 15px;
            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;
        }

/* Toggle button */

.toggle-button span {
    font-size: 15px !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) {
	/* EF
    body {		
        margin: 0 auto;		
    }
	*/

		/* EF
        body .container {
            width: 95%;
            padding-left: 2.5%;
            padding-right: 2.5%;
        }
		*/

    .content {
        /*
		margin-left: -20px;
        margin-right: -20px;
		*/
    }

	/* EF
    .mainbar .matter {		
        padding-left: 20px;
        padding-right: 20px;		
    }
	*/

    .form-inline button {
        margin-left: 0;
    }

    .navbar {
        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;
        }

        .sidebar .sidebar-widget {
            text-align: center;
        }

    .mainbar {
        margin: 0;
        float: none;
    }

    .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 {
        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;
    }
	
	/* EF
    .mainbar {
        margin-left: 30px;
    }
	*/
}

/*#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 */
.planchangecurrent {
    position:fixed;
    top:5px;
    left: 300px;
    right:10px;
    height:20px;
}

.container-fluid-subs {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.container-fluid-subs-maxw {
    max-width:1000px !important;
}

.container-fluid-pad {
    /*padding-right: 12px !important;
    padding-left: 12px !important;*/
    background-color: #FFFFFF !important;
}

/* EF
.panel {
    margin: 10px !important;
}

.panel-body {
    padding: 0 !important;
}
*/

thead {
    background-color: #F1F2F2 !important;
}

.nopaddingright {
    padding-right:0px !important;
}

.table {
    margin-bottom: 5px !important;
}

.loginpanel {
    margin-top:48px; 
    background-color: #ffffff; 
    color: #000000;
    border: 1px solid #000000;
}

.barcolour {
    background-color:#FFFFFF;
}

.requiredWarning {
    color:#FF0000;
}

.steps-indicator li a {
    color:#000000 !important;
}

/*.col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left: 0px !important;
}*/
/*#endregion */

#divBannerLogo 
{
    z-index: 50;   
    position:fixed;
    z-index:999;
    right:10px;
    top:5px;
}

#viewernavbar .dropdown-toggle::after {
    display:none !important;
}

#viewernavbar .dropdown-toggle {
    font-size:1.9em;
}

#viewernavbar .navbar-nav {
    margin: 0 !important;
}

.navbar-nav .open .dropdown-menu {
    position:relative !important;
    background-color: #fff !important;
}

.dropdown-menu {
    max-height: calc(100vh - 110px);
}

/*
EF
@media screen and (min-width: 992px) {
    #viewernavbar .dropdown-toggle {
        top:0px !important;
        background:none !important;
    }
}

@media screen and (max-width: 991px) {
    #viewernavbar .dropdown-toggle {
        top:7px !important;
        background:none !important;
    }
}
*/

/* Fix for the main navigation menu icon - it jumps location when moving down the viewport sizes, and falls out of line with the main title */
/*#viewernavbar .navbar-nav>li>a {
  top: 0;
  padding-top: 15px;
}*/

.boxshadowheader {
    box-shadow: 0px 4px 22px -6px rgba(0,0,0,0.48);
}

.cursorpointer {
    cursor:pointer;
}

#divBanner {
    height:70px;
}

#divBannerText
{
    /*font-family: @webfont;*/
    z-index: 1000;   
    position:absolute;
    color: #FFF;
    top:-13px;
    left:89px;
}

.form-control {
    border-radius: 0px !important;
}

/* EF
.steps-indicator {
    padding-top: 23px !important;
    height: 64px !important;
}
*/

/*.ng-invalid::after {
  content: '***';
}

input:invalid:after,
textarea:invalid:after,
select:invalid:after {
    content: '***';
}*/

input.ng-invalid + span::after,
textarea.ng-invalid + span::after,
select.ng-invalid + span::after {
  content: '   *';
  color:#FF0000;
  font-size: 15px;
}

.panelGrey {
    background-color: #e7e8e8; /* EF #EEE */
    padding: 25px; /* EF 15px; */
    border-radius: 0;
}

.panelBorder {
    border: 1px solid #C7C7C7;
    padding: 25px; /* EF 15px; */
    border-radius: 0;
    margin-bottom: 0 !important;
}

.panelBlue {
    background-color: #D9EAF1;
    border: 1px solid #0072BB;
    padding: 25px; /* EF 15px */
    border-radius: 0;
    margin-top: 0 !important;
}

.panelTransparent { /* EF */	
	padding: 26px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;	
}

.btnFrontPage {
    padding: 4px 12px 4px 12px !important;
    margin-left:10px;
}


/* =======================================================================
/* STYLE OVERWRITE
/* ======================================================================= */

/* --------------------------------------------------- */
/* BASE
/* --------------------------------------------------- */

body {
	line-height: 1.6;
	font-weight: 400;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, FontAwesome;
}

a {
	color: #0573a6;
	font-weight: 500;
	text-decoration: underline;
}
	
	a:hover,
	a:focus {
		color: #0573a6;
		text-decoration: underline;
	}
	
p {
	margin-bottom: 17px;
}

small {
	font-size: 85%;
}

ul, ol {
	margin-bottom: 17px;
	padding-left: 18px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	padding: 0 13px !important;
	width: 100% !important;	
	height: 34px;
	border: 1px solid #c7c7c7 !important;	
	background-color: #f7f8f8;
	font-size: 14px !important;
	line-height: 36px;	
}

select {
	width: 100% !important;
	padding-left: 9px !important;
	padding-right: 9px !important;
	background-color: #f7f8f8 !important;
}

option {
	padding: 5px 10px;
}

td, th {
	vertical-align: middle !important;
}


/* --------------------------------------------------- */
/* LAYOUT
/* --------------------------------------------------- */


/* Button Container
/* ---------------------------------------------- */

.l-btn-container {
	text-align: right;
}

	.l-btn-container .btn {
		width: 100%;
		margin-bottom: 7px;
		text-align: center;
	}

		@media screen and (min-width: 768px) {
			.l-btn-container .btn {
				margin-bottom: 0;
				width: auto;
				text-align: center;
			}
		}
		
	.l-btn-container .pull-left {
		float: none !important;
	}
	
		@media screen and (min-width: 768px) {
			.l-btn-container .pull-left {
				float: left !important;
			}
		}
	
	.l-btn-container .pull-right {
		float: none !important;
	}
	
		@media screen and (min-width: 768px) {
			.l-btn-container .pull-right {
				float: right !important;
			}
		}
	
	.l-btn-container-m-w-top-border {
		margin-top: 30px;
		margin-bottom: 30px;
		padding-top: 15px;
		border-top: 1px solid #e6e6e6;
	}


/* General Layout
/* ---------------------------------------------- */

.mainbar .matter {
	margin: 0;
}


/* Navigation Bar
/* ---------------------------------------------- */

#viewernavbar .dropdown-toggle {
	padding: 0;
	top: 18px;
	left: 15px;
	width: 25px;
}

	@media screen and (min-width: 768px) {
		#viewernavbar .dropdown-toggle {
			top: 19px;
		}
	}
	
	#viewernavbar .dropdown-toggle:hover,
	#viewernavbar .dropdown-toggle:focus {		
		background: transparent;
	}

.navbar-nav a {
	text-decoration: none;
}
	
.navbar-nav .open .dropdown-menu {
	top: 44px;
	border: 1px solid #DDD;
}

	.navbar-nav .open .dropdown-menu > li > a {
		padding: 5px 15px;
		line-height: 1.6;
	}
	
		@media screen and (min-width: 768px) {
			.navbar-nav .open .dropdown-menu > li > a {
				padding: 5px 15px;
			}
		}

		
/* Page Splash &  Spinner - NOTE: Overwriting existing one
/* ---------------------------------------------- */

.page-splash-message {
	margin-top: 0;
	position: relative;
}

.page-splash-wrapper {
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) !important;
}

	@media screen and (min-width: 768px) {
		.page-splash-wrapper {
			width: 550px;
		}
	}	
	
.page-splash-spinner {
	margin-bottom: 15px;	
	position: relative;
}

	.page-splash-spinner .spinner {
		margin: 0 auto !important;
		height: 60px;
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
	}
	
		.page-splash-spinner .spinner div div {
			background-color: #FFF !important;
		}
	
.page-splash-message {
	margin-top: 0 !important;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, FontAwesome;
	line-height: 1.3;
	text-transform: capitalize;
}

	.page-splash-wrapper-m-spinner .page-splash-message {
		margin-top: 25px !important;
		margin-bottom: 0 !important;
	}

	
/* Logo
/* ---------------------------------------------- */

#divBannerText {
	display: inline-block;
	margin: 0;
	padding: 0 !important;
	height: 70px;
	overflow: hidden;
	top: 0;
	left: 53px;
	font-size: 18px;
	font-weight: 400;
	line-height: 70px;
	text-decoration: none;
}

	#divBannerText:hover,
	#divBannerText:focus {
		text-decoration: none;
	}

	@media screen and (min-width: 768px) {
		#divBannerText {
			font-size: 24px;
		}
	}
	
#divBannerLogo {
	position: absolute;
	top: 2px;
	right: 20px;
}


/* Spacer
/* ---------------------------------------------- */

.l-v-spacer25_above {
	margin-top: 50px;
}

.l-v-spacer {
	margin-bottom: 25px;
}

.l-v-spacer-tight-1 {
	margin-bottom: 20px;
}

.l-v-spacer-tight-2 {
	margin-bottom: 15px;
}

.l-v-spacer-tight-3 {
	margin-bottom: 10px;
}

.l-v-spacer-tight-4 {
	margin-bottom: 5px;
}


/* --------------------------------------------------- */
/* COMPONENTS
/* --------------------------------------------------- */

/* Button
/* ------------------------------------------------ */

.btn {
	margin: 0;
	padding: 0 16px !important;
	border: 0;
	width: auto;
	height: 34px;
	color: #FFF;
	font-size: 15px !important;
	font-weight: 600;
	line-height: 34px;
	text-align: left;
	text-transform: uppercase;
}

	.btn:hover,
	.btn:focus {
		background-color: #d7d7d7 !important;
		color: #000 !important;
	}

	.btn-default {		
		background-color: #42bea5;
		color: #FFF;
	}
	
	.btn-m-full-width {
		width: 100%;		
	}
	
	.btn-m-icon-end {
		padding-right: 30px;
		position: relative;		
	}
	
		.btn-m-icon-end .fa {
			margin-right: 0;
			position: absolute;
			top: 0;
			right: 11px;
			line-height: 34px;
		}
	
	.btn-m-icon-only {
	}
	
		.btn-m-icon-only > i {
			margin-right: 0;
		}

		
/* Heading
/* ------------------------------------------------ */

.hd-main {
	margin: 15px 0 30px;
	padding: 0;
	color: #092c42;
	line-height: 1.2;
	font-size: 27px !important;
	font-weight: 700;
}

.hd-sub {
	margin: 15px 0 5px;
	padding: 0;	
	color: #010101;
	line-height: 1.2;
	font-size: 15px !important;
	font-weight: 600;
	text-transform: uppercase;
}

.hd-sub-alt {
	margin: 0 0 15px;
	padding: 0;
	color: #182f3d;
	line-height: 1.2;
	font-size: 18px !important;
	font-weight: 500;
	text-transform: uppercase;
}

.hd-sub-alt-sm {
	margin: 0 0 15px;
	padding: 0;
	color: #055877;
	line-height: 1.2;
	font-size: 16px !important;
	font-weight: 700;
	/*text-transform: uppercase;*/
}

.hd-section {
	margin: 0;
	font-size: 15px !important;
	font-weight: 700;
}

.hd-help {
	margin: 0 0 10px;
	font-size: 15px !important;
	font-weight: 500;
}


/* Icon
/* ------------------------------------------------ */

.icon {
	text-decoration: none !important;
}


/* Input Box
/* ------------------------------------------------ */

.input-box {
	position: relative;
}

	.input-box input[type="text"] {
	}
	
	.input-box .btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.input-box-m-search {
	}
	
		.input-box-m-search input[type="text"] {
			padding-right: 62px;
		}



/* Link
/* ------------------------------------------------ */

.link {
	color: #000;
	text-decoration: none;
}

	.link:hover,
	.link:focus {
		color: #000;
		text-decoration: underline;
	}


/* --------------------------------------------------- */
/* 3RD PARTY
/* --------------------------------------------------- */


/* Angular Wizard - Steps Indicator
/* ------------------------------------------------ */

.steps-indicator {
	padding-top: 0;
	padding-bottom: 30px;
	height: auto;
}

	@media screen and (min-width: 768px) {
		.steps-indicator {			
			padding-top: 30px;
			padding-bottom: 45px;
		}
	}

	.steps-indicator:before {
		height: 0;
	}

	.steps-indicator:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}
	
	.steps-indicator li {
		float: none;
		text-align: left;
	}
	
	@media screen and (min-width: 768px) {
		.steps-indicator li {
			float: left;
			padding-top: 15px;
			text-align: center;
		}
	}
		
	.steps-indicator li a {
		padding-left: 25px;
	}
		
	@media screen and (min-width: 768px) {
		.steps-indicator li a {					
			padding-left: 0;
		}			
	}
		
	.steps-indicator li a::before {
		top: 10px;
		left: 0;
		z-index: 1;
	}
			
	@media screen and (min-width: 768px) {
		.steps-indicator li a::before {
			top: -7px;
			left: calc(50% - 7px);
		}
	}
				
    .steps-indicator li a:after {
	    width: 2px;
	    height: 30px;
	    background-color: #e6e6e6;
	    content: ' ';
	    position: absolute;
	    top: 10px;
	    left: 6px;
	    z-index: 0;
    }
			
	@media screen and (min-width: 768px) {
		.steps-indicator li a:after {
			height: 1px;
			top: 0;
			left: 0;
		}
	}
				
	.steps-indicator li:last-child a:after {
		display: none;
	}
	
	.steps-indicator.steps-4 {
	}
	
	.steps-indicator.steps-4 li {
		width: 100%;
	}
		
	@media screen and (min-width: 768px) {
		.steps-indicator.steps-4 li {
			width: calc(98% / 4);
		}			
	}
			
	.steps-indicator.steps-4 li a:after {				
	}
			
	@media screen and (min-width: 768px) {
		.steps-indicator.steps-4 li a:after {
			width: 100%;
			height: 1px;
			top: 0;
			left: 90px;
		}
	}
		
		

/* Bootstrap Alert
/* ------------------------------------------------ */

.alert {	
	border-radius: 0;
}


/* Bootstrap Checkbox
/* ------------------------------------------------ */

.checkbox {
}

	.checkbox label {
		line-height: 1.4;
        padding-left: 0px!important;
	}
		
.checkbox input[type="checkbox"] {
    margin-top: 0px;
    width: auto !important;
    margin-left: 0!important;
}


/* Bootstrap Grid
/* ------------------------------------------------ */

.container {
}

	.container-m-main {
		margin-top: 50px;
		margin-bottom: 30px;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.col-11 {
    margin-left: 10px;
    margin-bottom: 20px;
}

/* Bootstrap Form
/* ------------------------------------------------ */

.form-group {
}

	.form-group:after {
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}
	
	.panelGrey .form-group {
		margin-bottom: 10px;
	}
	
	.form-group-m-block-to-inline {
		position: relative;
	}
	
		.form-group-m-block-to-inline label {			
		}
		
			@media screen and (min-width: 768px) {
				.form-group-m-block-to-inline label {
					margin-top: 5px;
					padding-right: 0;
				}
			}			
	
		.form-group-m-block-to-inline--input {
			position: static;
		}
		
			@media screen and (min-width: 768px) {
				.form-group-m-block-to-inline--input {
					position: relative;
				}
			}
	
		.form-group-m-block-to-inline .z-decorator {
			margin-top: 5px;
			position: absolute;
			top: 0;
			right: 15px;
		}
		
			@media screen and (min-width: 768px) {
				.form-group-m-block-to-inline .z-decorator {
					left: 0;
					right: auto;
				}
			}
	
.z-decorator {
	font-family: Arial;
}
	
	
/* Bootstrap Modal
/* ------------------------------------------------ */

.modal-title {
	font-weight: 600;
	text-transform: uppercase;
}


/* Bootstrap Panel
/* ------------------------------------------------ */

.panel {
	border-radius: 0;
}

	.panel-body {
		padding: 25px 0 25px 0 !important;
	}


/* Bootstrap Radio
/* ------------------------------------------------ */

.radio {
}

	.radio label {
		line-height: 1.4;
        padding-left: 0px!important;
	}
		
	.radio input[type="radio"] {
		margin-top: 4px;
		width: auto !important;
	}
	
	
/* Bootstrap Table
/* ------------------------------------------------ */

.table {
}

	.table-condensed {
	}
	
		.table-condensed th,
		.table-condensed td {
			padding: 10px !important;
		}
			
			.table-condensed tr:last-child td {
				border-bottom: 1px solid #ddd;
			}
		
		.table-condensed th {
			background-color: #8a8a8a;			
			color: #FFF;
			font-weight: 700;
			text-transform: uppercase;
		}

.table-responsive {
	border: 0;	
}

	.table-responsive--scroll-guide {
		margin-bottom: 10px;
	}
	
		@media screen and (min-width: 768px) {
			.table-responsive--scroll-guide {
				display: none;
			}
		}

	
/* Recaptcha
/* ------------------------------------------------ */

.recaptcha-container {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
}



/* --------------------------------------------------- */
/* STATE & UTILITIES
/* --------------------------------------------------- */

.u-border-bottom-0 {
	border-bottom: 0;
}

.u-margin-bottom-0 {
	margin-bottom: 0;
}

.u-margin-bottom-10 {
	margin-bottom: 10px;
}

.u-margin-top-0 {
	margin-top: 0;
}

.u-text-align-center {
	text-align: center;
}

.u-text-align-right {
	text-align: right;
}

.u-text-uppercase {
	text-transform: uppercase;
}

/* EF - Last Updated 2 June 2017 - 11:49 AM */

textarea {
    resize: none;
    overflow: hidden;
    min-height: 50px;
}


/*Corinnes Changes 21/08*/
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #42bea5; 
}

.l-btn-container-m-w-top-border {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 15px;
    border-top: none;
}

.l-btn-container .pull-right .btn {
    margin-top:0px!important;
    margin-right:0px;
}


.btn.btn-success {
    background: #246c8d !important;
    border-color: #246c8d !important;
    margin-left: 5px!important;
}


.btn-m-action {
    background-color: #f26522 !important;
}

button.btn.btn-primary.btn_small.pull-right {
    margin-bottom: 20px;
}


button.btn.btn-info.btn_small.pull-right {
    margin-bottom: 20px;
}

button.btn.btn-warning.btn_small.pull-right {
    margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .steps-indicator.steps-4 li a:after {
        /*width: 100%;
        height: 1px;
        top: 0;
        left: 120px;*/
    }

    @media screen and (min-width: 768px) {
        select#cmdHeard, select#cmdTradeAffect, select#cmdTrade, select#cmbType {
            width: 30% !important;
            display: block !important;
        }
    }
}

@media screen and (min-width: 1200px) {
    .steps-indicator.steps-4 li a:after {
        width: 100%;
        height: 1px;
        top: 0;
        left: 140px!important;
    }
}

.steps-indicator li.editing a:before {
    background-color: #003663;
}

.steps-indicator li.current a:before {
    background-color: #003663;
}

.steps-indicator li.done a:before {
    background-color: #42bea5;
}

.btn > i {
    margin-right: 0px !important;
}

th h6 {
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pull-right .btn {
    margin-right: 25px;
    margin-bottom: 20px;
    margin-top: 20px!important;
}

tr.cursorpointer.ng-scope:hover {
    background: #dddddd;
}

.marginbottom30 {
    margin-bottom: 30px;
}

.btn.btn-warning {
    background: #B84643 !important;
    margin-left: 5px;
}

form.form-horizontal {
    padding-left: 30px;
    padding-bottom: 50px;
}

select#cmbslot, select#cmdJoint {
    width: 30%!important;
    display:block!important;
}

.form-group.col-sm-3 select#cmbType {
    width: 100%!important;
}


.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative!important;
    margin-top: 4px \9;
}

.dropdown-menu > li > a:hover {
    background-color: #246c8d;
    background-image: none;
}

.registeroffset
{
    margin-bottom: 20px !important;
}
/*.modal-footer .btn + .btn {
    margin-bottom: 20px !important;
}*/

.doclink {
    margin-bottom: 15px;
}

/*.wrap {
  font:12px Arial, san-serif;
}*/
h1.likert-header {
  padding-left:4.25%;
  margin:20px 0 0;
}
.likert {
  list-style:none;
  width:100%;
  margin:0;
  padding:0 0 35px;
  display:block;
  border-bottom:2px solid #efefef;
}
.likert:last-of-type {border-bottom:0;}
.likert:before {
  content: '';
  position:relative;
  top:11px;
  left:9.5%;
  display:block;
  background-color:#efefef;
  height:4px;
  width:78%;
}
.likert li {
  display:inline-block;
  width:19%;
  text-align:center;
  vertical-align: top;
}
.likert li input[type=radio] {
  display:block;
  position:relative;
  top:0;
  /*left:50%;*/
  margin-left:-6px;
  
}
.likert li label {width:100%;}


#divBannerLogo2 {
    position: absolute;
    top: 7px;
    left: 360px;
    height: 60px;
    width: 122px;
    /*background: url('https://districtplan.npdc.govt.nz/eplan/images/draft-dp-logo.jpg');*/
}

#provContent td {
    vertical-align: top !important;
}

/* Styles main content list elements to be a) then i. */
#provContent ol li ol {
  padding-left: 20px;
  padding-bottom: 10px;
}
 
#provContent ol li ol > li:before {
  content: counter(list, lower-roman) ". "!important;
}
 
#provContent ol > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}
 
#provContent ol > li {
  list-style: none;
  position: relative;
}
 
#provContent ol {
  list-style-position: inside;
  padding-left: 20px;
  padding-top: 10px;
  counter-reset: list;
  margin: 0;
}

#provContent ol {
	margin-bottom:0px!important;
}

#provContent ul {
	margin-bottom:0px!important;
}

/*#divRulesContentRules ol {
	margin-bottom:0px!important;
}

#divRulesContentRules ul {
	margin-bottom:0px!important;
}

#divRulesContentEditorRules ol {
	margin-bottom:0px!important;
}

#divRulesContentEditorRules ul {
	margin-bottom:0px!important;
}*/

