﻿.NumberFormat {
    /* float: left; */
    /* margin-left: -20px; */
    margin-top: 3px !important;
}

.radio label, .checkbox label {
    min-height: 34px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

  .ui-menu .ui-menu-item a {
        color: #000000;
    }

    ul.ui-autocomplete {
        background-color: #ffffff;
        width: 400px;
    }

    table.tblSummary td {
        width: 350px;
        color: black;
    }

    table.complexity td {
        width: 450px;
    }

    .modal-content {
        width: 800px;
    }

    ol.justListICD10 li {
        width: 300px;
    }
/*--- Info Blocks--- */
.IB-Indv,.IB-IndvFull, .IB-Tripple{
    background:#FFF;
    border:1px #CCC solid;
    /*min-height:200px;*/
}
.IB-FourCRow:after,
.IB-Indv:after,
.IB-Tripple:after,
.IB-Tripple .Inner:after,
.IB-Indv .Inner:after{
    clear:both;
    content:"";
    display:block;
}
.IB-Indv{
    width:31.5%;
    margin:0 10px 10px 0;
    float:left;
}
.IB-FourCRow div{
    width:24%;
    margin:0 1% 10px 0;
    float:left;
    min-height:300px;
    position:relative;
    float:left;
}
.IB-FourCRow div:first-child{
    width:24.5%;
}
.IB-FourCRow div:last-child{
    margin:0 0 10px 0;
    width:24.5%;
}
.IB-FourCRow a{
    background:#FFF;
    border-top:3px #5f7f1f solid;
    color:#5f7f1f;
    display:block;
    font-family:'AvantGardeMdBTMedium', 'Century Gothic', Arial;
    font-size:16px;
    height:30%;
    position:absolute;
    bottom:0;
    width:100%;
    padding:20px;
}
.IB-FourCRow a:hover{
    background:rgba(155,187,89,1);
    /*border-top:3px #9bbb59 solid;*/
    color:#FFF;
    text-decoration:none;
}

.IBF-Profile{
    background:#FFF url('/Content/Images/IBF-Profile.jpg') no-repeat left top;
    background-size:100% 75%;
    border:1px #CCC solid;
}
.IBF-Tools{
    background:#FFF url('/Content/Images/IBF-Tools.jpg') no-repeat left top;
    border:1px #CCC solid;
}
.IBF-Resources{
    background:#FFF url('/Content/Images/IBF-Resources.jpg') no-repeat left top;
    border:1px #CCC solid;
}
.IBF-Events{
    /*background:#FFF url('/Content/Images/IBF-Events.jpg') no-repeat left top;*/
    /*background:#FFF url('/Content/Images/ExcellenceInStroke2.png') no-repeat left top;*/
     background-size:50% 50%;
    /*background-size:100% 75%;*/
    border:1px #CCC solid;
}

.btn-Green{
    background:#86a644;
    border-color:#7f9f3d;
    color:#FFF;
}
.btn-Green:hover{
    background:#70902e;
    border-color:#7f9f3d;
    color:#FFF !important;
}

.tab-btn-blue {
    background: #1c5690;
    color:#fff;
}
    .tab-btn-blue:hover {
        background: #00417e;
        color: #fff;
    }

.IB-Tripple{
    width:100%;
    margin:0 0 10px 0;
}
.IB-Tripple .Inner,
.IB-Indv .Inner{
    padding:10px;
}
.IB-Indv h3,.IB-IndvFull h3{
    /*background:#FFF url('/Content/Images/IB-IndvH3BgTiler.gif') repeat-x left bottom;*/
    border-bottom:1px #c9c9c9 solid;
    color:#c00000;
    margin:0;
    padding:15px 10px;
    font-size:18px;
    font-weight:bold;
    font-family:'AvantGardeMdBTMedium', 'Century Gothic', Arial;
}

.IB-IndvFull{
    width:100%;
    margin:0 10px 10px 0;
    float:left;
}


/*--- Sub Horizontal Menu ---*/
.SubHorMenu{
    background:#f0f0f0;
    border:1px #CCC solid;
    margin-bottom:10px;
}
.SubHorMenu ul{
    margin:0;
    padding:0;
    min-height:45px;
}
.SubHorMenu ul li{
    list-style:none;
    float:left;
    min-height:45px;
    border-right:1px #CCC solid;
}
.SubHorMenu ul li:hover{
    background:rgba(100,100,100,0.1);
}
.SubHorMenu ul li a{
    color:#828282;
    padding:0 25px;
    height:45px;
    line-height:45px;
    display:block;
}
.SubHorMenu ul li a:hover{
    text-decoration:none;
}
.SubHorMenu-Act{
    background:#FFF;
    border-bottom:5px #5f7f1f solid;
    color:#333 !important;
}
.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
    /*font: normal 12px/150% Arial, Helvetica, sans-serif;*/
    background: #fff;
    overflow: hidden;
    /*border: 1px solid #8C8C8C;*/
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;        
}

    .datagrid table td, .datagrid table th {
        padding: 8px 10px;
    }

    .datagrid table thead th {
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #A3A3A3;
        border-bottom: 1px solid #A3A3A3;
        color:#333;
    }

        .datagrid table thead th:first-child {
        border-left: 0;
        border-bottom: 1px solid #A3A3A3;
        }

    .datagrid table tbody td {
        border-left: 1px solid #DBDBDB;
        font-weight: normal;
    }

    .datagrid table tbody tr:nth-child(odd) {
        background: #EFEFEF;
    }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .datagrid table tfoot td div {
        border-top: 1px solid #8C8C8C;
        background: #EBEBEB;
        padding: 2px;
    }

    .datagrid table tfoot td {
        padding: 0;
        font-size: 12px;
    }


        .datagrid table tfoot td ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }

    .datagrid table tfoot li {
        display: inline;
    }

        .datagrid table tfoot li a {
            text-decoration: none;
            display: inline-block;
            padding: 2px 8px;
            margin: 1px;
            color: #F5F5F5;
            border: 1px solid #8C8C8C;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8C8C8C), color-stop(1, #7D7D7D) );
            background: -moz-linear-gradient( center top, #8C8C8C 5%, #7D7D7D 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C8C8C', endColorstr='#7D7D7D');
            background-color: #8C8C8C;
        }

    .datagrid table tfoot ul.active, .datagrid table tfoot ul a:hover {
        text-decoration: none;
        border-color: #7D7D7D;
        color: #F5F5F5;
        background: none;
        background-color: #8C8C8C;
    }

div.dhtmlx_window_active, div.dhx_modal_cover_dv {
    position: fixed !important;
}


@media(min-width:768px){
    .col-xs-9 {
        float:unset; 
    }
}