@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/nanumgothic.css');
/* 
font-family: 'Nanum Gothic';
Regular 400
Bold 700
ExtraBold   800
*/


@font-face {
  font-family: "a1";
  font-style: normal;
  font-weight: 400;
  src: local("../font/a1"), /* computer */
    url("../font/a1.eot"), /* IE9 Compat Modes */
    url("../font/a1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */  
    url("../font/a1.woff") format("woff"), /* Modern Browsers */
    url("../font/a1.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a2";
  font-style: normal;
  font-weight: 500;
  src: local("../font/a2"), /* computer */
    url("../font/a2.eot"), /* IE9 Compat Modes */
    url("../font/a2.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ 
    url("../font/a2.woff") format("woff"), /* Modern Browsers */
    url("../font/a2.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a3";
  font-style: normal;
  font-weight: 600;
  src: local("../font/a3"), /* computer */
    url("../font/a3.eot"), /* IE9 Compat Modes */
    url("../font/a3.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a3.woff") format("woff"), /* Modern Browsers */
    url("../font/a3.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a4";
  font-style: normal;
  font-weight: 700;
  src: local("../font/a4"), /* computer */
    url("../font/a4.eot"), /* IE9 Compat Modes */
    url("../font/a4.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a4.woff") format("woff"), /* Modern Browsers */
    url("../font/a4.ttf") format("truetype"); /* Safari, Android, iOS */
}
@font-face {
  font-family: "a5";
  font-style: normal;
  font-weight: 800;
  src: local("../font/a5"), /* computer */
    url("../font/a5.eot"), /* IE9 Compat Modes */
    url("../font/a5.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/a5.woff") format("woff"), /* Modern Browsers */
    url("../font/a5.ttf") format("truetype"); /* Safari, Android, iOS */
}


/* **** Common Reset **** */
*{margin:0;padding:0;list-style:none;font-size:14px;font-family: "Nanum Gothic"; box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5{margin:0;padding:0;word-wrap:break-word;word-break:break-all;}
li,p,span,strong,a,i,em{font-size:inherit;color:inherit;font-family:inherit;}
b, strong{font-weight:700;color: inherit;font-size: inherit;}
font{font-size:inherit;}
body, html{width:100%; height:100%; /*background: #f4f7f9; */}
input,select,img{vertical-align:middle;}
img{border:0;}
table{width:100%;}
table caption{position: absolute;top: 0px;left: 0px;overflow: hidden;display: block !important;width: 0px !important;height: 0px !important;margin: 0 !important;font-size: 0 !important;line-height: 0 !important;}
.clearfix::after{content:"";display:block;clear:both;}
a{display:inline-block;text-decoration:none;transition:all 0.2s ease-in-out;}
i{font-style:normal;}
table {border-collapse: collapse;width: 100%;}
h6 { font-weight:normal; display:inline-block; }
button,
input[type="button"] { border:0; outline:0; }
.left { float:left; }
.right { float:right; }
th.left,
td.left { float:none; text-align: left !important; }
th.center,
td.center { float:none; text-align: center !important; }
th.right,
td.right { float:none; text-align: right !important; }
.iconfont { vertical-align: middle; }

.betscroll::-webkit-scrollbar-track{	background-color: #21283b;}
.betscroll::-webkit-scrollbar{	width: 5px;	background-color: #F5F5F5;	opacity:0.5;}
.betscroll::-webkit-scrollbar-thumb{	background-color: #373f53;	opacity:0.5;}
.betscroll { scrollbar-base-color: #262626;scrollbar-Face-Color: #9b34f9; scrollbar-Track-Color:#262626;   scrollbar-Shadow-Color: #262626}
.textdot { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

.fontHide { display:inline-block;position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden }
.hInline { display:inline; font-size:inherit; font-weight:inherit; }

h1,h2,h3,h4,h5,h6 { font-weight:normal !important; }

.displaynone {display: none;}

.ease { position:relative; overflow:hidden; transition:all 0.2s ease-in-out; }
.ease:before { content:"";position:absolute; width:100%;height:100%;top: 0;left: -100%;overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .5)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg); 
}
.ease:hover:before {
    left: 150%;
    transition: left 1s ease 0s;
}

body {/*min-width:1700px;*/background: #333333;}

a:hover, a:focus, a:active {
  color: #dd4b39 !important;
  text-decoration: none;
}
/* .red { color:#f74040 !important; font-family: "a3"; } */

.point-skin th, .point-skin td {
  white-space: nowrap;
}

.pop1{display:none;position:fixed;top:150px;left:0;right: auto;z-index: 100;background: #151a1d;box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);width:auto;}
.pop1 .cont{font-size:13px;color:#fff;}
.pop-bt{background: #7750f8;height: 30px;line-height: 33px;padding: 0 10px;overflow: hidden;}
.pop-bt label{float:left;color:#ffffff;font-size:13px;line-height:32px;}
.pop-bt a.pop-close{float:right;color: #4ff492;line-height:32px;}
.pop-bt a.pop-close i{vertical-align: middle;margin-left:5px;font-size: 13px;}
.pop-bt a.pop-close img{vertical-align: -1px;margin-left:5px;}

.ko { padding-bottom:10px; }

#wrap {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}
#header {position:relative;z-index:105;height: 50px;background: #fff;border-bottom: 1px solid #f4f4f4;}
#header .headerInner { position:relative; }
#header .headerInner .logo,
#header .headerInner .topRight {position:absolute;top: 0px;}
#header .headerInner .logo {left: 0px;width: 230px;border-right: 1px solid #eeeeee;text-align: center;padding: 5px 0;}
#header .headerInner .logo a img{width: 180px;height: 40px;vertical-align: middle;}
#header .headerInner .logo .hide { display:none; }
#header .headerInner .topRight { right:0; }
#header .headerInner .topCenter { width:1200px; margin:0 auto; }
#header .headerInner .topCenter .topCate {float:left;margin-left: 230px;}
#header .headerInner .topCenter .topCate li {float:left;position:relative;border-right: 1px solid #eeeeee;}
#header .headerInner .topCenter .topCate li a {color: #000;padding: 0 10px;font-size: 13px;line-height: 50px; font-family: "Roboto", sans-serif;}
#header .headerInner .topCenter .topCate li a:hover { color: #dd4b39; }
#header .headerInner .topCenter .topCate li a > .iconfont { color:#9b7dff; }
#header .headerInner .topCenter .topCate li a > .iconfont:hover { color:#fff; }

#header .headerInner .topCenter .topCate li .depth2 { 
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: 170px;
  background: #fff;
 }
 #header .headerInner .topCenter .topCate li .depth2 li { margin:20px 0 0; display:block; float:none; border:0; margin:0; border-top:1px solid #eeeeee; padding:5px 0 5px 12px; line-height:22px; }
 #header .headerInner .topCenter .topCate li .depth2 li:hover { background:#fafafa; }
 #header .headerInner .topCenter .topCate li .depth2 li:first-child { border-top:0; }
 #header .headerInner .topCenter .topCate li .depth2 li a { display:block; padding:0; font-size:12px; line-height:inherit; color:#000; }
 #header .headerInner .topCenter .topCate li .depth2 li a:hover,
 #header .headerInner .topCenter .topCate li .depth2 li a.active { text-decoration:underline; color:#000 !important; /*font-family:"a3";*/font-weight: bold; text-decoration: none;}
 #header .headerInner .topCenter .topCate li .hasDepth3 { position:relative; }
 #header .headerInner .topCenter .topCate li .hasDepth3:after {font-family: "FontAwesome";float: right;position: relative;content: "\f105";position:absolute; right:10px; top:0px; }
 #header .headerInner .topCenter .topCate li .depth3 { display:none; position:absolute; left:100%; top:0px; width: 170px; background: #fff; }
#header .headerInner .topCenter .topSearch {position:relative; float:right;height: 50px;font-size:0;}
#header .headerInner .topCenter .topSearch ul { font-size:0; }
#header .headerInner .topCenter .topSearch li { width:40px; text-align:center; display:inline-block; border-left:1px solid #eeeeee; vertical-align: top;}
#header .headerInner .topCenter .topSearch li a { line-height: 50px;display:block; color:#000; cursor: pointer; position:relative; }
#header .headerInner .topCenter .topSearch li a i {font-size: 16px;text-align: center;position: relative;top: 6px;}
#header .headerInner .topCenter .topSearch li a .proTooltip { position: absolute; background: #000; color: #fff; border-radius: 5px; font-size: 12px; left: 50%; transform: translateX(-50%); padding: 5px 8px; white-space: nowrap; top: 55px; opacity: 0; transition: opacity .3s; }
#header .headerInner .topCenter .topSearch li a:hover .proTooltip { opacity:1; }
#header .headerInner .topCenter .topSearch li a .proTooltip .wrap { position: relative; font-size: 12px; line-height:12px;}
#header .headerInner .topCenter .topSearch li a .proTooltip .wrap:after { 
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  transform: rotate(0deg);
}
#header .headerInner .topCenter .topSearch .searchDrop {display:none; position:absolute;top:50px;padding:7px 10px;width:280px;font-size: 0;right: 39px;border-radius: 3px;border: 1px solid #eee; background:#fff;}
#header .headerInner .topCenter .topSearch .searchDrop.open { display:block; }
#header .headerInner .topCenter .topSearch .searchDrop input {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border: 1px solid #ccc;color: #555;width:66%;vertical-align: top;}
#header .headerInner .topCenter .topSearch .searchDrop input:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); }
#header .headerInner .topCenter .topSearch .searchDrop .btn-navy {width:33%;text-align:center;border: 1px solid rgb(40, 40, 50);background-color: rgb(50, 60, 70);color:#fff;padding: 0px 10px;font-size: 12px;line-height: 28px;cursor:pointer;vertical-align: top;float: right;}
#header .headerInner .topCenter .topSearch .searchDrop .btn-navy .iconfont { font-weight:bold; vertical-align: top; }
#header .headerInner .topCenter .topSearch select { 
  background: transparent;
  color: #fff;
  border: 0;
  outline: 0;
  padding: 0 0 0 20px;
  height: 55px;
  width:100px;
 }
 #header .headerInner .topCenter .topSearch select option {
  background: #464e62;
  border:0;
  outline:0;
  padding:20px 0;
 }
#header .headerInner .topRight { font-size:0; top:0;  }
#header .headerInner .topRight a { position:relative; display:inline-block; padding:0 15px; line-height:80px;  }
#header .headerInner .topRight a:hover span{ color:#4ff461; }
#header .headerInner .topRight a span { color:#fff; font-size:25px; }
#header .headerInner .topRight a.notice { padding-right:30px; }
#header .headerInner .topRight a.notice:after { display:none; content:""; position:absolute; left:40px; top:calc(50% - 12px); transform:translateY(-50%); width:4px; height:4px; background:#4ff461; border-radius:50%; }

#header .headerInner .topRight a.notice.hasNotice:after { display:block; -webkit-animation:darkback 2s infinite linear; }
#header .headerInner .topRight a.setting { padding:0 25px; }
#header .headerInner .topRight a.setting:after { content:""; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:32px; background:#9b7dff; }

#header .headerInner .topRight .rightInner { position:relative; }
#header .headerInner .topRight .rightInner .setArea { display:none; position:absolute; top:65px; right:25px; background:#1d2333; border-radius:10px; width:220px; padding:20px; }
#header .headerInner .topRight .rightInner .setArea .proArea { margin:0 0 15px; }
#header .headerInner .topRight .rightInner .setArea .proArea .profile { 
  display: inline-block;
  width: 43px;
  height: 47px;
  line-height: 47px;
  background: url(../images/common/profile_bg.png) no-repeat;
  position: relative;
  text-align: center;
  background-size:100%;
}
#header .headerInner .topRight .rightInner .setArea .proArea .profile .level {
  position: absolute;
  bottom: -2px;
  right: -8px;
  width: 20px;
  height: 23px;
  background: url(../images/sub/level_admin_bg.png) no-repeat;
  background-size:100%;
  line-height: 23px;
  color: #ffffff;
  font-family: "a3";
  font-size: 12px;
}
#header .headerInner .topRight .rightInner .setArea .proArea .name { display:inline-block; margin:0 0 0 5px; color:#fff; font-size:14px; }
#header .headerInner .topRight .rightInner .setArea .proArea .name strong { color:#9aa4bf; }
#header .headerInner .topRight .rightInner .setArea .money { margin:0 0 20px; }
#header .headerInner .topRight .rightInner .setArea .money dl { float:left; width:50%; position:relative; text-align: center; cursor:pointer; }
#header .headerInner .topRight .rightInner .setArea .money dl:first-child:after { content:""; position:absolute; right:-8px; top:50%; width:2px; height:18px; transform: translateY(-50%); background:#262d3e; }
#header .headerInner .topRight .rightInner .setArea .money dl dd { color:#fff; font-size:12px;  }
#header .headerInner .topRight .rightInner .setArea .money dl dt { font-size:12px; color:#9aa4bf; margin:8px 0 0 0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li { margin:20px 0 0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li:first-child { margin:0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a { font-size:13px; color:#fff; line-height:13px; padding:0; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a:hover { text-decoration: underline; color:#4ff461; }
#header .headerInner .topRight .rightInner .setArea .infoMenu li a .iconfont { color:#616a82; width:30px; display:inline-block; position:relative; font-size:20px; }
#header .headerInner .topRight .rightInner .setArea .logout { padding:0; border-radius:10px; background:#7750f8; color:#fff; font-size:12px; font-family:"a3"; line-height:40px; display:block; margin:22px 0 0; text-align: center; }
#header .headerInner .topRight .rightInner .setArea .logout:hover { background:#5753e4; }

#header .headerInner .topRight .rightInner .alarmArea {display:none; position:absolute; top:65px; right:85px; border-radius:10px; overflow:hidden; width:300px; }
#header .headerInner .topRight .rightInner .alarmArea ul li { position:relative; height:50px; line-height:50px; color:#fff; background:#1d2333; }
#header .headerInner .topRight .rightInner .alarmArea ul li:nth-child(2n) { background:#21283b; }
#header .headerInner .topRight .rightInner .alarmArea ul li .title { font-family:"a3"; display:inline-block; width:calc(100% - 100px); padding:0 0 0 20px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: top;}
#header .headerInner .topRight .rightInner .alarmArea ul li a.answer { font-family:"a3"; padding:0; position:absolute; right:15px; top:50%; transform: translateY(-50%); color:#949eb8; font-size:12px; line-height:inherit; }
#header .headerInner .topRight .rightInner .alarmArea ul li a.answer .iconfont { color:#4ff461; margin-right:2px; font-size:16px; }
#header .headerInner .topRight .rightInner .alarmArea .lookAll { display:block; height:50px; line-height:50px; color:#fff; font-size:14px; font-family:"a3"; text-align: center; background:#7750f8; }


#container #leftArea { display:none; z-index:100; position:fixed; left:0; top:80px; width:80px; height:100%; background:#1d2333; }
#container #leftArea > div { height:100%; }
#container #leftArea .leftMenu { margin:35px 0 0; height:calc(100% - 195px);}
#container #leftArea .leftMenu li { margin:0 0 25px; text-align: center;}
#container #leftArea .leftMenu li a { position:relative; display:inline-block; width:50px; height:50px; line-height:50px; border-radius:10px; }
#container #leftArea .leftMenu li a.profile { display:inline-block; width:55px; height:61px; line-height:61px; background:url(../images/common/profile_bg.png) no-repeat; position:relative; }
#container #leftArea .leftMenu li a.profile:hover { background:url(../images/common/profile_bg.png) no-repeat; }
#container #leftArea .leftMenu li a.profile:hover .iconfont { color:#616a82 }
#container #leftArea .leftMenu li a.profile .level { position:absolute; bottom:2px; right:0; width:20px; height:23px; background:url(../images/common/level_bg.png) no-repeat; line-height:23px; color:#ffffff; font-family:"a3"; font-size:12px; }

#container #leftArea .leftMenu li a span { color:#616a82; }
#container #leftArea .leftMenu li a .name { display:none; opacity:0; position:absolute; right:-80px; top:50%; transform: translateY(-50%); width:65px; height:25px; line-height:25px; border-radius:13px; background: #293249; color:#fff; font-size:12px;transition:all 0.5s;}
#container #leftArea .leftMenu li a .name.special { display:inline-block; width:75px; right:-90px; }
#container #leftArea .leftMenu li a:hover { background:#293249; }
#container #leftArea .leftMenu li a:hover span { color:#4ff461; }
#container #leftArea .leftMenu li a:hover .name { opacity:1; color:#fff; right:-68px; }
#container #leftArea .leftMenu li a:hover .name.special { right:-78px; }
#container #leftArea:hover .leftMenu li a .name { display:block; }
#container #leftArea .leftFold { z-index:1; position:relative; display:block; height:80px; line-height:80px; background:#293249; text-align: center; }
#container #leftArea .leftFold .iconfont { color:#5a637b; font-size:22px; }

#container #content {width:1200px;margin: 0 auto 35px;}
#container #content:after { content:""; clear:both; display:block; }
#container #content .ctLeft {float:left;width: 75%;padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 20px;font-size: 0;}
#container #content .ctRight {float:right;width: 25%;padding-left: 10px;padding-right: 10px;padding-top: 20px;padding-bottom: 20px;}
#container #content .ctRight .login { border: 1px solid #ddd; margin:0 0 20px; overflow:hidden; padding: 10px;}
#container #content .ctRight .login #subLogin { display:block; border: 1px solid rgb(40, 40, 50); background-color: rgb(50, 60, 70); color:#fff; text-align: center; line-height:32px; font-size:14px; margin-bottom:10px; }
#container #content .ctRight .login #subLogin:hover { background:rgb(40, 40, 50); }
#container #content .ctRight .login #subLogin .iconfont { vertical-align: top; font-size:12px; }
.memInfo .profile {height: 60px;position:relative;padding: 0 0 0 72px;}
.memInfo h3 {font-size: 17px;line-height: 32px;padding: 14px 0px 0;margin: 0px;letter-spacing: -1px;display: block;text-overflow: ellipsis;white-space: nowrap;word-wrap: normal;overflow: hidden;color:#333;}
.memInfo .photo { position:absolute; left:0; top:0; border-radius:50%; overflow:hidden; height:60px; width:60px; overflow:hidden;}
.memInfo .photo img { width:100%; }
.memInfo .logout {position:absolute;right:0;top: 21px;color: #777;font-size: 14px;}
/* Progress Bars ------------------------------------------------------ */
.active.progress-bar .progress {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.div-progress.progress {
  position:relative;
  margin:10px 0;
  height: 28px;
  
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
  background-color: rgb(245, 245, 245);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.div-progress.progress .sr-only { 
  font-family: tahoma, sans-serif; 
  margin: 0px 15px; 
  left: 0px; 
  width: auto; 
  height: 28px; 
  line-height: 28px; 
  font-size: 12px; 
  clip: auto; 
}
.div-progress .sr-score { 
  font-family: tahoma, sans-serif; 
  height: 28px; 
  line-height: 28px; 
  font-size: 12px; 
  padding-right:8px; 
}
.div-progress .proTooltip {position:absolute;background:#000;color:#fff;border-radius:5px;font-size:12px;left: 50%;transform: translateX(-50%);padding: 5px 8px;white-space: nowrap;top: -33px;opacity: 0;transition: opacity .3s;}
.div-progress.progress:hover .proTooltip { opacity:1; }
.div-progress .proTooltip .wrap { position:relative; font-size:12px; }
.div-progress .proTooltip .wrap:after {content: "";position: absolute;bottom: -15px;left: 50%;margin-left: -5px;border-width: 5px;border-style: solid;border-color: transparent transparent #000 transparent;transform: rotate(180deg);}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
  text-align: left;
}
.progress-striped .progress-bar,.progress-bar-striped {
  max-width:100%;
  background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
  /* background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent); */
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px
}
#container #content .ctRight .login .loginTop .bt_menu a { font-size:12px; color:#000;  }
#container #content .ctRight .login .loginTop .bt_menu a .count { color:orangered; font-size:12px; }
#container #content .ctRight .login .loginTop .bt_menu span { color:#ddd; display:inline-block; margin:0 3px; }
#container #content .ctRight .login .loginTop .bt_menu.hasBoarder { border-top: 1px solid #eee;margin: 5px 0px 10px; padding-top: 6px; }
#container #content .ctRight .login .loginTop .bt_menu.hasBoarder .point { color:rgb(233, 27, 35); }
#container #content .ctRight .login .loginTop .bt_menu.hasBoarder a { color:#000; }
#container #content .ctRight .login .loginTop .bt_menu.hasBoarder .right a { color:#777; }
.btnLogout {display:block;border: 1px solid rgb(40, 40, 50);background-color: rgb(50, 60, 70);color:#fff;font-size:14px;padding: 8px 13px;text-align: center;}
.btnLogout:hover { background:rgb(40, 40, 50); color:#fff !important; }
#container #content .ctRight .login .logBottom { color:#ddd; font-size:0; text-align: right;}
#container #content .ctRight .login .logBottom span { font-size:12px; margin:0 5px; }
#container #content .ctRight .login .logBottom a { display:inline-block; font-size:12px; color:#777; text-align: center; } 

#container #content .ctRight .telegram { margin:0 0 20px; }
#container #content .ctRight .telegram a { display:block; border-radius:0px; overflow:hidden; margin-top:5px; }
#container #content .ctRight .telegram a:first-child { margin:0; }
#container #content .ctRight .telegram a img { max-width:100%; }
#container #content .ctRight .rightList {border:1px solid #ddd;margin-bottom: 15px;}
#container #content .ctRight .rightList .listHead {border-bottom:1px solid #ddd;background:#f5f5f5;position: relative;height: 35px;}
#container #content .ctRight .rightList .listHead a.title {background: #fff;position: absolute;left: 0;top: -1px;border-top: 1px solid #333;line-height: 35px;text-align:center;border-right:1px solid #ddd;padding: 0 15px; font-size:12px;}
#container #content .ctRight .rightList .listHead a.more {float:right;margin-right: 10px;font-size: 11px;margin-top: 10px;color: #888 !important;}
#container #content .ctRight .rightList .listContent { padding:10px; }
#container #content .ctRight .rightList .listContent li { padding:0 !important; color:#777 !important; font-size:12px; margin-bottom:5px; }
#container #content .ctRight .rightList .listContent li.noData { line-height:1.5; margin:0; text-align: center; color:#777; }
#container #content .ctRight .rightList .listContent li.noData.oneLine { line-height:22px; padding:5px !important; }
#container #content .ctRight .rightList .listContent li a { display: block; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; overflow: hidden; color:#000; }
#container #content .ctRight .rightList .listContent li span { display: inline-block; padding: 0px 6px; font-size: 11px; letter-spacing: -1px; line-height: 16px; font-weight: normal; margin-right: 2px; min-width: 22px; text-align: center; }
#container #content .ctRight .rightList .listContent li span.blue { background:rgb(100, 195, 245); color:#fff; }

.at-go .go-btn {
  display: block;
  position: fixed;
  width: 40px;
  bottom: 55px;
  right: 30px;
  z-index: 30;
}
.at-go .go-btn span {
  display: block;
  color: #fff;
  background: rgba(0,0,0,.3);
  margin: 5px 0;
  text-align: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 42px!important;
  font-size: 19px;
  cursor:pointer;
}
.at-go .go-btn #to-btn span {transform: rotate(0deg); background: rgba(0, 0, 0, 0.3); transition: all 0.3s ease 0s; }
.at-go .go-btn #to-btn.on span {
  display: block;
  color: #fff;
  background: rgba(193, 9, 9, 0.5);
  transform: rotate(45deg);
}

.leftQuick,
.rightQuick{ display:none; position:absolute; left:calc(50% - 720px); top:110px; width:100px; }
.rightQuick{ left:auto; right:calc(50% - 720px);}
.leftQuick a,
.rightQuick a { display:inline-block; margin:0 0 10px; }
.leftQuick img,
.rightQuick img { max-width:100%; border-radius:12px; overflow:hidden; }

#rightArea {z-index:99; position:fixed;transition:all 0.5s ease-in-out;right:-100%;top: 10px;bottom:0;background:#fff;width: 280px;padding:0 15px;box-sizing: border-box;padding-top: 20px;}
body.expand #rightArea { right:0; }
#rightArea .btnArea { position:absolute; left:-35px; top:20%; width:35px; }
#rightArea .btnArea a {position:relative; display:block;background:rgb(50, 60, 70);color:#fff;line-height:50px;font-size: 20px;font-weight: bold;}
#rightArea .btnArea a.on { background:#fff; color:rgb(50, 60, 70); }
#rightArea .btnArea a .count { position: absolute; top: 0; right: 0; z-index: 2; width: 18px; height: 18px; line-height: 18px !important; font-size: 11px; text-align: center; background-color: orangered; color: #fff;}
#rightArea .bt_menu.level span { color:#333; font-size:12px; }

#rightArea .section .memInfo { margin-bottom:15px; }
#rightArea .section .memInfo .btnLogout { font-size:12px; }
#rightArea .section .listArea { margin-bottom:20px; }
#rightArea .section .listArea .title { margin-bottom: 8px; border-bottom: 1px solid rgb(51, 51, 51);margin: 0px 0px 15px;padding: 0px 0px 5px;display: inline-block; }
#rightArea .section .listArea .title .count { font-size:10px; color:orangered; font-weight:bold; vertical-align: 1px; margin-left:3px; }
#rightArea .section .listArea .iconMenu { font-size:0; display:table; width:100%;}
#rightArea .section .listArea .iconMenu a { width:25%; text-align: center; color:#333; }
#rightArea .section .listArea .iconMenu a:hover span{ color:rgb(233, 27, 35); }
#rightArea .section .listArea .iconMenu .iconfont { display:inline-block; border:1px solid #333; border-radius: 50%; text-align: center; margin-top: 0px; vertical-align: middle;height: 50px; width: 50px; line-height: 50px; font-size:20px; }
#rightArea .section .listArea .iconMenu span { display: block; font-size: 12px; margin-top: 6px; padding-bottom:10px; }
#rightArea .section .listArea ul.list li a { position:relative; font-size:12px;display: block;padding: 4px 15px;border-bottom: 1px solid #eee; color:#000; text-decoration: none; line-height:22px; }
#rightArea .section .listArea ul.list li a .point { float:right; }
#rightArea .section .listArea ul.list li a.go:after { content:">"; position:absolute; right:15px; top:5px; color:#000; font-size:11px; }
#rightArea .section .listArea ul.list li a:hover,
#rightArea .section .listArea ul.list li a:hover:after { color:rgb(233, 27, 35); }
#rightArea .section .listArea ul.list .depth2 { display:none; }
#rightArea .section .listArea ul.list .depth2 a { background:#fafafa; }
#rightArea .section .listArea ul.list li a.hasChild:after { content:"+"; position:absolute; right:15px; top:5px; color:#000; font-size:11px; }
#rightArea .section .listArea ul.list li a.on { color:rgb(233, 27, 35); }
#rightArea .section .listArea ul.list li a.on.hasChild:after { content:"-"; color:rgb(233, 27, 35); }

#rightArea .sidebar-media { border-bottom:1px solid #eee; margin:0px 0px 8px; padding:0px 0px 8px; line-height:20px; }
#rightArea .sidebar-media .media-photo i { background:#eee; border-radius: 50%; padding: 10px; width: 40px; height: 40px; text-align: center; font-size: 22px; display: inline-block; }
#rightArea .sidebar-media .media-photo img { border-radius: 50%; width: 40px !important; height: 40px !important; display:inline-block; }
#rightArea .sidebar-media .media-info { font-size:12px; color:#888; }
#rightArea .sidebar-media .media-info i { margin-left:10px; }
.media-body {overflow: hidden;zoom:1; font-size:12px;}
.ellipsis { 
	display:block; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
	word-wrap:normal; 
	overflow:hidden; 
}
.media>.pull-left {
  margin-right: 10px;
  float:left;
}

#rightArea .section .listArea .dlList { padding:0 15px; }
#rightArea .section .listArea .dlList dl { color:#333; line-height:22px;}
#rightArea .section .listArea .dlList dl:after { content:""; display:block; overflow:hidden; clear:both; }
#rightArea .section .listArea .dlList dl.strong { color:#000; }
#rightArea .section .listArea .dlList dl dt{ float:left; font-size:12px; }
#rightArea .section .listArea .dlList dl dd{ float:right; font-size:12px; }
#rightArea .section .listArea li.noData { margin:0 0 10px; color:#777; font-size:12px; }
#rightArea .section .listArea .goMore { color:#888; font-size:12px; line-height:22px; }

#rightArea .section .listArea .navSearch { border: 1px solid #eee; background: #fafafa; padding: 8px; margin-bottom: 10px; }
#rightArea .section .listArea .navSearch select { border-radius:0; border:1px solid #ccc; color: #555; background-color: #fff;height: 30px; line-height: 30px; padding: 5px 10px; font-size: 12px; width:calc(50% - 2px); }
#rightArea .section .listArea .navSearch select option { border-radius:0; }
#rightArea .section .listArea .navSearch .bottom {font-size: 0;}
#rightArea .section .listArea .navSearch .bottom input {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;color: #555;background-color: #fff;border: 1px solid #ccc;width: calc(100% - 33px);}
#rightArea .section .listArea .navSearch .bottom input:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); }
#rightArea .section .listArea .navSearch .bottom .btn {height: 30px;padding: 5px 7px;font-size: 12px;color: #fff !important;border: 1px solid rgb(40, 40, 50);background-color: rgb(50, 60, 70);vertical-align: top;font-weight: bold;}

#rightArea .section .btns { font-size:0; }
#rightArea .section .btns a { color: #fff; border: 1px solid rgb(40, 40, 50); background-color: rgb(50, 60, 70); width:50%; padding: 5px 10px;font-size: 12px; line-height: 1.5; text-align: center;}
#rightArea .section .btns a:hover { background-color: rgb(40, 40, 50); }
.red, i.red {
  color: rgb(233, 27, 35);
}

.pull-left { float:left; }
.pull-right { float:right; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.inlineGrid2 { margin-left:-10px; font-size:0; }
.inlineGrid2 > * { display:inline-block; width:calc(100% / 2 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid3 { margin-left:-10px; font-size:0; }
.inlineGrid3 > * { display:inline-block; width:calc(100% / 3 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid4 { margin-left:-10px; font-size:0; }
.inlineGrid4 > * { display:inline-block; width:calc(100% / 4 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid5 { margin-left:-10px; font-size:0; }
.inlineGrid5 > * { display:inline-block; width:calc(100% / 5 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }
.inlineGrid6 { margin-left:-10px; font-size:0; }
.inlineGrid6 > * { display:inline-block; width:calc(100% / 6 - 10px); margin-left:10px; margin-bottom:10px; font-size:13px; vertical-align: top; }

.flexGrid2,
.flexGrid3,
.flexGrid4,
.flexGrid5,
.flexGrid6,
.flexGrid7 { display: flex; flex-wrap: wrap; align-items:flex-start; justify-content:flex-start; }
.flexGrid2 > *:nth-child(2n),
.flexGrid3 > *:nth-child(3n),
.flexGrid4 > *:nth-child(4n),
.flexGrid5 > *:nth-child(5n),
.flexGrid6 > *:nth-child(6n),
.flexGrid7 > *:nth-child(7n) { padding-right:0 !important; }
.flexGrid2 > * { width:50%; padding:0 10px 10px 0; }
.flexGrid3 > * { width:calc(100% / 3); padding:0 10px 10px 0; }
.flexGrid4 > * { width:25%; padding:0 10px 10px 0; }
.flexGrid5 > * { width:20%; padding:0 10px 10px 0; }
.flexGrid6 > * { width:calc(100% / 6); padding:0 10px 10px 0; }
.flexGrid7 > * { width:calc(100% / 7); padding:0 10px 10px 0; }

.mt0{ margin-top:0px !important;}
.mt5{ margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt15{ margin-top:15px !important;}
.mt20{ margin-top:20px !important;}
.mt25{ margin-top:25px !important;}
.mt30{ margin-top:30px !important;}
.mt35{ margin-top:35px !important;}
.mt40{ margin-top:40px !important;}
.mt45{ margin-top:45px !important;}
.mt50{ margin-top:50px !important;}
.mt55{ margin-top:55px !important;}
.mt60{ margin-top:60px !important;}
.mt65{ margin-top:65px !important;}
.mt70{ margin-top:70px !important;}
.mt75{ margin-top:75px !important;}
.mt80{ margin-top:80px !important;}
.mt85{ margin-top:85px !important;}
.mt90{ margin-top:90px !important;}
.mt95{ margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.mr0{ margin-right:0px !important;}
.mr5{ margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr15{ margin-right:15px !important;}
.mr20{ margin-right:20px !important;}
.mr25{ margin-right:25px !important;}
.mr30{ margin-right:30px !important;}
.mr35{ margin-right:35px !important;}
.mr40{ margin-right:40px !important;}
.mr45{ margin-right:45px !important;}
.mr50{ margin-right:50px !important;}
.mr55{ margin-right:55px !important;}
.mr60{ margin-right:60px !important;}
.mr65{ margin-right:65px !important;}
.mr70{ margin-right:70px !important;}
.mr75{ margin-right:75px !important;}
.mr80{ margin-right:80px !important;}
.mr85{ margin-right:85px !important;}
.mr90{ margin-right:90px !important;}
.mr95{ margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mb0{ margin-bottom:0px !important;}
.mb5{ margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb15{ margin-bottom:15px !important;}
.mb20{ margin-bottom:20px !important;}
.mb25{ margin-bottom:25px !important;}
.mb30{ margin-bottom:30px !important;}
.mb35{ margin-bottom:35px !important;}
.mb40{ margin-bottom:40px !important;}
.mb45{ margin-bottom:45px !important;}
.mb50{ margin-bottom:50px !important;}
.mb55{ margin-bottom:55px !important;}
.mb60{ margin-bottom:60px !important;}
.mb65{ margin-bottom:65px !important;}
.mb70{ margin-bottom:70px !important;}
.mb75{ margin-bottom:75px !important;}
.mb80{ margin-bottom:80px !important;}
.mb85{ margin-bottom:85px !important;}
.mb90{ margin-bottom:90px !important;}
.mb95{ margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.ml0{ margin-left:0px !important;}
.ml5{ margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml15{ margin-left:15px !important;}
.ml20{ margin-left:20px !important;}
.ml25{ margin-left:25px !important;}
.ml30{ margin-left:30px !important;}
.ml35{ margin-left:35px !important;}
.ml40{ margin-left:40px !important;}
.ml45{ margin-left:45px !important;}
.ml50{ margin-left:50px !important;}
.ml55{ margin-left:55px !important;}
.ml60{ margin-left:60px !important;}
.ml65{ margin-left:65px !important;}
.ml70{ margin-left:70px !important;}
.ml75{ margin-left:75px !important;}
.ml80{ margin-left:80px !important;}
.ml85{ margin-left:85px !important;}
.ml90{ margin-left:90px !important;}
.ml95{ margin-left:95px !important;}
.ml100{ margin-left:100px !important;}
.mtb0{ margin-top:0px !important; margin-bottom:0px !important;}
.mtb5{ margin-top:5px !important; margin-bottom:5px !important;}
.mtb10{ margin-top:10px !important; margin-bottom:10px !important;}
.mtb15{ margin-top:15px !important; margin-bottom:15px !important;}
.mtb20{ margin-top:20px !important; margin-bottom:20px !important;}
.mtb25{ margin-top:25px !important; margin-bottom:25px !important;}
.mtb30{ margin-top:30px !important; margin-bottom:30px !important;}
.mtb35{ margin-top:35px !important; margin-bottom:35px !important;}
.mtb40{ margin-top:40px !important; margin-bottom:40px !important;}
.mtb45{ margin-top:45px !important; margin-bottom:45px !important;}
.mtb50{ margin-top:50px !important; margin-bottom:50px !important;}
.mtb55{ margin-top:55px !important; margin-bottom:55px !important;}
.mtb60{ margin-top:60px !important; margin-bottom:60px !important;}
.mtb65{ margin-top:65px !important; margin-bottom:65px !important;}
.mtb70{ margin-top:70px !important; margin-bottom:70px !important;}
.mtb75{ margin-top:75px !important; margin-bottom:75px !important;}
.mtb80{ margin-top:80px !important; margin-bottom:80px !important;}
.mtb85{ margin-top:85px !important; margin-bottom:85px !important;}
.mtb90{ margin-top:90px !important; margin-bottom:90px !important;}
.mtb95{ margin-top:95px !important; margin-bottom:95px !important;}
.mtb100{ margin-top:100px !important; margin-bottom:100px !important;}
.mtl0{ margin-top:0px !important; margin-left:0px !important;}
.mtl5{ margin-top:5px !important; margin-left:5px !important;}
.mtl10{ margin-top:10px !important; margin-left:10px !important;}
.mtl15{ margin-top:15px !important; margin-left:15px !important;}
.mtl20{ margin-top:20px !important; margin-left:20px !important;}
.mtl25{ margin-top:25px !important; margin-left:25px !important;}
.mtl30{ margin-top:30px !important; margin-left:30px !important;}
.mtl35{ margin-top:35px !important; margin-left:35px !important;}
.mtl40{ margin-top:40px !important; margin-left:40px !important;}
.mtl45{ margin-top:45px !important; margin-left:45px !important;}
.mtl50{ margin-top:50px !important; margin-left:50px !important;}
.mtl55{ margin-top:55px !important; margin-left:55px !important;}
.mtl60{ margin-top:60px !important; margin-left:60px !important;}
.mtl65{ margin-top:65px !important; margin-left:65px !important;}
.mtl70{ margin-top:70px !important; margin-left:70px !important;}
.mtl75{ margin-top:75px !important; margin-left:75px !important;}
.mtl80{ margin-top:80px !important; margin-left:80px !important;}
.mtl85{ margin-top:85px !important; margin-left:85px !important;}
.mtl90{ margin-top:90px !important; margin-left:90px !important;}
.mtl95{ margin-top:95px !important; margin-left:95px !important;}
.mtl100{ margin-top:100px !important; margin-left:100px !important;}
.mtr0{ margin-top:0px !important; margin-right:0px !important;}
.mtr5{ margin-top:5px !important; margin-right:5px !important;}
.mtr10{ margin-top:10px !important; margin-right:10px !important;}
.mtr15{ margin-top:15px !important; margin-right:15px !important;}
.mtr20{ margin-top:20px !important; margin-right:20px !important;}
.mtr25{ margin-top:25px !important; margin-right:25px !important;}
.mtr30{ margin-top:30px !important; margin-right:30px !important;}
.mtr35{ margin-top:35px !important; margin-right:35px !important;}
.mtr40{ margin-top:40px !important; margin-right:40px !important;}
.mtr45{ margin-top:45px !important; margin-right:45px !important;}
.mtr50{ margin-top:50px !important; margin-right:50px !important;}
.mtr55{ margin-top:55px !important; margin-right:55px !important;}
.mtr60{ margin-top:60px !important; margin-right:60px !important;}
.mtr65{ margin-top:65px !important; margin-right:65px !important;}
.mtr70{ margin-top:70px !important; margin-right:70px !important;}
.mtr75{ margin-top:75px !important; margin-right:75px !important;}
.mtr80{ margin-top:80px !important; margin-right:80px !important;}
.mtr85{ margin-top:85px !important; margin-right:85px !important;}
.mtr90{ margin-top:90px !important; margin-right:90px !important;}
.mtr95{ margin-top:95px !important; margin-right:95px !important;}
.mtr100{ margin-top:100px !important; margin-right:100px !important;}
.mbl0{ margin-left:0px !important; margin-bottom:0px !important;}
.mbl5{ margin-left:5px !important; margin-bottom:5px !important;}
.mbl10{ margin-left:10px !important; margin-bottom:10px !important;}
.mbl15{ margin-left:15px !important; margin-bottom:15px !important;}
.mbl20{ margin-left:20px !important; margin-bottom:20px !important;}
.mbl25{ margin-left:25px !important; margin-bottom:25px !important;}
.mbl30{ margin-left:30px !important; margin-bottom:30px !important;}
.mbl35{ margin-left:35px !important; margin-bottom:35px !important;}
.mbl40{ margin-left:40px !important; margin-bottom:40px !important;}
.mbl45{ margin-left:45px !important; margin-bottom:45px !important;}
.mbl50{ margin-left:50px !important; margin-bottom:50px !important;}
.mbl55{ margin-left:55px !important; margin-bottom:55px !important;}
.mbl60{ margin-left:60px !important; margin-bottom:60px !important;}
.mbl65{ margin-left:65px !important; margin-bottom:65px !important;}
.mbl70{ margin-left:70px !important; margin-bottom:70px !important;}
.mbl75{ margin-left:75px !important; margin-bottom:75px !important;}
.mbl80{ margin-left:80px !important; margin-bottom:80px !important;}
.mbl85{ margin-left:85px !important; margin-bottom:85px !important;}
.mbl90{ margin-left:90px !important; margin-bottom:90px !important;}
.mbl95{ margin-left:95px !important; margin-bottom:95px !important;}
.mbl100{ margin-left:100px !important; margin-bottom:100px !important;}
.mbr0{ margin-bottom:0px !important; margin-right:0px !important;}
.mbr5{ margin-bottom:5px !important; margin-right:5px !important;}
.mbr10{ margin-bottom:10px !important; margin-right:10px !important;}
.mbr15{ margin-bottom:15px !important; margin-right:15px !important;}
.mbr20{ margin-bottom:20px !important; margin-right:20px !important;}
.mbr25{ margin-bottom:25px !important; margin-right:25px !important;}
.mbr30{ margin-bottom:30px !important; margin-right:30px !important;}
.mbr35{ margin-bottom:35px !important; margin-right:35px !important;}
.mbr40{ margin-bottom:40px !important; margin-right:40px !important;}
.mbr45{ margin-bottom:45px !important; margin-right:45px !important;}
.mbr50{ margin-bottom:50px !important; margin-right:50px !important;}
.mbr55{ margin-bottom:55px !important; margin-right:55px !important;}
.mbr60{ margin-bottom:60px !important; margin-right:60px !important;}
.mbr65{ margin-bottom:65px !important; margin-right:65px !important;}
.mbr70{ margin-bottom:70px !important; margin-right:70px !important;}
.mbr75{ margin-bottom:75px !important; margin-right:75px !important;}
.mbr80{ margin-bottom:80px !important; margin-right:80px !important;}
.mbr85{ margin-bottom:85px !important; margin-right:85px !important;}
.mbr90{ margin-bottom:90px !important; margin-right:90px !important;}
.mbr95{ margin-bottom:95px !important; margin-right:95px !important;}
.mbr100{ margin-bottom:100px !important; margin-right:100px !important;}

.pt0{ padding-top:0px !important; }
.pt5{ padding-top:5px !important; }
.pt10{ padding-top:10px !important; }
.pt15{ padding-top:15px !important; }
.pt20{ padding-top:20px !important; }
.pt25{ padding-top:25px !important; }
.pt30{ padding-top:30px !important; }
.pt35{ padding-top:35px !important; }
.pt40{ padding-top:40px !important; }
.pt45{ padding-top:45px !important; }
.pt50{ padding-top:50px !important; }
.pt55{ padding-top:55px !important; }
.pt60{ padding-top:60px !important; }
.pt65{ padding-top:65px !important; }
.pt70{ padding-top:70px !important; }
.pt75{ padding-top:75px !important; }
.pt80{ padding-top:80px !important; }
.pt85{ padding-top:85px !important; }
.pt90{ padding-top:90px !important; }
.pt95{ padding-top:95px !important; }
.pt100{ padding-top:100px !important; }
.pr0{ padding-right:0px !important; }
.pr5{ padding-right:5px !important; }
.pr10{ padding-right:10px !important; }
.pr15{ padding-right:15px !important; }
.pr20{ padding-right:20px !important; }
.pr25{ padding-right:25px !important; }
.pr30{ padding-right:30px !important; }
.pr35{ padding-right:35px !important; }
.pr40{ padding-right:40px !important; }
.pr45{ padding-right:45px !important; }
.pr50{ padding-right:50px !important; }
.pr55{ padding-right:55px !important; }
.pr60{ padding-right:60px !important; }
.pr65{ padding-right:65px !important; }
.pr70{ padding-right:70px !important; }
.pr75{ padding-right:75px !important; }
.pr80{ padding-right:80px !important; }
.pr85{ padding-right:85px !important; }
.pr90{ padding-right:90px !important; }
.pr95{ padding-right:95px !important; }
.pr100{ padding-right:100px !important; }
.pb0{ padding-bottom:0px !important; }
.pb5{ padding-bottom:5px !important; }
.pb10{ padding-bottom:10px !important; }
.pb15{ padding-bottom:15px !important; }
.pb20{ padding-bottom:20px !important; }
.pb25{ padding-bottom:25px !important; }
.pb30{ padding-bottom:30px !important; }
.pb35{ padding-bottom:35px !important; }
.pb40{ padding-bottom:40px !important; }
.pb45{ padding-bottom:45px !important; }
.pb50{ padding-bottom:50px !important; }
.pb55{ padding-bottom:55px !important; }
.pb60{ padding-bottom:60px !important; }
.pb65{ padding-bottom:65px !important; }
.pb70{ padding-bottom:70px !important; }
.pb75{ padding-bottom:75px !important; }
.pb80{ padding-bottom:80px !important; }
.pb85{ padding-bottom:85px !important; }
.pb90{ padding-bottom:90px !important; }
.pb95{ padding-bottom:95px !important; }
.pb100{ padding-bottom:100px !important; }
.pl0{ padding-left:0px !important; }
.pl5{ padding-left:5px !important; }
.pl10{ padding-left:10px !important; }
.pl15{ padding-left:15px !important; }
.pl20{ padding-left:20px !important; }
.pl25{ padding-left:25px !important; }
.pl30{ padding-left:30px !important; }
.pl35{ padding-left:35px !important; }
.pl40{ padding-left:40px !important; }
.pl45{ padding-left:45px !important; }
.pl50{ padding-left:50px !important; }
.pl55{ padding-left:55px !important; }
.pl60{ padding-left:60px !important; }
.pl65{ padding-left:65px !important; }
.pl70{ padding-left:70px !important; }
.pl75{ padding-left:75px !important; }
.pl80{ padding-left:80px !important; }
.pl85{ padding-left:85px !important; }
.pl90{ padding-left:90px !important; }
.pl95{ padding-left:95px !important; }
.pl100{ padding-left:100px !important; }
.ptl0{ padding-top:0px !important; padding-left:0px !important; }
.ptl5{ padding-top:5px !important; padding-left:5px !important; }
.ptl10{ padding-top:10px !important; padding-left:10px !important; }
.ptl15{ padding-top:15px !important; padding-left:15px !important; }
.ptl20{ padding-top:20px !important; padding-left:20px !important; }
.ptl25{ padding-top:25px !important; padding-left:25px !important; }
.ptl30{ padding-top:30px !important; padding-left:30px !important; }
.ptl35{ padding-top:35px !important; padding-left:35px !important; }
.ptl40{ padding-top:40px !important; padding-left:40px !important; }
.ptl45{ padding-top:45px !important; padding-left:45px !important; }
.ptl50{ padding-top:50px !important; padding-left:50px !important; }
.ptl55{ padding-top:55px !important; padding-left:55px !important; }
.ptl60{ padding-top:60px !important; padding-left:60px !important; }
.ptl65{ padding-top:65px !important; padding-left:65px !important; }
.ptl70{ padding-top:70px !important; padding-left:70px !important; }
.ptl75{ padding-top:75px !important; padding-left:75px !important; }
.ptl80{ padding-top:80px !important; padding-left:80px !important; }
.ptl85{ padding-top:85px !important; padding-left:85px !important; }
.ptl90{ padding-top:90px !important; padding-left:90px !important; }
.ptl95{ padding-top:95px !important; padding-left:95px !important; }
.ptl100{ padding-top:100px !important; padding-left:100px !important; }
.ptr0{ padding-top:0px !important; padding-right:0px !important; }
.ptr5{ padding-top:5px !important; padding-right:5px !important; }
.ptr10{ padding-top:10px !important; padding-right:10px !important; }
.ptr15{ padding-top:15px !important; padding-right:15px !important; }
.ptr20{ padding-top:20px !important; padding-right:20px !important; }
.ptr25{ padding-top:25px !important; padding-right:25px !important; }
.ptr30{ padding-top:30px !important; padding-right:30px !important; }
.ptr35{ padding-top:35px !important; padding-right:35px !important; }
.ptr40{ padding-top:40px !important; padding-right:40px !important; }
.ptr45{ padding-top:45px !important; padding-right:45px !important; }
.ptr50{ padding-top:50px !important; padding-right:50px !important; }
.ptr55{ padding-top:55px !important; padding-right:55px !important; }
.ptr60{ padding-top:60px !important; padding-right:60px !important; }
.ptr65{ padding-top:65px !important; padding-right:65px !important; }
.ptr70{ padding-top:70px !important; padding-right:70px !important; }
.ptr75{ padding-top:75px !important; padding-right:75px !important; }
.ptr80{ padding-top:80px !important; padding-right:80px !important; }
.ptr85{ padding-top:85px !important; padding-right:85px !important; }
.ptr90{ padding-top:90px !important; padding-right:90px !important; }
.ptr95{ padding-top:95px !important; padding-right:95px !important; }
.ptr100{ padding-top:100px !important; padding-right:100px !important; }
.pbl0{ padding-bottom:0px !important; padding-left:0px !important; }
.pbl5{ padding-bottom:5px !important; padding-left:5px !important; }
.pbl10{ padding-bottom:10px !important; padding-left:10px !important; }
.pbl15{ padding-bottom:15px !important; padding-left:15px !important; }
.pbl20{ padding-bottom:20px !important; padding-left:20px !important; }
.pbl25{ padding-bottom:25px !important; padding-left:25px !important; }
.pbl30{ padding-bottom:30px !important; padding-left:30px !important; }
.pbl35{ padding-bottom:35px !important; padding-left:35px !important; }
.pbl40{ padding-bottom:40px !important; padding-left:40px !important; }
.pbl45{ padding-bottom:45px !important; padding-left:45px !important; }
.pbl50{ padding-bottom:50px !important; padding-left:50px !important; }
.pbl55{ padding-bottom:55px !important; padding-left:55px !important; }
.pbl60{ padding-bottom:60px !important; padding-left:60px !important; }
.pbl65{ padding-bottom:65px !important; padding-left:65px !important; }
.pbl70{ padding-bottom:70px !important; padding-left:70px !important; }
.pbl75{ padding-bottom:75px !important; padding-left:75px !important; }
.pbl80{ padding-bottom:80px !important; padding-left:80px !important; }
.pbl85{ padding-bottom:85px !important; padding-left:85px !important; }
.pbl90{ padding-bottom:90px !important; padding-left:90px !important; }
.pbl95{ padding-bottom:95px !important; padding-left:95px !important; }
.pbl100{ padding-bottom:100px !important; padding-left:100px !important; }
.pbr0{ padding-bottom:0px !important; padding-right:0px !important; }
.pbr5{ padding-bottom:5px !important; padding-right:5px !important; }
.pbr10{ padding-bottom:10px !important; padding-right:10px !important; }
.pbr15{ padding-bottom:15px !important; padding-right:15px !important; }
.pbr20{ padding-bottom:20px !important; padding-right:20px !important; }
.pbr25{ padding-bottom:25px !important; padding-right:25px !important; }
.pbr30{ padding-bottom:30px !important; padding-right:30px !important; }
.pbr35{ padding-bottom:35px !important; padding-right:35px !important; }
.pbr40{ padding-bottom:40px !important; padding-right:40px !important; }
.pbr45{ padding-bottom:45px !important; padding-right:45px !important; }
.pbr50{ padding-bottom:50px !important; padding-right:50px !important; }
.pbr55{ padding-bottom:55px !important; padding-right:55px !important; }
.pbr60{ padding-bottom:60px !important; padding-right:60px !important; }
.pbr65{ padding-bottom:65px !important; padding-right:65px !important; }
.pbr70{ padding-bottom:70px !important; padding-right:70px !important; }
.pbr75{ padding-bottom:75px !important; padding-right:75px !important; }
.pbr80{ padding-bottom:80px !important; padding-right:80px !important; }
.pbr85{ padding-bottom:85px !important; padding-right:85px !important; }
.pbr90{ padding-bottom:90px !important; padding-right:90px !important; }
.pbr95{ padding-bottom:95px !important; padding-right:95px !important; }
.pbr100{ padding-bottom:100px !important; padding-right:100px !important; }

.childmt0 > * { margin-top:0px !important; }
.childmt5 > * { margin-top:5px !important; }
.childmt10 > * { margin-top:10px !important; }
.childmt15 > * { margin-top:15px !important; }
.childmt20 > * { margin-top:20px !important; }
.childmt25 > * { margin-top:25px !important; }
.childmt30 > * { margin-top:30px !important; }
.childmt35 > * { margin-top:35px !important; }
.childmt40 > * { margin-top:40px !important; }
.childmt45 > * { margin-top:45px !important; }
.childmt50 > * { margin-top:50px !important; }
.childmt55 > * { margin-top:55px !important; }
.childmt60 > * { margin-top:60px !important; }
.childmt65 > * { margin-top:65px !important; }
.childmt70 > * { margin-top:70px !important; }
.childmt75 > * { margin-top:75px !important; }
.childmt80 > * { margin-top:80px !important; }
.childmt85 > * { margin-top:85px !important; }
.childmt90 > * { margin-top:90px !important; }
.childmt95 > * { margin-top:95px !important; }
.childmt100 > * { margin-top:100px !important; }
.childmr0 > * { margin-right:0px !important; }
.childmr5 > * { margin-right:5px !important; }
.childmr10 > * { margin-right:10px !important; }
.childmr15 > * { margin-right:15px !important; }
.childmr20 > * { margin-right:20px !important; }
.childmr25 > * { margin-right:25px !important; }
.childmr30 > * { margin-right:30px !important; }
.childmr35 > * { margin-right:35px !important; }
.childmr40 > * { margin-right:40px !important; }
.childmr45 > * { margin-right:45px !important; }
.childmr50 > * { margin-right:50px !important; }
.childmr55 > * { margin-right:55px !important; }
.childmr60 > * { margin-right:60px !important; }
.childmr65 > * { margin-right:65px !important; }
.childmr70 > * { margin-right:70px !important; }
.childmr75 > * { margin-right:75px !important; }
.childmr80 > * { margin-right:80px !important; }
.childmr85 > * { margin-right:85px !important; }
.childmr90 > * { margin-right:90px !important; }
.childmr95 > * { margin-right:95px !important; }
.childmr100 > * { margin-right:100px !important; }
.childmb0 > * { margin-bottom:0px !important; }
.childmb5 > * { margin-bottom:5px !important; }
.childmb10 > * { margin-bottom:10px !important; }
.childmb15 > * { margin-bottom:15px !important; }
.childmb20 > * { margin-bottom:20px !important; }
.childmb25 > * { margin-bottom:25px !important; }
.childmb30 > * { margin-bottom:30px !important; }
.childmb35 > * { margin-bottom:35px !important; }
.childmb40 > * { margin-bottom:40px !important; }
.childmb45 > * { margin-bottom:45px !important; }
.childmb50 > * { margin-bottom:50px !important; }
.childmb55 > * { margin-bottom:55px !important; }
.childmb60 > * { margin-bottom:60px !important; }
.childmb65 > * { margin-bottom:65px !important; }
.childmb70 > * { margin-bottom:70px !important; }
.childmb75 > * { margin-bottom:75px !important; }
.childmb80 > * { margin-bottom:80px !important; }
.childmb85 > * { margin-bottom:85px !important; }
.childmb90 > * { margin-bottom:90px !important; }
.childmb95 > * { margin-bottom:95px !important; }
.childmb100 > * { margin-bottom:100px !important; }
.childml0 > * { margin-bottom:0px !important; }
.childml5 > * { margin-bottom:5px !important; }
.childml10 > * { margin-bottom:10px !important; }
.childml15 > * { margin-bottom:15px !important; }
.childml20 > * { margin-bottom:20px !important; }
.childml25 > * { margin-bottom:25px !important; }
.childml30 > * { margin-bottom:30px !important; }
.childml35 > * { margin-bottom:35px !important; }
.childml40 > * { margin-bottom:40px !important; }
.childml45 > * { margin-bottom:45px !important; }
.childml50 > * { margin-bottom:50px !important; }
.childml55 > * { margin-bottom:55px !important; }
.childml60 > * { margin-bottom:60px !important; }
.childml65 > * { margin-bottom:65px !important; }
.childml70 > * { margin-bottom:70px !important; }
.childml75 > * { margin-bottom:75px !important; }
.childml80 > * { margin-bottom:80px !important; }
.childml85 > * { margin-bottom:85px !important; }
.childml90 > * { margin-bottom:90px !important; }
.childml95 > * { margin-bottom:95px !important; }
.childml100 > * { margin-bottom:100px !important; }
.childpt0 > * { padding-top:0px !important; }
.childpt5 > * { padding-top:5px !important; }
.childpt10 > * { padding-top:10px !important; }
.childpt15 > * { padding-top:15px !important; }
.childpt20 > * { padding-top:20px !important; }
.childpt25 > * { padding-top:25px !important; }
.childpt30 > * { padding-top:30px !important; }
.childpt35 > * { padding-top:35px !important; }
.childpt40 > * { padding-top:40px !important; }
.childpt45 > * { padding-top:45px !important; }
.childpt50 > * { padding-top:50px !important; }
.childpt55 > * { padding-top:55px !important; }
.childpt60 > * { padding-top:60px !important; }
.childpt65 > * { padding-top:65px !important; }
.childpt70 > * { padding-top:70px !important; }
.childpt75 > * { padding-top:75px !important; }
.childpt80 > * { padding-top:80px !important; }
.childpt85 > * { padding-top:85px !important; }
.childpt90 > * { padding-top:90px !important; }
.childpt95 > * { padding-top:95px !important; }
.childpt100 > * { padding-top:100px !important; }
.childpr0 > * { padding-right:0px !important; }
.childpr5 > * { padding-right:5px !important; }
.childpr10 > * { padding-right:10px !important; }
.childpr15 > * { padding-right:15px !important; }
.childpr20 > * { padding-right:20px !important; }
.childpr25 > * { padding-right:25px !important; }
.childpr30 > * { padding-right:30px !important; }
.childpr35 > * { padding-right:35px !important; }
.childpr40 > * { padding-right:40px !important; }
.childpr45 > * { padding-right:45px !important; }
.childpr50 > * { padding-right:50px !important; }
.childpr55 > * { padding-right:55px !important; }
.childpr60 > * { padding-right:60px !important; }
.childpr65 > * { padding-right:65px !important; }
.childpr70 > * { padding-right:70px !important; }
.childpr75 > * { padding-right:75px !important; }
.childpr80 > * { padding-right:80px !important; }
.childpr85 > * { padding-right:85px !important; }
.childpr90 > * { padding-right:90px !important; }
.childpr95 > * { padding-right:95px !important; }
.childpr100 > * { padding-right:100px !important; }
.childpb0 > * { padding-bottom:0px !important; }
.childpb5 > * { padding-bottom:5px !important; }
.childpb10 > * { padding-bottom:10px !important; }
.childpb15 > * { padding-bottom:15px !important; }
.childpb20 > * { padding-bottom:20px !important; }
.childpb25 > * { padding-bottom:25px !important; }
.childpb30 > * { padding-bottom:30px !important; }
.childpb35 > * { padding-bottom:35px !important; }
.childpb40 > * { padding-bottom:40px !important; }
.childpb45 > * { padding-bottom:45px !important; }
.childpb50 > * { padding-bottom:50px !important; }
.childpb55 > * { padding-bottom:55px !important; }
.childpb60 > * { padding-bottom:60px !important; }
.childpb65 > * { padding-bottom:65px !important; }
.childpb70 > * { padding-bottom:70px !important; }
.childpb75 > * { padding-bottom:75px !important; }
.childpb80 > * { padding-bottom:80px !important; }
.childpb85 > * { padding-bottom:85px !important; }
.childpb90 > * { padding-bottom:90px !important; }
.childpb95 > * { padding-bottom:95px !important; }
.childpb100 > * { padding-bottom:100px !important; }
.childpl0 > * { padding-left:0px !important; }
.childpl5 > * { padding-left:5px !important; }
.childpl10 > * { padding-left:10px !important; }
.childpl15 > * { padding-left:15px !important; }
.childpl20 > * { padding-left:20px !important; }
.childpl25 > * { padding-left:25px !important; }
.childpl30 > * { padding-left:30px !important; }
.childpl35 > * { padding-left:35px !important; }
.childpl40 > * { padding-left:40px !important; }
.childpl45 > * { padding-left:45px !important; }
.childpl50 > * { padding-left:50px !important; }
.childpl55 > * { padding-left:55px !important; }
.childpl60 > * { padding-left:60px !important; }
.childpl65 > * { padding-left:65px !important; }
.childpl70 > * { padding-left:70px !important; }
.childpl75 > * { padding-left:75px !important; }
.childpl80 > * { padding-left:80px !important; }
.childpl85 > * { padding-left:85px !important; }
.childpl90 > * { padding-left:90px !important; }
.childpl95 > * { padding-left:95px !important; }
.childpl100 > * { padding-left:100px !important; }
.childmtl0 > * { margin-top:0px !important; margin-left:0px !important; }
.childmtl5 > * { margin-top:5px !important; margin-left:5px !important; }
.childmtl10 > * { margin-top:10px !important; margin-left:10px !important; }
.childmtl15 > * { margin-top:15px !important; margin-left:15px !important; }
.childmtl20 > * { margin-top:20px !important; margin-left:20px !important; }
.childmtl25 > * { margin-top:25px !important; margin-left:25px !important; }
.childmtl30 > * { margin-top:30px !important; margin-left:30px !important; }
.childmtl35 > * { margin-top:35px !important; margin-left:35px !important; }
.childmtl40 > * { margin-top:40px !important; margin-left:40px !important; }
.childmtl45 > * { margin-top:45px !important; margin-left:45px !important; }
.childmtl50 > * { margin-top:50px !important; margin-left:50px !important; }
.childmtl55 > * { margin-top:55px !important; margin-left:55px !important; }
.childmtl60 > * { margin-top:60px !important; margin-left:60px !important; }
.childmtl65 > * { margin-top:65px !important; margin-left:65px !important; }
.childmtl70 > * { margin-top:70px !important; margin-left:70px !important; }
.childmtl75 > * { margin-top:75px !important; margin-left:75px !important; }
.childmtl80 > * { margin-top:80px !important; margin-left:80px !important; }
.childmtl85 > * { margin-top:85px !important; margin-left:85px !important; }
.childmtl90 > * { margin-top:90px !important; margin-left:90px !important; }
.childmtl95 > * { margin-top:95px !important; margin-left:95px !important; }
.childmtl100 > * { margin-top:100px !important; margin-left:100px !important; }
.childmtr0 > * { margin-top:0px !important; margin-right:0px !important; }
.childmtr5 > * { margin-top:5px !important; margin-right:5px !important; }
.childmtr10 > * { margin-top:10px !important; margin-right:10px !important; }
.childmtr15 > * { margin-top:15px !important; margin-right:15px !important; }
.childmtr20 > * { margin-top:20px !important; margin-right:20px !important; }
.childmtr25 > * { margin-top:25px !important; margin-right:25px !important; }
.childmtr30 > * { margin-top:30px !important; margin-right:30px !important; }
.childmtr35 > * { margin-top:35px !important; margin-right:35px !important; }
.childmtr40 > * { margin-top:40px !important; margin-right:40px !important; }
.childmtr45 > * { margin-top:45px !important; margin-right:45px !important; }
.childmtr50 > * { margin-top:50px !important; margin-right:50px !important; }
.childmtr55 > * { margin-top:55px !important; margin-right:55px !important; }
.childmtr60 > * { margin-top:60px !important; margin-right:60px !important; }
.childmtr65 > * { margin-top:65px !important; margin-right:65px !important; }
.childmtr70 > * { margin-top:70px !important; margin-right:70px !important; }
.childmtr75 > * { margin-top:75px !important; margin-right:75px !important; }
.childmtr80 > * { margin-top:80px !important; margin-right:80px !important; }
.childmtr85 > * { margin-top:85px !important; margin-right:85px !important; }
.childmtr90 > * { margin-top:90px !important; margin-right:90px !important; }
.childmtr95 > * { margin-top:95px !important; margin-right:95px !important; }
.childmtr100 > * { margin-top:100px !important; margin-right:100px !important; }
.childmbl0 > * { margin-bottom:0px !important; margin-left:0px !important; }
.childmbl5 > * { margin-bottom:5px !important; margin-left:5px !important; }
.childmbl10 > * { margin-bottom:10px !important; margin-left:10px !important; }
.childmbl15 > * { margin-bottom:15px !important; margin-left:15px !important; }
.childmbl20 > * { margin-bottom:20px !important; margin-left:20px !important; }
.childmbl25 > * { margin-bottom:25px !important; margin-left:25px !important; }
.childmbl30 > * { margin-bottom:30px !important; margin-left:30px !important; }
.childmbl35 > * { margin-bottom:35px !important; margin-left:35px !important; }
.childmbl40 > * { margin-bottom:40px !important; margin-left:40px !important; }
.childmbl45 > * { margin-bottom:45px !important; margin-left:45px !important; }
.childmbl50 > * { margin-bottom:50px !important; margin-left:50px !important; }
.childmbl55 > * { margin-bottom:55px !important; margin-left:55px !important; }
.childmbl60 > * { margin-bottom:60px !important; margin-left:60px !important; }
.childmbl65 > * { margin-bottom:65px !important; margin-left:65px !important; }
.childmbl70 > * { margin-bottom:70px !important; margin-left:70px !important; }
.childmbl75 > * { margin-bottom:75px !important; margin-left:75px !important; }
.childmbl80 > * { margin-bottom:80px !important; margin-left:80px !important; }
.childmbl85 > * { margin-bottom:85px !important; margin-left:85px !important; }
.childmbl90 > * { margin-bottom:90px !important; margin-left:90px !important; }
.childmbl95 > * { margin-bottom:95px !important; margin-left:95px !important; }
.childmbl100 > * { margin-bottom:100px !important; margin-left:100px !important; }
.childmbr0 > * { margin-bottom:0px !important; margin-right:0px !important; }
.childmbr5 > * { margin-bottom:5px !important; margin-right:5px !important; }
.childmbr10 > * { margin-bottom:10px !important; margin-right:10px !important; }
.childmbr15 > * { margin-bottom:15px !important; margin-right:15px !important; }
.childmbr20 > * { margin-bottom:20px !important; margin-right:20px !important; }
.childmbr25 > * { margin-bottom:25px !important; margin-right:25px !important; }
.childmbr30 > * { margin-bottom:30px !important; margin-right:30px !important; }
.childmbr35 > * { margin-bottom:35px !important; margin-right:35px !important; }
.childmbr40 > * { margin-bottom:40px !important; margin-right:40px !important; }
.childmbr45 > * { margin-bottom:45px !important; margin-right:45px !important; }
.childmbr50 > * { margin-bottom:50px !important; margin-right:50px !important; }
.childmbr55 > * { margin-bottom:55px !important; margin-right:55px !important; }
.childmbr60 > * { margin-bottom:60px !important; margin-right:60px !important; }
.childmbr65 > * { margin-bottom:65px !important; margin-right:65px !important; }
.childmbr70 > * { margin-bottom:70px !important; margin-right:70px !important; }
.childmbr75 > * { margin-bottom:75px !important; margin-right:75px !important; }
.childmbr80 > * { margin-bottom:80px !important; margin-right:80px !important; }
.childmbr85 > * { margin-bottom:85px !important; margin-right:85px !important; }
.childmbr90 > * { margin-bottom:90px !important; margin-right:90px !important; }
.childmbr95 > * { margin-bottom:95px !important; margin-right:95px !important; }
.childmbr100 > * { margin-bottom:100px !important; margin-right:100px !important; }
.childptl0 > * { padding-top:0px !important; padding-left:0px !important; }
.childptl5 > * { padding-top:5px !important; padding-left:5px !important; }
.childptl10 > * { padding-top:10px !important; padding-left:10px !important; }
.childptl15 > * { padding-top:15px !important; padding-left:15px !important; }
.childptl20 > * { padding-top:20px !important; padding-left:20px !important; }
.childptl25 > * { padding-top:25px !important; padding-left:25px !important; }
.childptl30 > * { padding-top:30px !important; padding-left:30px !important; }
.childptl35 > * { padding-top:35px !important; padding-left:35px !important; }
.childptl40 > * { padding-top:40px !important; padding-left:40px !important; }
.childptl45 > * { padding-top:45px !important; padding-left:45px !important; }
.childptl50 > * { padding-top:50px !important; padding-left:50px !important; }
.childptl55 > * { padding-top:55px !important; padding-left:55px !important; }
.childptl60 > * { padding-top:60px !important; padding-left:60px !important; }
.childptl65 > * { padding-top:65px !important; padding-left:65px !important; }
.childptl70 > * { padding-top:70px !important; padding-left:70px !important; }
.childptl75 > * { padding-top:75px !important; padding-left:75px !important; }
.childptl80 > * { padding-top:80px !important; padding-left:80px !important; }
.childptl85 > * { padding-top:85px !important; padding-left:85px !important; }
.childptl90 > * { padding-top:90px !important; padding-left:90px !important; }
.childptl95 > * { padding-top:95px !important; padding-left:95px !important; }
.childptl100 > * { padding-top:100px !important; padding-left:100px !important; }
.childptr0 > * { padding-top:0px !important; padding-right:0px !important; }
.childptr5 > * { padding-top:5px !important; padding-right:5px !important; }
.childptr10 > * { padding-top:10px !important; padding-right:10px !important; }
.childptr15 > * { padding-top:15px !important; padding-right:15px !important; }
.childptr20 > * { padding-top:20px !important; padding-right:20px !important; }
.childptr25 > * { padding-top:25px !important; padding-right:25px !important; }
.childptr30 > * { padding-top:30px !important; padding-right:30px !important; }
.childptr35 > * { padding-top:35px !important; padding-right:35px !important; }
.childptr40 > * { padding-top:40px !important; padding-right:40px !important; }
.childptr45 > * { padding-top:45px !important; padding-right:45px !important; }
.childptr50 > * { padding-top:50px !important; padding-right:50px !important; }
.childptr55 > * { padding-top:55px !important; padding-right:55px !important; }
.childptr60 > * { padding-top:60px !important; padding-right:60px !important; }
.childptr65 > * { padding-top:65px !important; padding-right:65px !important; }
.childptr70 > * { padding-top:70px !important; padding-right:70px !important; }
.childptr75 > * { padding-top:75px !important; padding-right:75px !important; }
.childptr80 > * { padding-top:80px !important; padding-right:80px !important; }
.childptr85 > * { padding-top:85px !important; padding-right:85px !important; }
.childptr90 > * { padding-top:90px !important; padding-right:90px !important; }
.childptr95 > * { padding-top:95px !important; padding-right:95px !important; }
.childptr100 > * { padding-top:100px !important; padding-right:100px !important; }
.childpbl0 > * { padding-bottom:0px !important; padding-left:0px !important; }
.childpbl5 > * { padding-bottom:5px !important; padding-left:5px !important; }
.childpbl10 > * { padding-bottom:10px !important; padding-left:10px !important; }
.childpbl15 > * { padding-bottom:15px !important; padding-left:15px !important; }
.childpbl20 > * { padding-bottom:20px !important; padding-left:20px !important; }
.childpbl25 > * { padding-bottom:25px !important; padding-left:25px !important; }
.childpbl30 > * { padding-bottom:30px !important; padding-left:30px !important; }
.childpbl35 > * { padding-bottom:35px !important; padding-left:35px !important; }
.childpbl40 > * { padding-bottom:40px !important; padding-left:40px !important; }
.childpbl45 > * { padding-bottom:45px !important; padding-left:45px !important; }
.childpbl50 > * { padding-bottom:50px !important; padding-left:50px !important; }
.childpbl55 > * { padding-bottom:55px !important; padding-left:55px !important; }
.childpbl60 > * { padding-bottom:60px !important; padding-left:60px !important; }
.childpbl65 > * { padding-bottom:65px !important; padding-left:65px !important; }
.childpbl70 > * { padding-bottom:70px !important; padding-left:70px !important; }
.childpbl75 > * { padding-bottom:75px !important; padding-left:75px !important; }
.childpbl80 > * { padding-bottom:80px !important; padding-left:80px !important; }
.childpbl85 > * { padding-bottom:85px !important; padding-left:85px !important; }
.childpbl90 > * { padding-bottom:90px !important; padding-left:90px !important; }
.childpbl95 > * { padding-bottom:95px !important; padding-left:95px !important; }
.childpbl100 > * { padding-bottom:100px !important; padding-left:100px !important; }
.childpbr0 > * { padding-bottom:0px !important; padding-right:0px !important; }
.childpbr5 > * { padding-bottom:5px !important; padding-right:5px !important; }
.childpbr10 > * { padding-bottom:10px !important; padding-right:10px !important; }
.childpbr15 > * { padding-bottom:15px !important; padding-right:15px !important; }
.childpbr20 > * { padding-bottom:20px !important; padding-right:20px !important; }
.childpbr25 > * { padding-bottom:25px !important; padding-right:25px !important; }
.childpbr30 > * { padding-bottom:30px !important; padding-right:30px !important; }
.childpbr35 > * { padding-bottom:35px !important; padding-right:35px !important; }
.childpbr40 > * { padding-bottom:40px !important; padding-right:40px !important; }
.childpbr45 > * { padding-bottom:45px !important; padding-right:45px !important; }
.childpbr50 > * { padding-bottom:50px !important; padding-right:50px !important; }
.childpbr55 > * { padding-bottom:55px !important; padding-right:55px !important; }
.childpbr60 > * { padding-bottom:60px !important; padding-right:60px !important; }
.childpbr65 > * { padding-bottom:65px !important; padding-right:65px !important; }
.childpbr70 > * { padding-bottom:70px !important; padding-right:70px !important; }
.childpbr75 > * { padding-bottom:75px !important; padding-right:75px !important; }
.childpbr80 > * { padding-bottom:80px !important; padding-right:80px !important; }
.childpbr85 > * { padding-bottom:85px !important; padding-right:85px !important; }
.childpbr90 > * { padding-bottom:90px !important; padding-right:90px !important; }
.childpbr95 > * { padding-bottom:95px !important; padding-right:95px !important; }
.childpbr100 > * { padding-bottom:100px !important; padding-right:100px !important; }

.fz10{ font-size:10px !important; }
.fz11{ font-size:11px !important; }
.fz12{ font-size:12px !important; }
.fz13{ font-size:13px !important; }
.fz14{ font-size:14px !important; }
.fz15{ font-size:15px !important; }
.fz16{ font-size:16px !important; }
.fz17{ font-size:17px !important; }
.fz18{ font-size:18px !important; }
.fz19{ font-size:19px !important; }
.fz20{ font-size:20px !important; }
.fz21{ font-size:21px !important; }
.fz22{ font-size:22px !important; }
.fz23{ font-size:23px !important; }
.fz24{ font-size:24px !important; }
.fz25{ font-size:25px !important; }
.fz26{ font-size:26px !important; }
.fz27{ font-size:27px !important; }
.fz28{ font-size:28px !important; }
.fz29{ font-size:29px !important; }
.fz30{ font-size:30px !important; }
.fz31{ font-size:31px !important; }
.fz32{ font-size:32px !important; }
.fz33{ font-size:33px !important; }
.fz34{ font-size:34px !important; }
.fz35{ font-size:35px !important; }
.fz36{ font-size:36px !important; }
.fz37{ font-size:37px !important; }
.fz38{ font-size:38px !important; }
.fz39{ font-size:39px !important; }
.fz40{ font-size:40px !important; }
.fz41{ font-size:41px !important; }
.fz42{ font-size:42px !important; }
.fz43{ font-size:43px !important; }
.fz44{ font-size:44px !important; }
.fz45{ font-size:45px !important; }
.fz46{ font-size:46px !important; }
.fz47{ font-size:47px !important; }
.fz48{ font-size:48px !important; }
.fz49{ font-size:49px !important; }
.fz50{ font-size:50px !important; }

.fw400{ font-weight:400 !important; }
.fw500{ font-weight:500 !important; }
.fw600{ font-weight:600 !important; }
.fw700{ font-weight:700 !important; }

.vam50{ vertical-align:-50px !important; }
.vam49{ vertical-align:-49px !important; }
.vam48{ vertical-align:-48px !important; }
.vam47{ vertical-align:-47px !important; }
.vam46{ vertical-align:-46px !important; }
.vam45{ vertical-align:-45px !important; }
.vam44{ vertical-align:-44px !important; }
.vam43{ vertical-align:-43px !important; }
.vam42{ vertical-align:-42px !important; }
.vam41{ vertical-align:-41px !important; }
.vam40{ vertical-align:-40px !important; }
.vam39{ vertical-align:-39px !important; }
.vam38{ vertical-align:-38px !important; }
.vam37{ vertical-align:-37px !important; }
.vam36{ vertical-align:-36px !important; }
.vam35{ vertical-align:-35px !important; }
.vam34{ vertical-align:-34px !important; }
.vam33{ vertical-align:-33px !important; }
.vam32{ vertical-align:-32px !important; }
.vam31{ vertical-align:-31px !important; }
.vam30{ vertical-align:-30px !important; }
.vam29{ vertical-align:-29px !important; }
.vam28{ vertical-align:-28px !important; }
.vam27{ vertical-align:-27px !important; }
.vam26{ vertical-align:-26px !important; }
.vam25{ vertical-align:-25px !important; }
.vam24{ vertical-align:-24px !important; }
.vam23{ vertical-align:-23px !important; }
.vam22{ vertical-align:-22px !important; }
.vam21{ vertical-align:-21px !important; }
.vam20{ vertical-align:-20px !important; }
.vam19{ vertical-align:-19px !important; }
.vam18{ vertical-align:-18px !important; }
.vam17{ vertical-align:-17px !important; }
.vam16{ vertical-align:-16px !important; }
.vam15{ vertical-align:-15px !important; }
.vam14{ vertical-align:-14px !important; }
.vam13{ vertical-align:-13px !important; }
.vam12{ vertical-align:-12px !important; }
.vam11{ vertical-align:-11px !important; }
.vam10{ vertical-align:-10px !important; }
.vam9{ vertical-align:-9px !important; }
.vam8{ vertical-align:-8px !important; }
.vam7{ vertical-align:-7px !important; }
.vam6{ vertical-align:-6px !important; }
.vam5{ vertical-align:-5px !important; }
.vam4{ vertical-align:-4px !important; }
.vam3{ vertical-align:-3px !important; }
.vam2{ vertical-align:-2px !important; }
.vam1{ vertical-align:-1px !important; }
.va0{ vertical-align:0px !important; }
.va1{ vertical-align:1px !important; }
.va2{ vertical-align:2px !important; }
.va3{ vertical-align:3px !important; }
.va4{ vertical-align:4px !important; }
.va5{ vertical-align:5px !important; }
.va6{ vertical-align:6px !important; }
.va7{ vertical-align:7px !important; }
.va8{ vertical-align:8px !important; }
.va9{ vertical-align:9px !important; }
.va10{ vertical-align:10px !important; }
.va11{ vertical-align:11px !important; }
.va12{ vertical-align:12px !important; }
.va13{ vertical-align:13px !important; }
.va14{ vertical-align:14px !important; }
.va15{ vertical-align:15px !important; }
.va16{ vertical-align:16px !important; }
.va17{ vertical-align:17px !important; }
.va18{ vertical-align:18px !important; }
.va19{ vertical-align:19px !important; }
.va20{ vertical-align:20px !important; }
.va21{ vertical-align:21px !important; }
.va22{ vertical-align:22px !important; }
.va23{ vertical-align:23px !important; }
.va24{ vertical-align:24px !important; }
.va25{ vertical-align:25px !important; }
.va26{ vertical-align:26px !important; }
.va27{ vertical-align:27px !important; }
.va28{ vertical-align:28px !important; }
.va29{ vertical-align:29px !important; }
.va30{ vertical-align:30px !important; }
.va31{ vertical-align:31px !important; }
.va32{ vertical-align:32px !important; }
.va33{ vertical-align:33px !important; }
.va34{ vertical-align:34px !important; }
.va35{ vertical-align:35px !important; }
.va36{ vertical-align:36px !important; }
.va37{ vertical-align:37px !important; }
.va38{ vertical-align:38px !important; }
.va39{ vertical-align:39px !important; }
.va40{ vertical-align:40px !important; }
.va41{ vertical-align:41px !important; }
.va42{ vertical-align:42px !important; }
.va43{ vertical-align:43px !important; }
.va44{ vertical-align:44px !important; }
.va45{ vertical-align:45px !important; }
.va46{ vertical-align:46px !important; }
.va47{ vertical-align:47px !important; }
.va48{ vertical-align:48px !important; }
.va49{ vertical-align:49px !important; }
.va50{ vertical-align:50px !important; }

.w5{ width:5px !important; }
.w10{ width:10px !important; }
.w15{ width:15px !important; }
.w20{ width:20px !important; }
.w25{ width:25px !important; }
.w30{ width:30px !important; }
.w35{ width:35px !important; }
.w40{ width:40px !important; }
.w45{ width:45px !important; }
.w50{ width:50px !important; }
.w55{ width:55px !important; }
.w60{ width:60px !important; }
.w65{ width:65px !important; }
.w70{ width:70px !important; }
.w75{ width:75px !important; }
.w80{ width:80px !important; }
.w85{ width:85px !important; }
.w90{ width:90px !important; }
.w95{ width:95px !important; }
.w100{ width:100px !important; }
.w105{ width:105px !important; }
.w110{ width:110px !important; }
.w115{ width:115px !important; }
.w120{ width:120px !important; }
.w125{ width:125px !important; }
.w130{ width:130px !important; }
.w135{ width:135px !important; }
.w140{ width:140px !important; }
.w145{ width:145px !important; }
.w150{ width:150px !important; }
.w155{ width:155px !important; }
.w160{ width:160px !important; }
.w165{ width:165px !important; }
.w170{ width:170px !important; }
.w175{ width:175px !important; }
.w180{ width:180px !important; }
.w185{ width:185px !important; }
.w190{ width:190px !important; }
.w195{ width:195px !important; }
.w200{ width:200px !important; }
.w205{ width:205px !important; }
.w210{ width:210px !important; }
.w215{ width:215px !important; }
.w220{ width:220px !important; }
.w225{ width:225px !important; }
.w230{ width:230px !important; }
.w235{ width:235px !important; }
.w240{ width:240px !important; }
.w245{ width:245px !important; }
.w250{ width:250px !important; }
.w255{ width:255px !important; }
.w260{ width:260px !important; }
.w265{ width:265px !important; }
.w270{ width:270px !important; }
.w275{ width:275px !important; }
.w280{ width:280px !important; }
.w285{ width:285px !important; }
.w290{ width:290px !important; }
.w295{ width:295px !important; }
.w300{ width:300px !important; }
.w305{ width:305px !important; }
.w310{ width:310px !important; }
.w315{ width:315px !important; }
.w320{ width:320px !important; }
.w325{ width:325px !important; }
.w330{ width:330px !important; }
.w335{ width:335px !important; }
.w340{ width:340px !important; }
.w345{ width:345px !important; }
.w350{ width:350px !important; }
.w355{ width:355px !important; }
.w360{ width:360px !important; }
.w365{ width:365px !important; }
.w370{ width:370px !important; }
.w375{ width:375px !important; }
.w380{ width:380px !important; }
.w385{ width:385px !important; }
.w390{ width:390px !important; }
.w395{ width:395px !important; }
.w400{ width:400px !important; }
.w405{ width:405px !important; }
.w410{ width:410px !important; }
.w415{ width:415px !important; }
.w420{ width:420px !important; }
.w425{ width:425px !important; }
.w430{ width:430px !important; }
.w435{ width:435px !important; }
.w440{ width:440px !important; }
.w445{ width:445px !important; }
.w450{ width:450px !important; }
.w455{ width:455px !important; }
.w460{ width:460px !important; }
.w465{ width:465px !important; }
.w470{ width:470px !important; }
.w475{ width:475px !important; }
.w480{ width:480px !important; }
.w485{ width:485px !important; }
.w490{ width:490px !important; }
.w495{ width:495px !important; }
.w500{ width:500px !important; }
.w505{ width:505px !important; }
.w510{ width:510px !important; }
.w515{ width:515px !important; }
.w520{ width:520px !important; }
.w525{ width:525px !important; }
.w530{ width:530px !important; }
.w535{ width:535px !important; }
.w540{ width:540px !important; }
.w545{ width:545px !important; }
.w550{ width:550px !important; }
.w555{ width:555px !important; }
.w560{ width:560px !important; }
.w565{ width:565px !important; }
.w570{ width:570px !important; }
.w575{ width:575px !important; }
.w580{ width:580px !important; }
.w585{ width:585px !important; }
.w590{ width:590px !important; }
.w595{ width:595px !important; }
.w600{ width:600px !important; }
.w605{ width:605px !important; }
.w610{ width:610px !important; }
.w615{ width:615px !important; }
.w620{ width:620px !important; }
.w625{ width:625px !important; }
.w630{ width:630px !important; }
.w635{ width:635px !important; }
.w640{ width:640px !important; }
.w645{ width:645px !important; }
.w650{ width:650px !important; }
.w655{ width:655px !important; }
.w660{ width:660px !important; }
.w665{ width:665px !important; }
.w670{ width:670px !important; }
.w675{ width:675px !important; }
.w680{ width:680px !important; }
.w685{ width:685px !important; }
.w690{ width:690px !important; }
.w695{ width:695px !important; }
.w700{ width:700px !important; }
.w705{ width:705px !important; }
.w710{ width:710px !important; }
.w715{ width:715px !important; }
.w720{ width:720px !important; }
.w725{ width:725px !important; }
.w730{ width:730px !important; }
.w735{ width:735px !important; }
.w740{ width:740px !important; }
.w745{ width:745px !important; }
.w750{ width:750px !important; }
.w755{ width:755px !important; }
.w760{ width:760px !important; }
.w765{ width:765px !important; }
.w770{ width:770px !important; }
.w775{ width:775px !important; }
.w780{ width:780px !important; }
.w785{ width:785px !important; }
.w790{ width:790px !important; }
.w795{ width:795px !important; }
.w800{ width:800px !important; }
.w805{ width:805px !important; }
.w810{ width:810px !important; }
.w815{ width:815px !important; }
.w820{ width:820px !important; }
.w825{ width:825px !important; }
.w830{ width:830px !important; }
.w835{ width:835px !important; }
.w840{ width:840px !important; }
.w845{ width:845px !important; }
.w850{ width:850px !important; }
.w855{ width:855px !important; }
.w860{ width:860px !important; }
.w865{ width:865px !important; }
.w870{ width:870px !important; }
.w875{ width:875px !important; }
.w880{ width:880px !important; }
.w885{ width:885px !important; }
.w890{ width:890px !important; }
.w895{ width:895px !important; }
.w900{ width:900px !important; }
.w905{ width:905px !important; }
.w910{ width:910px !important; }
.w915{ width:915px !important; }
.w920{ width:920px !important; }
.w925{ width:925px !important; }
.w930{ width:930px !important; }
.w935{ width:935px !important; }
.w940{ width:940px !important; }
.w945{ width:945px !important; }
.w950{ width:950px !important; }
.w955{ width:955px !important; }
.w960{ width:960px !important; }
.w965{ width:965px !important; }
.w970{ width:970px !important; }
.w975{ width:975px !important; }
.w980{ width:980px !important; }
.w985{ width:985px !important; }
.w990{ width:990px !important; }
.w995{ width:995px !important; }
.w1000{ width:1000px !important; }
.w1005{ width:1005px !important; }
.w1010{ width:1010px !important; }
.w1015{ width:1015px !important; }
.w1020{ width:1020px !important; }
.w1025{ width:1025px !important; }
.w1030{ width:1030px !important; }
.w1035{ width:1035px !important; }
.w1040{ width:1040px !important; }
.w1045{ width:1045px !important; }
.w1050{ width:1050px !important; }
.w1055{ width:1055px !important; }
.w1060{ width:1060px !important; }
.w1065{ width:1065px !important; }
.w1070{ width:1070px !important; }
.w1075{ width:1075px !important; }
.w1080{ width:1080px !important; }
.w1085{ width:1085px !important; }
.w1090{ width:1090px !important; }
.w1095{ width:1095px !important; }
.w1100{ width:1100px !important; }
.w1105{ width:1105px !important; }
.w1110{ width:1110px !important; }
.w1115{ width:1115px !important; }
.w1120{ width:1120px !important; }
.w1125{ width:1125px !important; }
.w1130{ width:1130px !important; }
.w1135{ width:1135px !important; }
.w1140{ width:1140px !important; }
.w1145{ width:1145px !important; }
.w1150{ width:1150px !important; }
.w1155{ width:1155px !important; }
.w1160{ width:1160px !important; }
.w1165{ width:1165px !important; }
.w1170{ width:1170px !important; }
.w1175{ width:1175px !important; }
.w1180{ width:1180px !important; }
.w1185{ width:1185px !important; }
.w1190{ width:1190px !important; }
.w1195{ width:1195px !important; }
.w1200{ width:1200px !important; }
.w1205{ width:1205px !important; }
.w1210{ width:1210px !important; }
.w1215{ width:1215px !important; }
.w1220{ width:1220px !important; }
.w1225{ width:1225px !important; }
.w1230{ width:1230px !important; }
.w1235{ width:1235px !important; }
.w1240{ width:1240px !important; }
.w1245{ width:1245px !important; }
.w1250{ width:1250px !important; }
.w1255{ width:1255px !important; }
.w1260{ width:1260px !important; }
.w1265{ width:1265px !important; }
.w1270{ width:1270px !important; }
.w1275{ width:1275px !important; }
.w1280{ width:1280px !important; }
.w1285{ width:1285px !important; }
.w1290{ width:1290px !important; }
.w1295{ width:1295px !important; }
.w1300{ width:1300px !important; }
.wr0{ width:0% !important; }
.wr1{ width:1% !important; }
.wr2{ width:2% !important; }
.wr3{ width:3% !important; }
.wr4{ width:4% !important; }
.wr5{ width:5% !important; }
.wr6{ width:6% !important; }
.wr7{ width:7% !important; }
.wr8{ width:8% !important; }
.wr9{ width:9% !important; }
.wr10{ width:10% !important; }
.wr11{ width:11% !important; }
.wr12{ width:12% !important; }
.wr13{ width:13% !important; }
.wr14{ width:14% !important; }
.wr15{ width:15% !important; }
.wr16{ width:16% !important; }
.wr17{ width:17% !important; }
.wr18{ width:18% !important; }
.wr19{ width:19% !important; }
.wr20{ width:20% !important; }
.wr21{ width:21% !important; }
.wr22{ width:22% !important; }
.wr23{ width:23% !important; }
.wr24{ width:24% !important; }
.wr25{ width:25% !important; }
.wr26{ width:26% !important; }
.wr27{ width:27% !important; }
.wr28{ width:28% !important; }
.wr29{ width:29% !important; }
.wr30{ width:30% !important; }
.wr31{ width:31% !important; }
.wr32{ width:32% !important; }
.wr33{ width:33% !important; }
.wr34{ width:34% !important; }
.wr35{ width:35% !important; }
.wr36{ width:36% !important; }
.wr37{ width:37% !important; }
.wr38{ width:38% !important; }
.wr39{ width:39% !important; }
.wr40{ width:40% !important; }
.wr41{ width:41% !important; }
.wr42{ width:42% !important; }
.wr43{ width:43% !important; }
.wr44{ width:44% !important; }
.wr45{ width:45% !important; }
.wr46{ width:46% !important; }
.wr47{ width:47% !important; }
.wr48{ width:48% !important; }
.wr49{ width:49% !important; }
.wr50{ width:50% !important; }
.wr51{ width:51% !important; }
.wr52{ width:52% !important; }
.wr53{ width:53% !important; }
.wr54{ width:54% !important; }
.wr55{ width:55% !important; }
.wr56{ width:56% !important; }
.wr57{ width:57% !important; }
.wr58{ width:58% !important; }
.wr59{ width:59% !important; }
.wr60{ width:60% !important; }
.wr61{ width:61% !important; }
.wr62{ width:62% !important; }
.wr63{ width:63% !important; }
.wr64{ width:64% !important; }
.wr65{ width:65% !important; }
.wr66{ width:66% !important; }
.wr67{ width:67% !important; }
.wr68{ width:68% !important; }
.wr69{ width:69% !important; }
.wr70{ width:70% !important; }
.wr71{ width:71% !important; }
.wr72{ width:72% !important; }
.wr73{ width:73% !important; }
.wr74{ width:74% !important; }
.wr75{ width:75% !important; }
.wr76{ width:76% !important; }
.wr77{ width:77% !important; }
.wr78{ width:78% !important; }
.wr79{ width:79% !important; }
.wr80{ width:80% !important; }
.wr81{ width:81% !important; }
.wr82{ width:82% !important; }
.wr83{ width:83% !important; }
.wr84{ width:84% !important; }
.wr85{ width:85% !important; }
.wr86{ width:86% !important; }
.wr87{ width:87% !important; }
.wr88{ width:88% !important; }
.wr89{ width:89% !important; }
.wr90{ width:90% !important; }
.wr91{ width:91% !important; }
.wr92{ width:92% !important; }
.wr93{ width:93% !important; }
.wr94{ width:94% !important; }
.wr95{ width:95% !important; }
.wr96{ width:96% !important; }
.wr97{ width:97% !important; }
.wr98{ width:98% !important; }
.wr99{ width:99% !important; }
.wr100{ width:100% !important; }
.h5{ height:5px !important; }
.h10{ height:10px !important; }
.h15{ height:15px !important; }
.h20{ height:20px !important; }
.h25{ height:25px !important; }
.h30{ height:30px !important; }
.h35{ height:35px !important; }
.h40{ height:40px !important; }
.h45{ height:45px !important; }
.h50{ height:50px !important; }
.h55{ height:55px !important; }
.h60{ height:60px !important; }
.h65{ height:65px !important; }
.h70{ height:70px !important; }
.h75{ height:75px !important; }
.h80{ height:80px !important; }
.h85{ height:85px !important; }
.h90{ height:90px !important; }
.h95{ height:95px !important; }
.h100{ height:100px !important; }
.h105{ height:105px !important; }
.h110{ height:110px !important; }
.h115{ height:115px !important; }
.h120{ height:120px !important; }
.h125{ height:125px !important; }
.h130{ height:130px !important; }
.h135{ height:135px !important; }
.h140{ height:140px !important; }
.h145{ height:145px !important; }
.h150{ height:150px !important; }
.h155{ height:155px !important; }
.h160{ height:160px !important; }
.h165{ height:165px !important; }
.h170{ height:170px !important; }
.h175{ height:175px !important; }
.h180{ height:180px !important; }
.h185{ height:185px !important; }
.h190{ height:190px !important; }
.h195{ height:195px !important; }
.h200{ height:200px !important; }
.h205{ height:205px !important; }
.h210{ height:210px !important; }
.h215{ height:215px !important; }
.h220{ height:220px !important; }
.h225{ height:225px !important; }
.h230{ height:230px !important; }
.h235{ height:235px !important; }
.h240{ height:240px !important; }
.h245{ height:245px !important; }
.h250{ height:250px !important; }
.h255{ height:255px !important; }
.h260{ height:260px !important; }
.h265{ height:265px !important; }
.h270{ height:270px !important; }
.h275{ height:275px !important; }
.h280{ height:280px !important; }
.h285{ height:285px !important; }
.h290{ height:290px !important; }
.h295{ height:295px !important; }
.h300{ height:300px !important; }
.h305{ height:305px !important; }
.h310{ height:310px !important; }
.h315{ height:315px !important; }
.h320{ height:320px !important; }
.h325{ height:325px !important; }
.h330{ height:330px !important; }
.h335{ height:335px !important; }
.h340{ height:340px !important; }
.h345{ height:345px !important; }
.h350{ height:350px !important; }
.h355{ height:355px !important; }
.h360{ height:360px !important; }
.h365{ height:365px !important; }
.h370{ height:370px !important; }
.h375{ height:375px !important; }
.h380{ height:380px !important; }
.h385{ height:385px !important; }
.h390{ height:390px !important; }
.h395{ height:395px !important; }
.h400{ height:400px !important; }
.h405{ height:405px !important; }
.h410{ height:410px !important; }
.h415{ height:415px !important; }
.h420{ height:420px !important; }
.h425{ height:425px !important; }
.h430{ height:430px !important; }
.h435{ height:435px !important; }
.h440{ height:440px !important; }
.h445{ height:445px !important; }
.h450{ height:450px !important; }
.h455{ height:455px !important; }
.h460{ height:460px !important; }
.h465{ height:465px !important; }
.h470{ height:470px !important; }
.h475{ height:475px !important; }
.h480{ height:480px !important; }
.h485{ height:485px !important; }
.h490{ height:490px !important; }
.h495{ height:495px !important; }
.h500{ height:500px !important; }
.h505{ height:505px !important; }
.h510{ height:510px !important; }
.h515{ height:515px !important; }
.h520{ height:520px !important; }
.h525{ height:525px !important; }
.h530{ height:530px !important; }
.h535{ height:535px !important; }
.h540{ height:540px !important; }
.h545{ height:545px !important; }
.h550{ height:550px !important; }
.h555{ height:555px !important; }
.h560{ height:560px !important; }
.h565{ height:565px !important; }
.h570{ height:570px !important; }
.h575{ height:575px !important; }
.h580{ height:580px !important; }
.h585{ height:585px !important; }
.h590{ height:590px !important; }
.h595{ height:595px !important; }
.h600{ height:600px !important; }
.h605{ height:605px !important; }
.h610{ height:610px !important; }
.h615{ height:615px !important; }
.h620{ height:620px !important; }
.h625{ height:625px !important; }
.h630{ height:630px !important; }
.h635{ height:635px !important; }
.h640{ height:640px !important; }
.h645{ height:645px !important; }
.h650{ height:650px !important; }
.h655{ height:655px !important; }
.h660{ height:660px !important; }
.h665{ height:665px !important; }
.h670{ height:670px !important; }
.h675{ height:675px !important; }
.h680{ height:680px !important; }
.h685{ height:685px !important; }
.h690{ height:690px !important; }
.h695{ height:695px !important; }
.h700{ height:700px !important; }
.h705{ height:705px !important; }
.h710{ height:710px !important; }
.h715{ height:715px !important; }
.h720{ height:720px !important; }
.h725{ height:725px !important; }
.h730{ height:730px !important; }
.h735{ height:735px !important; }
.h740{ height:740px !important; }
.h745{ height:745px !important; }
.h750{ height:750px !important; }
.h755{ height:755px !important; }
.h760{ height:760px !important; }
.h765{ height:765px !important; }
.h770{ height:770px !important; }
.h775{ height:775px !important; }
.h780{ height:780px !important; }
.h785{ height:785px !important; }
.h790{ height:790px !important; }
.h795{ height:795px !important; }
.h800{ height:800px !important; }
.h805{ height:805px !important; }
.h810{ height:810px !important; }
.h815{ height:815px !important; }
.h820{ height:820px !important; }
.h825{ height:825px !important; }
.h830{ height:830px !important; }
.h835{ height:835px !important; }
.h840{ height:840px !important; }
.h845{ height:845px !important; }
.h850{ height:850px !important; }
.h855{ height:855px !important; }
.h860{ height:860px !important; }
.h865{ height:865px !important; }
.h870{ height:870px !important; }
.h875{ height:875px !important; }
.h880{ height:880px !important; }
.h885{ height:885px !important; }
.h890{ height:890px !important; }
.h895{ height:895px !important; }
.h900{ height:900px !important; }
.h905{ height:905px !important; }
.h910{ height:910px !important; }
.h915{ height:915px !important; }
.h920{ height:920px !important; }
.h925{ height:925px !important; }
.h930{ height:930px !important; }
.h935{ height:935px !important; }
.h940{ height:940px !important; }
.h945{ height:945px !important; }
.h950{ height:950px !important; }
.h955{ height:955px !important; }
.h960{ height:960px !important; }
.h965{ height:965px !important; }
.h970{ height:970px !important; }
.h975{ height:975px !important; }
.h980{ height:980px !important; }
.h985{ height:985px !important; }
.h990{ height:990px !important; }
.h995{ height:995px !important; }
.h1000{ height:1000px !important; }
.h1005{ height:1005px !important; }
.h1010{ height:1010px !important; }
.h1015{ height:1015px !important; }
.h1020{ height:1020px !important; }
.h1025{ height:1025px !important; }
.h1030{ height:1030px !important; }
.h1035{ height:1035px !important; }
.h1040{ height:1040px !important; }
.h1045{ height:1045px !important; }
.h1050{ height:1050px !important; }
.h1055{ height:1055px !important; }
.h1060{ height:1060px !important; }
.h1065{ height:1065px !important; }
.h1070{ height:1070px !important; }
.h1075{ height:1075px !important; }
.h1080{ height:1080px !important; }
.h1085{ height:1085px !important; }
.h1090{ height:1090px !important; }
.h1095{ height:1095px !important; }
.h1100{ height:1100px !important; }
.h1105{ height:1105px !important; }
.h1110{ height:1110px !important; }
.h1115{ height:1115px !important; }
.h1120{ height:1120px !important; }
.h1125{ height:1125px !important; }
.h1130{ height:1130px !important; }
.h1135{ height:1135px !important; }
.h1140{ height:1140px !important; }
.h1145{ height:1145px !important; }
.h1150{ height:1150px !important; }
.h1155{ height:1155px !important; }
.h1160{ height:1160px !important; }
.h1165{ height:1165px !important; }
.h1170{ height:1170px !important; }
.h1175{ height:1175px !important; }
.h1180{ height:1180px !important; }
.h1185{ height:1185px !important; }
.h1190{ height:1190px !important; }
.h1195{ height:1195px !important; }
.h1200{ height:1200px !important; }
.h1205{ height:1205px !important; }
.h1210{ height:1210px !important; }
.h1215{ height:1215px !important; }
.h1220{ height:1220px !important; }
.h1225{ height:1225px !important; }
.h1230{ height:1230px !important; }
.h1235{ height:1235px !important; }
.h1240{ height:1240px !important; }
.h1245{ height:1245px !important; }
.h1250{ height:1250px !important; }
.h1255{ height:1255px !important; }
.h1260{ height:1260px !important; }
.h1265{ height:1265px !important; }
.h1270{ height:1270px !important; }
.h1275{ height:1275px !important; }
.h1280{ height:1280px !important; }
.h1285{ height:1285px !important; }
.h1290{ height:1290px !important; }
.h1295{ height:1295px !important; }
.h1300{ height:1300px !important; }
.hr1{ width:1% !important; }
.hr2{ width:2% !important; }
.hr3{ width:3% !important; }
.hr4{ width:4% !important; }
.hr5{ width:5% !important; }
.hr6{ width:6% !important; }
.hr7{ width:7% !important; }
.hr8{ width:8% !important; }
.hr9{ width:9% !important; }
.hr10{ width:10% !important; }
.hr11{ width:11% !important; }
.hr12{ width:12% !important; }
.hr13{ width:13% !important; }
.hr14{ width:14% !important; }
.hr15{ width:15% !important; }
.hr16{ width:16% !important; }
.hr17{ width:17% !important; }
.hr18{ width:18% !important; }
.hr19{ width:19% !important; }
.hr20{ width:20% !important; }
.hr21{ width:21% !important; }
.hr22{ width:22% !important; }
.hr23{ width:23% !important; }
.hr24{ width:24% !important; }
.hr25{ width:25% !important; }
.hr26{ width:26% !important; }
.hr27{ width:27% !important; }
.hr28{ width:28% !important; }
.hr29{ width:29% !important; }
.hr30{ width:30% !important; }
.hr31{ width:31% !important; }
.hr32{ width:32% !important; }
.hr33{ width:33% !important; }
.hr34{ width:34% !important; }
.hr35{ width:35% !important; }
.hr36{ width:36% !important; }
.hr37{ width:37% !important; }
.hr38{ width:38% !important; }
.hr39{ width:39% !important; }
.hr40{ width:40% !important; }
.hr41{ width:41% !important; }
.hr42{ width:42% !important; }
.hr43{ width:43% !important; }
.hr44{ width:44% !important; }
.hr45{ width:45% !important; }
.hr46{ width:46% !important; }
.hr47{ width:47% !important; }
.hr48{ width:48% !important; }
.hr49{ width:49% !important; }
.hr50{ width:50% !important; }
.hr51{ width:51% !important; }
.hr52{ width:52% !important; }
.hr53{ width:53% !important; }
.hr54{ width:54% !important; }
.hr55{ width:55% !important; }
.hr56{ width:56% !important; }
.hr57{ width:57% !important; }
.hr58{ width:58% !important; }
.hr59{ width:59% !important; }
.hr60{ width:60% !important; }
.hr61{ width:61% !important; }
.hr62{ width:62% !important; }
.hr63{ width:63% !important; }
.hr64{ width:64% !important; }
.hr65{ width:65% !important; }
.hr66{ width:66% !important; }
.hr67{ width:67% !important; }
.hr68{ width:68% !important; }
.hr69{ width:69% !important; }
.hr70{ width:70% !important; }
.hr71{ width:71% !important; }
.hr72{ width:72% !important; }
.hr73{ width:73% !important; }
.hr74{ width:74% !important; }
.hr75{ width:75% !important; }
.hr76{ width:76% !important; }
.hr77{ width:77% !important; }
.hr78{ width:78% !important; }
.hr79{ width:79% !important; }
.hr80{ width:80% !important; }
.hr81{ width:81% !important; }
.hr82{ width:82% !important; }
.hr83{ width:83% !important; }
.hr84{ width:84% !important; }
.hr85{ width:85% !important; }
.hr86{ width:86% !important; }
.hr87{ width:87% !important; }
.hr88{ width:88% !important; }
.hr89{ width:89% !important; }
.hr90{ width:90% !important; }
.hr91{ width:91% !important; }
.hr92{ width:92% !important; }
.hr93{ width:93% !important; }
.hr94{ width:94% !important; }
.hr95{ width:95% !important; }
.hr96{ width:96% !important; }
.hr97{ width:97% !important; }
.hr98{ width:98% !important; }
.hr99{ width:99% !important; }
.hr100{ width:100% !important; }
