/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 29-Jan-2019, 16:46:59
    Author     : allan
*/

* {
  box-sizing: border-box;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

[class*="col-"] {
  float: left;
  padding: 15px;
  border: 1px solid red;
}
.header {
  border: 1px solid red;
  padding: 15px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
    font-size: medium;
    font-weight: bold;
    text-align: center;
}
 
div#main
{
/*
    display:block;
*/
    position:static;
/*    
    top:92px;
    left:0;
*/
/*    width:100%;*/
    color:Black;
    margin-top: 5px;
/*    
    margin: 0 0 0 0;
*/
}
span.hilite
{
    font-style:italic;
    text-decoration:underline;
}
span.warn
{
    width:100%;
    color:orangered;
    font-weight: bold;
    text-align: center;
    padding-left: 20px;
}
span.info
{
    width:100%;
    color:black;
    font-weight: bold;
    text-align: center;
}

div#wrapper
{
    position: static;
    top:0px;
    left: 0px;
    width: 320px;
    height: 480px;
    margin: 5px;
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: red;
    border-radius: 10px;
    background-color: ivory;
    font-size: small;
    color: black;
}

div#userUtil
{
    position:static;
    color:Black;
    margin-top: 2px;
    margin-bottom: 2px;
    height: 60px;
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
}

button#fonzreg
{
    margin-left: 50px;
    margin-top: 18px;
    color: black;
    background-color: lightgrey;
    border-color:darkblue;
}
 
div#help
{
    position: static;
    top:0px;
    left: 340px;
    width: 320px;
    height: 480px;
    margin: 5px;
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: red;
    border-radius: 10px;
    background-color: ivory;
    font-size: small;
    color: black;
}

div#utils1
{
    position: static;
    top:0px;
    left: 340px;
    width: 320px;
    height: 480px;
    margin: 5px;
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: red;
    border-radius: 10px;
    background-color: ivory;
    font-size: small;
    color: black;
}

div#utils2
{
    position: static;
    top:0px;
    left: 340px;
    width: 320px;
    height: 480px;
    margin: 5px;
    padding: 5px;
    border: 2px;
    border-style: solid;
    border-color: red;
    border-radius: 10px;
    background-color: ivory;
    font-size: small;
    color: black;
}

div.buttons
{
    display: inline;
    width: 50px;
    height:20px;
    left: 230px;
}
button.addbutton
{
/*    background-color: green;*/
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: lightgrey;
    border-color:darkblue;
    width: 20px;
    height: 20px;
}
button.delbutton
{
/*    background-color: red;*/
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: lightgrey;
    border-color:darkblue;
    width: 20px;
    height: 20px;
}
button.askbutton
{
/*   background-color: gold;*/
/*    background-image:url("askt.png");*/
    color: black;
    text-align: center;
    font-weight: bold;
    background-color: lightgrey;
    border-color:darkblue;
    width: 20px;
    height: 20px;
}
button.general
{
    background-color: darkblue;
    color: white;
}

tr.input
{
    border-bottom: 2px;
    border-bottom-color: red;
    border-bottom-style: solid;
}

input#identification
{
    width: 200px;
}
input#pin
{
    widthe:100px;
}
select#clis
{
    width: 200px;
}
select#contacts
{
    width: 200px;
}
select#alias
{
    width: 200px;
}
input#contactno
{
    width: 200px;
}

div#mainmask
{
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    padding:0px;
    margin:0px;
    border: 0px;
    visibility: hidden;
    z-index: 2;
    font-size: 0.5em;
    color: black;
}

div#dialogcont
{
    position:absolute;
    top:150px;
    left:275px;
    padding:0px;
    margin:3px;
    border: 6px;
    border-color: black;
    border-style:double;
    border-radius: 10px;  
    background-color:#C7DFF7;
    visibility: hidden;
    z-index: 3;
    font-size: 0.75em;
}
div#dlgHeader
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 5px;
    padding-top:5px;
    padding-bottom: 6px;
    background-color:#336699;
    color: white;
    text-decoration:underline;
    font-weight:bold;
    text-align:center;
    font-size:larger;
}
div#dlgText
{
    width:100%;
    font-weight:bold;
    text-align:center;
    font-size:larger;
    padding-top: 20px;
    padding-bottom: 20px; 
    text-align: left;
    overflow: scroll;
}
div#dlgFooter
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 0;
    padding-left:0px;
    padding-top:5px;
    padding-bottom: 5px;
    background-color:#336699;
    color: white;
    text-align: center;
}

div#errorcont
{
    position:absolute;
    top:150px;
    left:275px;
    padding:0px;
    margin:3px;
    border: 6px;
    border-color: black;
    border-style:double;
    border-radius: 10px;  
    background-color:#fadede;
    visibility: hidden;
    z-index: 7;
    font-size: 0.75em;
}
div#errorHeader
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 5px;
    padding-top:5px;
    padding-bottom: 6px;
    background-color:red;
    color: white;
    text-decoration:underline;
    font-weight:bold;
    text-align:center;
    font-size:larger
}
div#errorAlert
{
    width:100%;
    font-weight:bold;
    text-align:center;
    font-size:larger;
    padding-top: 10px;
    padding-bottom: 10px;        
}
div#errorFooter
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 0;
    padding-left:0px;
    padding-top:5px;
    padding-bottom: 5px;
    background-color:red;
    color: white;
}

div#noticecont
{
    position:absolute;
    top:150px;
    left:275px;
    padding:0px;
    margin:3px;
    border: 6px;
    border-color: black;
    border-style:double;
    border-radius: 10px;  
    background-color:#ebe9e9;
    visibility: hidden;
    z-index: 5;
    font-size: 0.75em;
}
div#noticeAlert
{
    width:100%;
    font-weight:bold;
    text-align:center;
    font-size:larger;
    padding-top: 10px;
    padding-bottom: 10px;        
}
div#noticeHeader
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 5px;
    padding-top:5px;
    padding-bottom: 6px;
    background-color:black;
    color: white;
    text-decoration:underline;
    font-weight:bold;
    text-align:center;
    font-size:larger
}
div#noticeFooter
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 0;
    padding-left:0px;
    padding-top:5px;
    padding-bottom: 5px;
    background-color:black;
    color: white;
}

div#invoicecont
{
    position:absolute;
    top:150px;
    left:275px;
    padding:0px;
    margin:3px;
    border: 6px;
    border-color: black;
    border-style:double;
    border-radius: 10px;  
    background-color:#C7DFF7;
    visibility: hidden;
    z-index: 3;
    font-size: 0.75em;
}
div#invHeader
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 5px;
    padding-top:5px;
    padding-bottom: 6px;
    background-color:#336699;
    color: white;
    text-decoration:underline;
    font-weight:bold;
    text-align:center;
    font-size:larger;
}
div#invText
{
    width:100%;
    font-weight:bold;
    text-align:center;
    font-size:larger;
    padding-top: 20px;
    padding-bottom: 20px; 
    padding-left: 80px;
    text-align: left;
}
div#invFooter
{
    width:100%;
    margin-left:0;
    margin-top: 0;
    margin-right:0;
    margin-bottom: 0;
    padding-left:0px;
    padding-top:5px;
    padding-bottom: 5px;
    background-color:#336699;
    color: white;
    text-align: center;
}


button.inactive {
    color: black;
    background-color: lightgrey;
    width: 15em;
}
button.onhook {
    color: white;
    background-color: green;
    width: 15em;
}
button.offhook {
    color: white;
    background-color: red;
    width: 15em;
}   