* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    margin: 0px;
    height: 100%;
    /*
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	*/
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

a {
    text-decoration: none;
    color: rgb(61, 146, 201);
}

a:hover,
a:focus {
    text-decoration: underline;
}

h3 {
    font-weight: 100;
}



h1 {
    font-size: 20px;
}





.content-subhead {
    text-transform: uppercase;
    color: #aaa;
    border-bottom: 1px solid #eee;
    padding: 0.4em 0;
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.content {
    top:50px;
    padding: 1em 0em 0;
    position: relative;
    float: left;
    width: 1200px;
    left: 50px;
}

.loginLogoImg {
    margin-top: 1em;
    position: relative;
    width: 180px;
    left: 25px;
    margin-bottom: 15px;
}

.whiteLink {
    color: #fff;
}

canvas {
    top: 0px;
    display: block;
}

.custom-restricted {
    height: 500px;
    width: 200px;
    border: 0px;
}




.chart-container {
    position: relative;
    float: left;
    margin-left: 2em;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    list-style: none;
}

.screen-container {
    margin-top: 1em;
    position: relative;
    height: 32em;
    width: 450px;
    background-color: rgba(250, 192, 75, 0);
    left: -3em;
    float: left;
}

.screen-info-portrait {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 8em;
    height: 300px;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    float: left;
}

.screen-info-landscape {
    position: absolute;
    top: 20em;
    left: 1em;
    width: 8em;
    height: 300px;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    float: left;
}

.screen-preview-portrait {
    width: 270px;
    height: 480px;
    background-color: transparent;
    float: left;
    position: relative;
    top: 16px;
    left: 160px;
    /*background-image: url("../images/output0_preview.png");*/
    background-size: cover;
}

.screen-preview-landscape {
    width: 270px;
    height: 480px;
    background-color: transparent;
    float: left;
    position: relative;
    top: 16px;
    left: 16px;
    /*background-image: url("../images/output0_preview.png");*/
    background-size: cover;
}

#preview-text {
    color: rgb(250, 192, 75);
    position: relative;
    text-transform: uppercase;
    left: -100px;
    top: 8px;
}

#status-image {
    width: 50px;
    position: relative;
    left: 30px;
}

#status-text {
    position: relative;
    text-align: center;
    color: white;
    color: black;

}

#tenant-table-container {
    position: relative;
    width: 340px;
    top: 2em;
    margin-left: 1em;
    float: left;
}

#admin-container {
    position: relative;
    width: 340px;
    top: 2em;
    margin-left: 1em;
    float: left;
}

#tenant-table {
    width: 400px;
}

table {
    border-collapse: collapse;
}

th {
    background-color: #4D4E4C;
    color: white;
    height: 1em;
}

.screen-table {
    width: 500px;
    position: relative;
}

.screen {
    background-color: #E45238;
}

.license-table {
    width: 500px;
    text-align: center;
}

tr {
    border-bottom: #4D4E4C 1px solid;
}

td:first-child + td + td {
    text-align: left;
}

td:first-child + td + td + td {
    text-align: left;
}

.pop-up-underlay {
    position: absolute;
    left: 250px;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgba(77, 78, 76, .9);
    visibility: hidden;
    z-index: 9999999999;

}

.pop-up-overlay {
    position: absolute;
    width: 700px;
    height: 300px;
    top: 200px;
    left: 100px;
    background-color: white;
    padding: 10px;

}

#bulk-add-textarea {
    width: 300px;
    height: 200px;
}

#canvas-drag-drop {
    z-index: 10;
    position: absolute;
}

.preview-canvas {
    position: absolute;
    z-index: -1;
    top: 0px;
}

.baseBox {
    background-color: #E45238;

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-left: 30px;
}

#loginBox {
    width: 300px;
    height: 330px;
}

#registerBox {
    width: 400px;
    height: 450px;
    padding-right: 30px;
}

.label-white {
    color: white;
}

.label-orange {
    color: #E45238
}

.pure-button-primary {
    background-color: white;
    color: rgb(228, 82, 56);
}

.pure-button-inverted {
    background-color: #E45238;
    color: white;
}

#login-bottom-items {
    position: absolute;
    bottom: 10px;
    color: white;
}

#login-bottom-items a:link {
    color: white;
    text-decoration: none;
}

#login-bottom-items a:active {
    color: white;
    text-decoration: none;
}

#login-bottom-items a:visited {
    color: white;
    text-decoration: none;
}

#login-bottom-items a:hover {
    color: white;
}

.pagination li {
    display: inline;
    margin-right: 10px;
    /* this is for pagination on the list.js plugin plugin */
}

.pagination {
    display: inline;
}

.time:nth-child(odd) {
    top: 0px;
    width: 70px;
    float: left;
    margin-top: 0px !important;
}

.time:nth-child(even) {
    position: relative;
    width: 70px;
    float: none;
    margin-top: 0px;
}

.timespan {
    float: left;
}




/* end of admin view section */

/* start progress bar */

progress {
    background-color: #E45238;
    border: 0;
    height: 18px;
    border-radius: 4px;
    width: 250px;
}

progress::-webkit-progress-value {
    background: #E45238;
}

/* end progress bar */

.group-table {
    width: 300px;
}

.license-table {
    width: 400px;
}

li.clean {
    font: 200 16px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
}

li:last-child.clean {
    border: none;
}

li.clean a {
    text-decoration: none;
    color: #000;
    display: block;
    width: 200px;

    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
}

li.clean a:hover {
    font-size: 18px;
    background: #f6f6f6;
}

/* widget selector styling */
#widgetSelector-categories {
    position: absolute;
    width: 30%;
    height: 100%;
    border-right: solid 2px #E45238;
}

#widgetSelector-library {
    position: relative;
    float: right;
    width: 68%;
    top: 0px;
}

button.category {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 95%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

button.category.active, button.category:hover {
    background-color: #ddd;
}

ul.widget {
    padding: 0px;
}

li.widget {
    list-style: none;
    margin-left: 0px;
    padding: 3px;
    position: relative;
    left: 0px;
    width: 100%;
    height: 45px;
    border: solid 2px #E45238;
    margin-bottom: 10px;
}

/* end widget selector styling */
