
#container {
    position:absolute;
    width:100%;
    bottom:0;
    top:130px;
    margin:0;
}


#fullv_nav {
    display: none;
}

.fullv_logout_btn {
    display: none;
}

.menu_box_container {
    margin: 0px 0px 20px 0px;
    background:#fff;
}

.menu_title.colour1 {
    background:#2ea1db;
}

.menu_box {
    border: none;
    padding: 8px;
}

.menu_nav {
    list-style: none outside none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.menu_nav li a {
    color: #444;
    font-weight: bold;
    font-size: 1.2em;
}

.menu_nav li a:hover {
    color: #777;
}

#content {
    float: right;
    padding: 0.5%;
    width: 100%;
    margin-right: 1%;
}

.panel_box {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    overflow: auto;
    padding: 10px;
}

.panel_box a {
    text-decoration: underline;
}

.panel_box a:hover {
    text-decoration: none;
}

#menu_logout_btn {
    display: none;
}

.version_nav { margin-top: 40px; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.hidden { display: none; }
.margin_10px { margin: 10px 0px 10px 0px; }
.top_margin { margin-top: 25px !important; }
.heading { padding: 5px; background: #FAFAFA; }
.no_underline { text-decoration: none !important; }

p {
    margin-left: 10px;
    margin-right: 10px;
}

h1 {
    color: #777;
    font-size: 1.3em;
    font-weight: lighter;
    margin: 0px 0px 10px 0px;
    text-align: center;
}

h3 {
    color: #777;
    font-weight: lighter;
    text-align: center;
}

h3 a {
    margin-left: 25px;
}

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

a:hover {
    color: #777;
    text-decoration: none;
}

a img {
    border: none !important;
}

.login_screen_label {
    font-weight: bold;
}

input[type=text], input[type=password], input[type=tel], select {
    width: 90%;
    height: 30px;
    padding: 5px 5px 5px 10px;
    /*border-radius: 20px 20px;*/
    border: 1px solid #CCC;
    -moz-box-shadow: 0 0 3px 1px #EEE;
    -webkit-box-shadow: 0 0 3px 1px #EEE;
    box-shadow: 0 0 3px 1px #EEE;
}

input[type=text]:focus, input[type=tel]:focus, input[type=password]:focus {
    border: 1px solid #B6D7F4;
    -moz-box-shadow: 0 0 3px 1px #5FACED;
    -webkit-box-shadow: 0 0 3px 1px #5FACED;
    box-shadow: 0 0 3px 1px #5FACED;
}

select {
    width: 75%;
    border: 1px solid #CCC;
}

#global_error_box {
    display: none;
 
    padding: 5px;
    margin: 10px 0px 20px 0px;
    margin: 0px auto;
    color: firebrick;
    background: #FFE4E8;
    border: 1px solid lightpink;
    /*border-radius: 6px;*/
    text-align: center;
}

#info_box {
    display: none;
    width: 90%;
    padding: 5px;
    margin: 10px 0px 20px 0px;
    margin: 0px auto;
    background: lightyellow;
    /*border-radius: 6px;*/
    text-align: center;
}

.select_small_width {
    width: 70% !important;
}

.short_text_input {
    width: 100px !important;
}

.search_input {
    width: 65% !important;
}

.device_input {
    width: 50% !important;
}

.dial_number_input {
    width: 45% !important;
}

.login_screen_label {
    margin: 10px 0px 10px 0px;
}

.btn_container {
    margin: 20px 0px 10px 0px;
    text-align: center;
}

.btn {
    width: 60%;
    height: 40px;
    /*border-radius: 10px 10px;*/
    padding: 10px 5px 5px 5px;
    display: inline-block;
    font-size: 1.2em;
    text-decoration: none !important;
}
.btn_grey.selected
{
    background: #D7D7D7;
    color: black;
}
.btn_grey { 
    display:inline-block;
    padding:4px 10px 4px;
    font-size:1.1em;
    line-height:18px;
    color:#444;
    text-align:center;
    text-shadow:0 1px 1px rgba(255, 255, 255, 0.75);
    background-color:#fafafa;
    background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image:-webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image:-moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image:-ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image:-o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image:linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-repeat:no-repeat;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    border:1px solid #ccc;
    border-bottom-color:#bbb;
    /*-webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;*/
    -webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn_del {
    background: lightpink;
    border: 1px solid firebrick;
    color: firebrick;
    display:inline-block;
    padding:4px 10px 4px;
    font-size:1.1em;
    line-height:18px;
}

.btn_grey:hover{
    color:#333333;
    text-decoration:none;
    background-color:#e6e6e6;
    background-position:0 -15px;
    -webkit-transition:background-position 0.1s linear;
    -moz-transition:background-position 0.1s linear;
    -ms-transition:background-position 0.1s linear;
    -o-transition:background-position 0.1s linear;
    transition:background-position 0.1s linear;
}

.btn_del:hover {
    cursor: pointer;
}

.menu_icon_container {
    margin: 0px auto;
    width: 90%;
}

.icon_label {
    margin: 7px 0px 7px 0px;
}

#sticky_bar {
    width: 100%;
    height: 40px;
    color: #FFF;
    font-size: 0.8em;
    text-align: center;
    padding-top: 6px;
    background: #444;
    position: fixed;
    bottom: 0px; 
    overflow: auto;
    margin: 0px;
}

#sticky_bar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#sticky_bar ul li {
    float: left;
    width: 21%;
    margin-right: 3%;
    margin-left: 1%;
}

#sticky_bar ul li a {
    display: block;
    height: 25px;
}

#fwd_numbers_list {
    padding: 0px;
    margin-left: 30px;
    list-style: none;
    background: #FFF;
}

#fwd_numbers_list li {
    padding: 10px;
    border-bottom: 1px solid #BBB;
    overflow: auto;
}

#fwd_numbers_list li span {
    display: block;
    margin-bottom: 5px;
}

.fwd_number_name_text, .contact_name_text {
    color: #5FACED;
    font-weight: bold;
}

.fwd_number_active_stat {
    overflow: auto;
}

.results_list {
    margin-left: 30px;
    padding: 10px;
    list-style: none;
    font-size: 0.9em !important;
}

.results_list li {
    padding: 15px;
    border-bottom: 1px solid #BBB;
    overflow: auto;
    background: #FFF;
}

.missed_li { padding: 25px !important; }

.call_log_name_text {
    font-weight: bold;
    color: #555;
}

.call_note_box {
    border: 1px solid #BBB;
    margin: 10px;
    width: 90% !important;
    padding: 10px;
    height: 120px;
    text-align: left !important;
    font-family: Arial, verdana, sans-serif;
    font-size: 1em;
}

.valign_middle {
    vertical-align: middle;
}

.std_table {
    width: 90%;
    margin: 0px auto;
}

.std_table th {
    color: #444;
}

.std_table td {
    border: 1px solid #EEE;
}

.swipe_hint { 
    font-size: 2.2em; color: #444;
}

.loading_lightbox {
    display: none;
    position: fixed;
    width: 37px;
    height: 37px;
    background: #FFF;
    z-index: 99999;
    padding: 5px;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
    box-shadow:0 0 18px rgba(0,0,0,0.4);
} 

.box {
    font-weight: bold;
    border: 1px solid #BBB;
    padding: 10px;
}

.log_info_back_btn {
    margin-left:30px !important;
}

.left_space {
    margin-left:30px;
}