@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../fonts/titillium-web/TitilliumWeb-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-BoldItalic';
    src: url('../fonts/titillium-web/TitilliumWeb-BoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-ExtraLight';
    src: url('../fonts/titillium-web/TitilliumWeb-ExtraLight.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-ExtraLightItalic';
    src: url('../fonts/titillium-web/TitilliumWeb-ExtraLightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Italic';
    src: url('../fonts/titillium-web/TitilliumWeb-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('../fonts/titillium-web/TitilliumWeb-Light.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TitilliumWeb-LightItalic';
    src: url('../fonts/titillium-web/TitilliumWeb-LightItalic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../fonts/titillium-web/TitilliumWeb-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-size: 10px;
}

@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src: url('../fonts/titillium-web/TitilliumWeb-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TitilliumWeb-SemiBoldItalic';
    src: url('../fonts/titillium-web/TitilliumWeb-SemiBoldItalic.ttf');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'TitilliumWeb-Regular', sans-serif;
    font-size: 14px;
    margin: 0px !important;
}

.tbl-header {
    background: url(../images/banner-6.jpg);
    background-size: cover;
    height: 113px;
    color: white;
}

    .tbl-header div {
        display: inline-block;
    }

.page-header {
    font-size: 23px;
    display: inline;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.page-header2 {
    font-size: 18px;
    display: inline;
}

.content-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}



.Mandatory {
    color: red;
}



.tbl-body {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    padding: 10px;
    height: 100%;
    width: 90%;
    background: #f7f8f8;
}

.tbl-margin-body {
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    padding: 10px;
    height: 100%;
    width: 90%;
    background-image: url(../images/login-bg.png);
}

.tbl-border {
    border: 1px solid #e8e8e8;
}

.content-form {
    font-size: 14px;
}

.heading span {
    font-weight: bold;
    font-size: 16px;
    color: #654906;
}



.footer {
    background-color: #2b2828;
    margin-top: 40px;
    color: white;
    position: fixed;
    margin: 0;
    bottom: 0px;
    width: 100%;
    min-height: 30px;
}


    .footer a {
        color: white;
    }

        .footer a.copy-right {
            float: left;
        }

        .footer a.powered-by {
            float: right;
        }





.adminfooter {
    background-color: #2b2828;
    margin-top: 40px;
    color: white;
    position: fixed;
    margin: 0;
    bottom: 0px;
    width: 100%;
    min-height: 30px;
    /*width: 1024px;*/
}


    .adminfooter a {
        color: white;
    }

        .adminfooter a.copy-right {
            float: left;
        }

        .adminfooter a.powered-by {
            float: right;
        }

.important2 {
    padding: 6px 0px 7px 0px;
}

    .important2 img {
        padding-top: 7px;
    }

    .important2 a {
        text-decoration: none;
        color: #333;
    }

        .important2 a:hover {
            text-decoration: underline;
            color: #333;
        }


a {
    text-decoration: none;
}

input[type=text], input[type=password], select {
    min-height: 25px;
    border-radius: 5px;
    border: 1px solid #c7c7c7;
    padding-left: 5px;
    font-family: TitilliumWeb-Regular;
}


button, input[type=button], input[type=submit], input[type=reset] {
    background-image: linear-gradient(to bottom, #045DE4 0%, #003E9C 100%);
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    border: 0px;
    color: white;
    cursor: pointer;
    font-family: TitilliumWeb-Regular;
}

    button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
        background-image: linear-gradient(to bottom, #003E9C 0%, #032965 100%);
    }

    button:disabled, input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled {
        cursor: not-allowed;
        opacity: 0.5;
    }

        button:disabled:hover, input[type=button]:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover {
        }

.RadUpload_Default .ruFakeInput {
    display: none;
}

.RadUpload .ruFileWrap {
    height: auto !important;
}

.RadUpload_Default input[type=file] {
    cursor: pointer;
}

.RadUpload_Default input[type=button] {
    background: #ef6153;
    border-radius: 4px;
    border: 0px;
    color: white;
    font-family: TitilliumWeb-Regular;
    padding-top: 5px;
    width: 100%;
    margin-left: 0px;
    padding: 10px 20px 10px 20px;
    padding-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
}

.blue {
    color: blue;
}

.form-group {
    margin-bottom: 10px;
}

.form {
    min-width: 50%;
}

    .form input[type=text], .form input[type=password] {
        width: 100%;
    }

.col-4 {
    display: inline-block;
    width: 33.33333333%;
}

.col-6 {
    display: inline-block;
    width: 50%;
}

.col-3 {
    width: 25%;
    display: inline-block;
}

.col-2 {
    width: 16.66666667%;
    display: inline-block;
}




.col-8 {
    display: inline-block;
    width: 66.66666667%;
}


.alert-message {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.alert-message-dialog {
    position: fixed;
    margin: auto;
    top: 30%;
    width: 40%;
    left: 0;
    right: 0;
    border-radius: 0;
    overflow-x: hidden;
    z-index: 9999999999;
    opacity: 1;
}

.alert-message-content {
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    background-color: #fff !important;
    position: relative;
    opacity: 1;
    color: black;
    z-index: 12399999;
}

.alert-message-header, .alert-message-footer {
    background: #4e74af;
    clear: both;
    border: none;
    color: #fff;
    text-align: center;
    display: block;
}

    .alert-message-header h3 {
        margin: 0px;
        padding: 8px;
    }

.alert-message-footer {
    float: right;
    width: 100%;
    padding: 5px;
}

    .alert-message-footer button {
        float: right;
    }

.alert-message-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
}

.alert-message.big .alert-message-dialog {
    width: 60%;
    top: 5%;
    max-height: 420px;
}

.alert-message.big .alert-message-content {
    text-align: justify;
}

.alert-message-body {
    padding: 38px 20px 43px;
}


.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


.main_content {
    /*max-width: 1024px;*/
    /*align-items:center;*/
}


.loader {
    border: 5px solid #046377;
    border-radius: 50%;
    border-top: 5px solid #e8f0f1;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button.loading, li.loading a, a.loading {
    padding-right: 25px;
}

    button.loading:after, li.loading a:after, a.loading:after {
        content: '';
        position: absolute;
        border: 2px solid #000;
        border-radius: 50%;
        border-top: 2px solid #e8f0f1;
        width: 15px;
        height: 15px;
        -webkit-animation: spin 0.5s linear infinite;
        animation: spin 0.5s linear infinite;
        position: absolute;
        margin-top: -18px;
        margin-left: 23px;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
