/* c-tab
------------------------------------------------------------------- */
[hidden] {
    display: none
}

.c-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
  color:#fff;
}

.c-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   /* border-bottom: 1px solid #dadada;*/
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
 .c-tab__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
   /* border: 1px solid #24675c;*/
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: center;
    border-radius: 10px;
}
.c-tab__linklog{
	width:25%!important;	
}	
/*#c-tab-btn-comments-mg{
  border: 1px solid #24675c;
  border-radius: 0 12px 12px 0;
}
#c-tab-btn-tab1{
  border: 1px solid #377B71;
     border-radius: 12px 0 0 12px;
}*/
@media (max-width: 767px) {
    .c-tab__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-tab__link {
    font-size: 16px;
	color: #666;
    font-weight: 600;
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0px;
    padding: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    -webkit-appearance: none;
	min-height: 80px;
}
 .c-tab__link {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: 0px;
    padding: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    -webkit-appearance: none;
    border: 1px solid #377B71;
    width: 33%;
}

 .c-tab__link:hover, .c-tab__link--active {
    background: #377B71;
	color: #fff;
}
.c-tab__link:focus:before {
    background: #333333;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.c-tab__link:last-child {
    border-radius: 0 12px 12px 0;
    border: 1px solid #377B71;
}
.c-tab__link:first-child {
    border-radius:12px 0 0 12px;
    border: 1px solid #377B71;
}
.modalout {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1050;
opacity: 0;
transition: opacity 400ms ease-in;
pointer-events: none;
}
#c-tab-btn-orders{
	border-radius: 16px 0 0 16px;
}
.c-tab__link--logout{
	    border-radius: 0 16px 16px 0;
}
.modalout.show {
opacity: 1;
pointer-events: auto;
overflow-y: auto;
}
@media (max-width: 767px) {
    .c-tab__link {
        font-size: 14px;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
}

/*.c-tab__link:before {
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    opacity: 0;
    background: #999;
}
*/


/*.c-tab__link:hover:before,
.c-tab__link--active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
}
*/
.c-tab__content {
    padding-top: 25px;
	font-size: 16px;
}
.c-tab__content strong{
	font-weight:600;
}
.c-tab__content table{
	border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: 1px solid #fff;
    display: inline-flex;
    width: 100%;
    width: auto;
}
.c-tab__content tbody{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    border: none;
    display: initial;
}
.c-tab__content td{
       border: 1px solid rgba(100%, 100%, 100%, 0.2);
    text-align: center;
    width: auto!important;
    height: auto!important;
    margin: 20px!important;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .c-tab #treelike-comments .two-input .input-wrapper + .input-wrapper {
        margin-left: 0;
        padding-top: 10px;
    }

    #treelike-comments form button.sendComment {
        margin-bottom: 10px;
    }
}

.c-tab #treelike-comments form input[type='text'] {
    height: auto;
    background-color: #fff;
    border: 1px solid #dadada;
}

.c-tab #treelike-comments form input[type='text']:focus {
    border-color: #f39c12;
    -webkit-box-shadow: inset 0 0 0 1px #f39c12;
    box-shadow: inset 0 0 0 1px #f39c12;
}

@media screen and (max-width: 500px) {
    .c-tab__nav {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .c-tab__nav > a:not(.c-tab__link--logout) {
        width: 100%;
    }
}