/**
 * Created by Cloud O.E.
 * User: alexnas
 * Date: 20/03/2018
 * Time: 09:59
 */
/*Progress Bar Styling Start*/
.progress {
    height: 40px;
}
.progress-step-1 {
    background-color: #FF6363;
}
.progress-step-2 {
    background-color: #FF9696;
}
.progress-step-3 {
    background-color: #FECCD1;
}
.progress-step-4 {
    background-color: #FFE6D7;
}
.progress-step-5 {
    background-color: #FEDFB2;
}
.progress-step-6 {
    background-color: #FFD28F;
}
.progress-step-7 {
    background-color: #FFDE82;
}
.progress-step-8 {
    background-color: #FEF379;
}
.progress-step-9 {
    background-color: #FEF49E;
}
.progress-step-10 {
    background-color: #FEF8C4;
}
.progress-step-11 {
    background-color: #EFF3C3;
}
.progress-step-12 {
    background-color: #E3F3C3;
}
.progress-step-13 {
    background-color: #CBFE92;
}
.progress-step-14 {
    background-color: #B0FE5D;
}
.progress-step-disabled {
    background-color: transparent;
}
.progress-step {
    width: 14%;
}
.progress-step-50 {
    width: 50%;
}
.progress-last {
    width: 16%;
}
.progress-arrow:after {
    content: ' ';
    height: 40px;
    position: absolute;
    width: 0;
    border: 20px solid transparent;
}
.progress-arrow-1:after {
    border-left-color: #FF6363;
}
.progress-arrow-2:after {
    border-left-color: #FF9696;
}
.progress-arrow-3:after {
    border-left-color: #FECCD1;
}
.progress-arrow-4:after {
    border-left-color: #FFE6D7;
}
.progress-arrow-5:after {
    border-left-color: #FEDFB2;
}
.progress-arrow-6:after {
    border-left-color: #FFD28F;
}
.progress-arrow-7:after {
    border-left-color: #FFDE82;
}
.progress-arrow-8:after {
    border-left-color: #FEF379;
}
.progress-arrow-9:after {
    border-left-color: #FEF49E;
}
.progress-arrow-10:after {
    border-left-color: #FEF8C4;
}
.progress-arrow-11:after {
    border-left-color: #EFF3C3;
}
.progress-arrow-12:after {
    border-left-color: #E3F3C3;
}
.progress-arrow-13:after {
    border-left-color: #CBFE92;
}
.progress-arrow-14:after {
    border-left-color: #B0FE5D;
}
.progress-arrow-disabled:after {
    border-left-color: transparent;
}
.progress-bar p {
    padding-top: 7px;
    padding-left: 17px;
    line-height: 100%;
    color: #424242 !important;
}
.two_steps_p {
    font-size: 12px;
}
.seven_steps_p {
    font-size: 12px;
}
.progress-bar a {
    color: #424242 !important;
}
.progress-bar a:hover {
    color: #848484 !important;
}
@media only screen and (max-width: 630px) {
    .seven_steps_p {
        padding-top: 14px;
        font-size: 6px;
    }
}
@media only screen and (max-width: 450px) {
    .seven_steps_p {
        padding-top: 14px;
        padding-left: 20px;
        font-size: 5px;
    }
}
@media only screen and (max-width: 375px) {
    .seven_steps_p {
        padding-top: 14px;
        padding-left: 20px;
        font-size: 4px;
    }
}
@media only screen and (max-width: 320px) {
    .seven_steps_p {
        padding-top: 18px;
        padding-left: 20px;
        font-size: 2px;
    }
}
/*Progress Bar Styling End*/

/*Table Style Start*/
* {
    box-sizing: border-box;
}

#myInput {
    background-image: url('../css/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
}

#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}
th, td {
    border: 1px solid #767676;
}
#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}
a{
    color:#767676
}
a:hover{
    color:#d65050
}
.trash{
    color:#d65050
}
.trash:hover{
    color:#767676
}
.w_authors {
    font-size: 0.9em;
    color: #a4a4a4;
}
.table, .table td, .table tr, .table th {
    border: none;
}
/*Table Style End*/

.pl10 {
    padding-left: 10px;
}
.header-info {
    font-weight: 700;
}

/*-- livesearch styling start --*/
.livesearch {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 5px 0 rgba(205, 205, 205, 0.52);
    padding: 3px 5px 0 5px;
    position: absolute;
    width: 90%;
    z-index: 999;
}

.livesearch li {
    border-bottom: 1px solid #5bc0de;
    padding-bottom: 3px;
}

.livesearch li:hover {
    background: #fafafa none repeat scroll 0 0;
}

.livesearchsubcat {
    margin-left: 5px;
}
.livesearchres {
    padding-bottom: 5px;
}
/*-- livesearch styling end --*/
