﻿/*a { color:#000;}
a:hover {color: #0026ff;}*/
.margin5 {margin:0px 5px;}
.pad10tb {padding:10px 0px;}
.mar10tb {margin:10px 0px;}
/*table.table tr > th {background:#0094ff;}
fieldset {background:#EFEFEF; border:1px solid #CCC;}*/
.delete {padding: 0px 0px 10px 0px; font-weight:bold;}

.table-products table ul.actions  li a {
    text-decoration:none;
}

i.action-icons {
width: 14px;
height: 13px;
display: inline-block;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
padding:0 2px 0 4px;
}

.noPaddingSection {
    border-top: 1px solid #EDEFF1;
    box-shadow: 0 3px 4px -1px #FAFAFA inset;
    margin-top: 10px;
    padding-top: 10px;
}

th.righttext div.grid-header-title{
    text-align:right;
    margin-right:25%;
}

th.sortable > div.grid-header-title a{
    background: url("/Resources/Images/datatables/sort_both.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right:21px;
}
th.sortable > div.sorted-asc  a{
    background: url("/Resources/Images/datatables/sort_asc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right:21px;
}
th.sortable > div.sorted-desc  a{
    background: url("/Resources/Images/datatables/sort_desc.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    padding-right:21px;
}

div.CountyContainer{
    padding-top:5px;
}

div.CountyContainerData{
    padding:0px 21px;
}

a.CountyInfoExpandCollapse {
    padding-left:10px;
}

.form-wrapper .with-sidebar {
border-right: 1px solid #edeef1;
box-shadow: 4px 0px 3px -1px rgba(226, 226, 226, 0.1);
}

.navbar-inverse {
    background: linear-gradient(to bottom, #2F3573 0%, #2A3073 100%) repeat scroll 0 0 #2A3073;
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2F3573', endColorstr='#2A3073',GradientType=0 );
}

.navbar-inverse .nav-slant {
    position:relative;
}

.navbar-inverse .nav-slant > li > a {
    background-color:#84c446;
    color:#fff;
}

.navbar-inverse .nav-slant > li > a::after {
    border-right:46px solid transparent;
    border-top:46px solid #84c446;
    content: "";
    position:absolute;
    right: -46px;
    top:0;
    transition:border-color 0.1s linear 0s;
}

.navbar-inverse .nav-slant > li > a:hover {
    background-color:#006940;
}

.navbar-inverse .nav-slant > li > a:hover::after {
    border-right:46px solid transparent;
    border-top:46px solid #006940;
}

.navbar-inverse .nav-slant > li > a:focus {
    background-color:#eeeeee;
    color:#000;
}

.navbar-inverse .nav-slant > li > a:focus::after {
    border-right:46px solid transparent;
    border-top:46px solid #eeeeee;
}

.inlineblock{
    display:inline-block;
}

input[type="checkbox"].form-control {
    width:auto;
}

.smallbox_breakall{
    -ms-word-break: break-all;
     word-break: break-all;
     word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
     hyphens: auto;
}
.taskhidden
{
    position:absolute;
    left:-9999px;
}
.webinar-date{
    border-right: 3px solid gray;
    text-align: center;
    height: 100%;
    padding-right: 5px;
}
.webinar-day{
    font-size: 26px;
}
#self-pay {
    display: none;
}