
@import url('new-header.css');
@import url('new-footer.css?id=3');

body{overflow-x:hidden;}

.donation-sticky {background: #167ac6;}

.review-icon{background: #167ac6;}
.review-form .form-header{background:#167ac6;}
.review-form .form-write .button-write{background:#167ac6;border:2px solid #167ac6;}
.review-form .form-write .button-write:hover{background:#fff;color:#167ac6;}
.input-form button{background: #167ac6;color:#fff;border:2px solid #167ac6;}
.input-form button:hover{background: #fff;color:#167ac6;}


.navbar-default .navbar-toggle .icon-bar{background-color: #fff;}
.tooltip-inner{padding:10px;z-index:999;}

/* Header start */
.navbar-fixed-top {
	background:#1973A6;
}
.sub-navbar-fixed-top {
        background:#167ac6;
		min-height:55px;
		position:absolute;
		display:block;
		z-index:-1;
		float:left;
		width:70%;
		margin-left:-300px;
		-webkit-transform:skew(18deg);
}

.menu-border a:after {
	 content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 0%;
	  border-bottom: 1px solid #fff;
	  transition: 0.3s;
}
.border-sub a:after {
	 content: '';
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 0%;
	  border-bottom: 1px solid #2087BF;
	  transition: 0.3s;
}
.menu-border a:hover:after {
 	 width: 100%; 
}
.menu-border img {margin-top:-5px;}
.border-sub a:hover:after {
 	 width: 100%; 
}
.navbar-brand img {
	margin-top:-8px;
	width:180px;
	height:36px;
}
.navbar-right li a span.arrow {
	width:0;
	height: 0;
	border:5px solid transparent;
	border-top:7px solid #eee;
	position: absolute;
	top:22px;
	margin-left:8px;
	margin-top:4px;
}
.navbar-right li:hover .submenu {
	display:block;
	position:absolute;
	background:#ffffff;
	right:1px;  
        padding: 10px 10px 10px 20px;     
        box-shadow: 0px 2px 4px;
        -webkit-animation:mantul-vertikal 0.5s;
	animation:mantul-vertikal 0.5s;  
	min-width: 165px;
}
.navbar-right li:hover .submenu a {
	padding: 5px 8px 5px 5px;  
}
.navbar-right img {
	width:20px;
	height:20px;
}
.image-menu {
	height:30px;
	width:30px;
	margin-top:-10px;
}
li.dropdown.languange { margin-top:12px;margin-left:17px;}

/* Header end */
ul.tst {
list-style-type: none;
padding: 0;
margin: 0;
}

li.tgt {
width : auto;
padding-left: 10px;
}

li.tgt:hover {
 background-color:rgba(204,204,204,0.4);
 cursor:pointer;
}

li.ett {
width : auto;
color: red;
 background-color:#E3DFB4;
text-align:center;
}

li.ett:hover {

 cursor:pointer;
}


#stick {
	margin-left: -2vw;
	width: 9vw;
}


.sticky {
	float:right;
	background:none!important;
	position:fixed!important;
	top:150px;
	z-index:99;
	-webkit-transform:translateZ(0);
}

#changebox {
 position: absolute;
 z-index: 9;
 display: none;
 width : 130px;
 min-height: 10px;
 background-color: #fff;
 border: 1px #c2c2c2 solid;
}

.suggestion {
	max-height: 100px;
	overflow-y: scroll;
}

.ctext {
	color:#000;
  /* padding: 1px; */
  letter-spacing: 0.3px;
  border-radius : 2px;
  -webkit-border-radius: 2px;
}

.greentxt {
  background-color: rgba(0,78,255, 0.2);
}

.extratxt {
  background-color: rgba(175, 16, 238, 0.2);
}

.redtxt {
 /*color: red;*/
 background-color: rgba(255,0,0, 0.38);
}

.normaltxt {
 color : black;
 background-color: transparent;
}

.underlinetxt {
 white-space: pre-wrap;
 border-bottom: 3px red solid;
}

.itxt {
font-style: italic;
}

.find-replace {
    position: absolute;
    right: 2px;
    width: 290px;
	background: #fff;
	border: 1px solid #ccc;
	height: 80px;
	padding: 1px;
	margin: 2px;
	display: none;
}

.find-replace input[type="text"] {
	width: 174px;
	display: inline-block;
	margin: 2px;
}

.find-replace button {
	width: 100px;
	display: inline-block;
	vertical-align: baseline;
}

.find-target {
	background-color: yellow !important;
}

.doc-table {
	border-collapse: collapse;
	border: 1px solid black;
	margin: 0 auto;
}

.doc-table tr {
	vertical-align: top;
	border: 1px solid black;
}

.doc-table td {
	vertical-align: top;
	border: 1px solid black;
	text-align: left;
}

#filedrag
{
        text-align:center;
	font-weight: bold;
        width : 100%;
        height: 190px;
	padding: 3.5em 0;
	color: #555;
	cursor: default;
}

pre
{
	width: 50%;
	height: 8em;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
        width : 500px;
	padding: 0 10px;
	margin: 1em 0;
	border: 1px solid #999;
}

#progress p
{
	display: inline;
	width: 240px;
	padding: 2px 5px;
	margin: 12px 0;
	border: 1px inset #446;
	border-radius: 5px;
	background: #eee url("https://typoonline.com/assets/img/progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}
.nhead {
	 background:transparent;
	 height:auto;
	 margin-top:50px;
}

.max-100{width: 100%;
    max-width: 100%;
    overflow: hidden;}

#loader {
                   width: 36px;
                   height: 36px;
                   background-color:#2087BF;
                   margin-top: 3.5%;
                   margin-right: 6px;
                   margin-buttom: 13px;
                   vertical-align: middle;
                   text-align:center;
                   z-index: 44;
                   float:right;
                   color:#fff;
                   display:none;
                   border:1px solid transparent;
                   border-radius:3px;
  }
#progressnum {
        margin-top: 8px;
        font-size: 12px;
        font-weight: 500;
}
#filedetail {
        margin-top: 4.6%;
        margin-buttom: 6px;
        font-size: 13px;
        font-weight: 800;
}
#docpage {
        display:none;
}
#pagecontent {
	position: relative;
	margin:auto;
	margin-bottom: 10px;
	margin-top: 30px;
/*/	width: 94%;*/
        padding: 0;
	min-height:760px;
        background-color:#eee;
        padding-bottom: 90px;
        border: 3px solid #fff;
        display:block;
-webkit-box-shadow: 0px 0px 3px 0px rgba(107,107,107,1);
-moz-box-shadow: 0px 0px 3px 0px rgba(107,107,107,1);
box-shadow: 0px 0px 3px 0px rgba(107,107,107,1);

	width: 100%;
    max-width: 100%;
    overflow: hidden;

}

.space {
        width: 100%;
        height: 70px;
}

.adshow-file {
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}

#presult {
        font-weight: 400; 
        min-height: 730px;
	margin:auto;
	background:#ffffff;
        padding: 30px;
        margin-top:60px;
        width:90%;
/*-webkit-box-shadow: 0px 0px 9px 0px rgba(107,107,107,1);
-moz-box-shadow: 0px 0px 9px 0px rgba(107,107,107,1);
box-shadow: 0px 0px 9px 0px rgba(107,107,107,1);*/
outline:0;
}

.presult-with-side-tools {
    padding: 10px !important;
    margin: 60px 0 0 0 !important;
    width: 75% !important;
}

#textdocpage {
	position: relative;
	margin:auto;
	width: 600px;
	height:424px;
	background:#ffffff;
	border : 1px dotted #bbb;
}

#textpage {
        position:relative;
        width: 96%;
        height: 400px;
        margin: 60px auto;
}



#textpresult {
        float:left;
        min-height: 200px;
        margin-bottom: 10px;
        margin-top: 39px;
}


#tools_bar {
        position:relative;
        min-height: 40px;
        background-color:#fff;
        color:#ccc;
        padding: 3px;
        padding-top: 10px;

}
#tools_button {
	float:right;
}

.left_bar {
        color:red;
}

.myicon {
        float:left;      
       margin: 5px;
}

.filename {
       float:left;
       margin: 5px;
       color: #4D4F4F;
       font-size: 18px;
       font-weight: 700;
}

.tprogress {
       float:left;
       margin: 5px;
       width: 25px;
       display:none;
}

.info_bar {
       float:left;
}

.pstatus {
       float:left;
       margin-top: 11px;
       margin-left: 3px;
       color: #000;
       font-size: 11px;
}

.hasil {
	margin:0 
	auto;text-align:center;
	line-height:45px;
}
.sticktools {
	position:fixed!important;
	top:51px;
	z-index:99;
        height: 60px;
        border-bottom: 8px solid #eee;
	-webkit-transform:translateZ(0);
    -webkit-box-shadow: inset 0 4px 4px -4px rgba(107,107,107,1);
    -moz-box-shadow: inset 0 4px 4px -4px rgba(107,107,107,1);
    box-shadow: inset 0 4px 4px -4px rgba(107,107,107,1);
}

/* WL NEW */
/* ################################################ */
.box {
	position: relative;
	width: 56px;
	height: 56px;
	margin-left: 0px;
	margin-top: 0px;

}

.loading:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	margin-top: 0px;
	margin-left: 0px;
	border-width: 1px 1px;
	border-style: solid;
	border-color: rgb(114,148,118) rgba(140,156,139,0.3);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: spin 3.45s infinite;
		-o-animation: spin 3.45s infinite;
		-ms-animation: spin 3.45s infinite;
		-webkit-animation: spin 3.45s infinite;
		-moz-animation: spin 3.45s infinite;
}
.loading:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	margin-top: 11px;
	margin-left: 11px;
	background-color: rgba(147,184,155,0.92);
	border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-o-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-ms-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-webkit-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
		-moz-animation: pulse 6.9s infinite, borderPulse 6.9s infinite;
}

/* pop up */

/* style untuk link popup */
a.popup-link {
padding:17px 0;
text-align: center;
margin:10% auto;
position: relative;
width: 300px;
color: #fff;
text-decoration: none;
background-color: #FFBA00;
border-radius: 3px;
box-shadow: 0 5px 0px 0px #eea900;
display: block;
}
a.popup-link:hover {
background-color: #ff9900;
box-shadow: 0 3px 0px 0px #eea900;
-webkit-transition:all 1s;
transition:all 1s;
}
/* end link popup*/


.authentic .modal-header, .authentic .modal-footer{border-bottom:0;border-top:0;background:#fff;}
.authentic .modal-body img{width:250px;}
.authentic h2{font-weight:700;font-size:18pt;margin-top: 5px;}
.authentic .openid-buttons {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none!important;
    margin-left: 0;
    font-weight: 400;
    text-shadow: none;
    width: 100%;
    transition: all .3s;
    margin:20px auto;
}
.authentic .openid-buttons a{
    line-height: 40px;
    margin: 5px;
    padding: 10px 20px;
    text-decoration:none;
}
.authentic a.gp {
    background: #A83137;
    color: #fff;
    border:2px solid #A83137;
}
.authentic a.gp:hover{background: #fff;color: #A83137;}
.authentic a.fb {
    background: #292A69;
    color: #fff;
    border:2px solid #292A69;
}
.authentic a.fb:hover{background: #fff;color: #292A69;}
.authentic a.ln {
	background: #2867B2;
	color: #fff;
	border:2px solid #2867B2;
}
.authentic a.ln:hover{background: #fff;color: #2867B2;}
.authentic .modal-footer{padding-top:0;padding-bottom:25px;font-style:italic;}
.authentic input, .authentic button{width:100%;padding:5px 10px;margin:10px 0;border-radius:0}
.authentic button{font-weight:700;letter-spacing:2px;text-transform:uppercase;;padding:10px;}

#thanks .modal-header, #thanks .modal-footer{border-bottom:0;border-top:0;background:#fff;}
#thanks .modal-dialog {margin: 25vh auto;}



/* animasi popup */@-webkit-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@-moz-keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
@keyframes autopopup {
from {opacity: 0;margin-top:-200px;}
to {opacity: 1;}
}
/* end animasi popup */


/*style untuk popup */
#popup {
background-color: rgba(0,0,0,0.7);
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
margin:0;
-webkit-animation:autopopup 2s;
-moz-animation:autopopup 2s;
animation:autopopup 2s;
}
#popup:target {
-webkit-transition:all 1s;
-moz-transition:all 1s;
transition:all 1s;
opacity: 0;
visibility: hidden;
}
.popup-container {
position: relative;
margin:7% auto;
padding:30px 50px;
background-color:#2989CA;
color:#EBEDF0;
border-radius: 3px;
}
.popup-wrapper {
z-index:9999;
}
a.popup-close {
position: absolute;
top:3px;
right:3px;
background-color:transparent;
padding:7px 10px;
font-size: 20px;
text-decoration: none;
line-height: 1;
color:#fff;
}
/* end style popup *//* style untuk isi popup */
.popup-form {
margin:10px auto;
}
.popup-form h2 {
margin-bottom: 5px;
font-size: 30px;
text-transform: uppercase;
}
.popup-form .input-group {
margin:10px auto;
}
.popup-form .input-group input {
padding:17px;
text-align: center;
margin-bottom: 10px;
border-radius:3px;
font-size: 16px;
display: block;
width: 100%;
}
.popup-form .input-group input:focus {
outline-color:#FB8833;
}
.popup-form .input-group input[type="email"] {
border:0px;
position: relative;
}
.popup-form .input-group input[type="submit"] {
background-color: #FB8833;
color: #fff;
border: 0;
cursor: pointer;
}
.popup-form .input-group input[type="submit"]:focus {
box-shadow: inset 0 3px 7px 3px #ea7722;
}
/* end style isi popup */
.popup-ul {
	text-decoration:none;
}
.popup-ul li {
	text-decoration:underline;
	display:inline;
	margin-right:23px;
	margin-left:20px;
}
.popup-ul li a {
	text-decoration:none;
	color:#fff;
}
/*pop up */




@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(1080deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	50% {
		-o-transform: rotate(360deg);
	}
	100% {
		-o-transform: rotate(1080deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	50% {
		-ms-transform: rotate(360deg);
	}
	100% {
		-ms-transform: rotate(1080deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(360deg);
	}
	100% {
		-webkit-transform: rotate(1080deg);
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	50% {
		-moz-transform: rotate(360deg);
	}
	100% {
		-moz-transform: rotate(1080deg);
	}
}

@keyframes pulse {
	0% {
		background-color: rgba(128,143,131,0.2);
	}
	13% {
		background-color: rgba(189,212,200,0.2);
	}
	15% {
		background-color: rgba(141,176,149,0.9);
	}
	28% {
		background-color: rgba(187,212,182,0.9);
	}
	30% {
		background-color: rgba(144,194,156,0.2);
	}
	43% {
		background-color: rgba(141,199,145,0.2);
	}
	45% {
		background-color: rgba(142,158,142,0.9);
	}
	70% {
		background-color: rgba(143,161,146,0.9);
	}
	74% {
		background-color: rgba(166,204,168,0.2);
	}
	100% {
		background-color: rgba(149,219,163,0.9);
	}
}

@-o-keyframes pulse {
	0% {
		background-color: rgba(128,143,131,0.2);
	}
	13% {
		background-color: rgba(189,212,200,0.2);
	}
	15% {
		background-color: rgba(141,176,149,0.9);
	}
	28% {
		background-color: rgba(187,212,182,0.9);
	}
	30% {
		background-color: rgba(144,194,156,0.2);
	}
	43% {
		background-color: rgba(141,199,145,0.2);
	}
	45% {
		background-color: rgba(142,158,142,0.9);
	}
	70% {
		background-color: rgba(143,161,146,0.9);
	}
	74% {
		background-color: rgba(166,204,168,0.2);
	}
	100% {
		background-color: rgba(149,219,163,0.9);
	}
}

@-ms-keyframes pulse {
	0% {
		background-color: rgba(128,143,131,0.2);
	}
	13% {
		background-color: rgba(189,212,200,0.2);
	}
	15% {
		background-color: rgba(141,176,149,0.9);
	}
	28% {
		background-color: rgba(187,212,182,0.9);
	}
	30% {
		background-color: rgba(144,194,156,0.2);
	}
	43% {
		background-color: rgba(141,199,145,0.2);
	}
	45% {
		background-color: rgba(142,158,142,0.9);
	}
	70% {
		background-color: rgba(143,161,146,0.9);
	}
	74% {
		background-color: rgba(166,204,168,0.2);
	}
	100% {
		background-color: rgba(149,219,163,0.9);
	}
}

@-webkit-keyframes pulse {
	0% {
		background-color: rgba(128,143,131,0.2);
	}
	13% {
		background-color: rgba(189,212,200,0.2);
	}
	15% {
		background-color: rgba(141,176,149,0.9);
	}
	28% {
		background-color: rgba(187,212,182,0.9);
	}
	30% {
		background-color: rgba(144,194,156,0.2);
	}
	43% {
		background-color: rgba(141,199,145,0.2);
	}
	45% {
		background-color: rgba(142,158,142,0.9);
	}
	70% {
		background-color: rgba(143,161,146,0.9);
	}
	74% {
		background-color: rgba(166,204,168,0.2);
	}
	100% {
		background-color: rgba(149,219,163,0.9);
	}
}

@-moz-keyframes pulse {
	0% {
		background-color: rgba(128,143,131,0.2);
	}
	13% {
		background-color: rgba(189,212,200,0.2);
	}
	15% {
		background-color: rgba(141,176,149,0.9);
	}
	28% {
		background-color: rgba(187,212,182,0.9);
	}
	30% {
		background-color: rgba(144,194,156,0.2);
	}
	43% {
		background-color: rgba(141,199,145,0.2);
	}
	45% {
		background-color: rgba(142,158,142,0.9);
	}
	70% {
		background-color: rgba(143,161,146,0.9);
	}
	74% {
		background-color: rgba(166,204,168,0.2);
	}
	100% {
		background-color: rgba(149,219,163,0.9);
	}
}

@keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(168,196,174), 0 0 0 1px rgba(145,163,143,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(56,163,111), 0 0 0 1px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 2px #FFF, 0 0 1px 2px rgba(221, 187, 0, 0.8);
	}
}

@-o-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(168,196,174), 0 0 0 1px rgba(145,163,143,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(56,163,111), 0 0 0 1px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 2px #FFF, 0 0 1px 2px rgba(221, 187, 0, 0.8);
	}
}

@-ms-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(168,196,174), 0 0 0 1px rgba(145,163,143,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(56,163,111), 0 0 0 1px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 2px #FFF, 0 0 1px 2px rgba(221, 187, 0, 0.8);
	}
}

@-webkit-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(168,196,174), 0 0 0 1px rgba(145,163,143,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(56,163,111), 0 0 0 1px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 2px #FFF, 0 0 1px 2px rgba(221, 187, 0, 0.8);
	}
}

@-moz-keyframes borderPulse {
	0% {
		box-shadow: 0 0 0 0 rgb(168,196,174), 0 0 0 1px rgba(145,163,143,0.8);
	}
	40% {
		box-shadow: 0 0 0 1px rgb(56,163,111), 0 0 0 1px rgba(221, 187, 0, 0.8);
	}
	80% {
		box-shadow: 0 0 0 2px #FFF, 0 0 1px 2px rgba(221, 187, 0, 0.8);
	}
}
.inputfile {
	width: 800px;
	height: 200px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
        margin: 0 auto;
	z-index: 99;
        cursor: pointer;
    padding: 50px;
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color:#333333;
    background-color:#ffffff;
    height:auto;
    width:90rem;
    padding:0px 0px 1rem;
    border-radius: 0.9375rem;
    border:0.5rem dashed #1D7AB8;
    z-index: 1;
}
.label label {
	margin-left:100px;
}
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
	pointer-events: none;
}
.upload-text {color:#777;font-size:12pt;}


.tutor { margin-top:20px;}
.box-tutor {
    border: 3px solid #eee;
    padding: 10px;
}
.box-tutor span{
	font-weight:700;
	text-transform: capitalize;
}
.text-tutor {
    font-size: 22px;
}

/* Youtube Responsive */
.videoyoutube{text-align:center;margin:auto;width:100%;}
.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin-top:20px;margin-bottom:20px;}
.video-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}


.new-kontributor{
	display: inline-block;
	width: 100%;
}

.kontributor {
    margin: 40px 0 50px 0;
}

.kontributor-title {
	font-size: 25px;
    margin-bottom: 20px;
}

.kontributor-body {
	text-align: center;
}

.kontributor-name {
    font-weight: 800;
    font-size: 19px;
}

.kontributor-name a {
	color: #777;
}

.kontributor-profile {

}

.kontributor-tag {

}

/* Tool Tip */
.tooltip {
	/*background: #fff;*/
	width: 43vw;
	max-width: 43vw;
}

.tooltip-arrow {

}

.tooltip-inner {
	background: #355bc4;
	font-size: 13px;
	width: 35vw;
	max-width: 35vw;
	text-align: justify;
}

/* Footer start */

.explain {
	background:#1973A6; 
}
.sub-explain { 
    background:#167ac6;
}

@media screen and (min-width: 991px) {
	.box {
		position: absolute;
		width: 56px;
		height: 56px;
		margin-left: 5px;
		margin-top: 0px;
	}
	.pagecontent_ads {
		margin-top: 83px !important;
	}
	.tools_bar_ads {
		min-height: 165px !important;
	}
	.hide_ads {
		color:#484242;
		font-size: 26px;
		margin-top: -10px;
		cursor: pointer;
	}
}

@media (min-width: 768px) {
	#popup-feedback .modal-dialog {
		width: 400px;
	}

	.authentic .modal-dialog {
		width: 450px;
	}

	.popup-container {
		width: 600px;
	}
}

@media screen and (max-width: 768px){
	.legend-stick, #stick{display:block;}
	/* #stick-space {
		display:none;
	} */
	.sticktools {
		height: inherit;
		padding-bottom: 10px;
	}
	.left_bar {
		width: 100%;
		max-width: 100%;
		overflow: hidden;
	}
	.info_bar {
		max-height: 41px;
		margin: 0 31vw;
		width: 50vw;
	}
	.file_bar {
		overflow: hidden;
		display: inline-flex;
		max-width: 95vw;
	}
	.filename {
		white-space: nowrap;

	}
	.pstatus {
		font-size: 14px;
		margin-top: 5px
	}
	#stick {
		margin-left: 10px;
		width: 100%;
		margin-top: 30px;
	}

	.sticky {
		position: relative !important;
	}

	#presult {
		padding: 5px;
		width: 100%;
		margin-top: 20px;
	}

	.worksheet {
		padding-right: 0;
	}

	#tools_button {
		float: none;
		display: block;
		text-align: center;
	}

	.container.loc {
		padding: 0;
	}

	#docpage {
		margin: 0 -15px !important;
	}

	.popup-container {
		width: 100%;
	}
}