﻿body {
    margin: 0px;
}

h2 {
    font-family: "Segoe UI";
    font-weight: lighter;
    color: #CC0000;
    padding: 6px 8px 8px 12px;
    margin: 0px;
    font-size: 14pt;
}



#criteria-wrapper {
    border-top: 1px solid #000;
    font-family: Verdana;
    font-size: 8pt;
    padding: 4px 8px 8px 8px;
}

.criteria-wrapper {
    border-top: 1px solid #000;
    font-family: Verdana;
    font-size: 8pt;
    padding: 4px 8px 8px 8px;
}


#criteria {
    padding-top: 4px; /* Old browsers */ /* background: -moz-linear-gradient(top,  #cccccc 0%, #adadad 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#adadad)); /* Chrome,Safari4+ */ /* background: -webkit-linear-gradient(top,  #cccccc 0%,#adadad 100%); /* Chrome10+,Safari5.1+ */ /* background: -o-linear-gradient(top,  #cccccc 0%,#adadad 100%); /* Opera 11.10+ */ /* background: -ms-linear-gradient(top,  #cccccc 0%,#adadad 100%); /* IE10+ */ /* background: linear-gradient(to bottom,  #cccccc 0%,#adadad 100%); /* W3C */ /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
}

#search {
    font-family: Verdana;
    font-size: 8pt;
    padding: 4px 8px 0px 0px;
}

.tabContent {
    padding: 0px;
}

.td-label {
    font: Tahoma;
    /*color: #ff0000;*/
}

table.table-details {
    border-collapse: collapse;
    margin-left: 10px;
}

.table-details td {
    margin: 0px;
}

    .table-details td.top {
        vertical-align: text-top;
        padding-top: 6px;
    }

.inline {
    display: inline;
}

#info {
    display: inline-table;
    max-height: 21px;
    padding: 0px;
    margin: 0px;
}

    #info span {
        border: 2px solid #0033CC;
        color: #424242;
        height: 42px;
        line-height: 1.7em;
        position: absolute;
        text-align: center;
        top: -15px;
        left: 33px;
        display: none;
        padding: 5px 10px 0px 10px;
        width: 320px;
        font-family: Verdana;
        font-size: 8pt;
    }

        #info span:after {
            content: '';
            position: absolute;
            bottom: 17px;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #0033CC;
            border-right: 2px solid #0033CC;
            left: 2px;
            margin-left: -10px;
            -moz-transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
        }

    #info p {
        float: left;
        position: relative;
        cursor: pointer;
        display: inline-table;
    }

        #info p:hover span {
            display: inline;
        }

.top-banner-warning {
    border: 1px solid #eee;
    padding: 10px;
    margin: 20px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #696969;
    -webkit-transition: border-color 1s ease-in;
    -moz-transition: border-color 1s ease-in;
    -ms-transition: border-color 1s ease-in;
    -o-transition: border-color 1s ease-in;
    transition: border-color 1s ease-in;
}

.animate-load {
    border-color: red;
}


.top-title-box {
    border: 1px solid black;
    padding: 5px;
}

.main-wrap {
    font-family: Verdana;
    font-size: 8pt;
}

.toast-main {
    display: none;
    font-family: Verdana;
    font-size: 8pt;
    border: 1px solid gray;
    border-bottom: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 250px;
    height: 120px;
    cursor: pointer;
    color: Black;
}

    .toast-main:hover {
        border-color: black;
    }

.toast-header {
    width: 96%;
    height: 10px;
    border-bottom: 1px solid gray;
    padding: 5px;
    font-weight: 800;
}

.toast-content {
    padding: 5px;
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.addAnimation {
    transition: opacity .3s ease-in;
}

.tab-wrapper {
    overflow-x: auto;
}

.tab {
    background-color: #737272;
    height: 25px;
}

    .tab td {
        border-radius: 13px;
        transition: all .25s ease-in;
        max-height: 25px;
        white-space: nowrap; /*prevents tabs from chaning height when too many tabs are open*/
    }

    .tab a {
        text-decoration: none;
        color: White;
        font-size: 12px;
        display: inline;
        padding: 5px;
        font-family: Arial, Helvetica, sans-serif;
    }

    .tab img {
        margin-bottom: -5px;
    }

    .tab td:hover {
        border-radius: 0;
        -webkit-box-shadow: 4px 6px 5px 0px rgba(97,92,97,1);
        -moz-box-shadow: 4px 6px 5px 0px rgba(97,92,97,1);
        box-shadow: 4px 6px 5px 0px rgba(97,92,97,1);
    }


.activeTab {
    background-color: #CC0000;
}

.tabCloser {
    padding: 0 !important;
    margin-right: 5px;
    border-radius: 15px;
}

.activeTab .tabCloser {
    background-color: #CC0000;
}


.tabAllButThis img {
    height: 16px;
    width: 16px;
}


.tabCloser:hover {
    background-color: #FFFFFF;
}

.tabCloser {
    transition: all .25s ease-in;
}

.skinItem {
    border: 1px solid #eee;
    font-size: 14px;
    padding: 22px;
    cursor: pointer;
    transition: all .25s ease-in;
}

.enableMultiLine {
    white-space: pre-wrap;
}
