
@import url('https://fonts.googleapis.com/css?family=Abel|Arimo|Libre+Baskerville|Libre+Franklin|Lobster|Raleway|Lato|Work+Sans&display=swap');	
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	 margin: 0;
	padding: 0;
	border: 0; 
	font-size: 100%;
 	vertical-align: baseline;
	text-shadow:none !important; 
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear{
	clear:both;
}

a:link, a:visited, a:hover, a:focus, a:active {
  text-decoration:none;
}


.tab-footer {
	margin-right: 5px;
	position: absolute;
	top: 11%;
	right: 13px;
	/* left: 223px; */
	z-index: 2;
}
.hight-light {
	border: 1px solid #000000 !important;
	height: 40px;
	
}
.text_add_gerenal {
	font-size: 24px;
	font-family: Courier New;
}

.frame_appreciate {
	height: 200px ;
	width: 99% ;
	padding: 10px 0 0 20px ;
	margin : 10px 20px 10px 5px;
	border : 1px solid gray;
	background-clip : padding-box;
	box-shadow: 0px 1px 4px grey;
}

.icon-user {
	height: 50px;
	width:  50px;
	border-radius: 24px;
	background:  white;
	margin: 2px 0 0 5px;
	
	
}

.icon-user i { 
	font-size: 20px;
	height: 20px;
	width: 20px;
}
.listen-star  {
	border-left: 2px gray solid;
}
.star {
	font-size: 30px;
	background: #FFB110;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB110, #FCBD0D);  /* Chrome 10-25, Safari 5.1-6 */
	padding: 3px;
	
}
.title-rate {
	font-size: 20px;
	padding-bottom: 2px;
}

.half {
	font-size: 30px;
	height: auto;
    width: auto;
    color: black;
    position: absolute;
    background: #FFB110;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB110, #FCBD0D);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFB110, #FCBD0D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.note {
	height: 120px;
	width: 100%;
	padding-top: 10px;
	font-family: Roboto Mono;
}
.time-appre {
	text-align: right;
	font-size: 12px;
	font-style: italic;
	font-weight: 600;
}
.no-appreciate {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-left : 170px;
	font-size: 40px;
	opacity: 0.5;
	vertical-align: center;
	margin-top: 50px;
}
.filter {
	position: absolute;
	right: 0;
	top: 100px;
	width: 20%;
	height: 300px;
	padding: 5px 20px 0 20px;	
}
.left {
	font-family: Libre Baskerville;
	color: #737474;;
}
.contain {
	width: 81%;
	overflow : auto;
	height: 600px
}
.edit-appreciate{
	font-size: 20px;
    padding: 20px 0 0 0;
    text-align: right;
    display: flow-root;
}
.frame-dashboard {
	height: 550px; ;
	width: 100% ;
	padding: 10px 20px 0 20px ;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.title-dasboard {
	text-align: center;
    font-size: 30px;
    font-family: Pacifico;
    font-weight: 600;
    color: #71a1d1;
    margin-bottom: 50px;
    width: 100%;
}
.left-dasboard {
	padding:0;
	height: auto;
	width : 100%;
	display: flex;
	justify-content: center;
	
}
.left-dasboard .frame-icon {
	padding: 10px;
}
.left-dasboard .item {
	height : 140px;
	padding-top: 24px;
	margin-left : 10px;
	color: #508fc6;
	border-radius: 7px;
	box-shadow: 0px 0px 3px 0px #cecece;
	margin-bottom: 40px;
	background: white;
}
.left-dasboard i {
	font-size: 30px;
	color: orange;
}
.left-dasboard span {
	font-size: 40px;
	color: #508fc6;
	padding-right: 5px;
}
.left-dasboard p {
	font-size: 18px;
	font-weight: 600;
	padding: 5px;
	color: #508fc6;
}
.right-dashboard {
	margin-top: 42px;
	height: 259px;
	margin-right:10px;
	padding-top: 15px;
	padding-left : 0px;
	padding-right : 0px;
	color: #508fc6;
	box-shadow: 0px 1px 3px 0px #cecece;
	border-radius: 10px;
	background: white;
	margin-left: 10px;
	
}
.right-dashboard .share {
	font-size: 18px; 
	position: absolute; 
	right: 0%; 
	bottom : -27px;
	color: #a5a5a5;
}
.right-dashboard .countlike {
	font-style: italic;
    font-size: 12px;
    padding-bottom: 28px;
    position: absolute;
    padding-left: 6px;
}
.right-dashboard p {
	font-size: 15px;
    font-weight: 500;
    padding-top: 10px;
    padding-left: 50px;
}
.right-dashboard span {
	font-size: 15px;
	font-weight: bold;
	bottom: -27px;
}
.right-dashboard .icon-user {
	height: 30px;
	width: 30px;
	border-radius: 25px;
	position: absolute;
}
.title-item {
	position: absolute;
	top : -32px;
	left: 4%;
}
.heart {
	margin-left : 97% !important;
	font-size: x-large !important;
}

.slide-fwd-center {
  	position: absolute;
  	right: 23% !important;
  	font-size: 22px !important;
  	color: gray;
  	bottom: 15px;
  	
}
.right-icon {
	position: absolute; 
	right:  5px ; 
	bottom: -27px;
}
.button-like{
	text-align: center;
    padding-top: 6px;
    border: 1px solid;
    border-radius: 5px;
    border-style: outset;
    height: 32px;
}
.action-emoji{
	text-align: left;
	padding-left: 20px;
	font-size: 30px ! important;
    z-index: 1;
    position: absolute;
    background: white;
    height: 32px;
    width: 165px;
    border-radius: 17px;
    border: 1px outset;
    top: -37px;
    left: 12px;
}
@-webkit-keyframes example {
 from {}
  to {color : red}
  
}

/* Standard syntax */
@keyframes example {
  from {}
  to {color : red}
}

.colorRed {
	color:  #558FC6 !important;
}
.left-reponsive {
	display: flex;
	justify-content: center;
}
@media  screen and (max-width: 768px) {
 	.left-reponsive {
		display: unset;
	}
}

.divDocCloud {
	background: #F2F7FB;
	margin-bottom: 10px;
	height: 93%;
	display: contents;
	
}
.divDocCloud iframe {
	height: 100%;
}

.docnextcloud {
	overflow: auto;
	background: white;
	height: 100%;
	min-height : 150px;
	width: 100%;
	margin: 0 0 10px 0;
	border: 10px solid #eeeeee;
	font-family: sans-serif;
	max-height: 550px;
}

.divDocCloud .header {
	padding: 16px 0 10px 0;
    box-shadow: 0px 0px 1px grey;
    background: linear-gradient(270deg, rgba(122,148,153,1) 0%, rgba(100,148,136,1) 12%, #5494b9 90%);
    color: white;
    padding-left: 10px;
    height: 50px;
    font-family: 'Libre Franklin', sans-serif;
}

.docnextcloud a {
	color: black;
	display: flex;
	align-items: center;
}

.docnextcloud span {
	padding: 10px;
	color: #402222;
}

.docnextcloud label {
	padding: 0;
	width: 50px;
}

.docnextcloud i {
	font-size: 30px;
    width: 40px;
    color: #71BAEB;
    font-weight: 600;
    padding-top: 5px;
}
.docnextcloud .item {
	height: 40px;
	border-bottom: 1px solid #f1f1f1;
	padding-left: 20px;
	background: white;
	margin: 0 5px 0 5px;
	display: flex;
	align-items: center;
}

.docnextcloud .oneRow :hover{ 
	background: #f6f6f6;
}
.docnextcloud .svg {
	width: 30px;height: 30px
}
.tool_docs {
	margin: 11px;
	font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.tool_docs p {
	color: gray;
	padding-top: 10px;
	font-weight: 600;
}
.contain_imgX {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #636363;
	height: 100%;
}
.contain_imgX a {
	position: absolute;
	right: 10px;
	top: 10px;
	color: white;
}
#imageX  {

  	max-width : 100%;
  	max-height: 100%;
}
.errPopupDoc {
	color: #a7a6a6;
	display : flex;
	align-items : center;
	justify-content: center;
	height: 100%;
}
.errPopupDoc  p {
	font-size: 190px;;
	position: absolute;
	opacity: 0.1;
}

.tool_header_doc {
	background: #1E1E1E; 
	height: 20px ; 
	width: 100%;
	margin-right: 30px;
	float : right;
	display: contents;
	
}
.tool_header_doc a {
	font-size: 20px;
	padding-right: 20px;
}
.maximize {
	width: 100% !important;
	margin : 0 !important;
	height: 100% !important;
	padding: 0;
}
.xModalFull {
	padding: 0 !important;
}


