@charset "UTF-8";
html {
  width: 100%; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: normal;
  min-width: 320px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
  margin: 0 auto;
  padding: 0; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red; }

a:hover {
  text-decoration: none; }

.left {
  float: left; }

.right {
  float: right; }

* {
  outline: none; }

header {
  background-color: #272e38;
  margin: 0 auto 15px;
  padding: 0 45px;
  max-width: 1920px;
  width: 100%;
  color: #fff; }
  header .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    position: relative; }

section {
  background-color: #fff;
  padding: 15px 45px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto; }
  section .container {
    background-color: #f5f5f5;
    width: 100%;
    border: 1px solid #ececec;
    padding: 3px; }
    section .container .row {
      padding: 6px 20px; }

header .logo {
  display: inline-block;
  margin: 15px 100px 0 0; }
header .toggle_menu {
  display: none;
  width: 55px;
  height: 55px;
  top: 20px;
  right: 0;
  position: relative;
  z-index: 100;
  border: none;
  background-color: #02d3cf;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  header .toggle_menu .sandwich {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    display: block; }
  header .toggle_menu .sandwich span {
    display: block; }
  header .toggle_menu .sw-topper {
    position: relative;
    top: 0;
    width: 35px;
    height: 3px;
    background: #1fb5ad;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s ease; }
  header .toggle_menu .sw-bottom {
    position: relative;
    width: 35px;
    height: 3px;
    top: 6px;
    background: #1fb5ad;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s ease;
    transition-delay: 0.2s, 0s; }
  header .toggle_menu .sw-footer {
    position: relative;
    width: 35px;
    height: 3px;
    top: 12px;
    background: #1fb5ad;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: all 0.5s ease;
    transition-delay: 0.1s; }
header .sandwich.active .sw-topper {
  top: 9px;
  transform: rotate(-225deg);
  background-color: #fff; }
header .sandwich.active .sw-bottom {
  top: 6;
  transform: rotate(225deg);
  background-color: #fff; }
header .sandwich.active .sw-footer {
  opacity: 0;
  top: 0;
  transform: rotate(180deg);
  background-color: #fff; }
header .header-menu {
  padding: 0;
  margin: 15px 0 0;
  font-size: 12px;
  line-height: 15px;
  font-family: "Arial";
  font-weight: bold;
  display: inline-block;
  line-height: 12px; }
  header .header-menu li {
    display: inline-block;
    border-bottom: 3px solid #1fb5ad; }
    header .header-menu li:first-child {
      border-bottom: 3px solid #1fb5ad; }
    header .header-menu li:nth-child(2) {
      border-bottom: 3px solid #03bceb; }
    header .header-menu li:nth-child(3) {
      border-bottom: 3px solid #b26fdf; }
    header .header-menu li:nth-child(4) {
      border-bottom: 3px solid #fa8564; }
    header .header-menu li:nth-child(5) {
      border-bottom: 3px solid #ffc100; }
    header .header-menu li a {
      display: block;
      padding: 15px;
      margin: 0;
      color: #fff;
      background-color: #3d434c;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      header .header-menu li a:hover {
        text-decoration: none;
        background-color: #565c64; }
  header .header-menu .active {
    background-color: #02d3cf; }
    header .header-menu .active:hover {
      background-color: #18e9e5; }
header .right-menu {
  display: inline-block;
  float: right; }
  header .right-menu .hello-user {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    font-family: "Arial";
    position: relative;
    margin-left: 50px;
    color: #fff; }
    header .right-menu .hello-user:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #02d3cf;
      z-index: 500;
      top: 50%;
      margin-top: -4px;
      left: -15px; }
  header .right-menu .exit {
    padding: 0;
    margin: 15px 0 0 50px;
    font-size: 12px;
    line-height: 15px;
    font-family: "Arial";
    font-weight: bold;
    display: inline-block;
    line-height: 11px; }
    header .right-menu .exit li {
      display: inline-block; }
      header .right-menu .exit li a {
        display: block;
        padding: 15px;
        margin: 0;
        color: #fff;
        background-color: #02d3cf;
        border-bottom: 3px solid #1fb5ad;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        header .right-menu .exit li a:hover {
          background-color: #18e9e5;
          color: #255; }

header.turn {
  height: 100%; }

.login-main {
  background: url(../img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh; }
  .login-main #remember {
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: right;
    left: 0;
    padding: 0 25px; }
    .login-main #remember a {
      color: #fff;
      font-style: "Tahoma Regular";
      font-size: 12px; }
  .login-main .login-panel {
    width: 350px;
    height: 350px;
    background-color: #272e38;
    position: absolute;
    top: 50%;
    margin-top: -175px;
    left: 50%;
    margin-left: -175px;
    padding: 90px 25px 25px;
    color: #fff; }
    .login-main .login-panel img, .login-main .login-panel h5 {
      display: inline-block;
      margin-bottom: 10px; }
    .login-main .login-panel h5 {
      float: right;
      font-size: 12px;
      margin: 5px 0 10px; }
    .login-main .login-panel input {
      width: 100%;
      margin: 0 0 10px;
      border: none;
      background-color: #f2f2f2;
      color: #707070;
      padding-left: 10px;
      font-size: 15px;
      height: 30px; }
      .login-main .login-panel input:focus {
        background-color: #FFF; }
    .login-main .login-panel button {
      width: 100%;
      background-color: #13d384;
      color: #272e38;
      border: none;
      margin: 0 0 10px;
      height: 30px;
      line-height: 30px; }
      .login-main .login-panel button img {
        position: relative;
        top: 4px;
        left: 3px; }
    .login-main .login-panel a {
      color: #fff;
      font-style: "Tahoma Regular";
      font-size: 12px; }

.score-wrapp .container {
  padding: 20px 0 40px; }
  .score-wrapp .container input[type="text"] {
    /*width: 213px;*/
    border: 1px solid #d1d1d1;
    color: #8b8b8b;
    border-radius: 2px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    font-size: 13px;
    margin-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px; }
	
	#addform  input[type="text"] {
    width: 90%;
  }
	
	.score-wrapp .container input[type="text"]:focus, .tdadd #addform li textarea:focus  {
    border-color: #83e0d7;
    color: #4d5259;
    -webkit-box-shadow: 0 0 0 0.1rem rgba(51,202,187,.15);
    box-shadow: 0 0 0 0.1rem rgba(51,202,187,.15);
}
	
	
	
.score-wrapp .row {
  max-width: 1320px;
  padding-top: 40px; }
  .score-wrapp .row .col-md-3 {
    padding-top: 10px; }
  .score-wrapp .row .col-md-9 {
    padding-top: 40px; }

h2 {
  padding: 0;
  margin: 0;
  color: #272e38;
  font-family: "Arial";
  font-size: 23px !important; }

#navi_left {
  padding: 0;
  margin: 20px 0; }
  #navi_left li {
    list-style: none; }
    #navi_left li.hasmenu a {
      display: block;
      margin-left: 30px;
      color: #000;
      font-family: "Arial";
      font-size: 12px;
      display: table;
      margin-bottom: 5px;
      text-decoration: underline; }
    #navi_left li.hasmenu > .plus {
      color: #000;
      font-family: "Arial";
      font-size: 13px;
      font-weight: bold;
      cursor: pointer;
      padding: 0 15px;
      margin: 5px 0;
      display: table;
      text-decoration: none;
      position: relative; }
      #navi_left li.hasmenu > .plus:before {
        position: absolute;
        width: 15px;
        text-align: center;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        content: "";
        color: #6b6b6b;
        left: 0;
        top: 0; }
    #navi_left li.hasmenu > .plus.rollover {
      position: relative; }
      #navi_left li.hasmenu > .plus.rollover:before {
        position: absolute;
        width: 15px;
        text-align: center;
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        content: "";
        color: #6b6b6b;
        left: 0;
        top: 0; }

#navi_left > li > .plus {
  color: #000;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 15px;
  margin: 5px 0;
  display: table;
  text-decoration: none; }

.rbutton {
  padding: 8px 20px;
  font-size: 12px;
  color: #fff;
  font-style: "Arial Regular";
  border: none;
  margin: 10px 20px 10px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #02d3cf;
  font-weight: bold; }
  .rbutton:hover {
    background-color: #17b5b2; }

#dpage2 ul,
#dpage ul {
  padding: 0;
  margin: 10px 0; }
  #dpage2 ul li,
  #dpage ul li {
    list-style: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #03bceb;
    color: #fff;
    text-align: center;
    margin: 5px 0; }
    #dpage2 ul li a,
    #dpage ul li a {
      width: 100%;
      display: block;
      height: 100%;
      line-height: 30px;
      text-align: center;
      color: #fff;
      background-color: #02d3cf;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #dpage2 ul li a:hover,
      #dpage ul li a:hover {
        background-color: #18e9e5;
        color: #255; }

.tools-lnk a {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #fff;
  background-color: #02d3cf;
  color: #255;
  font-size: 14px;
  margin: 2px 0;
  text-align: center;
  line-height: 30px; }
  .tools-lnk a:hover {
    background-color: #03bceb; }

.filter {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  color: #fff;
  background-color: #02d3cf;
  color: #fff;
  font-size: 14px;
  margin: 2px 0;
  text-align: center;
  line-height: 30px; }
  .filter:hover {
    background-color: #03bceb; }

.KeyTable {
  border: none;
  width: 100%; }
  .KeyTable tbody {
    background-color: #FFF; }
  .KeyTable tr {
    border-bottom: 1px solid #e9e9e9; }
    .KeyTable tr:hover {
      background-color: #fafafa; }
    .KeyTable tr.focus {
      background-color: #c7f5f4; }
  .KeyTable th,
  .KeyTable td {
    text-align: center;
    height: 35px;
    font-size: 13px;
    color: #000000;
    font-family: "Arial";
    padding: 0 5px; }

.sbHolder {
  display: block; }
  .sbHolder a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #03bceb;
    color: #fff; }
  .sbHolder .sbOptions {
    position: absolute;
    width: 100%; }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #8b8b8b;
  vertical-align: middle;
  width: 213px;
  font-size: 13px;
  max-width: 300px;
  height: 32px;
  margin: 4px 10px 4px 4px; }

.select-styled {
  position: absolute;
  height: 32px;
  line-height: 32px;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 2px;
  left: 0;
  border: 1px solid #d1d1d1;
  background-color: #fff;
  padding: 0 15px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .select-styled:after {
    content: "";
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "fontello";
    content: "";
    background-color: #17b5b2;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .select-styled:hover {
    color: #555; }
  .select-styled:active, .select-styled.active {
    background-color: #fff;
    color: #555; }
    .select-styled:active:after, .select-styled.active:after {
      background-color: #03bceb;
      color: #fff; }

.select-options {
  display: none;
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  color: #555;
  border-radius: 2px;
  padding: 0;
  list-style: none;
  background-color: #FFF;
  border: 1px solid #d1d1d1;
  overflow: hidden; }
  .select-options li {
    margin: 0;
    padding: 4px 0;
    text-indent: 15px;
    cursor: pointer !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: left !important; }
    .select-options li:hover {
      background-color: #f2f2f2; }


.gemor {
  text-align: right;
  margin: 10px 0; }

.rbutton.bttm {
  display: table; }

.tdadd {
  padding: 0;
  margin: 10px 0; }
  
  #uploadresult{
	  height:1px;
  }
  
  .tdadd #addform li.inp_holdi{
	  
	  float:left;
	  margin-right:10px;
	  clear:none;	
  }
  
    .tdadd #addform li.addedTag {
	 
	  clear:none;	
  }
  .taglist{
	      margin-top: 7px;
		  float:left;
	  
  }
  
  #addTagBtn {
	  float:left;
  }
  
  .tdadd #addform li , .tdadd #addform li.tagAdd{
    list-style: none;
clear:left;	}
    .tdadd #addform li label {
      display: block;
      font-size: 16px;
      margin-top: 5px;
      font-style: "Tahoma Regular"; }
    .tdadd #addform li textarea {
      width: 90%;
       border: 1px solid #d1d1d1;
      color: #8b8b8b;
      border-radius: 2px;
      cursor: pointer;
      padding: 10px;
      font-size: 13px;
      line-height: 15px;
      margin-top: 4px;
      margin-bottom: 4px; }
	  
	  
	  
.tags {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: table;
    padding: 0.5em;
   
}
.tags li.tagAdd, .tags li.addedTag {
    float: left;
    margin-left: 0.25em;
    margin-right: 0.25em;
}
.tags li.addedTag {
    background: none repeat scroll 0 0 #019f86;
    border-radius: 2px;
    color: #fff;
    padding: 0.25em;
}
.tags input, li.addedTag {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: none;
    display: block;
    padding: 0.5em;
}
.tags input:hover {
    border: 1px solid #000;
}
span.tagRemove {
    cursor: pointer;
    display: inline-block;
    padding-left: 0.5em;
}
span.tagRemove:hover {
    color: #222222;
}


.zDater {
	position:absolute;
	display:block;
	padding:0;
	height:149px;
	width:160px;
	z-index:2500;
	top:74px !important;
}
.zDater .cont {
	border: 1px solid #636363;
    border-radius: 4px 4px;
	background-color: #fff;
	padding: 3px;
    -moz-box-shadow: 3px 3px 2px #888;
     -webkit-box-shadow: 3px 3px 2px #888;
     box-shadow: 1px 1px 4px #888;
	 	z-index:2500;
}
.zDater table{
	width: 100%;
		z-index:2500;
}
.zDater td, .zDater th{
	font: 12px "Segoe UI",Tahoma, arial;
	padding:0;
	text-align:center;
	vertical-align:middle;
	border: 1px solid transparent;
	cursor: default;
}
.zDater .header{
	margin-bottom:2px;
}
.zDater td{
	width:40px;
	height:40px;
}
.zDater .days td, .zDater .days th{
	width:20px;
	height:15px;
    line-height:15px;
}
.zDater .days th, .zDater .days th:hover{
	font-weight: normal;
	color: #999;
	border-bottom: 1px solid #eee;
}
.zDater td.old{
	color: #999;
}
.zDater .days .we{
	color:#ff6633;
}

.zDater td:hover{
	border: 1px solid #daf2fc;
    border-radius: 4px 4px;
	background-color: #edf9ff;
	color: #06c;
	
}
.zDater td.act1{
	border: 1px solid #06c;
    border-radius: 3px 3px;
	background-color: #edf9ff;
	color: #06c;
}
.zDater th{
	font-weight: bold;
}
.zDater .header div {
	display: block;
	position:relative;
	border: 1px solid black;
	width:20px;
}
.zDater th:hover{
	color: #06c;
	
}
.zDater .arr_r, .zDater .arr_l{
	padding: 2px 5px;
	width:5px;
}
.zDater .arr_r:hover div, .zDater .arr_l:hover div{
	border-color: #06c;
}
.zDater .arr_r div{
	border:0;
	border-left:1px solid #000;
	top:1px;
	float:right;
	line-height:0px;
}
.zDater .arr_l div{
	border:0;
	border-right:1px solid #000;
	top:1px;
	line-height:0px;
	float:left;
}
  img.calend{vertical-align:middle;width:24px; height: 22px;cursor: pointer;}
  input.calend, input.calend2{width:120px !important;}