@charset "UTF-8";

@font-face {
  font-family: "untitled-font-2";
  src:url(../fonts/untitled-font-2.eot);
  src:url(../fonts/untitled-font-2.eot?#iefix) format("embedded-opentype"),
    url(../fonts/untitled-font-2.woff) format("woff"),
    url(../fonts/untitled-font-2.ttf) format("truetype"),
    url(../fonts/untitled-font-2.svg#untitled-font-2) format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-logo]:before {
  font-family: "untitled-font-2" !important;
  content: attr(data-logo);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="logo-"]:before,
[class*=" logo-"]:before {
  font-family: "untitled-font-2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.logo-ncpz-logo:before {
  content: "\61";
}

.borred
{
	border: solid 6px white !important; 
}

.doc-line
{  
	min-height: 120px;
}

.sv_settings{
    padding: 10px;
    min-height: 40px;
    font-size:14px;
    color:#333;
    background: white;
}
.sv_settings *{
    font-weight:bold;
}

.fs-outer button{
 display:inline-block;  
 background:white !important;
 color:black !important; 
 height:35px;
 width:35px;
 padding: 0;
}
.fs-n{
    font-size:14px;
}
.fs-m{
    font-size:18px;
}
.fs-l{
    font-size:24px;
}

.cs-outer button{
display:inline-block;  
height:35px;
width:35px;
padding: 0;
}

.cs-bw, .cs-bw:focus, .cs-bw:hover{
    color:#000000 !important;
    background-color:#FFFFFF !important;
}
.cs-wb, .cs-wb:focus, .cs-wb:hover{
    color:#FFFFFF !important;
    background-color:#000000 !important;
}
.cs-bb, .cs-bb:focus, .cs-bb:hover{
    color: #063462 !important;
    background-color: #9dd1ff !important;
}
.cs-gb, .cs-gb:focus, .cs-gb:hover{
    color: #4d4b43 !important;
    background-color: #f7f3d6 !important;
}
.cs-yg, .cs-yg:focus, .cs-yg:hover{
    color: #a9e44d !important;
    background-color: #3b2717 !important;
}