﻿table.table-cursor tr {
    cursor: pointer;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 100%;
    margin-top: 4px;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    line-height: 24px;
}

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

span.twitter-typeahead {
    width: 100%;
    height: 25px;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}

span.validationMessage {
    color: #a94442;
    font-size: 12px;
    font-style: italic;
}


.fill-width.dropdown {
    position: static;
}

    .fill-width.dropdown > .dropdown-menu {
        left: auto;
        position: absolute;
    }

        .fill-width.dropdown > .dropdown-menu > li {
            white-space: normal;
        }

.full-width.dropdown {
    position: static;
}

    .full-width.dropdown > .dropdown-menu {
        left: 0;
        right: 0;
        position: absolute;
    }

        .full-width.dropdown > .dropdown-menu > li {
            white-space: normal;
        }

.flagInactive {
    -ms-opacity: 0.3;
    opacity: 0.3;
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


/* The Modal (background) */
.adBlockWarning {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.adBlockWarning-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}


.nav-wizard {
    margin-bottom: 20px;
}

    .nav-wizard > li {
        float: left;
    }

        .nav-wizard > li > a {
            position: relative;
            background-color: #eeeeee;
        }

            .nav-wizard > li > a .badge {
                margin-left: 3px;
                color: #eeeeee;
                background-color: #536176;
            }

        .nav-wizard > li:not(:first-child) > a {
            padding-left: 28px;
        }

            .nav-wizard > li:not(:first-child) > a:before {
                width: 0px;
                height: 0px;
                border-top: 19px inset transparent;
                border-bottom: 19px inset transparent;
                border-left: 19px solid #fff;
                position: absolute;
                content: "";
                top: 0;
                left: 0;
            }

        .nav-wizard > li:not(:last-child) > a {
            margin-right: 10px;
        }

            .nav-wizard > li:not(:last-child) > a:after {
                width: 0px;
                height: 0px;
                border-top: 19px inset transparent;
                border-bottom: 19px inset transparent;
                border-left: 19px solid #eeeeee;
                position: absolute;
                content: "";
                top: 0;
                right: -19px;
                z-index: 2;
            }

        .nav-wizard > li:first-child > a {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }

        .nav-wizard > li:last-child > a {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
        }

        .nav-wizard > li.done:hover > a, .nav-wizard > li:hover > a {
            background-color: #d5d5d5;
        }

            .nav-wizard > li.done:hover > a:before, .nav-wizard > li:hover > a:before {
                border-right-color: #d5d5d5;
            }

            .nav-wizard > li.done:hover > a:after, .nav-wizard > li:hover > a:after {
                border-left-color: #d5d5d5;
            }

        .nav-wizard > li.done > a {
            background-color: #e2e2e2;
        }

            .nav-wizard > li.done > a:before {
                border-right-color: #e2e2e2;
            }

            .nav-wizard > li.done > a:after {
                border-left-color: #e2e2e2;
            }

        .nav-wizard > li.active > a, .nav-wizard > li.active > a:hover, .nav-wizard > li.active > a:focus {
            color: #fff;
            background-color: #29303a;
        }

            .nav-wizard > li.active > a:after {
                border-left-color: #29303a;
            }

            .nav-wizard > li.active > a .badge {
                color: #536176;
                background-color: #fff;
            }

        .nav-wizard > li.disabled > a {
            color: #777777;
        }

            .nav-wizard > li.disabled > a:hover, .nav-wizard > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: #eeeeee;
                cursor: default;
            }

            .nav-wizard > li.disabled > a:before {
                border-right-color: #eeeeee;
            }

            .nav-wizard > li.disabled > a:after {
                border-left-color: #eeeeee;
            }

    .nav-wizard.nav-justified > li {
        float: none;
    }

        .nav-wizard.nav-justified > li > a {
            padding: 10px 15px;
        }


.btn-squared-default {
    width: 150px !important;
    min-height: 125px !important;
    font-size: 11px;
    
}

.word-wrap {
     white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.mitid label {
    float: left;
    padding-left: 10px;
    padding-top: 7px;
}

.mitid .search-btn {
    padding-left: 5px!important;
}

.mitid .export-btn {
    margin-right: 12px;
}

.mitid td {
    word-wrap: break-word;
}
