body {
    background-image: url("images/background-image1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*min-height: 1200px;*/
    min-width: 480px;
    margin: 0;
    padding: 0;
    font-family: 'Maven Pro', sans-serif;
    color: #253C80;
}

a {
    text-decoration: none;
    color: #eef;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: 0px;
}

#parent-page {
    text-align: left;
    font-family: arial;
    font-size: 12px;
    width: auto;
    /*height:600px;
	background: #FFF;
	border: solid 2px #fff;*/
    margin: auto;
    padding: 0;
}

#main-phone {
    /* float:left;*/
    text-align: left;
    /* background: #FFF;*/
    background-image: url('images/Samsung-Galaxy-Note-312-blank.png');
    background-repeat: no-repeat;
    overflow: hidden;
    width: 313px;
    height: 100%;
}

#main-screen {
    width: 266px;
    height: 421px;
    padding: 0px;
    margin: 0px;
    margin-left: 23px;
    margin-top: 67px;
    overflow: hidden;
    color: #FFF;
    font-weight: bold;
}

#notification-bar {
    width: 100%;
    height: 17px;
    padding: 0px;
    margin: 0px;
    color: #EEF;
    font-size: 11px;
    background-image: url(images/Samsung-notifications-bar.png);
    background-repeat: no-repeat;
    overflow: hidden;
}

#notice_operator {
    padding-left: 3px;
    padding-top: 2px;
}

#notice_message {
    padding-top: 2px;
}

#notice_time {
    padding-top: 2px;
}

#display-screen {
    width: 100%;
    height: 404px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    background: #000;
}

#phones-buttons {
    width: 266px;
    height: 40px;
    margin-left: 23px;
    margin-top: 5px;
    padding: 0px;
    margin-right: 0px;
    overflow: hidden;
}

#debug-div {
    text-align: left;
    margin: 0;
    padding: 2px;
    float: left;
    overflow: auto;
    height: 596px;
    width: 680px;
    background: #eef;
    color: #090;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    border: solid 1px #000;
}

#instructions {
    text-align: left;
    margin: 0;
    padding: 2px;
    float: left;
    overflow: auto;
    height: 596px;
    width: 600px;
    background: #fff;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    font-size: 11px;
    border: solid 1px #000;
}

.phones-button {
    float: left;
    margin: 2px;
}

.typeNumber {
    width: 90%;
    text-align: right;
    font-size: 19px;
    border: solid 0px #ccc;
    font-weight: bold;
}

.typeText {
    width: 90%;
    text-align: left;
    font-size: 19px;
    border: solid 2px #ccc;
    font-weight: bold;
    color: #000;
}

.screen-icons {
    float: left;
    margin: 0px;
    margin-right: 1px;
}

.dial-buttons {
    float: left;
    margin: 0px;
    margin-top: 2px;
    margin-left: 9px;
    margin-right: -1px;
}

.sms-list-new {
    padding: 2px;
    padding-bottom: 5px;
    padding-left: 3px;
    color: #607;
    border-bottom: #ccc solid 5px;
    background: #ddd;
    font-size: 12px;
    font-weight: normal;
}

.sms-list-read {
    padding: 2px;
    padding-bottom: 5px;
    padding-left: 3px;
    color: #000;
    border-bottom: #ccc solid 5px;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
}

.sms-list div {
    margin: 1px;
}


/* ------------------ CUSTOM CSS ------------------ */

.logo-placement {
    margin: 0;
    padding: 20px 0 0 0;
    text-align: center;
    width: 50%;
    height: 100px;
    position: relative;
    /*top: 40px;
    left: 190px;*/
    background-image: url("images/pesatel-logo1.png");
    background-repeat: no-repeat;
    background-size: 200px;
}

.main-emu-title {
    text-align: center;
    background-color: #253C80;
    color: #fff;
    margin-left: -40px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.main-emu-title2 {
    display: none;
}

input#myInputText {
    padding: 5px 8px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px #bababa solid;
    text-align: center;
    margin: 10px;
}

@media screen and (min-width: 0px) and (max-width: 991px) {
    .main-emu-title2 {
        display: block;
        text-align: center;
        background-color: #253C80;
        color: #fff;
        margin-left: -40px;
        margin-bottom: 10px;
        padding-top: 3px;
        padding-bottom: 8px;
        border-radius: 10px;
        min-width: 300px;
    }
    .main-emu-title {
        display: none;
    }
    body {
        background-image: url("images/background-image1.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }
}

@media screen and (min-width: 501px) and (max-width: 630px) {
    body {}
    .col-md-4.col-xs-12 {
        margin-left: -10px;
        width: 380px;
    }
    .col-md-5.col-xs-12 {
        margin-left: -5%;
    }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .col-md-5.col-xs-12 {
        margin-left: -100px;
    }
    .col-md-4.col-xs-12 {
        margin-left: -85px;
        width: 400px;
    }
    .main-emu-title2 {
        margin-left: -120px;
        margin-bottom: 10px;
    }
}

.sms-lists {
    overflow-x: hidden;
    overflow-y: auto;
    transform: rotate(180deg);
    direction: rtl;
    text-align: left;
}

.sms-uu {
    overflow: hidden;
    direction: ltr;
    transform: rotate(180deg);
}