h1 {
  color: #369;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 250%;
}

.marginLeft25 
{
    margin-left:25px;
}


.packets .row,
.classes .row 
{
    font-size:1.4em;
    padding:5px;
}

.row.content-row {
    border: 1px solid transparent;
    
}


.row.content-row:hover {
    border: 1px dotted rgba(255,170,15,0.81);
    background-color: #f5f5dc !important;
}


.packets .row:nth-child(even),
.classes .row:nth-child(even) 
{
    background-color: #e6e8ea;
}


.user-packet-status-button 
{
    text-align: right;
}


.user-packets-error-message
{
    font-size: 1.7em;
    text-align:center;
}

.new-packet-row
{
    padding-bottom:10px;
}

/**/
/** Stylish Radio button **/
.stylish-radio div {
    clear: both;
    overflow: hidden;
}

.stylish-radio label {
    /*width: 100%;*/
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background-color: #fff;
    padding-right: 10px;
}

.stylish-radio input[type="radio"]:empty,
.stylish-radio input[type="checkbox"]:empty {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    .stylish-radio input[type="radio"]:empty ~ label,
    .stylish-radio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2em;
        padding-left: 50px;
        /*margin-top: 2em;*/
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .stylish-radio input[type="radio"]:empty ~ label:before,
        .stylish-radio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #ededed;
            border-radius: 3px 0 0 3px;
        }

    .stylish-radio input[type="radio"]:hover:not(:checked) ~ label,
    .stylish-radio input[type="checkbox"]:hover:not(:checked) ~ label {
        color: #888;
    }

        .stylish-radio input[type="radio"]:hover:not(:checked) ~ label:before,
        .stylish-radio input[type="checkbox"]:hover:not(:checked) ~ label:before,
        .stylish-radio input[type="radio"]:checked ~ label:before,
        .stylish-radio input[type="checkbox"]:checked ~ label:before {

            background-repeat: no-repeat;
            background-position:center center;
        }

        .stylish-radio input[type="radio"]:hover:not(:checked) ~ label:before,
        .stylish-radio input[type="checkbox"]:hover:not(:checked) ~ label:before {
            background-image: url(/ezcourtforms2/Images/chkbkg_hover.png);
        }

.stylish-radio input[type="radio"]:checked ~ label,
.stylish-radio input[type="checkbox"]:checked ~ label {
    color: #777;
    font-weight:bold;
}

    .stylish-radio input[type="radio"]:checked ~ label:before,
    .stylish-radio input[type="checkbox"]:checked ~ label:before {
        background-image: url(/ezcourtforms2/Images/chkbkg.png);
    }

.stylish-radio input[type="radio"]:focus ~ label:before,
.stylish-radio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.stylish-radio-default input[type="radio"]:checked ~ label:before,
.stylish-radio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.stylish-radio-primary input[type="radio"]:checked ~ label:before,
.stylish-radio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.stylish-radio-success input[type="radio"]:checked ~ label:before,
.stylish-radio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.stylish-radio-danger input[type="radio"]:checked ~ label:before,
.stylish-radio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.stylish-radio-warning input[type="radio"]:checked ~ label:before,
.stylish-radio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.stylish-radio-info input[type="radio"]:checked ~ label:before,
.stylish-radio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}

/** End Stylish Radio button **/






@media (max-width: 768px) {
    .btn, .btn-group {
        width: 100%;
    }

    .stylish-radio label {
        display:inline-block;
        width:95%;
    }

    h1 {
        font-size: 1.8em;
    }

    .stylish-radio input[type="radio"]:empty ~ label, .stylish-radio input[type="checkbox"]:empty ~ label {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .stylish-radio input[type="radio"]:checked ~ label:before, .stylish-radio input[type="checkbox"]:checked ~ label:before 
    {
        padding-top:10px;
    }

    body {
        padding-top: 0px !important;
    }

    .container
    {
        padding:0px !important;
        margin:0px !important;
    }

    .user-packet-status-button
    {
        text-align: center;
        margin:5px;
        margin-top:10px;
    }

    .user-packet-close-button {
        width: auto;
        position: absolute;
        right: 5px;
        top:  5px;
        z-index: 1000;
    }

    .actions-col 
    {
        position: initial;
    }

    .date-col 
    {
        margin-bottom: 10px;
        padding-top: 5px;
    }

    .content-row
    {
        position:relative !important;
        margin-top:10px;
    }

    .packets .row,
    .classes .row {
        background-color: #e6e8ea;
        /*margin:10px;*/
        border-radius:8px;
    }

    .user-packet-reschedule-button
    {
        float:left;
    }

    .user-packet-cancel-button 
    {
        float: right;
    }

    .user-packet-reschedule-button, .user-packet-cancel-button {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 45%;
    }

    .new-packet-row
    {
        padding:10px;
    }


}