html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-top: 50px;
    margin-bottom: 120px;
}

.link-ncs{
    text-decoration: underline;
}
.link-dash-well{
    color: white;
    text-decoration: underline;
}

.page{

    margin: 0px 55px 0px 55px;

}

.wrapper {
    min-height: 100%;
    height: auto;
    margin: 0px 55px -120px 0;
    padding-bottom: 125px;

}
.hex-logo
{
    margin-top: -10px;
}
.hex-logo > img {
	width: 40px; height: 40px;
}
.fill-height {
    min-height: 100%;
    height: auto;
}

.add-gutter{
    padding: 0.5rem;
}


.well-ncs {
    min-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: -20px;
    /* background-color: #; */
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.navbar-header{
    width:100%;
}
.navbar-ncs {
    background-image: -webkit-linear-gradient(top, #465964 0%, #465964 100%);
    background-image:      -o-linear-gradient(top, #465964 0%, #465964 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#465964), to(#465964));
    background-image:         linear-gradient(to bottom, #465964 0%, #465964 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
}
.navbar-ncs .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #465964 0%, #465964 100%);
    background-image:      -o-linear-gradient(top, #465964 0%, #465964 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#465964), to(#465964));
    background-image:         linear-gradient(to bottom, #465964 0%, #465964 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#465964', endColorstr='#465964', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-right
{
    float: right;
}
.navbar-ncs .navbar-brand,
.navbar-ncs .navbar-nav > li > a {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-brand{
    color: #fff;
}

.navbar-brand:hover{
    color: #fff;
}

.nav-ncs{

    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-ncs>li>a {
    color: #000;
    text-decoration: none;
    list-style: none;
}


.nav-ncs>li>a:focus, .nav-ncs>li>a:hover {
    text-decoration: underline;

}
.sidebar-ncs{
    height: auto;

    /*background-color: #eee;
    border-right: thin solid #000;*/
}
.dashboard-middle{
    position: fixed;
    left: 215px;

}

.text-center{
    text-align: center;
}
.well-center{
    min-height: 96px;
    position: relative;
}
.well-info-icon {
    position: absolute;
    bottom: 12px;
    right: 8px;
    z-index: 100;
}
.sidebar-group-ncs{
    margin-bottom: 30px;
    border-bottom: thin solid #000;
}
.dash_header{
    font-size: 1.5em;
}
.dash_header_report_link{
    text-align: right;
}

.dashboard-well{
    font-size: 4em;
    padding: 20px;
}
.dashboard-well-text{
    font-size: 1.1em;
    line-height: 1em;
}
.dashboard-well-line{
    margin-top: 7px;
    display: block;
}

.dashboard-well-text-num{
    font-size: 1.8em;
    line-height: 1.8em;
}

.dashboard-well-text-num2{
    font-size: 1.3em;
    line-height: 2.25em;
}

@media (max-width: 1155px) {
    .dashboard-well {
        font-size: 2em;
    }
    .dashboard-well-text{
        font-size: .8em;

    }
    .dashboard-well-text-num{
        font-size: 1.3em;
    }

    .dashboard-well-text-num2{
        font-size: 1.0em;
    }
}

.sidebar-header-ncs{
    white-space: nowrap;
    color: #000;
    font-size: 1.1em;


}
.sidebar-text-ncs{
    white-space: nowrap;
    font-size: 1.0em;
}

.sidebar li a {
    line-height: 30px;
    height: 30px;
    padding-top: 0;
}

.csg_filter{
    width: 200px;

}

.footer a {font-size:10px; color:#fff}

.footer	{
    height:120px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #465964;
    padding-left: 55px;
    padding-right: 55px;
    color:#fff;

}
.footerLeft{
    padding-top: 15px;
    position: relative;
    text-align: left;
    float: left;
}

.footerRight{
    padding-top: 33px;
    position: relative;
    text-align: right;
    font-size: 1.1em;
    float: right;
}

.socal{

    font-size: 2.0em;

}

.carousel-inner > .item > img {
    margin: 0 auto;
}
.carousel-inner img {
    margin: auto;
}
.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    margin-right: -15px
}
.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .fa-chevron-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .fa-chevron-right, .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

@media screen and (min-width:768px) {
    .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right,
    .carousel-control .icon-next, .carousel-control .icon-prev {
        width: 100px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .fa-chevron-left, .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .fa-chevron-right, .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

#right
{
    float: right;

}

@media (max-width: 850px) {
    .hidetop{

        display: none;


    }

}

.vcenter {


    vertical-align : middle;



}

.pointer
{
    cursor: pointer;
}

.header-padding{
    padding: 0 5px;
}
.notification-circle {
    display: inline-block;
    height: 34px;
    width: 40px;
    line-height: 34px;

    -moz-border-radius: 30px; /* or 50% */
    border-radius: 30px; /* or 50% */


    color: white;
    text-align: center;
    font-size: 1em;
}
.no-hover:hover{
    color: white;
    text-decoration: none;
}
.footer-inside-modal{
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.bottom-border{
    border-bottom: 2px solid black;
}
.top-border{
    border-top: 2px solid black;
}
.stylish-input-group .input-group-addon{
    background: white
}
.stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}
.padding{
	padding: 20px;
}
@media (max-width: 767px) {
	.table-responsive .dropdown-menu {
		position: relative;
	}
}
@media (min-width: 768px) {
	.table-responsive {
		overflow: visible;
	}
}

.no-margin{
	margin: 0;
}

.transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.transition-fast {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.th-sticky-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 90;
}

.tr-border-dashed td {
    border-bottom-style: dashed;
}

.tr-vertical-gradient {
    background: linear-gradient(to top, #f0f0f059, transparent);
}

tr.sortable-table-filter-row th {
    text-transform: none;
}

.disclaimer-box {
	display: flex;
	padding-left: 15px;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 10px;
}
.disclaimer-box > input[type="checkbox"] {
    margin: 0 20px;
    transform: scale(1.5);
}

input[type="checkbox"].no-focus:focus {
	outline: none;
	box-shadow: none; /* Chrome/Edge specific */
}