/*
# billsoft admin css file - default ( dark blue )
*/

body {
    background : #86a2d8;
    font : 11px verdana,arial,helvetica,sans-serif;
    margin : 2px 6px 2px 6px;
    color: #0b387c;
}

#main_title {
    font-size: 25px;
    font-weight: bold;
    font-family: serif;
    color: #0b387c;
    text-align: center;
    margin: 0 auto;
}

img {border:none;}

.placeholder { color: #aaa; }

#menu {
    padding: 3px;
    left: 3px; 
    float: left; 
    border: #0b387c 1px solid; 
    width: 130px; 
    position: absolute; 
    top: 35px; 
    background-color: #8caae6;
    border-radius : 10px;
}

.mrtg {
    margin-top: 15px;
}

.prgtitle {
    text-decoration: none; 
    color: #000000; 
}

.toolbar {
    border: 1px solid #0b387c;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;
    border-left: 6px solid #0b387c; 
    display: block; 
    padding: 1px 8px 2px 3px;
    font-weight: bold; 
    margin-bottom: 2px; 
    color: #0b387c; 
    background-color: #edf2fc; 
    text-align: left; 
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
}

.toolbar:hover {
    padding-left: 8px;
    border-left: 8px;
    color: #0b387c; 
    background-color: #edf2fc; 
    white-space: nowrap;    
}

.toolbarcur {
    border-right: #0b387c 1px solid; 
    border-top: #0b387c 1px solid; 
    border-left: #0b387c 9px solid; 
    border-bottom: #0b387c 2px solid; 
    background-color: #0b387c; 
    padding: 1px 7px 2px 1px;
    display: block; 
    font-weight: bold; 
    margin-bottom: 2px; 
    color: orange; 
    text-align: center; 
    text-decoration: underline; 
    white-space: nowrap;
    border-radius: 6px;
}

.toolbarcur:hover {
    color: orange; 
    background-color: #0b387c; 
    white-space: nowrap;
    text-decoration: none; 
}

.taskname {
    font-weight: bold;
    color: black;
    text-decoration: none; 
    font-size: 13px;
}

.pkgainv {
    font-weight: bold;
    color: white;
    background-color: blue;
    text-decoration: none; 
}

.bs_logo_1 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: #00516d;
    text-decoration: none; 
    background-color: white;
    border-left: 1px solid  #00516d;
    border-top: 1px solid  #00516d;
    border-bottom: 1px solid  #00516d;
    border-radius: 5px 0px 0px 5px;
}

.bs_logo_2 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #a22821;
    border-right: 1px solid  #a22821;
    border-top: 1px solid  #a22821;
    border-bottom: 1px solid  #a22821;
    border-radius: 0px 5px 5px 0px;
}

.bs_logo_3 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #00516d;
    border: 1px solid  #00516d;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 3px 0px 3px;
}

.bs_logo_4 {
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    color: white;
    text-decoration: none; 
    background-color: #a22821;
    border: 1px solid  #a22821;
    border-radius: 5px 5px 5px 5px;
    padding: 0px 3px 0px 3px;
}

.pkga {
    font-weight: bold;
    color: blue;
    text-decoration: none; 
}

.pkga:hover, .task_active {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: blue;
}

.pkgs {
    font-weight: bold;
    color: red;
    text-decoration: none; 
}

.pkgs:hover, .task_closed {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: red;
}

.pkgf {
    font-weight: bold;
    color: green;
    text-decoration: none; 
}

.pkgf:hover {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: green;
}

.pkgp {
    font-weight: bold;
    color: #ffaf01;
    text-decoration: none; 
}

.pkgp:hover {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: #ffaf01;
}

.pkg3 {
    font-weight: bold;
    color: #ff00e4;
    text-decoration: none; 
}

.pkg3:hover {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: #ff00e4;
}
.pkgc {
    font-weight: bold;
    color: #677880;
    text-decoration: none; 
}

.pkgc:hover {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: #677880;
}

.pkgb {
    font-weight: bold;
    color: black;
    text-decoration: none; 
}

.pkgb:hover {
    font-weight: bold;
    color: white;
    text-decoration: none; 
    background-color: black;
}


#localmenu {
	padding: 5px 5px 0px 2px;
	text-align: left;
}

#localmenu a {
	color: #0b387c;
	border:1px solid #0b387c;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;    
    background-color: white;
	padding: 3px;
    font : 12px arial,helvetica,sans-serif;
	font-weight : bold;
	line-height: 25px;
	text-decoration : none;
    border-radius: 6px;
    white-space: nowrap;
}

#localmenu a:hover {
	background-color: #0b387c;
    color: white;
}

#localmenu a.active {
	color: white;
	background-color : orange;
}

#localmenu a.active:hover {
	color: #0b387c;
}

#content {
	margin: 0px 0px 0px 140px;
	padding: 0px;
}

#userinfo {
	padding: 0px;
	text-align: right;
}

#bottominfo {
	margin: 0px 0px 0px 135px;
	padding: 0px;
}

#prevnextbar {
	padding: 0px 0px 8px 0px;
	font-weight : bold;
}

#prevnextbar a {
	color: black;
	background-color: #e0e0e0;
	padding: 3px;
	border: 1px solid black;
	line-height: 25px;
	text-decoration : none;
	border-radius: 6px;
}

#prevnextbar a:hover {
	background-color: #ffc;
	text-decoration : underline;
}

#prevnextbar b {
	color: silver;
	background-color: #e0e0e0;
	padding: 3px;
	border: 1px solid black;
	border-radius : 6px;
}

#pagesbar {
	padding: 0px 0px 8px 0px;
	font-weight : bold;
	text-decoration : none;
}

#pagesbar a {
	color: black;
	background-color: #e0e0e0;
	padding: 3px;
	border: 1px solid black;
	line-height: 25px;
	border-radius : 6px;
}

#pagesbar a:hover {
	background-color: #ffc;
	text-decoration : underline;
}

#pagesbar b {
	color: silver;
	background-color: #e0e0e0;
	padding: 3px;
	border: 1px solid black;
	line-height: 25px;
	border-radius : 6px;
}

#pagesbar i {
	color: white;
	background-color: #909090;
	font-style : normal;
	padding: 3px;
	border: 1px solid black;
	line-height: 25px;
	border-radius : 6px;
}

td {
	font-size : 11px;
}

th {
	font-size : 11px;
	font-weight : bold;
}

h2 u {
   color: red;
   font-weight: bold;
}

h4 u {
    color : red;
    font-size : 13px;
    font-weight : bold;
    text-decoration : none;
}

h3 {
	font-size : 14px;
	font-weight : bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4 {
	font-size : 12px;
	font-weight : bold;
	margin : 5px 0px 5px 0px;
}

big {
	font-size : 13px;
    font-weight: bold;
}

small {
	font-size : 10px;
}

a {
    color : #1010e0;
	padding : 1px;
	text-decoration : underline;
}

a:hover {
	background-color : #dadaff;
	text-decoration : underline;
}

form {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

.error {
	color : #ff0000;
}

.editedline {
	background-color : #f0f0f0;
	font-weight : bold;
}

.ok {
	color : #008000;
}

.required {
	color : red;
	font-weight : bold;
}

.flashtr {
    background-color: inherit;
}

.flashtr:hover {
    background-color: #dedede;
}

table.pppoe {
    border: 0px;
    border-spacing: 0px;
    background-color: #edf2fc;
}

table.module {
	border : 2px solid #0b387c;
	background-color: #edf2fc;
    border-spacing: 0px;
    border-radius: 10px;
}

table.module2 tr:hover {
    background-color: #cedfdc;
}

table.module tr.h {
    background-color: #cedfdc;
}

table.module tr.h2 {
    background-color: #cfd8ea;
}

table.module tr.h3 {
    background-color: #cccc66;
}

table.module td {
    /*background-color : #ffffd9;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
    border-bottom-color: #c4e1ff;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
    padding: 3px;
    border-radius: 5px;
}

table.module th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #0b387c;
	border-bottom: 1px solid #0b387c;
    color: white;
    padding: 6px;
    /*border-radius: 6px 6px 0px 0px;*/
}

table.module th a {
    color: orange;
    border: 1px solid orange;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    padding: 1px 4px 1px 4px;
    margin-left: 10px;
    white-space: nowrap;
}

table.module th a:hover {
    color: #0b387c;
    background-color : white;
    border: 1px solid blue;
}

table.module2 th {
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #0b387c;
    background-color : #dedede;
    border-bottom : 1px solid #000000;
}

table.module th.va-t {
	vertical-align: middle;
	text-align: center;
}

table.module th.big {
    font-size: 14px;
}

table.module th.h {
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
    border-bottom-color: #c4e1ff;
}

table.module td.end {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #0b387c;
}

table.module td.h {
	font-weight: bold;
	font-size: 13px;
    color : #0000ff;
}

table.module td.brc {
    text-align: center;
    font-weight: bold;
    color: red;
}

table.module td.cent {
    text-align: center;
}

table.module td.b {
	font-weight: bold;
}

table.module td.btr {
    font-weight: bold;
    color: blue;
    text-align: right;
}

table.module td.bred {
    font-weight: bold;
    color : white;
    background-color : red;
    text-align: center;
}

table.module td.green {
    font-weight: bold;
    color : white;
    background-color : #00cc00;
    text-align: center;
}

table.module td.bblue {
    font-weight: bold;
    color : white;
    background-color : blue;
    text-align: center;
}

table.module td.bblack {
    font-weight: bold;
    color : white;
    background-color : black;
    text-align: center;
}

table.headertable {
    border : 2px solid #0b387c;
    background-color : #edf2fc;
    width: 100%;
    border-radius: 6px;
}

table.headertable td {
    padding: 1px;
    border-radius: 6px;
    border: 0px;
}

table.headertable a {
    text-decoration: none;
}

.stdtable {
	border : 1px solid #000000;
	background-color : white;
}

.stdtableline {
	border-bottom : 1px solid #000000;
}

.stdtablelinemark {
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
}

.stdtablelinemark2 {
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
    background-color : #e1fff3;
}

.stdtabletitle {
	background-color : #dedede;
	border-bottom : 1px solid #000000;
}

.title {
	font-weight : bold;
}

.total {
	font-size : larger;
}

.permsyes {
	color : green;
	font-weight : bold;
}

.s_permsyes {
	width : 200px;
}

.s_permsyes:hover {
	background-color : #d5d5d5;
}

.b_permsyes {
	color : white;
	background-color : green;
	font-weight : bold;
}

.permsno {
	color : red;
	font-weight : bold;
}

.s_permsno {
	width : 200px;
}

.s_permsno:hover {
	background-color : #d5d5d5;
}

.b_permsno {
	color : white;
	background-color : red;
	font-weight : bold;
}

ul { padding-left: 15px; }
ul > ul > ul > ul { list-style:circle; }

#inv { 
    background-color:#ffffd9;
    border-right:#ffffd9 1px solid;
    border-left:#ffffd9 1px solid;
    border-bottom:#ffffd9 1px solid;
    border-top:#ffffd9 1px solid;
    /*font-family: verdana;font-size:10px;
	width:45;height:16px;*/
	font-weight:bold;
	
}

.bb1 {
	width: 155px;
}

.firewall {
    font-size: 8pt;
}

table.faktura {
    background: white;
    border: 1px solid #0b387c;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;
    border-spacing: 0px;
    border-radius: 10px;
}

table.faktura th  {
    color: white;
    background: #0b387c;
    font-weight: bold;
    white-space: nowrap;
    padding: 6px;
}

table.faktura td  {
    font : 13px "times new roman", "times", "serif" ;
    border-bottom: 1px solid #0b387c;
    border-right: 1px solid #0b387c;
    white-space: nowrap;
    padding: 3px;
}

.formi {height:18px;color:#000000;font-family:verdana, arial, helvetica, sans-serif;font-size:9px;}

.label {
    border: 0;
    font: inherit;
    font-family: 'verdana', helvetica, sans-serif;
    
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    margin: 4px 8px;
    padding: 4px;
    width: 120px;
    text-align: right;
    text-shadow:0 1px 0 #000;
    vertical-align: middle;        

    background: #afafaf;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 1px 4px;
    white-space: no-wrap;
}

.label.success { background: #46a546; }
.label.warning { background: #f89406; }
.label.important { background: #c43c35; }
.label.info { background: #62bffb; }

.error1 {
    color: white;
    background-color: green;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

.error2 {
    color: white;
    background-color: red;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 5px;
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

.error3 {
    color: orange;
    background-color: #0b387c;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;                 
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

.error4 {
    color: white;
    background-color: #0b387c;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

.error5 {
    color: white;
    background-color: orange;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

.error0 {
    color: #0b387c;
    background-color: #edf2fc;
    font-size : 15px;
    font-weight: bold;
    padding: 4px;
    display: inline-block;
    border-radius:10px 10px 10px 10px;
    border: 1px solid #0b387c;        
}

a.button0,.button0 {
    color: #0b387c;
    /*background-color: #faa41a;*/
    background-color: #edf2fc;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid #0b387c;
    font-weight: bold;
    white-space: nowrap;
}

a.button0:hover, a.button0:focus:hover,.button0:hover,.button0:focus:hover {
    color: white;
    background-color: #0b387c;
}

a.button1,.button1 {
    color: green;
    background-color: white;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid green;
    font-weight: bold;
    white-space: nowrap;
}

a.button1:hover, a.button1:focus:hover,.button1:hover, .button1:focus:hover {
    color: white;
    background-color: green;
}

a.button2 {
    color: red;
    background-color: white;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid red;
    font-weight: bold;
    white-space: nowrap;
}

a.button2:hover, a.button2:focus:hover {
    color: white;
    background-color: red;
}

a.button3 {
    color: orange;
    background-color: #0b387c;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid #0b387c;
    font-weight: bold;
    white-space: nowrap;
}

a.button3:hover, a.button3:focus:hover {
    color: #0b387c;
    background-color: orange;
}

a.button4 {
    color: white;
    background-color: #0b387c;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid #0b387c;
    font-weight: bold;
    white-space: nowrap;
}

a.button4:hover, a.button4:focus:hover {
    color: #0b387c;
    background-color: white;
}

a.button5 {
    color: white;
    background-color: orange;
    border-radius : 4px; 
    margin: 5px;
    text-decoration: none;
    padding: 0px 4px 0.5px 4px;
    border: 1px solid #0b387c;
    font-weight: bold;
    white-space: nowrap;
}

a.button5:hover, a.button5:focus:hover {
    color: orange;
    background-color: white;
}

input[type="button"], input[type="submit"], input[type="reset"],a.button {
    color: #0b387c;
    background-color: #faa41a;
    border: 1px solid #0b387c;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;
        
    cursor: hand;
    font-family: verdana, arial, helvetica;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    padding: 2px 8px 2px 8px; 
    border-radius : 5px; 
    text-decoration: none;
}

input[type="submit"]:hover, input[type="submit"]:focus:hover, input[type="button"]:hover, input[type="button"]:focus:hover,a.button:hover  {
    background-color : #0b387c;
    color: white;
}

input[type="reset"]:hover, input[type="reset"]:focus:hover {
    background-color : #0b387c;
    color: white;
}

input,textarea,select {
    border-radius: 5px;
    padding: 2px 5px 2px 5px;
    border: 1px solid #909090;
    border-left: 2px solid #909090;
    border-top: 2px solid #909090;
    color : #000033;
    background-color : #d5d5d5;    
} 

input[type=text]:focus,input[type=text]:hover , textarea:focus, select:focus,select:hover,select:focus:hover,input[type=password]:focus  {
    background-color: white;
    border: 1px solid #0b387c;
    border-left: 2px solid #0b387c;
    border-top: 2px solid #0b387c;  
}

.price1 {
    color : #000033;
    background-color : white;    
    font-size : 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100px;  
    border: 1px solid #0b387c;
    border-left: 2px solid #0b387c;
    border-top: 2px solid #0b387c;  
    border-radius:5px;
}

.price2 {
    color : #000033;
    background-color : #d5d5d5;    
    font-size : 14px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100px;  
    border: 1px solid #0b387c;
    border-left: 2px solid #0b387c;
    border-top: 2px solid #0b387c;  
    border-radius:5px;
}

.price3 {
    color : #000033;
    background-color : #d5d5d5;    
    font-size : 12px;
    font-weight: bold;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100px;  
    border: 1px solid #0b387c;
    border-left: 2px solid #0b387c;
    border-top: 2px solid #0b387c;  
    border-radius:5px;
}

.hidden {
    display: none;
}

.mobile_show {
    display: none;
}

.mobile_hide {
    display: initial;
}

.div2col {
    margin : 0;
    float: left;
    width: 30%;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 25px;
}

.div2col2 {
    margin : 0;
    float: left;
    width: 40%;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 25px;
}


@media screen and (max-width: 1440px) {
    .div2col {
        width: 45%;
    }
}


@media screen and (max-width: 1020px) {
    .div2col{
        display: inline-block;
        width: 100%;
    }
    
    
    #menu {
        display: none;
    }
    
    #content {
        margin: 0px 0px 0px 0px;
    }
    
    .mobile_show {
        display:initial;
    }

    .mobile_hide {
        display: none;
    }    
    
}


/*
a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: #0b387c;
    background-color: #faa41a;
    cursor: hand;
    font-family: verdana, arial, helvetica;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    border-radius: 6px;
    padding: 2px 8px 2px 8px; 
    border: 1px solid #0b387c;
    border-bottom: 2px solid #0b387c;
    border-right: 2px solid #0b387c;
    border-radius : 5px; 
}    
*/