﻿body {
    margin: 0;
    text-align: left;
    background-image: url('../images/shattered.png');
    font-size: 14px;
    font-family: Century Gothic, helvetica neue;
    color: #808080;
}


.modal-header {
    background: #0362a6;
    color: #fff;
}





.logo-name {
    font-family: Impact;
    top: -8px;
    position: relative;
}
.logo
{
margin-top: -8px; height: 48px;
}
.flag
{
height: 14px; position: relative;
}

.coat
{
height: 27px; margin-left:15px;
}
.tag-line {
    top: -12px;
    left: 10px;
    font-size: 13px;
    position: relative;
    text-align: left;
}


#top-nav-custom {
    background-color: #124489;
    min-height: 30px;
    padding: 5px;
    width: 50%;
    color: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    float: right;
    background-image: url('../images/tip.jpg');
    background-repeat: no-repeat;
}

#logo-area {
    /* background-color:#074880;*/
    min-height: 100px;
    width: 100%;
    font-family: Century Gothic, helvetica neue;
    /*font-family: helvetica;*/
    text-align: left;
    font-size: 25px;
    padding-top: 31px;
    color: #585858;
}

#menu {
    background-color: #d1202b;
}

/**********end banner**********/

/**/
.index {
    font-size: 20px;
    margin-right:15px;
}

.view {
    background-color: #0c76c1;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
        float: right;
    margin-top: 14px;
    border:1px solid #0c76c1;
}

#jiic-table table {
    border-collapse: collapse;
}

#jiic-table table, #jiic-table th, #jiic-table td {
    border-bottom: 1px solid #d2d0d0;
    padding: 10px;
}

.custom-breadcrumb li {
    float: left;
    position: relative;
    list-style: none;
}

    .custom-breadcrumb li a {
        display: block;
        margin-left: -32px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.18);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.18);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.18);
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;
        padding: 10px 20px 10px 39px;
        position: relative;
            margin-bottom: 12px;
    }

    .custom-breadcrumb li:nth-child(even) a {
        background-color: #faf4f4;
    }

    .custom-breadcrumb li:first-child a {
        padding: 10px 20px 10px 20px;
    }

    .custom-breadcrumb li a.custom-breadcrumb-active {
        background-color: #0c76c1;
        color: #fff;
    }

.modal-dialog {
    width: 1100px;
}

.modal-header {
    margin-top: 34px;
}
