:root{
	--main-color:#3b5998;
	--medium-color:#2084a2;
	--light-color:#7ab4c6;
	--font-color:#000;	
}
.f {
    margin: 2px 0px;
    height: 40px;
    padding: 2px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 10px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
body{
  background-color:#f5f5f5;
}
.menupage{
  padding:0px;  
}

.qbmcb{
	clear:both;
}

.card-group-item{
  background-color:white;
  padding:5px;
}
.mainpage{
  padding:10px;

  background-color:white;
  border-left: 1px solid #eee;
}
.cataloguename{
  font-size: 24px!important;    
  font-weight: 500;
  color:#003e52;
  margin-top:20px;
}
#page{
	margin:0;
	float: left;
    position: relative;
    z-index: -3;
    width: 100%;
}
#tbTopBar {
    
    background-color: #f5f4ff;
    color: black;
    
    width: 100%;
    
    position: fixed;
    height:50px;
    
    top: 0;
    overflow: visible;
   
    z-index: 10;
    border-bottom: 1px solid #cccccc;
    moz-box-shadow: 0 0 10px #cecece;
    -webkit-box-shadow: 0 0 10px #cecece;
    box-shadow: 0 0 10px #cecece;
}
#page #tbTopBar .wrap,#page #tbBottomBar .wrap{
	max-width: 1200px!important;
    left: 50%!important;
    margin: auto!important;    
}    
.wrap{
	
	padding: 0!important;
    background: none!important;
    height: 100%;
}
#page #tbTopBar .wrap{
	display: flex;
}
#tbLogo .tinyLogo{
	margin-left:10px;
}
#tbLogo .dropdown-menu {
    min-width: 300px;
    margin-left:10px;
    
    max-width:840px;
    margin-top: 40px;
    padding:5px;
    max-height: 60vh;
    overflow-y: auto;
}
#tbLogo .dropdown-menu .group {
     	display: none !important;
}
#tbLogo .dropdown-menu .dmid {
     	display: none !important;
}
.btn-s{
	padding: 1px 5px;
    font-size: 12px;
    font-weight: 20px;
    line-height: 1.5;
    margin:0px 2px;
    display:inline-block;
    
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-weight: 600;
}
.btn-xl{
	background-repeat: repeat-x;
    border-color: #3e8f3e;
    color: #3e8f3e !important;
}
.btn-l{
	background-repeat: repeat-x;
    border-color: #28a4c9;
    color: #28a4c9 !important;
}
.btn-x{
	background-repeat: repeat-x;
    border-color: #2b669a;
    color: #2b669a !important;
}
.btn-c{
	background-repeat: repeat-x;
    border-color: #e38d13;
    color: #e38d13 !important;
}
.btn-f{
	width:100%;
	display: inline-block;
	margin:5px 0px;
	text-align: center;
}
#tbLogo{

	flex: 0 0 auto;
	
    height: 100%;
    
    top: 0;
}
#tbTool{
	
	float:right;
    height: 100%;
    
    top: 0;
}
#tbTool .drop1{
	width:305px;
	margin-top:15px;
	max-height: 80vh;
    overflow-y: auto;
	
}
#tbTool .drop1  .textBox {

	width:280px	;
	max-height: 98vw;
	margin:10px 0px;
  outline: 0;
  height: 32px;
  
  line-height: 32px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  border-bottom:1px solid #eee;
  float: left;
  



}
#tbTool .drop2{
	width:350px;
	max-height: 98vw;
	margin-top:15px;
	max-height: 80vh;
    overflow-y: auto;
	
}
#tbTool .drop2  .textBox {

	width:280px	;
	margin:10px 0px;
  outline: 0;
  height: 32px;
  
  line-height: 32px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  border-bottom:1px solid #eee;
  float: left;
  



}
#tbTool .btn-toolbar .btn-group .button {
	
  outline: 0;
  background: none;
  background-color: var(--main-color);
  float: left;
  height: 32px;
  
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 4px 4px 4px 4px;
}

#tbTool .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: var(--main-color);
}

#tbTool .btn-toolbar {
	float:left;
}
#tbTool .btn-toolbar .navbar{
	padding:.6rem .1rem;
}
#tbTool .dropdown-toggle::after {
    display:none;
}
#tbTool .btn-toolbar .btn-group ul li{
	margin-top:25px;
	color: var(--medium-color);
}
#tbTool .btn-toolbar .btn-group ul li:first-child{
	margin-top:0px;	
	color: var(--medium-color);
}
#tbTool .btn-toolbar .btn-group .btnLogin {
	width:100%;
  outline: 0;
  background: none;
  background-color: var(--main-color);
  float: left;
  height: 32px;
  
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 4px 4px 4px 4px;
}

#tbTool .btn-toolbar .btn-group .btnReg {
	width:100%;
  outline: 0;
  background: none;
  background-color: var(--main-color);
  float: left;
  height: 32px;
  
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 4px 4px 4px 4px;
}

#tbSearch  .button:hover {
  background-color: var(--medium-color);
}         
#tbSearch {	
	flex: 1 1 auto;	  
	
	width:30px;
}
#tbSearch  .wrapSearch{
	display: flex;
	margin:9px 10px;
	outline: 0;
  max-width:500px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 4px;
  border-radius: 4px;
	
}
#tbSearch  .searchBox {
	width:100%	;
	
  outline: 0;
  height: 32px;
  
  line-height: 32px;
  padding: 0 16px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #212121;
  border: 0;
  float: left;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;



}

#tbSearch  .searchBox:focus {
  outline: 0;
  background-color: #FFF;
}

#tbSearch  .button {
	
  outline: 0;
  
  background-color: var(--main-color);
  float: left;
  height: 32px;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border: 0;
  color: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}



#tbSearch  .button:hover {
  background-color: var(--medium-color);
}
/* form starting stylings ------------------------------- */
.qbmig			 { position:relative; margin-bottom:15px; }

.qbmig input 				{
  
  padding:10px 10px 5px 5px;
  
  width:100%;
  border:none;
  border-bottom:1px solid #999;
}
.qbmig input:focus 		{ outline:none; }

.qbmig input:valid { border-bottom: 1px solid #3b5998;}


/* BOTTOM BARS ================================= */
.qbmig .bar 	{ position:relative; display:block; width:100%; }
.qbmig .bar:before, .bar:after 	{
  content:'';
  height:2px;
  width:0;
  bottom:1px; 
  position:absolute;
  background:#999999; 
  transition:0.2s ease all;
}
.qbmig .bar:before {
  left:50%;
}
.qbmig .bar:after {
  right:50%; 
}

.qbmig input:valid ~ .bar:before,.qbmig input:valid ~ .bar:after{
  background: #3b5998 !important;
}


/* HIGHLIGHTER ================================== */
.qbmig .highlight {
  position:absolute;
  height:60%; 
  width:100%; 
  top:25%; 
  left:0;
  pointer-events:none;
  transition:0.2s ease all;
  opacity:0.5;
}

/* active state -------------------------------------------- */
.qbmig input:focus ~ label,.qbmig input.used ~ label 		{
  top:-10px;
  font-size:13px;
  color:#999999;
}



.qbmig input:valid ~ label ,.qbmig input:valid.used ~ label{
	top:-10px;
  font-size:13px;
  color: #3b5998;
}
.qbmig input:invalid.used ~ label{
	top:-10px;
  font-size:14px;
  color: #f00;
}


.qbmig input:focus ~ .bar:before {
  width:50%;
}
.qbmig input:focus ~ .bar:after {
  width:50%;
}

.qbmig input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
}
.qbmig input:valid ~ .hightlight {
    -webkit-animation:validHighlighter 0.3s ease;
}
.qbmig label 				{
  color:#999; 
  font-size:14px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all;
}
.qbmig .error{
	right:0px;
	position: absolute;
    margin-top: -55px;
    padding-left:5px;
    font-size: 12px;
}

.qbmig input.used ~ note{
	text-decoration: none;
	padding-left:5px;
	font-size:0px;
}
.qbmig note{
	padding-left:5px;
	text-decoration: none;	
	color:#999;
	font-size:10px;
}
.qbmig input:invalid.used ~ require{
	padding-left:5px;
	text-decoration: none;
	color:#f00;
	font-size:10px;
}
.qbmig require{
	padding-left:5px;
	text-decoration: none;	
	font-size:0px;
}
a:-webkit-any-link {    
    text-decoration: none;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#999999; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#999999; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#999999; }
  to    { width:0; background:transparent; }
}


@-webkit-keyframes validHighlighter {
    from { background:#3b5998; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes validHighlighter {
    from { background:#3b5998; }
  to    { width:0; background:transparent; }
}
@keyframes validHighlighter {
    from { background:#3b5998; }
  to    { width:0; background:transparent; }
}


/* select starting stylings ------------------------------*/
.qbmsg {  
  position: relative;
  width: 100%;
      margin-bottom: 15px;
  margin-top:10px;
}
.qbmsg  select {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 0px 5px 5px 5px;
  
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #999;
}
/* Remove focus */
.qbmsg  select:focus {
  outline: none;
  border-bottom: 1px solid rgba(0,0,0, 0);
  box-shadow: none !important;
}

  /* Use custom arrow */
.qbmsg .select  select {
  appearance: none;
  -webkit-appearance:none
}

.qbmsg .select:after {
  position: absolute;
  top: 18px;
  right: 10px;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.12);
  pointer-events: none;
}

/* LABEL ======================================= */
.qbmsg  label{
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left:5px;
  top:0px;
  transition: 0.15s ease all;
}

/* active state */
.qbmsg select:focus ~ label,
.qbmsg select:valid ~ label {
  color: #3b5998;
  top: -20px;
  transition: 0.15s ease all;
  font-size: 13px;
}
.qbmsg  select:valid  {
  border-bottom: 1px solid #3b5998;
 
}
.qbmsg select:focus{
  border-color:#999 !important;
  color: #000 !important;
}

/* BOTTOM BARS ================================= */
.qbmsg  .bar {
  position: relative;
  display: block;
  width: 100%;
}

.qbmsg  .bar:before,
.qbmsg  .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #3b5998;
  transition: 0.2s ease all;
}

.qbmsg .bar:before {
  left: 50%;
}

.qbmsg .bar:after {
  right: 50%;
}

/* active state */
.qbmsg select:focus ~ .bar:before,
.qbmsg select:focus ~ .bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.qbmsg .highlight {
  position: absolute;
  height: 60%;
  width: 100%;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/*START MENU TB */


#tbicon {
  cursor: pointer;
  display: -webkit-inline-box !important;
  
  margin-left:10px;
  width: 35px;
  height: 10px;
  
  
}
#tbicon span {
  margin-top: 1px;
}
#tbicon span, #tbicon span:before, #tbicon span:after {
  cursor: pointer;
  border-radius: 3px;
  height: 8px;
  width: 35px;
  background: var(--main-color);
  position: absolute;
  display: block;
  content: '';
    -webkit-transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
  -moz-transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
  transition: all 500ms cubic-bezier(0.615, 0.25, 0.505, 1.47);
}

#tbicon span:before {
  top: -10px;
}
#tbicon span:after {
  bottom: -10px;
}

#tbicon.show span {
  background-color: transparent;
}
#tbicon.show span:before, #tbicon.show span:after {
  top: 0;
}
#tbicon.show span:before {
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
#tbicon.show span:after {
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
@media (max-width: 768px){
#tbicon{
	margin-top:20px;
	margin-left:10px;
}
}

/*  BUTTON */

.btn-light {
  background: #FCFCFC;
    padding: 7.5pt 11.25pt;
    border-radius: 2.25pt;
    cursor: pointer;
    border: none;
    outline: none;

    text-transform: uppercase;
    font-size: 11pt;
  font-family: Roboto, serif;
  font-weight: 500;
  color: #000;
}

.btn-dark {
  background: #020202;
    padding: 7.5pt 11.25pt;
    border-radius: 2.25pt;
    cursor: pointer;
    border: none;
    outline: none;

    text-transform: uppercase;
    font-size: 11pt;
  font-family: Roboto, serif;
  font-weight: 500;
  color: #FFF;
}

.btn-flat {
    background-color: transparent;
    padding: 7.5pt 11.25pt;
    border-radius: 2.25pt;
    cursor: pointer;
    border: none;
    outline: none;

    text-transform: uppercase;
    font-size: 11pt;
  font-family: Roboto, serif;
  font-weight: 500;
}
.btn-flat:hover {
    background: rgba(0,0,0,.1);
}

.btn-disabled {
    background: rgba(0,0,0,.1);
    padding: 7.5pt 11.25pt;
    border-radius: 2.25pt;
    cursor: not-allowed;
    border: none;
    outline: none;

    text-transform: uppercase;
    font-size: 11pt;
    font-family: Roboto, serif;
    font-weight: 500;
    color: rgba(0,0,0,.4);
}

.btn-disabled-flat {
    background: rgba(0,0,0,.0);
    padding: 7.5pt 11.25pt;
    border-radius: 2.25pt;
    cursor: not-allowed;
    border: none;
    outline: none;

    text-transform: uppercase;
    font-size: 11pt;
    font-family: Roboto, serif;
    font-weight: 500;
    color: rgba(0,0,0,.4);
}

.ripple-closed {
  position: relative;
  overflow: hidden;
}

.ripple-open {
  position: relative;
}

.ink {
  position: absolute;
  border-radius: 100%;
  opacity: .3;
  transform: scale(0);
  -moz-transition: all  1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all  1s ease;
  transition: all  1s ease;
}

/*Z Layers*/
.z-5 {
  box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.33);
  -webkit-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.33);
  -moz-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.33);

  z-index: 5;
}

.z-4 {
  box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.264);
  -webkit-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.264);
  -moz-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.264);
    
  z-index: 4;
}

.z-3 {
  box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.198);
  -webkit-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.198);
  -moz-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.198);
  
  z-index: 3;
}

.z-2 {
  box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.13.2);
  -webkit-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.132);
  -moz-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.132);
    
  z-index: 2;
}

.z-1 {
  box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.0.066);
  -webkit-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.066);
  -moz-box-shadow: 0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.066);
    
  z-index: 1;
}

/*Shadows for png alpha masks*/

.png-z-5 {
  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.33));

    z-index: 5;
}

.png-z-4 {
  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.264));

    z-index: 4;
}

.png-z-3 {
  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.198));

    z-index: 3;
}

.png-z-2 {
  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.13.2));

    z-index: 2;
}

.png-z-1 {
  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.066));

    z-index: 1;
}

/*Element specific*/
.fab {
  box-shadow: 0pt 2.25pt 8.25pt -0.75pt rgba(0,0,0,0.6);
  -webkit-box-shadow: 0pt 2.25pt 8.25pt -0.75pt rgba(0,0,0,0.6);
  -moz-box-shadow: 0pt 2.25pt 8.25pt -0.75pt rgba(0,0,0,0.6);

  -webkit-filter: drop-shadow(0pt 2.25pt 15.75pt -0.75pt rgba(0,0,0,0.33));
    
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.fab-raised {
  box-shadow: 0pt 3.75pt 13.5pt -0.75pt rgba(0,0,0,0.7);
  -webkit-box-shadow: 0pt 3.75pt 13.5pt -0.75pt rgba(0,0,0,0.7);
  -moz-box-shadow: 0pt 3.75pt 13.5pt -0.75pt rgba(0,0,0,0.7);
}

.minifab {
  box-shadow: 0pt 1.5pt 6.75pt -0.75pt rgba(0,0,0,0.6);
  -webkit-box-shadow: 0pt 1.5pt 6.75pt -0.75pt rgba(0,0,0,0.6);
  -moz-box-shadow: 0pt 1.5pt 6.75pt -0.75pt rgba(0,0,0,0.6);
}

.card {
  -webkit-box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
  -moz-box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
  box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
}

.btn-light, .btn-dark {
  -webkit-box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
  -moz-box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
  box-shadow: 0pt 1.125pt 3pt 0.75pt rgba(0,0,0,0.25);
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.btn-light:active, .btn-dark:active {
  -webkit-box-shadow: 0pt 2.25pt 6pt 0.75pt rgba(0,0,0,0.5);
  -moz-box-shadow: 0pt 2.25pt 6pt 0.75pt rgba(0,0,0,0.5);
  box-shadow: 0pt 2.25pt 6pt 0.75pt rgba(0,0,0,0.5);
}

.img-title {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
}
/*  BUTTOM SUBMIT */
/* SCROLL BAR */

::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
height: 2px;
width: 2px;
display: block;
background-color: transparent;
}
::-webkit-scrollbar-track-piece  {
background-color: #f2f3ef;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: #3b5998;
border: 1px solid #eee;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
width: 30px;
background-color: #3b5998;
border: 1px solid #eee;
-webkit-border-radius: 6px;
}
/* SCROLL BAR */
#tbMainPage{
  
    
    color: black;
    width: 100%;

    margin-top:60px;
    margin-bottom:60px;
    
    top: 0;
    overflow: visible;
    z-index: 10;
    

}
#tbMainPage .wrap{
  background-color: #f5f4ff;
  border-bottom: 1px solid #cccccc;
  min-height:1000px;
  height:auto;
    moz-box-shadow: 0 0 10px #cecece;
    -webkit-box-shadow: 0 0 10px #cecece;
    box-shadow: 0 0 10px #cecece;
  max-width: 1200px!important;
    left: 50%!important;
    margin: auto!important;    
}
/*//////
.row > div {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    
}

@media (max-width:768px) {
   [class*='col-sm'] {
       width:100%;
   }
}
////
*/
.list{
    margin: 0 auto;
    padding: 0 auto;
}
@media (max-width: 1298px)  {

}
@media screen and (min-width: 1299px) {
    .box {
        margin:5px 15px;
    }
}
.list .box {
    margin: 6px;
    border-radius: 5px;
    width:23%;
    max-width:100%;
    height:auto;    
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 200px;
    overflow-y: hidden;
    border: 1px solid #e6e6e6;      
    }

.list .box .xemchitiet img {
    max-width: 100%;
    height: auto !important;
}
.list .box .title {
    display: block;
    font-size: 14px;
    max-height:33px;
    overflow-y:hidden;
    
  max-width:98% !important;
  text-overflow: ellipsis;
  
    font-weight: bold;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    color: #9197a3;
    /*border-bottom: 1px solid #e9e9e9;*/
    margin-bottom: 5px;
}
.list .box .title a {
    color: #3b5998;
}
.list .box .create img {
    width: 40px;
    float: left;
    padding-right: 10px;
    
}
.list .box .chitiet {
    clear: both;
    font-size:14px;
    
}
.list .box .chitiet img {
    padding: 0px 5px 5px 0px;
    width: 100%;
}
.list .sach .chitiet img {
    padding: 0px 5px 5px 0px;
    width: 50%;
}
.list .box .footer {
    padding-top: 10px;
    clear: both;
}
.list .box .create {
    width: 100%;
    font-size: 12px;
    color: #aaa;
}

.list .ishow {
    background: url(images/show.png) 10% 50% no-repeat;
    background-size: 15px 15px;
}
.list .box .icon {
    display: inline-block;
    padding: 0px 10px 0px 25px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    
    text-size-adjust: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
    border-color: #ccc;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin-right: 10px;
}
.list .box .icont {
    
    padding: 0px 10px 0px 25px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;    
    text-size-adjust: 100%;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #333;
    border-color: #ccc;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin-right: 10px;
}
.list .box .icon-xd {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-color: #2b669a;
    color: #2b669a;
}
.list .box .create .btn {
    margin-top: -5px;
    margin-left: -6px;
    float: left;
    font-size: 10px;
    padding-bottom: 0px;
    padding-top: 1px;
}
.list .box .ishow {
    background: url(images/show.png) 10% 50% no-repeat;
    background-size: 15px 15px;
}
.list .box .iview {
    background: url(images/view.png) 10% 50% no-repeat;
    background-size: 15px 15px;
}
.list .box .iimage {
    background: url(images/image.png) 10% 50% no-repeat;
    background-size: 15px 15px;
}
#hiddenText {
    display: none;
}
.readMoreText {
    cursor: pointer;
    color: #3b5998;
}
.list .box .iclock {
    background: url(images/clock.png) 2% 50% no-repeat;
    background-size: 15px 15px;
}
.list .box .create .up{
    line-height: 15px;
    float: left;
}







.col-xs-05,
.col-sm-05,
.col-md-05,
.col-lg-05 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-05 {
    ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 768px) {
    .col-sm-05 {
        ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
}
@media (min-width: 992px) {
    .col-md-05 {
        ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-lg-05 {
        ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    }
}