﻿
/* Main ITsavvy.com Stylesheet. Everything in here should be in the main ITsavvy
   stylesheet located at https://www.itsavvy.com/wp-content/themes/murtaugh-HTML5-Reset-Wordpress-Theme-8aa6329/_/css/main.css
   This css class  just the overrides to main stylesheet classes that need to be overridden specific for the ordering portal
-------------------------------------------------------------------------------*/

/*I don't think I like this at all...'*/
/*input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}*/

body, select, input, textarea, pre {
    color: #737373;
    font: normal 11px/16px Arial, Helvetica, sans-serif;
}

.searchfield {
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #737373;
}

    a:hover {
        text-decoration: underline;
    }


    a:active {
        text-decoration: none;
        color: #D92231;
    }

#nav {
    width: 960px;
    height: 55px;
    margin: 0px 30px;
    background-color: #f1f1f1;
    float: left;
    clear: both;
}


#homecontent {
    /*width: 960px;*/
    /*margin: 0px 30px 0px 30px;*/
    /*float: left;*/
    clear: both;
}

@media (min-width: 768px) {
    #homecontent {
        min-height: 735px;
    }
}

@media (min-width: 970px) and (max-width:1920px)
{
    #homecontent {
        min-height: 839px;
    }
}

@media (min-width: 1921px) {
    #homecontent {
        min-height: 400px;
    }
}


#content {
    /*width: 1100px;*/ /* 960 -12 -12 */
    /*margin: 12px 0px;*/
    padding-bottom: 12px;
    /*float: left;*/
    clear: both;
    /*margin-left: auto;
    margin-right: auto;*/
    width: 96%;
    margin-left: auto;
    margin-right: auto;
}

#content-full {
    margin: 12px 0px;
    padding-bottom: 12px;
    /*float: left;*/
    clear: both;
}

#footerbase p, #footerbase-center p, #footerbase-bottom p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 10px !important;
    padding: 5px 0px 10px 0px;
    color: #000000;
    text-align: center;
}

#open-account-wrap p {
    font-size: 1em;
}

#myacc-forgot-pw {
    padding-top: 45px;
}

.form-label p, .form-text p, .form-label label {
    font-size: 1em !important;
    text-align: left !important;
    float: left !important;
}

.form-label a, .form-text a {
    text-decoration: none;
    font-size: 1em !important;
    color: #fff !important;
}

.form-text2 p {
    font-size: 1em !important;
    padding: 5px 0px !important;
    text-align: left !important;
    float: left !important;
}

/*
    Important, this is needed so that jquery tabs work. The main stylesheet overrides this, so we need to set it back. 
*/
.ui-widget-content {
    border: 1px solid #aaaaaa !important;
    background: #ffffff url(/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x !important;
    color: #222222 !important;
}

.ui-tabs .ui-tabs-panel {
    border-width: 0 !important;
    padding: 1em 1.4em !important;
    background: none !important;
}

.ui-widget-header {
    border: 1px solid #aaaaaa !important;
    background: #cccccc url(/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
    color: #222222 !important;
    font-weight: bold !important;
}
