@charset "utf-8";
/* CSS Document */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}*{box-sizing:border-box;border:0;margin:0;outline:0;padding:0}
html {font-size:16px} 
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary,div{display:block}
audio,canvas,progress,video {display:inline-block}progress{vertical-align:baseline}
audio:not([controls]) {display:none;height:0}[hidden],template{display:none}
/* TABLES */ 
table{border-collapse:collapse;border-spacing:0;width:100%;display:table}table,th,td{border:none}
/* BLOCKQUOTE */
blockquote,q {quotes: none}blockquote:before,blockquote:after,q:before,q:after {content:'';content:none}
/* LISTS */
/*ol,ul {list-style:none}*/
/* HEADINGS LINKS PARAGRAPHS HR TEXT STYLE */
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit}
/* HORIZONTAL LINE */
hr {-moz-box-sizing:content-box;box-sizing:content-box}
/* OTHER ELEMENTS */
a,a:active,a:hover {text-decoration:none}
b,strong {font-weight:bold}
img {border:0;max-width:100%;height:auto} 
dl {margin-top:0;margin-bottom:1.25rem}dt,dd {line-height:1.5}dt {font-weight:bold}dd {margin-left:0} 
address {margin-bottom:20px;font-style:normal;line-height:1.5} 
pre {display:block;padding:0.675rem;margin:0 0 6.75rem;font-size:0.875rem;line-height:1.5;color:#333;word-break:break-all;word-wrap:break-word;
  background-color:#f5f5f5;border:1px solid #ccc;border-radius:0.25rem;} 
/* BOOTSTRAP BUTON*/
.btn {display:inline-block;padding:6px 12px;margin-bottom:0;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;
  vertical-align: middle; -ms-touch-action:manipulation; touch-action: manipulation;cursor: pointer; -webkit-user-select:none;
     -moz-user-select:none;  -ms-user-select:none; user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,
.btn.active.focus {outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus {color:#333;text-decoration:none}
.btn:active,.btn.active {background-image:none;outline:0;  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {cursor:not-allowed;filter:alpha(opacity=65); -webkit-box-shadow:none;box-shadow:none;opacity: .65}
/* FORMS AND BUTTONS */
button,input,optgroup,select,textarea {color:inherit;font:inherit;margin:0}
button {overflow:visible}
button,select {text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit] {-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled] {cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner {border:0;padding:0}
input {line-height:normal}
input[type=checkbox],input[type=radio] {box-sizing:border-box;padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {height:auto}
input[type=search] {box-sizing:content-box;-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {-webkit-appearance:none}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.5rem 1rem 1.2rem}
legend {border:0;padding:0}textarea {overflow:auto}optgroup {font-weight:bold} 
/* COLOR THEME */
.bg-gry{background:#424242;color:#fff}
.bg-orange {background:#ff670f;color:#fff}
.bg-blue {background:#4A89DC;color:#fff}
.bg-green{background:#74a52e;color:#fff}
.bg-red{background:#DA4B38;color:#fff}
.bg-yellow{background:#F6BB42;color:#fff}
.bg-purple{background:#967ADC;color:#fff}
.bg-pink{background:#ee1289;color:#fff}
.bg-chocolate {background:#934915;color:#fff} 

.amber {color:#ffc107}
.aqua {color:#00ffff}
.blue {color:#2196F3}
.light-blue {color:#87CEEB}
.brown {color:#795548}
.cyan {color:#00bcd4}
.blue-grey {color:#607d8b}
.green {color:#4CAF50}
.light-green {color:#8bc34a}
.indigo {color:#3f51b5}
.khaki {color:#b4aa50}
.lime {color:#cddc39}
.orange {color:#ff9800}
.deep-orange {color:#ff5722}
.pink {color:#e91e63}
.purple {color:#9c27b0}
.deep-purple {color:#673ab7}
.red {color:#f44336}
.sand {color:#fdf5e6}
.teal {color:#009688}
.yellow {color:#d2be0e}
.white {color:#fff}
.black {color:#000}
/* BACKLINK STYLE define in custom-style */
/* DATEPICKER STYLE define in custom-style */
/*  RESPONSIVE GRID define in custom-style */
/* CLEAR FLOAT */
.clearfloat {clear:both;height:1px;display:block;}