﻿.tab {}

.tab .nav-tabs {
    display: inline-block;
    border-bottom: none;
    position: relative;
}

.tab .nav-tabs li {
    margin-bottom: 0;
}

.tab .nav-tabs li a {
    display: block;
    padding: 20px;
    border: none;
    border-radius: 0;
    font-size: 17px;
    font-weight: 700;
    color: #444;
    margin-right: 0;
    text-align: center;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a img {
    display: block;
    margin-bottom: 15px;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover {
    border: none;
    background: linear-gradient(to bottom, white, #DCDCDC);
    color: #000;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
    content: "";
    width: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:after {
    left: auto;
    right: 0;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
    width: 50%;
}

.tab .tab-content {
    padding: 20px;
    margin-top: -5px;
    border-radius: 0 0 5px 5px;
    border-top: 2px solid #1E62BB;
    font-size: 15px;
    color: #757575;
    line-height: 30px;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a,
    .tab .nav-tabs li a:hover {
        border-bottom: 1px solid #dfdfdf;
    }
    .tab .tab-content {
        border-top: none;
    }
}


/* Accordion */

.accordionboxsection {
    background-color: #fff;
    margin: 10px auto;
    padding: 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.3s ease-in-out;
}

.accordionHeader {
    background-image: url(../images/right-arr.png);
    background-repeat: no-repeat;
    background-color: #1E62BB;
    border: 2px solid #1E62BB;
    border-radius: 8px;
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin: 6px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.accordionHeader:hover {
    background-color: #1E62BB;
    color: #ffffff;
    border: 2px solid #1E62BB;
    border-radius: 8px;
}

.accordionHeaderSelected {
    background-image: url(../images/down-arr.png);
    background-repeat: no-repeat;
    background-color: #1E62BB;
    border: 2px solid #1E62BB;
    border-radius: 8px;
    padding-left: 33px;
    padding-top: 9px;
    padding-bottom: 10px;
    margin: 6px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}


/*.accordionHeaderSelected:hover {
    background-color: #1E62BB;    
    color: #ffffff;
}*/

.accordionContent {
    background-color: #FFFFFF;
    border: 2px solid #cccccc;
    border-radius: 8px;
    border-top: none;
    padding-left: 20px;
    padding-bottom: 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    margin-left: 6px;
    font-family: Arial, Helvetica, sans-serif;
}

.sltpad {
    padding: 34px;
}

.selbelpadd {
    padding-bottom: 10px;
}

.selbelpadd select {
    color: #1E62BB;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}


/* .selectpicker {
    font-size: 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 6px 8px 6px 5px;
} */

.selectpicker {
    font-size: 17px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    border-radius: 3px;
    padding: 2px 20px 2px 8px;
    background-image: url(../images/arrowdown.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.selectpicker option {
    color: #000;
    font-size: 14px;
}

.custom-search-input {
    margin: 0;
    padding: 0;
}

.custom-search-input .search-query {
    padding-right: 7px;
    padding-right: 4px \9;
    padding-left: 7px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #1E62BB;
}

.search-query:focus+button {
    z-index: 3;
}

.custom-search-input {
    margin: 0;
    padding: 0;
}

.custom-search-input .search-query {
    padding-right: 7px;
    padding-right: 4px \9;
    padding-left: 7px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

#custom-search-button .btn-primary {
    border: 0;
    background-color: #e51c26;
    background-image: linear-gradient(#e51c26, #c51e2d);
    padding: 4px 11px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
}

#custom-search-button2 .btn-primary {
    border: 0;
    background-color: #e51c26;
    background-image: linear-gradient(#e51c26, #c51e2d);
    padding: 4px 11px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 8px;
    color: #fff;
    font-size: 17px;
}

.search-query:focus+button {
    z-index: 3;
}


/*sictreeview css*/

#treeUL {
    margin-left: 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

#treeUL LI {
    list-style-type: none;
    margin: 8px;
    padding: 0px 0px 0px 0px;
}

UL.wTreeStyle {
    list-style-type: none;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
    font-size: 12px;
}

LI.wTreeStyle {
    list-style-type: none;
    margin: 0px 0px 0px 8px;
    padding: 0px 0px 0px 0px;
}

.treeStyleNode {
    font-family: verdana;
    border-right: #fff 1px solid;
    padding-right: 0px;
    border-top: #fff 1px solid;
    margin-top: 0px;
    padding-left: 0px;
    font-size: 13px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    vertical-align: text-top;
    border-left: #fff 1px solid;
    color: #25587E;
    padding-top: 0px;
    border-bottom: #fff 1px solid;
    text-decoration: none;
    cursor: pointer;
}

.treeStyleNodeH {
    font-family: verdana;
    border-right: #ccc 1px solid;
    padding-right: 1px;
    border-top: #ccc 1px solid;
    margin-top: 0px;
    padding-left: 1px;
    font-size: 13px;
    margin-bottom: 1px;
    padding-bottom: 1px;
    vertical-align: text-top;
    border-left: #fff 1px solid;
    color: #25587E;
    padding-top: 0px;
    border-bottom: #fff 1px solid;
    text-decoration: none;
    cursor: pointer;
}

.tableHeaderLinkStyle {
    font-weight: normal;
    font-size: 9pt;
    vertical-align: top;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.zeroBorder {
    BORDER-RIGHT: 0px;
    BORDER-TOP: 0px;
    BORDER-LEFT: 0px;
    BORDER-BOTTOM: 0px
}


/*sictreeview css*/