﻿/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
/* CAMPUS TEXT ALERTS */
#sc-smartboard-container, .SmartBoard_Table {
                width: 99%;
                margin: 10px auto 0px auto;
                padding-bottom: 0px;
}
div#sc-smartboard-container sc-smartboard-item, table.SmartBoard_Table SmartBoard_Row{
                border: none;
}
.sc-smartboard-subject, .SmartBoard_Subject{
                padding-top: 10px;
                padding-left: 100px;
                line-height: 1.6em;
                vertical-align: middle;
                font-size: 1.4em;
                font-weight: bold;
}
.sc-smartboard-datetime, .SmartBoard_DateTime {
                padding: 5px;
                text-align: right;
                text-indent: -5000px;
                font-size: 0.8em;
}
.sc-smartboard-message, .SmartBoard_Message {
                padding-left: 100px;
                line-height: 1.2em;
                vertical-align: middle;
                font-size: 1em;
                padding-bottom: 35px;
}
/* Text Alert Red */
#textAlertRed #sc-smartboard-container, #textAlertRed table.SmartBoard_Table {
                background: #cd2c30 url(https://www.otc.edu/GEN/alerts_security.png) 0px 0px no-repeat;
    color: #fff;
                border: 1px solid #831111;
}
#textAlertRed div#sc-smartboard-container a, #textAlertRed table.SmartBoard_Table a { color: #ffcc33; }
#textAlertRed div#sc-smartboard-container a:hover, #textAlertRed table.SmartBoard_Table a:hover { background-color: #de4d42; }
#textAlertRed #sc-smartboard-container .sc-smartboard-datetime, #textAlertRed table.SmartBoard_Table .SmartBoard_DateTime { color: #cd2c30; }
/* Text Alert Orange */
#textAlertOrange #sc-smartboard-container, #textAlertOrange table.SmartBoard_Table {
                background: #ffc url(https://www.otc.edu/GEN/alerts_weather.png) 0px 0px no-repeat;
    color: #cc6600;
                border: 1px solid #cc6600;
}
#textAlertOrange div#sc-smartboard-container a, #textAlertOrange table.SmartBoard_Table a { color: #244675; }
#textAlertOrange div#sc-smartboard-container a:hover, #textAlertOrange table.SmartBoard_Table a:hover { background-color: #f8be80; }
#textAlertOrange #sc-smartboard-container .sc-smartboard-datetime, #textAlertOrange table.SmartBoard_Table .SmartBoard_DateTime { color: #ffc; }
/* Text Alert Blue */
#textAlertBlue #sc-smartboard-container, #textAlertBlue table.SmartBoard_Table {
                background: #6699ff url(https://www.otc.edu/GEN/alerts_blue.png) 0px 0px no-repeat;
    color: #fff;
                border: 1px solid #244675;
}
#textAlertBlue div#sc-smartboard-container a, #textAlertBlue table.SmartBoard_Table a { color: #244675; }
#textAlertBlue div#sc-smartboard-container a:hover, #textAlertBlue table.SmartBoard_Table a:hover { background-color: #98baff; }
#textAlertBlue #sc-smartboard-container .sc-smartboard-datetime, #textAlertBlue table.SmartBoard_Table .SmartBoard_DateTime { color: #6699ff; }
/* Text Alert yellow */
#textAlertYellow #sc-smartboard-container, #textAlertYellow table.SmartBoard_Table {
                background: #FFFF66 url(https://www.otc.edu/GEN/alerts_yellow.png) 0px 0px no-repeat;
    color: #333333;
                border: 1px solid #999;
}
#textAlertYellow div#sc-smartboard-container a, #textAlertYellow table.SmartBoard_Table a { color: #6A6A00; }
#textAlertYellow div#sc-smartboard-container a:hover, #textAlertYellow table.SmartBoard_Table a:hover { background-color: #FFFF99; }
#textAlertYellow #sc-smartboard-container .sc-smartboard-datetime, #textAlertYellow table.SmartBoard_Table .SmartBoard_DateTime { color: #FFFF99; }

/* theme button default */
input[type="submit"],
.theme-button,
button { background: #0066FF; color: #fff; padding: .8em 1em; margin: 0; display: inline-block; font-size: 0.923em; font-weight: normal; color: #fff; outline: none; cursor: pointer; outline: none; border: none; font-family: inherit; -webkit-appearance: none; line-height: 1; transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-font-smoothing: inherit; }
p.theme-button a { color: #fff; text-decoration: none; }

/* theme button default */
input[type="submit"],
.theme-button,
button { background: #0066FF; color: #fff; padding: .8em 1em; margin: 0; display: inline-block; font-size: 0.923em; font-weight: normal; color: #fff; outline: none; cursor: pointer; outline: none; border: none; font-family: inherit; -webkit-appearance: none; line-height: 1; transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; -webkit-transition: all 0.15s ease-in-out; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -webkit-font-smoothing: inherit; }
p.theme-button a { color: #fff; text-decoration: none; }

.custom-menu li
{
	margin: 0 !important;
	padding: 0 !important;
}

#wpadminbar
{
    display:initial !important;
}