﻿.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item.active {
    z-index: 2;
    color: #666566;
    background-color: #f4f3f5;
    border-color: #c8c8c8;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    color:#000
}
.list-group-item:hover {color:#e71f50;}

/********/
#tab-detial2 {border:1px solid #d8d8d8;background-color:#fff}
#tab-detial2 > ul {list-style:none;padding:0px;margin:0px;float:right;width:100%;border-bottom:1px solid #d8d8d8; width:100%;}
#tab-detial2 > ul > li {float:right;border-left:1px solid #bcbcbc;}
#tab-detial2 > ul > li a {display:block;padding:15px 30px;position:relative;color:#700b41}
#tab-detial2 > ul > li a img { float: right;height: 28px;margin-left: 10px;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
#tab-detial2 > ul > li a:before {content:"";display:block;width:100%;height:2px;background-color:#519a16;position:absolute;bottom:0;left:0;-webkit-transition: all 0.4s  ease-out;-moz-transition: all 0.4s  ease-out;-ms-transition: all 0.4s  ease-out;-o-transition: all 0.4s  ease-out;transition: all 0.4s  ease-out;opacity:0}
#tab-detial2 > ul > li.active a:before  {opacity:1}
#tab-detial2 > ul > li.active a img  {-webkit-filter: grayscale(0);filter: grayscale(0);}
#tab-detial2 > ul > li.active a ,#tab-detial2 > ul > li a:hover {color:#519a16;}
#tab-detial2 > ul > li.active {position:relative;}
#tab-detial2 .items-tab {padding:20px;float:right;width:100%;line-height:25px;}
#tab-detial2 .items-tab .item-tab {display:none;}
#tab-detial2 .items-tab .item-tab.active {display:block;-webkit-animation: showtab 0.3s forwards;-moz-animation: showtab 0.3s forwards;animation: showtab 0.3s forwards;}
#tab-detial2 .items-tab .subj {color:#747474;font-size:1.3em;margin-bottom:10px;}
#tab-detial2 p.color {color:#8e8e8e;}
#tab-detial2 .det { color: #747474;margin-top: 10px;text-align: justify;line-height:30px;}
/******/

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn {
    cursor:pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.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;
}
#panel-sec p {margin-bottom:7px;}
#panel-sec .title-page {margin-top:10px;font-size: 16px;}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}/********/
#tab-detial1 {border:1px solid #d8d8d8;background-color:#fff}
#tab-detial1 > ul {list-style:none;padding:0px;margin:0px;float:right;width:100%;border-bottom:1px solid #d8d8d8; width:100%;}
#tab-detial1 > ul > li {float:right;border-left:1px solid #bcbcbc;}
#tab-detial1 > ul > li a {display:block;padding:15px 30px;position:relative;color:#700b41}
#tab-detial1 > ul > li a img { float: right;height: 28px;margin-left: 10px;-webkit-filter: grayscale(100%);filter: grayscale(100%);}
#tab-detial1 > ul > li a:before {content:"";display:block;width:100%;height:2px;background-color:#519a16;position:absolute;bottom:0;left:0;-webkit-transition: all 0.4s  ease-out;-moz-transition: all 0.4s  ease-out;-ms-transition: all 0.4s  ease-out;-o-transition: all 0.4s  ease-out;transition: all 0.4s  ease-out;opacity:0}
#tab-detial1 > ul > li.active a:before  {opacity:1}
#tab-detial1 > ul > li.active a img  {-webkit-filter: grayscale(0);filter: grayscale(0);}
#tab-detial1 > ul > li.active a ,#tab-detial1 > ul > li a:hover {color:#519a16;}
#tab-detial1 > ul > li.active {position:relative;}
#tab-detial1 .items-tab {padding:20px;float:right;width:100%;line-height:25px;}
#tab-detial1 .items-tab .item-tab {display:none;}
#tab-detial1 .items-tab .item-tab.active {display:block;-webkit-animation: showtab 0.3s forwards;-moz-animation: showtab 0.3s forwards;animation: showtab 0.3s forwards;}
#tab-detial1 .items-tab .subj {color:#747474;font-size:1.3em;margin-bottom:10px;}
#tab-detial1 p.color {color:#8e8e8e;}
#tab-detial1 .det { color: #747474;margin-top: 10px;text-align: justify;line-height:30px;}
/******/
/********/
.form-control {font-family:IRANSans}
.form-group {margin-bottom:15px;}
.btn-success {
    color: #000;
    background-color: #ccbe97;
    border-color: #a59770;
}
.ltr {direction:ltr;text-align:left}
.btn-light {
    color: #212529;
    background-color: #f4f3f5;
    border-color: #c8c8c8;
}