body {
	background-color: #FFF;
	color: #000;
}

h1,h2,h3 {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 { background-color:#F5F5F5; border-bottom:1px solid #CCC; color:#555; font-size:30px; margin:0 0 20px 0; padding:10px 20px;
    text-shadow:1px 1px 2px #AAA; text-transform:capitalize; }


#header {
	height: 100px;
	text-align: center;
}

#footer {
	height: 50px;
	text-align: center;
}

.menuLevelOne {
	background-color: #CCC;
}
.menuLevelTwo {
	background-color: #BBB;
        display:none;
}
.menuLevelTwo.active {
    display:block;
}
.menuLevelThree {
	background-color: #AAA;
}

.hideByDefault {
	display: none;
}
.ui-button-text {
    padding: 0.4em 0.5em !important;
}
.ui-buttonset .ui-button {
    margin-left: 0px;
    margin-right: -0.3em;
    padding: 5px;
}
span.ui-button input {
    position: relative;
    left: 0px;
    top: 1px;
}

#ajax-loading {
    position: fixed;
    top:0;
    left:0;
    padding:6px 10px;
    background-color:#E00;
    color: white;
    font-weight:bold;
    display: none;
}
#ajax-loading img { margin-left:10px; }
#error { color:#E00; font-size:12px; }

.element-checked { background:#C6D880 !important; }
.element-checked-red { background:#F88 !important; }
.element-indeterminate { background: #A4A4A4 !important; }

.smp-ui-state-default .ui-icon {
    background-image: url(../js/jquery-ui-1.10.2/css/smoothness/images/ui-icons_888888_256x240.png) !important;
}

h2.match { background-color:#EEE; border-bottom:1px solid #CCC; color:#333; font-size:20px; font-weight:bold;
    margin:0 0 10px 0; padding:5px 10px; text-shadow:1px 1px 1px #CCC; }

div.tv-coverage { margin:3px 0; }
.tv-coverage { font-weight:normal; color:#777; font-size:12px; }
.tv-coverage span { font-style:italic; }
.tv-warning { color:#A00; }

input[type='text'],
input[type='password'] { border: 1px solid #CCC; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    padding: 0.2rem 0.4rem; max-width:150px; }
select { border: 1px solid #CCC; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.1);
    padding: 0.2rem 0.4rem; max-width:165px; }

.tab-transparent, .tab-high { background-color:transparent; }
.tab-incomplete, .tab-mid { background-color:#FA0; }
.tab-missing, .tab-low { background-color:#F66; }


/* New menu experiment */
#menu-wrapper { padding:10px; }

/* Ext reset sets this to "border-box" in scheduler interfaces */
#menu-wrapper * { box-sizing: content-box!important;-moz-box-sizing:content-box!important;}

#menu1 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-family: tahoma sans-serif;
	font-size: 0.8em;
}

#menu1 div {
    height:29px;
	border-bottom: 1px solid black;
}
#menu1 a {display:inline-block;float:left;}

#menu1 a:link,#menu1 a:visited{
	height: 25px;
	line-height: 25px;
	font-weight:bold;
	color: #000;
	text-align:center;
	padding:2px 10px;
	text-decoration:none;
	text-transform:uppercase;
	border-right: 1px solid black;
}

#menu1 a:hover,#menu1 a:active {
	background-color:#EEE;
}

#menu1 a.maybe {
    background-color: #cdfcc3;
}

#menu1 a.active {
    background-color:#EEE;
}

#menu1 .logout {
    float:right;
    border-right:none;
    border-left:1px solid black;
    background-color:orange!important;
}

#menu1 .logout:hover {
    background-color:red!important;
    color:white;
}

.smp-checkbox .ui-button-text {
    padding-right: 0px !important;
    margin-right: 0px !important;
    padding-left: 1px !important;
    margin-left: 1px !important;
}

body.domain-development {
    background-image: url(/static/images/dev.png);background-attachment:fixed;
}




.ui-tabs .ui-tabs-panel {
	padding: 1em !important;
}

.ui-jqgrid .ui-paging-info {
     margin-right: 20px !important;
 
}

.ui-helper-hidden-accessible{
    display: none !important;
}
/*Without override the css the buttons will look bigger*/
.smp-labeled-input .ui-button {
    display: inline !important;
    margin-right: 0em !important;
}
.smp-labeled-input .ui-button .ui-button-text {
    display: inline !important;
    line-height: normal !important;
}
.smp-labeled-input .ui-button-text-only .ui-button-text {
    padding: 0px !important;
}
.smp-labeled-input .ui-button-icon-only .ui-button-text,
.smp-labeled-input .ui-button-icons-only .ui-button-text {
    padding: 0px !important;
    text-indent: 0px !important;
}
.smp-labeled-input .ui-button-text-icon-primary .ui-button-text,
.smp-labeled-input .ui-button-text-icons .ui-button-text {
    padding: 0px !important;
}
.smp-labeled-input .ui-button-text-icon-secondary .ui-button-text,
.smp-labeled-input .ui-button-text-icons .ui-button-text {
    padding: 0px !important;
}
.smp-labeled-input .ui-button-text-icons .ui-button-text {
	padding-left: 0px !important;
	padding-right: 0px !important;
} 

.smp-labeled-input input.ui-button {
	padding: 0px !important;
} 



/**
 * MENU AND HEADER STUFF
 */
header div.sub-header {
    position:absolute;
    top: 61px;
    right: 2px;
}

div#smp-header-roles {
    color:#BBB;
    font-size: 12px;
    display:none;
    width:300px;
    position:absolute;
    top: 20px;
    right: 0;
    background-color: #333;
    z-index:10000;
    text-align:left;
    padding:5px;
    border: 1px solid #444;
    border-radius: 2px;
}
#roleCount:hover {
    cursor: pointer;
}

header div.sub-header>div {
    display:inline-block;
    margin-right:4px;
}

header div.smp-header-identity-block {
    float: right;
    position: absolute;
    top: 5px;
    right: 55px;
    margin-left:300px;
    min-width: 90px;
}

header span.smp-header-identity-text {
    color:#BBB;
    font-size: 12px;
    text-align:right;
}
header span.smp-header-identity-text:hover {
    cursor: pointer;
}

header div.smp-header-content {
    margin-top: 4px;
    margin-right: 4px;
}

nav ul, ul.same-style-as-sub-menu {
    list-style: none;
    padding:0;
    margin:0;
}
#wrap {
    margin: 0 auto;
}

.inner {
    margin: 0 auto;
    max-width: 1840px;
    padding: 0;/*0 10px;*/
}

.relative {
    position: relative;
}

/* HEADER */
#wrap > header {
    background-color: #333;
    padding-bottom: 0;
}
#wrap > header a {
    color: #bbb;
    text-decoration:none;
}

.logo {
    display: inline-block;
    font-size: 0;
    margin-top:-2px;
    padding-top:0;
    padding-bottom:20px;
}
#navigation {
    position: absolute;
    right: 10px;
    bottom: 0;
    margin-left: 10px;
    margin-top: 6px;
    margin-bottom: 6px;
}

#menu-toggle {
    display: none;
    float: right;
}
#menu-toggle a {
    color: #f4fc4e!important;
}
#menu-toggle img {
    vertical-align:middle;
}

/* HEADER > MENU */
#main-menu {
    float: right;
    font-size: 0;
    
    flex-flow: row wrap-reverse;
    display: flex;
    /* Maybe also these for Safari: */
    display: -webkit-flex;
    -webkit-flex-flow: row wrap-reverse;
}

#main-menu > li {
    display: inline-block;
    margin-left: 15px;
    padding: 2px 0;
}

#main-menu > li.parent {
    background-image: url(/static/images/plus-gray.png);
    background-size: 7px 7px;
    background-repeat: no-repeat;
    background-position: left center;
}

#main-menu > li.parent > a {
    padding-left: 9px;
}

#main-menu > li > a {
    color: #eee;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0;
    padding: 10px 0;
    text-decoration:none;
}

#main-menu > li:hover > a,
#main-menu > li.current-menu-item > a {
    color: #f4fc4e;/* #ffdd00 23dbdb */
}

#main-menu > li > a.active {
    color: #f4fc4e!important;
}

/* HEADER > MENU > DROPDOWN */
#main-menu li {
    position: relative;
}

#ll-vmenu {
    position: absolute;
    top: 21px;
    right: -29px;
    left:auto;
}

ul.sub-menu, .same-style-as-sub-menu { /* level 2 */
    display: none;
    left: 0;
    top: 14px; /* header padding -2 +a{line-height} +#main-menu{margin} */
    padding-top: 10px;
    position: absolute;
    width: 150px;
    z-index: 9999;
}

ul.sub-menu > li > a, .same-style-as-sub-menu > li > a {
    background-color: #333;
    border: 1px solid #444;
    border-top: none;
    color: #bbb;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 12px;
}

ul.sub-menu > li > a:hover, .same-style-as-sub-menu > li > a:hover {
    background-color: #2a2a2a;
    color: #fff!important;
}

ul.sub-menu > li > a.active {
    background-color: #2a2a2a;
    color: #f4fc4e!important;
}

ul.sub-menu > li:first-child {/*, .same-style-as-sub-menu > li:first-child*/
    border-top: 3px solid #f4fc4e;
}

ul.sub-menu > li:last-child > a, .same-style-as-sub-menu > li:last-child > a {
    border-radius: 0 0 2px 2px;
}

#main-menu li:hover > ul.sub-menu, .links-popupmenu-link:hover > .same-style-as-sub-menu {
    display: block; /* show the submenu */
}

@media all and (max-width: 1770px) {
    #main-menu > li > a {
        font-size: 13px;
    }
    #main-menu > li {
        margin-left: 14px;
    }
    #main-menu > li.parent {
        background-size: 6px 6px;
    }
    #main-menu > li.parent > a {
        padding-left: 8px;
    }
}

@media all and (max-width: 1620px) {
    #main-menu > li > a {
        font-size: 12px;
    }
    #main-menu > li {
        margin-left: 13px;
    }
    #main-menu > li.parent {
        background-size: 6px 6px;
    }
    #main-menu > li.parent > a {
        padding-left: 8px;
    }
}

@media all and (max-width: 1530px) {
    #main-menu > li > a {
        font-size: 11px;
    }
    #main-menu > li {
        margin-left: 12px;
    }
    #main-menu > li.parent {
        background-size: 5px 5px;
    }
    #main-menu > li.parent > a {
        padding-left: 7px;
    }
}

@media all and (max-width: 1380px) {
    #main-menu > li > a {
        font-size: 10px;
    }
    #main-menu > li {
        margin-left: 9px;
    }
    #main-menu > li.parent {
        background-size: 5px 5px;
    }
    #main-menu > li.parent > a {
        padding-left: 7px;
    }
}

@media all and (max-width: 1270px) {

    #navigation {
        position: static;
        margin-top: 0;
    }

    #menu-toggle {
        display: block;
    }

    #main-menu {
        display: none;
        float: none;
    }

    #main-menu li {
        display: block;
        margin: 0;
        padding: 0;
    }

    #main-menu > li {
        display:inline-block;
        vertical-align:top;
        border-top:2px solid #f4fc4e;
    }

    #main-menu > li > a {
        background-color: #333;
        border: 1px solid #444;
        color: #bbb;
        display: block;
        font-size: 14px;
        padding: 5px !important;
    }

    #main-menu li > a:hover {
        background-color: #444;
    }

    #main-menu > li.parent {
        background: none !important;
        padding: 0;
    }

    #main-menu > li:hover > a,
    #main-menu > li.current-menu-item > a {
        border: 1px solid #444 !important;
        color: #fff !important;
    }

    ul.sub-menu {
        display: block;
        margin-top: -1px;
        margin-left: 20px;
        position: static;
        padding: 0;
        width: inherit;
    }

    ul.sub-menu > li:first-child {
        border-top: 1px solid #444 !important;
    }
}
/**
 * MENU AND HEADER STUFF END
 */

.page-notification-container {
    margin-top: 20px;
    padding: 0 .7em;
}

.page-notification-container>p {
    margin: 5px 0 5px 0;
}

.page-notification-icon {
    float: left;
    margin-right: .3em;
}


.ml-20 {
    margin-left: 20px;
}

.bigger-btn {
    background-color: #0081c0;
    border: none;
    color: white;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
