/*
Colors:

Blue: #4784ac
Blue D: #0c426a
Grey: #808285
Tan: #c2b59b
*/

.btn-sm.btn-warning.m-0 i {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    font-size: 2em;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}


.btn-playoff-game{
    display: none !important;
}

.loginform .text-primary, .inimsloginright .text-primary{
    color: #28a745 !important;
}

.entry-content .vc_column-inner{
    padding-top: 0px !important;
}
.entry-content{
    width: 100% !important;
    float: none !important;
}
#innerwing{
    width: auto !important;
}

@media screen and (max-width: 916px) {
    .panel-content .entry-header {
        height: 8em !important;
        background-position: center center !important;
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 480px) {
    .panel-content .entry-header {
        height: 4em !important;
        background-position: center center !important;
    }
}


@media screen and (min-width: 30em) {
    .panel-content .wrap {
        padding-bottom: 0;
        padding-top: 0;
    }

    .entry-header {
        top: 0px;
    }
}
@media screen and (min-width: 48em) {
    /* Layout */
    .page-one-column .panel-content .wrap {
        max-width: 1400px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (min-width: 30em) {
    .panel-content .entry-header {
        margin-bottom: 4.5em !important;
    }
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: 0.7em;
    width: 100%;
}

.background-image {
    background-color: #06205b;
    background-size: cover;
    background-position: center center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
}
.online-tickets-stripe{
    background-color: #078539 !important;
    color: #fff;
    width: 100%;
    position: absolute;
    padding: 0px;
    box-sizing: border-box;
    font-size: 2.0em;
    text-align: center;
    z-index: 80;
}

.login-logo-image {
    /*background: url("/images/Banner-01-1024x197.jpg") center/contain no-repeat;*/
    width: min(800px, 90%);
    height: 0;                                   /* let padding define height */
    padding-top: calc(80 / 1024 * 100%);        /* = 10% for this image */
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

body{
    background: #ccc !important;
}
.portal-outer{
    z-index: 50;
    position: relative;
    padding: 1.3em;
    /*border: 1px solid #aaa;*/
    width: 100%;
    margin: 3em 0;
    background: #06205b;
}
.left-wing{
    /*background: url('/images/PeytonKettles.jpg') top/contain no-repeat;*/
    width: 96%;
    height: 0;                                   /* let padding define height */
    padding-top: calc(3000 / 1024 * 100%);        /* = 10% for this image */
    display: block;
    margin: 0.5em auto;
    position: relative;
    z-index: 10;
}
.right-wing{
    /*background: url('/images/SawyerDingman.jpg') top/contain no-repeat;*/
    width: 96%;
    height: 0;                                   /* let padding define height */
    padding-top: calc(3000 / 1024 * 100%);        /* = 10% for this image */
    display: block;
    margin: 0.5em auto;
    position: relative;
    z-index: 10;
}
.portal{
    padding: 1em;
    background: #fff;
    margin: 2em auto;
    max-width: 1400px;
    border: 1px solid #aaa;

}


#inims_branding_box {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.inims_branding_box_divider {
    float: left;
    width: 1px;
    border-right: 1px solid #000;
    margin: 0px 10px;
    height: 36px;
}
#inet_logo {
    width: 17%;
    float: left;
}
#hockeysoft_logo {
    width: 30%;
    float: left;
}
.inims_branding_box_disclaimer {
    float: left;
    width: 45%;
    font-size: 0.6em;
    color: #777;
    line-height: 1.3em;
    text-align: justify;
}
.inims_branding_box_disclaimer a {
    color: orange;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.clear::after, .entry-content::after, .entry-footer::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after, .nav-links::after, .pagination::after, .comment-author::after, .widget-area::after, .widget::after, .comment-meta::after {
    clear: both;
}
.clear::before, .clear::after, .entry-content::before, .entry-content::after, .entry-footer::before, .entry-footer::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after, .nav-links::before, .nav-links::after, .pagination::before, .pagination::after, .comment-author::before, .comment-author::after, .widget-area::before, .widget-area::after, .widget::before, .widget::after, .comment-meta::before, .comment-meta::after {
    content: "";
    display: table;
    table-layout: fixed;
}

button, input[type="button"], input[type="submit"] {
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}


.inc table {
    width: 100%;
    font-size: 14px;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
}

.inc table tbody, .inc table tfoot, .inc table th, .inc table td {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.inc table thead {
    background-color: rgba(0, 0, 0, 0.3);
}

.inc table thead th {
    border-width: 0;
}

.inc table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
}

.inc table th, .inc table td {
    font-weight: normal;
    text-align: left;
    padding: 0.4375em;
    border-width: 0 1px 1px 0;
}

.inc table th {
    font-weight: 700;
}

.inc input[type="text"], .inc input[type="email"], .inc input[type="url"], .inc input[type="password"],
.inc input[type="search"], .inc input[type="tel"], .inc input[type="number"], .inc textarea {
    width: 80%;
}

.orderform input[type="text"], .orderform input[type="email"], .orderform input[type="url"], .orderform input[type="password"],
.orderform input[type="search"], .orderform input[type="tel"], .orderform input[type="number"], .orderform textarea , .orderform select{
    width: 80% !important;
}



/* Shares */
.inc-shares a.splash {
    width: 48%;
    min-width: 300px;
    box-shadow: none;
    float: right;
}

.inc-shares a.splash ~ table.summary {
    width: 50%;
}

.inc-shares table.summary, table.summary > tbody > tr > th, table.summary > tbody > tr > td,
.inc-shares table.summary > tbody > tr, .inc-shares table.summary > tbody > tr:nth-child(2n),
.inc-shares table.offers, table.offers > tbody > tr > th, table.offers > tbody > tr > td,
.inc-shares table.offers > tbody > tr, .inc-shares table.offers > tbody > tr:nth-child(2n),
.inc-shares table.place-trades, table.place-trades > tbody > tr > th, table.place-trades > tbody > tr > td,
.inc-shares table.place-trades > tbody > tr, .inc-shares table.place-trades > tbody > tr:nth-child(2n) {
    background-color: transparent;
    border: 0 none;
}

.inc-shares table.place-trades td {
    text-align: center;
}

.inc-shares .missed {
    border: 1px solid red;
}

.inc-shares input[type=checkbox] {
    margin: 2px;
    min-width: 10px !important;
}

.inc-shares a {
    font-size: 1.0em;
}

.inc-shares td.sharerulesindent {
    text-align: right;
}

/* iNIMS Online */
.inc-inims_online table.disp1lista, table.disp1lista > tbody > tr > th, table.disp1lista > tbody > tr > td,
.inc-inims_online table.disp1lista > tbody > tr, .inc-inims_online table.disp1lista > tbody > tr:nth-child(2n) {
    background-color: transparent;
    border: 0 none;
}

.inc-inims_online .loginform label {
    width: 400px;
    max-width: 100%;
    padding: 0 1em 0 0;
    margin: 0 0 1em;
    display: inline-block;
}

/* DTN Content */
.inc-dtn_cashbids #dtn-chart-label {
    color: inherit;
}

/* Common CSS used in all areas */
.redtext {
    color: red;
}

.greentext {
    color: green;
}

.orangetext {
    color: #bc8e00;
}

.greytext {
    color: #888;
}

.notepad {
    background-color: lightyellow !important;
    border: 1px solid #d6d6d6;
    margin: 5px;
    display: block;
    font-size: 0.8em;
}

.haspointer {
    cursor: pointer;
}

.hf_buttons {
    width: 100%;
    height: 40px;
    padding: 2px;
}

#dialog .hf_buttons {
    margin: 0px 0px 6px 0px;
    overflow: auto;
}

a.subtoolbarx {
    font-family: verdana, arial, sans-serif;
    font-size: 1.0em;
    color: #464646;
    text-decoration: none;
}

a.subtoolbarx:visited {
    font-family: verdana, arial, sans-serif;
    font-size: 1.0em;
    color: #464646;
    text-decoration: none;
}

a.subtoolbarx:hover {
    font-family: verdana, arial, sans-serif;
    font-size: 1.0em;
    color: #000000;
    text-decoration: none;
}

.wpb_wrapper {
    min-width: 300px !important;
}

/* MODALS */
.alertmodalright {
    font-size: 0.8em !important;
}

.ui-widget {
    font-size: 0.8em !important;
}

table.disp1list tbody tr td input, table.disp1list tbody tr td select, table.disp1list tbody tr td textarea {
    padding: 0.2em !important;
}

table.disp1list  {
    width: 100%;
}
table.disp1list tbody tr td select {
    height: 2em;
}

table.disp1list thead tr th {
    font-size: 1.0em;
}

table.disp1list tbody tr td {
    font-size: 1.0em;
}

td.datacellsright {
    vertical-align: middle;
    padding: 2pt;
    padding-top: 2pt;
    background-color: #eeeeee;
    text-align: right;
    width: 15%;
}

tr.datacells {
    vertical-align: top;
    margin: 0pt;
    padding: 0pt !important;
    background-color: #eeeeee;
}

tr.hiddenrow {
    display: none;
}

tr.datacells td {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

tr.datacells:hover td {
    background-color: #d6e8fc;
    border-top: 1px solid #86ade4 !important;
    border-bottom: 1px solid #86ade4 !important;
}

tr.datacells:hover {
    background-color: #d6e8fc !important;
}

tr.datacells:hover td.datacellsright {
    background-color: #d6e8fc !important;
}

td.datacells {
    position: relative;
    vertical-align: top;
    padding: 2pt;
    padding-top: 2pt;
    background-color: #eeeeee;
    border-left: hidden;
    border-right: hidden;
    min-width: 35%
}

table.disp1 {
    padding: 0pt;
    border: 1px solid #86ade4;

    margin: 5px;
    width: 98%;
    background-color: #ffffff;
}

table.disp1lista {
    padding: 0pt;
    border: 1px solid #86ade4;
    margin: 0px;
    width: 100%;
    background-color: #ffffff;
}

.ui-dialog input, .ui-dialog select, .ui-dialog textarea {
    width: auto !important;
}

.ui-dialog table tbody tr {
    border-bottom: none;
}

.hiddenformbox img {
    max-width: 400px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.hiddenformbox a {
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#inims_branding_box {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ccc;
    background-color: #fff;

}

#hockeysoft_logo {
    width: 30%;
    float: left;
}

#inet_logo {
    width: 17%;
    float: left;
}

.inims_branding_box_divider {
    float: left;
    width: 1px;
    border-right: 1px solid #000;
    margin: 0px 10px;
    height: 36px;
}

.inims_branding_box_disclaimer {
    float: left;
    width: 45%;
    font-size: 0.6em;
    color: #777;
    line-height: 1.3em;
    text-align: justify;
}

.inims_branding_box_disclaimer a {
    color: orange;
    text-decoration: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.inimsalignmiddleclass td {
    vertical-align: middle;
}

#upcominggames_hf {
    position: relative;
    display: block;
    min-height: 880px;
}

.entry-header {
    width: 100% !important;
    height: 10em !important;
}

#innerwing {
    /*width: 100% !important;*/
    /* The above breaks the left and right wing images*/
}

.online_login_messages {
    font-size: 1em;
    border: 1px solid #eee;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
}

.online_login_messages h3 {
    font-size: 1.2em;
    color: #078539;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.online_login_messages h3 span {
    font-size: 0.6em;
    color: #333;
}

.online_login_messages p {
    padding: 0px 10px;
    font-size: 1em;
}

#inimstopwingbanner {
    top: 160px !important;
}

.inimsloginleft {
    width: 50%;
    float: left;
}

.inimsloginright {
    width: 49%;
    float: left;
}
.inc-inims_online img.teamlogo{
    display: inline-block;
    margin: 0px auto;
    width: 100%;
    max-width: 50px;
    vertical-align: middle;
}

@media screen and (min-width: 2000px) {
    .login-logo-image {
        padding-top: calc(50 / 1024 * 100%);        /* = 10% for this image */
    }
}
@media screen and (max-width: 1400px) {
    .login-logo-image {
        padding-top: calc(130 / 1024 * 100%);        /* = 10% for this image */
    }
}
@media screen and (max-width: 1000px) {
    .login-logo-image {
        padding-top: calc(150 / 1024 * 100%);        /* = 10% for this image */
    }

    .entry-header {
        height: 8em !important;
        background-position: center left !important;
        width: 100% !important;
    }

    #innerwing {
        width: 100% !important;
        /* The above breaks the left and right wing images*/
    }
}

@media screen and (max-width: 916px) {
    .entry-header {
        height: 8em !important;
    }

    .login-logo-image {
        width: min(800px, 90%);
        padding-top: calc(200 / 1024 * 100%);        /* = 10% for this image */
    }

    #inimstopwingbanner {
        font-size: 1.1em !important;
        top: 130px !important;
    }
    button.smallbuy {
        font-size: 0.8em !important;
    }

    .smallbuylogos img{
        width: 40px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .smallbuylogos .visitlogo{
        right: 0px;
        width: 100px;
        text-align: right;
    }

}

@media screen and (max-width: 768px) {

    .inc-inims_online img.teamlogo{
        display: block;
    }

    .inc-inims_online #outerArena {
        -moz-transform: rotate(0deg) !important;  /* FF3.5/3.6 */
        -o-transform: rotate(0deg) !important;  /* Opera 10.5 */
        -webkit-transform: rotate(0deg) !important;  /* Saf3.1+ */
        transform: rotate(0deg) !important;  /* Newer browsers (incl IE9) */
        width: 100% !important;
        top: 0px !important;
    }
    .inc-inims_online .inimsclientshellloggedin {
        padding: 5px 5px 5px 5px !important;
        min-height: 1300px;
    }

    .onlinebottombutton{
        position: absolute;
        bottom: 0px;
        left: 10px;
    }
    .onlinebottombuttonback{
        position: absolute;
        bottom: 0px;
        right: 10px;
        left: auto;
    }

    .arenaLevel .arenaSectionSeats {
        width: 100% !important;
    }

    .arenaSectionSeats .hockeyseat {
        width: 19px !important;
        font-size: 0.8em !important;
    }

    .inimsloginleft {
        width: 100%;
        float: none;
    }

    .inimsloginright {
        width: 100%;
        float: none;
    }

    .entry-header {
        top: -50px;
        position: relative;
        height: 6em !important;
    }

    #inimstopwingbanner {
        font-size: 1.4em !important;
        top: 140px !important;
    }

    #inims_branding_box #hockeysoft_logo {
        width: 40% !important;
        margin: 1em 5% 0.5em;
    }

    #inims_branding_box #inet_logo {
        width: 40% !important;
        margin: 0.5em  5%;
    }
    #inims_branding_box .inims_branding_box_divider:first-of-type {
        display: none;

    }
    #inims_branding_box .inims_branding_box_divider {
        width: 100% !important;
        border-right: none !important;
        border-top: 1px solid #000 !important;
        height: 10px !important;
        margin: 10px 0px;
    }

    #inims_branding_box .inims_branding_box_disclaimer {
        width: 100% !important;
    }

    #inims_hockey_home_block_left, #inims_hockey_home_block_right {
        width: 90% !important;
        float: none !important;
        margin: 10px 5% !important;
        box-sizing: border-box !important;
    }

    .inc-inims_online button {
        line-height: 1em !important;
    }

    .inc-inims_online #gamebox {
        position: relative !important;
        top: 0px !important;
        margin: 3% !important;
        width: 96% !important;

    }

    .inc-inims_online #selectedseatdata {
        height: auto !important;
        top: 0px !important;
        width: 96% !important;
    }

    button.smallbuy {
        font-size: 1.5em !important;
        width: 40% !important;
    }
}

@media screen and (max-width: 600px) {


    input[type='checkbox'] {
        width: 30px;
        height: 30px;
        background: white;
        border-radius: 5px;
        border: 2px solid #555;
    }

    input[type='checkbox']:checked {
        background: #abd;
    }

    button.fullbutton {
        width: 100% !important;
    }

    .inc-inims_online #outerArena {
        -moz-transform: rotate(0deg) !important;  /* FF3.5/3.6 */
        -o-transform: rotate(0deg) !important;  /* Opera 10.5 */
        -webkit-transform: rotate(0deg) !important;  /* Saf3.1+ */
        transform: rotate(0deg) !important;  /* Newer browsers (incl IE9) */
        width: 100% !important;
        top: 0px !important;
    }

    .arenaLevel .arenaSectionSeats {
        width: 100% !important;
    }

    .arenaSectionSeats .hockeyseat {
        width: 17px !important;
        font-size: 0.8em !important;
    }

    .entry-header {
        top: -50px;
        position: relative;
        height: 4em !important;
    }

    #inimstopwingbanner {
        font-size: 1.2em !important;
        top: 110px !important;
    }

    .inc-staff table {
        font-size: 2vw;
    }

    .inc-shares a.splash {
        width: auto;
        display: block;
        float: none;
    }

    .inc-shares a.splash img {
        margin: 0 auto 0.5em;
        float: none;
    }

    .inc-shares a.splash ~ table.summary {
        width: 100%;
    }

    .inc-shares table.place-trades td {
        display: block;
    }

    .inc-shares table.offers > tbody > tr > td {
        padding: 0;
    }

    .inc-shares table.offer-sell, .inc-shares table.offer-buy, .inc-shares form[name="shareform"] table {
        font-size: 3vw;
    }

    .inc-shares table.offer-sell *, .inc-shares table.offer-buy *, .inc-shares form[name="shareform"] table * {
        width: auto;
        font-size: inherit;
    }

    .inc-shares form[name="shareform"] table select {
        max-width: 200px;
    }

    .inc-shares input.sharebutton {
        font-size: 12px;
    }

    .inc-dtn_cashbids #dtn-chart {
        width: auto;
        display: block;
        float: none;
    }

    .inc-dtn_cashbids table.dtn-quote {
        font-size: 2vw;
    }

    .inc-inims_online .inimsclientshellloggedin {
        padding: 5px 5px 5px 5px !important;
        border: 0 none;
        background-color: #fff;
        min-height: 1300px;
    }

    .inc-inims_online #inimsonlinemenu {
        font-size: 12px;
    }

    .inc-inims_online .disp1lista, .inc-inims_online .disp1listb {
        font-size: 3vw;
    }

    .inc-inims_online .sectionwrapperleft, .inc-inims_online .sectionwrapperright {
        width: auto;
        font-size: 3vw;
        display: block;
        float: none;
    }

    .inc-inims_online .inimsdetailbox {
        width: auto;
        display: block;
        float: none;
    }

    .inc-inims_online .loginform label {
        width: 100% !important;
    }

    .inc input {
        width: 100% !important;
    }

    .inc input[type="submit"] {
        margin: 20px 5% !important;
        width: 90% !important;

    }

    .inc-inims_online table.upcomingevents * {
        font-size: 0.9em !important;
        line-height: 1.2em !important;
    }

    .inc-inims_online table.existingticketitems *{
        font-size: 14px !important;
    }


    .hidecolumnnarrow {
        display: none;
    }

    .inc-inims_online table.upcomingevents span, .inc-inims_online table.upcomingevents button {
        width: 100%;
        margin: 5px 2px;
        display: block;
        text-align: center;
        font-size: 1.4em !important;
    }





}

@media screen and (max-width: 490px) {
    .wrap{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (max-width: 480px) {

    #inimsonlinemenu{
        margin-top: 30px !important;
    }
    .inc-inims_online table.existingticketitems *{
        font-size: 12px !important;
    }
    .arenaLevel .arenaSectionSeats {
        width: 100% !important;
    }

    .arenaSectionSeats .hockeyseat {
        width: 17px !important;
        font-size: 0.8em !important;
    }

    .entry-header {
        top: -20px;
        height: 4.3em !important;
        background-position: center left !important;
        width: 100% !important;

    }

    #inimstopwingbanner {
        font-size: 0.7em !important;
        top: 80px !important;
    }

    .hockeysides {
        padding-left: 0px !important;
    }



    #outerArena {
        padding: 0px !important;
    }

    .arenaLevel {
        width: 100% !important;
    }
}

@media screen and (max-width: 450px) {
    .inc-inims_online table.existingticketitems *{
        font-size: 10px !important;
    }
    .ui-dialog {
        width: 340px !important;
    }

    .arenaSectionSeats .hockeyseat {
        width: 15px !important;
        font-size: 0.8em !important;
    }

    button.onlinebottombutton{
        padding: 1em 1em !important;
    }



}



@media (max-width: 530px) {
    .portal-outer{
        padding: 0px;
        width: 98%;
    }
}