#home-screen {

	/*background: linear-gradient(164deg, rgba(29,41,110,1) 38%, rgba(61,78,209,1) 88%);*/

background: rgb(32,43,117);
background: linear-gradient(177deg, rgba(32,43,117,1) 0%, rgba(51,71,197,1) 40%, rgba(176,228,255,1) 100%);
}

#home-screen2 {

	/*background: linear-gradient(164deg, rgba(29,41,110,1) 38%, rgba(61,78,209,1) 88%);*/

background: rgb(32,43,217);
background: linear-gradient(177deg, rgba(32,43,117,1) 0%, rgba(51,71,197,1) 40%, rgba(176,228,255,1) 100%);

}

.center-stuff {
	text-align: center;
}




.top-bar {
 

	background-color: #4A4B4E;
	color: white;
	padding: 2px;
}
.top-bar .topbar-status{
	position: relative;
	margin-top: -1px; /*height of top bar of home screen console*/
}
.top-bar .topbar-status input {
	border-radius: 5px;
	border: 1px solid lightgrey; /*border of admin is operatting remotely */
	color: white;
	/*height: 38px;*/ /* of admin box */
	width: 107%; /* of admin box */

	padding: 2px 2px 2px 45px;
	background-color: #5b7ddcd1 !important;
}
.top-bar .topbar-status i {
	position: absolute;
    left: 25px;
    top: 10px;  /* the network nbutton in the admin is operating remotely*/
    font-size: 20px;
}
.top-bar .action {
	margin-top: 6px;
	display: flex;
    justify-content: space-around;
}
.top-bar .action a {
	color: white;
	display: inline-block;
	padding: 6px;
	height: 100%;
	width: 50px;
	font-size: 25px;
	line-height: 100%;
	background: #5b7ddcd1;
	border: 1px solid white;
	border-radius: 5px;
}
.top-bar .action a:hover {
	background: #4472f3d1;
}
.main-section {
	padding: 60px 20px 0 20px;
	margin-bottom: 40px;
}
.main-section .col-md-3 {
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 50px;
    padding-bottom: 20px;
}
.main-section a {
	color: white;
}
.main-section a:hover i {
	color: #9bb1ff;
	border: 3px solid #9bb1ff;
}
.main-section a i {
	font-size: 40px;
	border: 3px solid white;
	border-radius: 5px;
	padding: 5px;
}
.main-section .action-sets {
	display: flex;
	justify-content: space-around;
	padding: 10px 0;
}
.main-section .action span {
	display: inline-block;
	width: 100%;
	color: white;
}
.message-section {
	padding: 0 80px;
	margin-bottom: 50px;
}
.message-box:first-child p {
	padding-left: 30px;
}
.message-box .msg-header {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
}
.message-box .msg-header h5 {
	margin: 0;
}
.message-box .msg-header i {
	font-size: 20px;
	margin: 0 10px 0;
}
.message-box {
	background: #ffffff52;
	border-radius: 10px;
	color: white;
	padding: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.message-box i {
	margin-top: 20px;
	font-size: 30px;
}
.bottom-bar {
	background-color: #4A4B4E;
	color: white;
	padding: 0px 20px;
}
@media (max-width: 768px) {
.bottom-bar .col-md-3 {
	display: none !important;
}
.bottom-bar .actions {
	padding: 10px 0;
	border: 0 !important;
}
}

.bottom-bar .actions {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-left: 1px solid #cac3c3;
	border-right: 1px solid #cac3c3;
}
.bottom-bar .actions .last-action {
	position: absolute;
	right: 0;
}
.bottom-bar .actions .last-action i {
	font-size: 15px;
}
.bottom-bar .actions a {
	padding: 2px 35px;
	height: 100%;
	display: flex;
	align-items: center;
}
.bottom-bar .actions a:hover {
	background-color: #5b7ddcd1;
	text-decoration: none;
}
.bottom-bar .actions i {
	font-size: 25px;
	color: white;
}
.bottom-bar .col-md-3:last-child {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.bottom-bar .col-md-3:last-child i {
	color: #ff7a3a;
	font-size: 20px;
}
.copier-content {
	padding: 10px 5px 20px 5px;
	background: white;
}
.copier-content .logo {
	display: flex;
	position: absolute;
	left: 5px;
	top: 5px;
}

.copier-content .logo2 {
	display: flex;
	position: absolute;
	left: -5px;
	top: -5px;
}


.copier-content .content-header {
	display: flex;
	justify-content: flex-end;
	padding: 5px;
	border: 2px solid #333;
	position: relative;
}
.copier-content .content-header button {
	margin: 0 5px;
}
.copier-content .col-md-9 {
	padding: 0;
}
.copier-content .col-md-9 .content-actions {
	display: flex;
	justify-content: space-around;
    margin-top: 10px;
}
/*.copier-content .content-body {
	background: linear-gradient(180deg, rgb(79, 79, 86) 25%, rgb(255, 255, 255) 90%);
	color: white;
	border: 2px solid #333;
}
*/

.copier-content .content-body {
	background: linear-gradient(180deg, rgb(79, 79, 86) 25%, rgb(255, 255, 255) 90%);
 margin: auto;
 width:826px;
 height:450px;
	overflow: auto;
	color: white;
	border: 2px solid black;
}


@media (max-width: 450px) {
.copier-content .header {
	padding-left: 40px !important;
}
}
.copier-content .header {
	padding-top: 5px;
	padding-left: 110px;
	padding-bottom: 5px;
	display: flex;
	justify-content: space-between;
}
.copier-content .header .results {
	display: flex;
}
.copier-content .header .results .result-item {
	text-align: right;
	min-width: 60px;
	border: 2px solid white;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 2px;
}
.copier-content .header .results .result-item p{
	font-size: 12px;
	margin: 0;
}
.copier-content .header .results .result-item span {
	font-size: 25px;
	font-weight: bolder;
}
.copier-content .content-body .all-actions {
	margin-left: 0;
	margin-right: 0;
}
.copier-content .content-body .all-actions .sidebar {
}
.copier-content .content-body .all-actions .sidebar button {
	width: 100%;
	margin: 3px 0;
}
.copier-content .content-body .all-actions .actions {
	background: #c7c6de;
}
.copier-content .content-body .all-actions .actions .row{
	margin-left: 0 !important;
	margin-right: 0 !important;
	}
.copier-content .content-body .all-actions .actions a {
	width: 13%;
    border-radius: 5px;
    display: inline-block;
    font-size: 8px;
    color: #333;
}
.copier-content .content-body .all-actions .actions a:hover {
	/*background-color: yellow;*/
	text-decoration: none;
}
.copier-content .content-body .all-actions .actions a img {
	border-radius: 5px;
	width: 100%;
}
.copier-content .content-body .all-actions .actions .row {
	margin-top: 8px;
	margin-bottom: 5px;
}
.copier-content .content-body .all-actions .actions span {
	background-color: rgb(79, 79, 86);
	padding: 0px 30px;
	font-weight: bolder;
	font-size: 1rem;
}
.copier-content .content-body .all-actions .actions .row:last-child {
	background: #0e0e0e7a;
	height: 80px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    padding: 10px 0;
}
.copier-content .numpad {
	display: flex;
	margin-top: 10px;
	flex-wrap: wrap;
	max-width: 200px;
    margin: 0 auto;
}
.copier-content .numpad a {
	width: 30%;
}
.copier-content .numpad a img {
	width: 100%;
}
.copier-content .start-btn a {
	margin: 0 auto;
    width: 100px;
    height: 100px;
    background: #13a679;
    display: flex;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: inset 0 -5em 1em rgba(0,0,0,0.1), 0 0 0 2px #13a679, 0.1em 0em 1.5em #28a745;
}

#sp-mode .status-bar {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background: rgb(79, 79, 86);
}
#sp-mode .button-list
{
	display: flex;	
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
    background: #c7c6de;
}
#sp-mode .button-list button {
	width: 200px;
	padding: 10px;
	margin: 5px 0;
}
#sp-mode-service .header-bar
{
	display: flex;
    justify-content: space-around;
    padding: 5px;
	border: 1px solid black;
    border: 1px solid;
       flex-wrap: wrap;
}
#sp-mode-service .service-content {
	display: flex;
    border: 1px solid;
    margin: 0;
}
#sp-mode-service .service-content .left-content {
}
#sp-mode-service .service-content .md-content {
	    padding-right: 0;
}
#sp-mode-service .service-content .md-content a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70%;
	color: black;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	flex-direction: column;
	padding: 10px;
}
#sp-mode-service .service-content .right-content {
	position: relative;
	min-height: 300px;
}
#sp-mode-service .left-content {
	display: flex;
	flex-direction: column;
}
#sp-mode-service .left-content span {
	padding: 3px;
}
#sp-mode-service .left-content a.black {
	border: 1px solid white;
	background: black;
	padding: 5px;
	border-radius: 5px;
	color: white;
}
#sp-mode-service .left-content a {
	border: 1px solid black;
	background: white;
	padding: 2px;
	border-radius: 5px;
	color: black;
	min-width: 65px;
    display: inline-block;
}
#sp-mode-service .left-content a.disable {
	border: 1px solid black;
	color: grey;
	background: white;
	padding: 5px;
	border-radius: 5px;
}
#sp-mode-service .right-content .bt-acts {
	position: absolute;
    bottom: 20px;
    right: 20px;
}
#sp-mode-service .right-content .bt-acts a {
	color: black;
	border: 1px solid black;
	padding: 5px;
}
.child-list {
	display: flex;
    flex-flow: column;
    padding-left: 30px;
}