/*
SYS
*/
#sysmsg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display:none;
    z-index: 100;
}
#sysmsg .overlay {
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#sysmsg .msg {
    margin: 15% auto 0;
    max-width: 580px;
    width:100%;
    background: #fff;
    border-radius: .4em;
    position: relative;
    padding: 0 0 .6em;
    overflow:hidden;
}
#sysmsg .msg p.titulo {
    /*background: #2196f3;*/
    background:#00994d;
    padding: .6em 1em;
    color:#fff;
    font-family: Gotham, sans-serif;
    font-size: 1.1em;
    font-weight:700;
    margin:0;
}
#sysmsg .msg p {
    margin: .5em;
    font-family: Gotham, sans-serif;
	line-height: 1.4em;
    font-weight:300;
}
#sysmsg .msg button {
    padding: .5em 1.4em;
    margin: .8em 0 0;
    border: 1px solid #00994d;
    border-radius: .4em;
    background: #00994d;
    color: #fff;
    font-size: .85em;
    font-weight:700;
    transition:250ms;
    font-family: Gotham, sans-serif;
}
#sysmsg .msg button:hover {
    background: #fff;
    color: #00994d;
    cursor:pointer;
}

#cmsbox {
    background: #00994d;
    box-sizing: border-box;
    padding: 6em 1em .5em 1em;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    overflow-y: auto;
}

#cmsbox div.content {
    background:#fff;
    margin:0 auto;
    max-width:1200px;
    width:100%;
    padding:1em;
    box-sizing: border-box;
    text-align: left;
}

#cmsbox div.content h1 {
    color: #444;
    font-family: 'Helvetica Neue',sans-serif;
    margin-bottom: .5em;
}

#cmsbox div.content h2 {
    margin-bottom: 0;
    color: #00994d;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;  
}
#cmsbox div.content h2::after {
    content:"‣";
    margin-left:.4em;
    color:#00994d;
}

#cmsbox div.content p {
    margin-bottom: 1em;
    color:#222;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: .95em;
}

#cmsbox div.content form {
    max-width: 580px;
    width: 100%;
    margin: 1em 0 2em;
}

#cmsbox div.content form input,
#cmsbox div.content form select,
#cmsbox div.content form textarea  {
    width: 100%;
    margin-bottom: 1em;
    padding: .5em;
    box-sizing: border-box;
    font-family: 'Helvetica Neue',sans-serif;
    font-size: .9em;
}

#cmsbox div.content form textarea  {
    min-height: 200px;
}

#cmsbox div.content form button {
    font-family: 'Helvetica Neue',sans-serif;
    padding: 1em;
    border-radius: 5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: .5em auto;
    transition: 250ms;
}

#cmsbox div.content a.btn {
    font-family: 'Helvetica Neue',sans-serif;
    padding: .3em 1em;
    border-radius: 5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: .5em auto;
    transition: 250ms;
    display: inline-block;
    font-size: 0.9em;
    text-decoration: none;
}

#cmsbox div.content form.modcomm button {
    font-family: 'Helvetica Neue',sans-serif;
    padding: .3em 1em;
    border-radius: 5em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: .5em auto;
    transition: 250ms;
    display: inline-block;
    font-size: 0.9em;
    text-decoration: none;
}

#cmsbox div.content form button.okbtn,
#cmsbox div.content form.modcomm button.okbtn,
#cmsbox div.content a.okbtn {
    background: #2196f3;
    border: 1px solid #2196f3;
}
#cmsbox div.content form button.okbtn:hover,
#cmsbox div.content form.modcomm button.okbtn:hover,
#cmsbox div.content a.okbtn:hover {
    background: #fff;
    color: #2196f3;
    cursor:pointer;
}

#cmsbox div.content form button.clrbtn,
#cmsbox div.content form.modcomm button.nobtn,
#cmsbox div.content a.nobtn {
    background: #f32121;
    border: 1px solid #f32121;
}

#cmsbox div.content form button.clrbtn:hover,
#cmsbox div.content form.modcomm button.nobtn:hover,
#cmsbox div.content a.nobtn:hover {
    background: #fff;
    color: #f32121;
    cursor:pointer;
}

#cmsbox div.content form button + button,
#cmsbox div.content form.modcomm button + button,
#cmsbox div.content a.btn + a.btn {
    margin-left: 1em;
}

#cmsbox div.content table {
    margin:1em auto;
    font-family: 'Helvetica Neue',sans-serif;
    font-size:.95em;
    width:100%;
}
#cmsbox div.content table tr.head {
    background-color: #00994d;
    color: #fff;
}
#cmsbox div.content table tr.alt {
    background-color: #e8f6ef;
}
#cmsbox div.content table tr th {
    padding: .3em .5em;
}
#cmsbox div.content table tr th.comment {
    width:25%;
}
#cmsbox div.content table tr th.ctl,
#cmsbox div.content table tr td.ctl {
    background-color: #fff;
}
#cmsbox div.content table tr td {
    padding: .3em .5em;
}
#cmsbox div.content table tr td.nowrap {
    white-space: nowrap;
}
#cmsbox div.content table tr td span.status-on {
    display: block;
    color: #0074d0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85em;
}
#cmsbox div.content table tr td span.status-off {
    display: block;
    color: #888;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85em;
}
#cmsbox div.content table tr td span.status-wait {
    display: block;
    color: #ff1100;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .85em;
}



/*pagers*/
#navPaginacao {
    list-style: none;
    padding: 0;
    margin: 2em 0 0;
}
#navPaginacao li {
    display: inline-block;
}

#navPaginacao li a {
    background: #2196f3;
    border-radius: .3em;
    display: block;
    padding: .1em .4em;
    text-decoration: none;
    color: #fff;
    border: 1px solid #2196f3;
    transition:250ms;
    font-family: 'Helvetica Neue',sans-serif;
}
#navPaginacao li a:hover {
    background: transparent;
    color:#2196f3;
}

#navPaginacao li.pagerList span {
    color: #333;
    font-family: 'Helvetica Neue',sans-serif;
}

/*tmp*/
#header-spacer + div {
    margin-top:10vh;
}

/* nav menus icons*/

/*
.mdi:before, .mdi-set {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/

.mdi.editor::before {
    content: "\F1004"
}
.mdi.usuarios::before {
    content: "\F0849"
}
