
.content-wrapper{
	margin-top:30px;
}
.content-wrapper #left-content{
	
    width: 20%; float: left;
}
.content-wrapper #left-content .filter-box-wrapper{
    padding: 5px;
}
.folder-right-content-box-wrapper{
  border: 1px solid #dfdfdf; 
  margin-top: 5px; 
  border-radius: 5px; 
  padding: 10px; 
  height: 620px; 
  overflow-y: auto;
  cursor : defaut;
}
.filter-box-wrapper .filter-box{
    margin: 0px 5px 25px 5px; border: 1px solid #dfdfdf; padding: 5px;
    border-radius: 5px;/*
    -webkit-box-shadow: 0px 0px 10px 1px rgba(194,194,194,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(194,194,194,1);
    box-shadow: 0px 0px 10px 1px rgba(194,194,194, 1);*/
}
.content-wrapper #right-content{
	 /*width: 73%;*/ 
    width: 78%; float: right;
}
.content-wrapper #left-content .content-search-wrapper{
    padding: 5px;
}
.content-search-wrapper .content-search{
    margin: 0 5px; padding: 20px 5px; border-bottom: 1px solid #dfdfdf;
}
.content-search-wrapper .content-search:first-child{
    border-top: 1px solid #dfdfdf;
}
.content-search-wrapper .content-search .judul,
.content-search-wrapper .content-search .viewkonten,
.content-search-wrapper .content-search .author,
.content-search-wrapper .content-search .path,
.content-search-wrapper .content-search .note,
.content-search-wrapper .content-search .doc-info{
    padding-left: 50px;
    font-size: small;
    width: 80%;
}
.content-search-wrapper .content-search .judul{
    font-size: large;
    color: blue;
    background-repeat: no-repeat;
    background-size: 23px;
    background-position: 5px center;
    float: left;
}
.content-search-wrapper .content-search .tanggal{
    float: right;
    font-style: italic;
}

.content-search-wrapper .content-search .doc-info{
    width: 95%;
}
.judul.doc{
    background-image: url(../img/office-icon/Microsoft-Word-2013-icon.png);
}
.judul.ppt{
    background-image: url(../img/office-icon/Microsoft-PowerPoint-2013-icon.png);
}
.content-search-wrapper .content-search .author{
    font-weight: bold;
}
.content-search-wrapper .content-search .path{
    color: #4DAF4C;
}
.checkbox,.scroll{
    max-height: 120px;
    overflow: auto;
}
.checkbox::-webkit-scrollbar,.scroll::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Track */
.checkbox::-webkit-scrollbar-track,.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.checkbox::-webkit-scrollbar-thumb,.scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(177,177,177,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.checkbox::-webkit-scrollbar-thumb:window-inactive,.scroll::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(177,177,177,0.4);
}

/***************************************************************************/
/* judul filter */
/***************************************************************************/
.input-title{
    background-color: #f9fafc;
    border: 1px solid #eaedf1;
    height: 35px;
    line-height: 35px;
    padding-left: 50px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left center;
    margin-bottom: 10px;
}
.input-title.document-type{background-image: url(../img/icon/document-type.png);}
.input-title.author{background-image: url(../img/icon/user_icon.png);}
.input-title.date{background-image: url(../img/icon/date.png); text-align: left;}
/***************************************************************************/

span.button,a.button{
    cursor: pointer !important;
    color: #1a0dab!important;
    text-decoration: none !important;
    font-size: small !important;
    font-weight: bold !important;
}
span.button:hover,a.button:hover{
    text-decoration: underline !important;
}
span.button{
    margin: 0;
}

/***************************************************************************/

.close-frame{
    width: 20px;
    height: 20px;
    background-image: url(../img/iconskoleksi/close-icon.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: center;
    cursor: pointer;
}
.close-frame:hover{
    background-color: #c1c9d3;
}

.link-action{
    font-size: small !important;
    text-decoration: none !important;
    color: #1a0dab !important;
    cursor: pointer;
}

.link-action:hover{
    text-decoration: underline !important;
}

.highlight{
    background-color:rgb(184, 255, 108); /*#8ed47d; #b6dbad */
    color:#000;
}

/***************************************************************************/


.tooltip-top {
  /* Modify size here: */
  --size: 50px;
  --padding: 10px;

  position: relative;
  width: calc(var(--size) - var(--padding));
  height: calc(var(--size) / 2);
  background: #555;
  color: #fff;
  padding: var(--padding);
}

.tooltip-top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #555;
  color: #fff;
  height: 16px;
  width: 16px;
}

.tooltip-bottom {
  /* Modify size here: */
  --size: 50px;
  --padding: 10px;

  position: relative;
  width: calc(var(--size) - var(--padding));
  height: calc(var(--size) / 2);
  background: #555;
  color: #fff;
  padding: var(--padding);
}

.tooltip-bottom:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #555;
  height: 16px;
  width: 16px;
}

.tooltip-left {
  /* Modify size here: */
  --size: 50px;
  --padding: 10px;

  position: relative;
  width: calc(var(--size) - var(--padding));
  height: calc(var(--size) / 2);
  background: #555;
  color: #fff;
  padding: var(--padding);
}

.tooltip-left:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #555;
  height: 16px;
  width: 16px;
}

.tooltip-right {
  /* Modify size here: */
  --size: 50px;
  --padding: 10px;

  position: relative;
  width: calc(var(--size) - var(--padding));
  height: calc(var(--size) / 2);
  background: #333;
  padding: var(--padding);
}

.tooltip-right:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
  height: 16px;
  width: 16px;
}
/***************************************************************************/

.bubble-top {
  /* Modify size here: */
  --size: 50px;

  position: relative;
  width: var(--size);
  height: calc(var(--size) * 0.66);
  background: #333;
  border-radius: 10px;
}

.bubble-top:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: calc(var(--size) * 0.13) solid transparent;
  border-bottom-color: #333;
  border-top: 0;
  margin-left: calc(var(--size) * 0.13 * -1);
  margin-top: calc(var(--size) * 0.13 * -1);
}

.bubble-bottom {
  /* Modify size here: */
  --size: 50px;

  position: relative;
  width: var(--size);
  height: calc(var(--size) * 0.66);
  background: #333;
  border-radius: 10px;
}

.bubble-bottom:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: calc(var(--size) * 0.13) solid transparent;
  border-top-color: #333;
  border-bottom: 0;
  margin-left: calc(var(--size) * 0.13 * -1);
  margin-bottom: calc(var(--size) * 0.13 * -1);
}


.bubble-left {
  /* Modify size here: */
  --size: 50px;

  position: relative;
  width: var(--size);
  height: calc(var(--size) * 0.66);
  background: #333;
  border-radius: 10px;
}

.bubble-left:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: calc(var(--size) * 0.13) solid transparent;
  border-right-color: #333;
  border-left: 0;
  margin-top: calc(var(--size) * 0.13 * -1);
  margin-left: calc(var(--size) * 0.13 * -1);
}

.bubble-right {
  /* Modify size here: */
  --size: 50px;

  position: relative;
  width: var(--size);
  height: calc(var(--size) * 0.66);
  background: #333;
  border-radius: 10px;
}

.bubble-right:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0;
  height: 0;
  border: calc(var(--size) * 0.13) solid transparent;
  border-left-color: #333;
  border-right: 0;
  margin-top: calc(var(--size) * 0.13 * -1);
  margin-right: calc(var(--size) * 0.13 * -1);
}

/***************************************************/
.headRsz{
	border-right:1px #ddd solid;
	text-align:center;
}

/***************************************************/
.leftbox {
	float: left;
	border: 0px Red solid;
	width: 24%;
	height: auto
}

.middlebox1 {
	float: left;
	border: 0px yellow solid;
	width: 21%;
	height: auto;
}

.middlebox2 {
	float: left;
	border: 0px Green solid;
	width: 25%;
	height: auto;
}

.rightbox {
	float: right;
	border: 0px blue solid;
	width: 28%;
	height:auto;
}

/***************************************************/
.box-msg-result-default{
  padding:5px;
  border-radius:25%;
  background:#eee;
  color:#000;
}
.box-msg-result-info{
  padding:5px;
  border-radius:25%;
  background:#4b7fb3;
  color:#000;
}

.box-msg-result-succeed{
  padding:5px;
  border-radius:25%;
  background:#2d6110;
  color:#fff;
}

.box-msg-result-warning{
  padding:5px;
  border-radius:25%;
  background:#d6c554;
  color:#000;
}

.box-msg-result-error{
  padding:5px;
  border-radius:25%;
  background:#e4a3e6;
  color:#000;
}

/***************************************************************************/

.row-title{
    padding: 3px 7px 3px 20px;
    border-radius: 5px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left center;
    cursor: pointer;
}
.row-title:hover{
    background-color: rgb(241,247,255);
    border: 1px solid rgb(182,212,252);
}

/***************************************************************************/

.stripe-row{
    padding: 20px;
}
.stripe-row:nth-of-type(odd){
    background-color: #F0F0F0;
}

/****************************************************************************/

table.data-file tr.headTab{
    border-bottom: 2px solid #dfdfdf;
}
table.data-file tr.rowTab{
    border-bottom: 1px solid #dfdfdf;
}
input, button, select, textarea{
    line-height: normal;
}
blockquote{
    border: none;
}

/*.quickview-left,.quickview-right{
    width: 49%;
}*/
.quickview-left{ 
  width:55%;
  /*max-width: 525px; */
  float: left; overflow-y: auto; 
  height: 435px; 
}

.quickview-right{
    width: 43%;
    height: 435px;
    float: right;
}
.box-frame{
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
    text-align: center;
}
.document-info{
    margin: 10px;
}
.document-info tr td{
    word-break: break-all;
}

.fld-note{
    border-radius: 4px;
    cursor: pointer;
    padding: 0px 5px;
    color: #ffffff !important;
    border: 1px solid transparent;
    font-size: 12px;
}
.fld-note.public{
    background-color:#5ea14a;/*#03f485;*/
}
.fld-note.private{
    background-color:#b5798b;/*#f16a6a;*/
}

.fld-note.Public{
    background-color:#5ea14a;/*#03f485;*/
}
.fld-note.Private{
    background-color:#b5798b;/*#f16a6a;*/
}

/*||||||||=====general====||||||||*/

/*------- size img -------*/
.size20{
	width:20px;
	height:20px;
}

.size30{
	width:30px;
	height:30px;
}

.size40{
	width:40px;
	height:40px;
}
/*------- text size -------*/
.text9{
  font-size:9px;
}
.text10{
  font-size:10px;
}
.text11{
  font-size:11px;
}
.text12{
  font-size:12px;
}
.text13{
  font-size:13px;
}
.text14{
  font-size:14px;
}
.text15{
  font-size:15px;
}
.text16{
  font-size:16px;
}
.text18{
  font-size:18px;
}

.text20{
  font-size:20px;
}

.text22{
  font-size:22px;
}

.text24{
  font-size:24px;
}


/*------- text position -------*/
.textCenter{
  text-align: center;
}

.textLeft{
  text-align: left;
}

.textRight{
  text-align: right;
}

/*------- text style -------*/
.textBold{
  font-style: bold;
}
.textBolder{
  font-style: bolder;
}
.textItalic{
  font-style: italic;
}
.textUnderline{
  font-style: underline;
}
/*------- text style -------*/
.textW600{
  font-weight:600;
}
.textW700{
  font-weight:700;
}
.textW800{
  font-weight:800;
}
.textW900{
  font-weight:900;
}
/*------- text color -------*/
.textGrey{
    color:#888;
}
.textGreyLight{
    color:#aaa;
}

.textGreyDark{
    color:#333;
}

.textRed{
    color:#960822;
}
.textRedBright{
    color:#ff0000;
}

.textBlue{
  color:#1753c2;

}
.textBlueLight{
  color:#4685fa;

}
.textOrange{
  color:#f75307;

}
.textGreen{
  color:#21855a;
}
.textGreenDark{
  color:#193b02;
}
.textWhite{
  color:#ffffff;

}
.textYellow{
  color:#ffcc00;

}
.textChoco{
	color:#a35903;
}
.textBrown{
  color:#8a6613;
}
.textBrownDark{
  color:#78390a;
}
.textBlack{
  color:#000;
}
.textGray{
  color:#333;
}
.textGrayLight{
  color:#aaa;
}
.textGold{
  color:#dfbd69;
}
.textMaroon{
  color:#7c0800;
}
.textDustyPink{
  color: #fad3b9;/*#fad3b9;*/
}
.textDustyPinkDark{
  color: #f2958a;/*#fad3b9;*/
}
.textChocoPink{
  color: #824139;
}

/*------- text font -------*/
.textFont1{
  font-family: 'Roboto',verdana, arial;
}
.textFont2{
  font-family: 'TypoGraphica', verdana, arial;
}
.textFont3{
  font-family: 'Amaranth', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont4{
  font-family: 'Varela Round', 'Oxygen', 'Allerta', verdana, arial;
}
.textFont4M{
  font-family: 'Assistant', 'Allerta', verdana, arial;
}
.textFont5{
  font-family: 'Archivo', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont6{
  font-family: 'Dekko', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont7{
  font-family: 'Cormorant Upright', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont8{
  font-family: 'Bangers', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont9{
  font-family: 'Montez', 'Oxygen', 'Allerta',verdana, arial;
}
.textFont10{
  font-family: 'Titillium Web', 'Oxygen', 'Allerta',verdana, arial;
}

/*------- border color -------*/
.borderRed{
    border:2px red solid;
}
.borderBlue{
    border:2px blue solid;
}
.borderGreen{
    border:2px green solid;
}
.borderOrange{
    border:2px orange solid;
}
.borderBrown{
    border:2px #c4b89b solid;
}

/*------- bground shape -------*/
.bgRoundedNum{
  padding: 1px 5px 1px 5px;
  border-radius: 50%;
}
.bgroundFun1{
  background: linear-gradient(-40deg, rgba(31,181,123,1) 0%, rgba(255,118,118,1) 53%, rgba(86,139,238,1) 100%);
}

.glass-silver{
	/* background styles */
	
  height:30px;
	padding: 4px;
	background-color: green; /*for compatibility with older browsers*/
	background-image: linear-gradient(rgb(121, 139, 121),rgb(177, 179, 177));

	/* text styles */
	text-decoration: none;
	color: #fff;
	font-size: 25px;
	font-family: sans-serif;
	font-weight: 100;
}

.glass-button {
  display: inline-block;
  box-sizing: border-box;
  line-height: 1rem;
  padding: 0.5rem 1.5rem;
  background-color: #fafafa;
  background-image: linear-gradient(
    #ddd,
    #fafafa,
    #fff 50%,
    #e2e2e2 60%,
    #fff 95%
  );
  text-decoration: none;
  color: #333;
  border-radius: 0.5rem;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #999;
  border-right-color: #aaa;
  box-shadow: 0 4px 4px rgba(255, 255, 255, 0.6) inset,
    0px -9px 10px -4px rgba(255, 255, 255, 1) inset,
    0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset;
  text-shadow: 0 1px 2px #fff, 0 0 3px #fff, 0 0 10px #fff;
  outline: none !important;

  &:hover {
    background-color: #fff;
    background-image: linear-gradient(
      #f0f0f0,
      #fafafa,
      #fff 50%,
      #f0f0f0 60%,
      #fff 95%
    );
    border: 1px solid #999;
    border-top-color: #aaa;
    border-bottom-color: #777;
    border-right-color: #999;
    color: #222;
  }

  &:focus {
    box-shadow: 0 4px 4px rgba(255, 255, 255, 0.6) inset,
      0px -9px 10px -4px rgba(255, 255, 255, 1) inset,
      0 -20px 1px -6px rgba(0, 0, 0, 0.125) inset, 0 0 0 2px #5dbab9;
  }

  &:active {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset;
    background-color: #e0e0e0;
    background-image: linear-gradient(
      #bbb,
      #f0f0f0,
      #eee 0.5,
      #ddd 0.6,
      #eee 0.95
    );
    border: 1px solid #bbb;
    border-top-color: #999;
    border-bottom-color: #eee;
    border-right-color: #999;
    color: #111;
  }

  &:focus:active {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25) inset, 0 0 0 2px #5dbab9;
  }
}

/*------- icons -------*/
.ic_info{
  width:40px; height:40px;
  background: url(../img/info-icon/info.png) no-repeat;
}
.ic_error{
  width:40px; height:40px;
  background: url(../img/info-icon/error.png) no-repeat;
}
.c_success{
  width:40px; height:40px;
  background: url(../img/info-icon/success.png) no-repeat;
}
.ic_warning{
  width:40px; height:40px;
  background: url(../img/info-icon/warning.png) no-repeat;
}
.ic_alert{
  width:40px; height:40px;
  background: url(../img/info-icon/alert.png) no-repeat;
}
.ic_thumb{
  width:40px; height:40px;
  background: url(../img/info-icon/thumb.png) no-repeat;
}
/*------- border radius -------*/
.border-rad-5{
  border-radius:5px;
}
.border-rad-10{
  border-radius:10px;
}
.border-rad-15{
  border-radius:15px;
}
.border-tl-rad-10{
	border-top-left-radius: 10px;
}
.border-tr-rad-10{
	border-top-right-radius: 10px;
}
.border-bl-rad-10{
	border-bottom-left-radius: 10px;
}
.border-br-rad-10{
	border-bottom-right-radius: 10px;
}

.border-tl-rad-15{
	border-top-left-radius: 15px;
}
.border-tr-rad-15{
	border-top-right-radius: 15px;
}

.border-bl-rad-15{
	border-bottom-left-radius: 15px;
}
.border-br-rad-15{
	border-bottom-right-radius: 15px;
}

/*------- bground color -------*/
.bgroundBlackFooter{
  background-color: #2e2e2e;
}
.bgroundBlackDef3{
  background-color: #333333;
}
.bgroundBlackDef{
  background-color: #222222;
}
.bgroundBlack{
  background-color: #000000;
}
.bgroundBlue{
  background-color: #568bee;
}
.bgroundBlueLight{
  background-color: #a9c3f5;
}
.bgroundBlueLight2{
  background-color: #e1effc;
}
.bgroundGreen{
  background-color: #1fb57b;
}
.bgroundGreenLight{
  background-color: #addbc9;
}
.bgroundCoral{
  background-color: #ff7676;
}
.bgroundCoralLight{
  background-color: #edced2;/*#f7d0d0;*/
}
.bgroundBrown{
  background-color: #b09456;
}
.bgroundBrownLight{
  background-color: #c4b89b;
}
.bgroundOrange{
  background-color: #ff8900;
}
.bgroundOrangeLight{
  background-color: #edd5b9;
}
.bgroundYellowLight{
  background-color: #faf6d7;
}
.bgroundYellowDark{
  background-color: #f7e76a;
}
.bgroundWhite{
  background-color: #ffffff;
}
.bgroundGreyLight{
  background-color: #ccc;
}
.bgroundGreyLight2{
  background-color: #e1e1e1;
}
.bgroundGreyLight3{
  background-color: #edeff0;
}
.bgroundGreyDark{
  background-color: #999;
}
.bgroundMaroon{
  background-color:#7c0800;
}
.bgroundMaroonDark{
  background-color:#540a05;
}
.bgroundDustyPink{
  background-color: #ccadab;/*#fad3b9;*/
}
/*------- gradient bg -------*/
.bg-gradient-gold {
  background: -webkit-linear-gradient(#f7ef8a, #d2ac47);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient-red-gold {
  background: -webkit-linear-gradient(309deg, rgba(180,111,58,1) 0%, rgba(181,7,7,1) 52%, rgba(252,176,69,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*------- css label -------*/
.lvcss_link{
  text-decoration: underline;
}
.link-underline{
  text-decoration: none;
}
.link-nounderline{
  text-decoration: none;
}

/*------- box -------*/
.boxShadow1{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.boxShadow2{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.boxShadow3{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.boxShadow4{
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}
.boxShadow5{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.boxShadow6{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.boxShadow7{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.boxShadow8{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}
.boxShadow9{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.boxShadow10{
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.boxShadow11{
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
	
/*------- display -------*/
.displayNone{
	display:none;
}
.visiHidden{
	visibility: hidden;
}

/*------- padding -------*/
.padding-0{
  padding:0;
}
.padding-2{
  padding:2px;
}
.padding-3{
  padding:3px;
}
.padding-5{
  padding:5px;
}
.padding-10{
  padding:10px;
}
.padding-top-5{
  padding-top:5px;
}
.padding-top-10{
  padding-top:10px;
}
.padding-top-15{
  padding-top:10px;
}
.padding-top-20{
  padding-top:10px;
}
.padding-bottom-5{
  padding-bottom:5px;
}
.padding-bottom-10{
  padding-bottom:10px;
}
.padding-left-5{
  padding-left:5px;
}
.padding-left-10{
  padding-left:10px;
}
.padding-left-20{
  padding-left:10px;
}
.padding-right-5{
  padding-right:5px;
}
.padding-right-10{
  padding-right:10px;
}

/*------- margin -------*/
.margin-0{
  margin:0 auto;
}
.margin-5{
  margin:5px;
}
.margin-10{
  margin:10px;
}
.margin-top-5{
  margin-top:5px;
}
.margin-top-10{
  margin-top:10px;
}
.margin-top-15{
  margin-top:15px;
}
.margin-top-20{
  margin-top:20px;
}
.margin-top-25{
  margin-top:20px;
}
.margin-top-30{
  margin-top:20px;
}
.margin-bottom-5{
  margin-bottom:5px;
}
.margin-bottom-10{
  margin-bottom:10px;
}
.margin-bottom-15{
  margin-bottom:15px;
}
.margin-bottom-20{
  margin-bottom:20px;
}
.margin-bottom-25{
  margin-bottom:20px;
}
.margin-bottom-30{
  margin-bottom:20px;
}
.margin-left-5{
  margin-left:5px;
}
.margin-left-10{
  margin-left:10px;
}
.margin-left-15{
  margin-left:15px;
}
.margin-left-20{
  margin-left:20px;
}
.margin-left-30{
  margin-left:30px;
}
.margin-left-40{
  margin-left:40px;
}
.margin-left-50{
  margin-left:50px;
}
.margin-left-60{
  margin-left:60px;
}
.margin-right-5{
  margin-right:5px;
}
.margin-right-10{
  margin-right:10px;
}
/*------- border -------*/
.border-top-gray{
  border-bottom: 1px solid #cccccc; 
}

.border-bottom-gray{
  border-bottom: 1px solid #cccccc; 
}
/*------- style BUTTON -------*/
.button {
  margin: 20px;
  outline: none;
}
.custom-btn {
  width: 130px;
  height: 40px;
  padding: 10px 25px;
  border: 2px solid #000;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
}

/* 1 */
.btn-1 {
  transition: all 0.3s ease;
}
.btn-1:hover {
   box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
}

/* 2 */
.btn-2 {

}
.btn-2:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 6px;
  width: 90%;
  height: 70%;
  border: 1px solid #000;
  opacity: 0;
  transition: all 0.3s ease;
}
.btn-2:hover:after {
  opacity: 1;
}


/* 3 */
.btn-3 {
  line-height: 39px;
  padding: 0;
}
.btn-3:hover{
  background: transparent;
  color: #000;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-3:before,
.btn-3:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #000;
  transition: all 0.3s ease;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}
.btn-3 span:before,
.btn-3 span:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #000;
  transition: all 0.3s ease;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}

/* 4 */
.btn-4 {
  position: relative;
  color: #000;
  z-index: 2;
  line-height: 40px;
  padding: 0;
}
.btn-4:hover{
  border: none;
}
.btn-4:before,
.btn-4:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  border: 2px solid;
  z-index: -1;
  transition: all 0.3s ease;
}
.btn-4:before {
  top: 0;
   left: 0;
   border-bottom-color: transparent;
   border-right-color: transparent;
   border-top-color: #000;
   border-left-color: #000;
}
.btn-4:after{
   bottom: 0;
   right: 0;
   border-top-color: transparent;
   border-left-color: transparent;
   border-bottom-color: #000;
   border-right-color: #000;
}
.btn-4:hover:before,
.btn-4:hover:after {
  border-color: #000;
  height: 100%;
  width: 100%;
}



/* 5 */
.btn-5 {
  background: #66a0d4;
  color: #fff;
  line-height: 26px;
  padding:0;
  padding-left: 8px;
  padding-right: 8px;
  border: none;
  cursor: pointer;
  border-radius:10px;
}
.btn-5:hover {
  background: transparent;
  color: #000;
   box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #000;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}


/* 6 */
.btn-6 {
   background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
}
.btn-6 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.btn-6:before,
.btn-6:after {
  position: absolute;
  content: "";
  height: 0%;
  width: 2px;
  background: #000;
}
.btn-6:before {
  right: 0;
  top: 0;
  transition: all 500ms ease;
}
.btn-6:after {
  left: 0;
  bottom: 0;
  transition: all 500ms ease;
}
.btn-6:hover{
  color: #000;
  background: transparent;
}
.btn-6:hover:before {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6:hover:after {
  transition: all 500ms ease;
  height: 100%;
}
.btn-6 span:before,
.btn-6 span:after {
  position: absolute;
  content: "";
  background: #000;
}
.btn-6 span:before {
  left: 0;
  top: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:after {
  right: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  transition: all 500ms ease;
}
.btn-6 span:hover:before {
  width: 100%;
}
.btn-6 span:hover:after {
  width: 100%;
}

/* 7 */
.btn-7 {
   background: #000;
  color: #fff;
  line-height: 42px;
  padding: 0;
  border: none;
  z-index: 1;
   -webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.btn-7:hover {
  background: transparent;
  color: #000;
}
.btn-7:before,
.btn-7:after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 50%;
  right: 0;
  z-index: -1;
  background: #000;
  transition: all 0.3s ease;
}
.btn-7:before {
  top: 0;
}
.btn-7:after {
  bottom: 0;
}
.btn-7:hover:before,
.btn-7:hover:after {
  height: 0;
  background-color: #000;
}




/* 8 */
.btn-8 {
   line-height: 40px;
  padding: 0;
  background: transparent;
  position: relative;
  z-index: 2;
  color: #fff;
  -webkit-perspective: 300px;
  perspective: 300px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.btn-8:hover{
  color: #000;
}
.btn-8:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  transition: all 0.3s ease;
}
.btn-8:hover:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}


/* 9 */
.btn-9 {
  z-index: 2;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.btn-9:hover {
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #000;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* 10 */
.btn-10 {
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-10:after {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transform: scale(.1);
  transform: scale(.1);
}
.btn-10:hover {
  color: #fff;
}
.btn-10:hover:after {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* 11 */
.btn-11 {
  padding:4px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.btn-11:hover {
  background: #66a0d4;
  color: #fff;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2),
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}


/* 12 */
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  width: 130px;
  height: 40px;
  line-height: 40px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  border: 2px solid #000;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  background: #e0e5ec;
  color: #e0e5ec;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


/* 13 */
.btn-13 {
   background: #000;
  color: #fff;
  z-index: 1;
}
.btn-13:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
   background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-13:hover {
  color: #000;
}
.btn-13:hover:after {
  top: 0;
  height: 100%;
}
.btn-13:active {
  top: 2px;
}


/* 14 */
.btn-14 {
   background: #000;
  color: #fff;
  z-index: 1;
}
.btn-14:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-14:hover {
  color: #000;
}
.btn-14:hover:after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.btn-14:active {
  top: 2px;
}

/* 15 */
.btn-15 {
   background: #000;
  color: #fff;
  z-index: 1;
}
.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
   background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-15:hover {
  color: #000;
}
.btn-15:hover:after {
  left: 0;
  width: 100%;
}
.btn-15:active {
  top: 2px;
}


/* 16 */
.btn-16 {
   background: #000;
  color: #fff;
  z-index: 1;
}
.btn-16:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  direction: rtl;
  z-index: -1;
  background: #e0e5ec;
  transition: all 0.3s ease;
}
.btn-16:hover {
  color: #000;
}
.btn-16:hover:after {
  left: auto;
  right: 0;
  width: 100%;
}
.btn-16:active {
  top: 2px;
}

/*------- style fancy -------*/
.noteStyle-10{
  border-radius: 10px;
  padding:10px;
  border: 2px solid #eee;
}
.noteStyle-20{
  border-radius: 20px;
  padding:10px;
  border: 2px solid #eee;
}
.noteStyle-50{
  border-radius: 50px;
  padding:10px;
  border: 2px solid #ffcc00;
}

/*=====info======*/
.cls-info-no-data{
	background-color: #333;
	color:#db8888;
	padding:5px;
	border-radius:10px;	
}

/*=====header====*/
.txtProfile{
  fontWeight:800; font-size:15px; color:#0351a6;
}
.bgProfile-blue{
  border-radius:12px;
  background:#5c8bbd;
  color:#fff;
  padding:3px 8px 3px 8px;
}
.bgProfile-black-white{
  border-radius:12px;
  background:#555;
  color:#fff;
  padding:3px 8px 3px 8px;
}
.bgProfile-gray{
  border-radius:12px;
  background:#cccccc;
  color:#000;
  padding:3px 8px 3px 8px;
}

/*=====float====*/
.float-left{
    float:left;
}
.float-right{
    float:right;
}
/*=====width====*/
.width-10{
    width: 10%;
}
.width-20{
    width: 20%;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-60{
    width: 60%;
}
.width-70{
    width: 70%;
}.width-80{
    width: 80%;
}
.width-90{
    width: 90%;
}
.width-100{
    width: 100%;
}

/*=====height====*/
.height-auto{
    height:auto;
}
.height-100{
    height:100px;
}
.height-200{
    height:200px;
}
.height-300{
    height:300px;
}
.height-400{
    height:400px;
}
.height-500{
    height:500px;
}

/*=====table====*/
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1.1em;
    min-width: 500px;
    /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);*/
}

.styled-table thead tr {
    background-color: #ede8ca;
    color: #555;
    font-weight: 500;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 2px 5px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 1px solid #93d1e6;
}

.styled-table tbody tr.active-row {
   
    color: #009879;
}


