/* Minification failed. Returning unminified contents.
(3614,36): run-time error CSS1046: Expect comma, found '0'
(3614,40): run-time error CSS1046: Expect comma, found '/'
 */
/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;/*font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;*/}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:0.8em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
.left {float:left !important;}
p .left {margin:1.5em 1.5em 1.5em 0;padding:0;}
.right {float:right !important;}
p .right {margin:1.5em 0 1.5em 1.5em;padding:0;}
a:focus, a:hover {color:#09f;}
a {color:#574A3E;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, dfn {font-weight:bold;}
em, dfn {font-style:italic;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {/*font:1em 'andale mono', 'lucida console', monospace;*/line-height:1.5;}
li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1; color:#2291D1;}
th, td, caption {padding:4px 10px 4px 5px;}
tbody tr:nth-child(even) td, tbody tr.even td {background:#e8e8e8;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:0 1.4em 1.4em 1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;margin-top:-0.2em;margin-bottom:1em;}
fieldset, #IE8#HACK {padding-top:1.4em;}
legend, #IE8#HACK {margin-top:0;margin-bottom:0;}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea {background-color: #FFFFFF;
    border: 1px solid #BBBBBB;
    color: #000000;
    width:180px;}
input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {border-color:#666;}
select {background-color:#fff;border-width:1px;border-style:solid; width:192px!important}
input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select {margin:0.5em 0; padding:5px;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:180px;height:250px;padding:5px;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .alert, .notice, .success, .info {padding:0.8em;margin-bottom:1em;border:2px solid #ddd;}
.error, .alert {background:#fbe3e4;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf;color:#514721;border-color:#ffd324;}
.success {background:#e6efc2;color:#264409;border-color:#c6d880;}
.info {background:#d5edf8;color:#205791;border-color:#92cae4;}
.error a, .alert a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.info a {color:#205791;}

/* grid.css */
.container {width:950px;margin:0 auto;}
.column, .span-1, .span-2, .span-3, .span-4, .span-5, .span-6, .span-7, .span-9, .span-10, .span-11, .span-12, .span-13, .span-14, .span-15, .span-16, .span-17, .span-18, .span-19, .span-20, .span-21, .span-22, .span-23, .span-24 {float:left;margin-right:10px;}
.last {margin-right:0;}
.span-1 {width:30px;}
.span-2 {width:70px;}
.span-3 {width:110px;}
.span-4 {width:150px;}
.span-5 {width:190px;}
.span-6 {width:230px;}
.span-7 {width:270px;}
.span-8 {width:310px;display:none!important}
.span-9 {width:350px;}
.span-10 {width:390px;}
.span-11 {width:430px;}
.span-12 {width:470px;}
.span-13 {width:510px;}
.span-14 {width:550px;}
.span-15 {width:590px;}
.span-16 {width:630px;}
.span-17 {width:670px;}
.span-18 {width:709px; margin-right:0!important;}
.span-19 {width:750px;}
.span-20 {width:790px;}
.span-21 {width:830px;}
.span-22 {width:870px;}
.span-23 {width:910px;}
.span-24 {width:950px;margin-right:0;}
input.span-1, textarea.span-1, input.span-2, textarea.span-2, input.span-3, textarea.span-3, input.span-4, textarea.span-4, input.span-5, textarea.span-5, input.span-6, textarea.span-6, input.span-7, textarea.span-7, input.span-8, textarea.span-8, input.span-9, textarea.span-9, input.span-10, textarea.span-10, input.span-11, textarea.span-11, input.span-12, textarea.span-12, input.span-13, textarea.span-13, input.span-14, textarea.span-14, input.span-15, textarea.span-15, input.span-16, textarea.span-16, input.span-17, textarea.span-17, input.span-18, textarea.span-18, input.span-19, textarea.span-19, input.span-20, textarea.span-20, input.span-21, textarea.span-21, input.span-22, textarea.span-22, input.span-23, textarea.span-23, input.span-24, textarea.span-24 {border-left-width:1px;border-right-width:1px;padding-left:5px;padding-right:5px;}
input.span-1, textarea.span-1 {width:18px;}
input.span-2, textarea.span-2 {width:58px;}
input.span-3, textarea.span-3 {width:98px;}
input.span-4, textarea.span-4 {width:138px;}
input.span-5, textarea.span-5 {width:178px;}
input.span-6, textarea.span-6 {width:218px;}
input.span-7, textarea.span-7 {width:258px;}
input.span-8, textarea.span-8 {width:298px;}
input.span-9, textarea.span-9 {width:338px;}
input.span-10, textarea.span-10 {width:378px;}
input.span-11, textarea.span-11 {width:418px;}
input.span-12, textarea.span-12 {width:458px;}
input.span-13, textarea.span-13 {width:498px;}
input.span-14, textarea.span-14 {width:538px;}
input.span-15, textarea.span-15 {width:578px;}
input.span-16, textarea.span-16 {width:618px;}
input.span-17, textarea.span-17 {width:658px;}
input.span-18, textarea.span-18 {width:698px;}
input.span-19, textarea.span-19 {width:738px;}
input.span-20, textarea.span-20 {width:778px;}
input.span-21, textarea.span-21 {width:818px;}
input.span-22, textarea.span-22 {width:858px;}
input.span-23, textarea.span-23 {width:898px;}
input.span-24, textarea.span-24 {width:938px;}
.append-1 {padding-right:40px;}
.append-2 {padding-right:80px;}
.append-3 {padding-right:120px;}
.append-4 {padding-right:160px;}
.append-5 {padding-right:200px;}
.append-6 {padding-right:240px;}
.append-7 {padding-right:280px;}
.append-8 {padding-right:320px;}
.append-9 {padding-right:360px;}
.append-10 {padding-right:400px;}
.append-11 {padding-right:440px;}
.append-12 {padding-right:480px;}
.append-13 {padding-right:520px;}
.append-14 {padding-right:560px;}
.append-15 {padding-right:600px;}
.append-16 {padding-right:640px;}
.append-17 {padding-right:680px;}
.append-18 {padding-right:720px;}
.append-19 {padding-right:760px;}
.append-20 {padding-right:800px;}
.append-21 {padding-right:840px;}
.append-22 {padding-right:880px;}
.append-23 {padding-right:920px;}
.prepend-0 {padding-left:10px;}
.prepend-1 {padding-left:40px;}
.prepend-2 {padding-left:80px;}
.prepend-3 {padding-left:120px;}
.prepend-4 {padding-left:160px;}
.prepend-5 {padding-left:200px;}
.prepend-6 {padding-left:240px;}
.prepend-7 {padding-left:280px;}
.prepend-8 {padding-left:320px;}
.prepend-9 {padding-left:360px;}
.prepend-10 {padding-left:400px;}
.prepend-11 {padding-left:440px;}
.prepend-12 {padding-left:480px;}
.prepend-13 {padding-left:520px;}
.prepend-14 {padding-left:560px;}
.prepend-15 {padding-left:600px;}
.prepend-16 {padding-left:640px;}
.prepend-17 {padding-left:680px;}
.prepend-18 {padding-left:720px;}
.prepend-19 {padding-left:760px;}
.prepend-20 {padding-left:800px;}
.prepend-21 {padding-left:840px;}
.prepend-22 {padding-left:880px;}
.prepend-23 {padding-left:920px;}
.border {padding-right:4px;margin-right:5px;border-right:1px solid #ddd;}
.colborder {padding-right:24px;margin-right:25px;border-right:1px solid #ddd;}
.pull-1 {margin-left:-40px;}
.pull-2 {margin-left:-80px;}
.pull-3 {margin-left:-120px;}
.pull-4 {margin-left:-160px;}
.pull-5 {margin-left:-200px;}
.pull-6 {margin-left:-240px;}
.pull-7 {margin-left:-280px;}
.pull-8 {margin-left:-320px;}
.pull-9 {margin-left:-360px;}
.pull-10 {margin-left:-400px;}
.pull-11 {margin-left:-440px;}
.pull-12 {margin-left:-480px;}
.pull-13 {margin-left:-520px;}
.pull-14 {margin-left:-560px;}
.pull-15 {margin-left:-600px;}
.pull-16 {margin-left:-640px;}
.pull-17 {margin-left:-680px;}
.pull-18 {margin-left:-720px;}
.pull-19 {margin-left:-760px;}
.pull-20 {margin-left:-800px;}
.pull-21 {margin-left:-840px;}
.pull-22 {margin-left:-880px;}
.pull-23 {margin-left:-920px;}
.pull-24 {margin-left:-960px;}
.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24 {float:left;position:relative;}
.push-1 {margin:0 -40px 1.5em 40px;}
.push-2 {margin:0 -80px 1.5em 80px;}
.push-3 {margin:0 -120px 1.5em 120px;}
.push-4 {margin:0 -160px 1.5em 160px;}
.push-5 {margin:0 -200px 1.5em 200px;}
.push-6 {margin:0 -240px 1.5em 240px;}
.push-7 {margin:0 -280px 1.5em 280px;}
.push-8 {margin:0 -320px 1.5em 320px;}
.push-9 {margin:0 -360px 1.5em 360px;}
.push-10 {margin:0 -400px 1.5em 400px;}
.push-11 {margin:0 -440px 1.5em 440px;}
.push-12 {margin:0 -480px 1.5em 480px;}
.push-13 {margin:0 -520px 1.5em 520px;}
.push-14 {margin:0 -560px 1.5em 560px;}
.push-15 {margin:0 -600px 1.5em 600px;}
.push-16 {margin:0 -640px 1.5em 640px;}
.push-17 {margin:0 -680px 1.5em 680px;}
.push-18 {margin:0 -720px 1.5em 720px;}
.push-19 {margin:0 -760px 1.5em 760px;}
.push-20 {margin:0 -800px 1.5em 800px;}
.push-21 {margin:0 -840px 1.5em 840px;}
.push-22 {margin:0 -880px 1.5em 880px;}
.push-23 {margin:0 -920px 1.5em 920px;}
.push-24 {margin:0 -960px 1.5em 960px;}
.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24 {float:left;position:relative;}
div.prepend-top, .prepend-top {margin-top:0.1em;}
div.append-bottom, .append-bottom {margin-bottom:1.5em;}
.box {padding:1.5em;margin-bottom:1.5em;background:#e5eCf9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:1px;margin:0 0 17px;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}
.top-error{margin-top:-20px; position:absolute;}
.grid-outer{margin-top:5px;}
.radio-button-new input[type=radio] {
    float: left;
    width:2%;
}
.radio-button-new label{display:inline-block; width:96%; padding:2px 0 0 0;
}
/*@*Hitesh 7-1-14 Fix Issue 57275*@*/
.Right {text-align:right; float: right;}
.welcome-text{
    color:#000;
 
 
}
.welcome-text span{
    padding-left:10px;
}
.top-bar ul li {
   vertical-align: middle;
    display: inline-block;
    padding: 0px 5px;
    text-align:left;
}
.logout{
    background: #37d10c;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
 
}
    .logout a {
    color:#000;
    }
#Home_link{
    vertical-align:middle;
}

/* CSS Document */

/*====================================================*/
/*================== Generic=======================*
/*====================================================*/
body {
    font: 12px Arial, Helvetica, sans-serif;
    background: transparent url(../images/background.jpg);
    margin: 0;
}

.dis-none {
    display: none;
}

h1 {
    font-size: 18px;
    font-weight: normal;
    color: #2e1b14;
    margin: 5px 0 8px 0;
}

h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #b65d0b;
    border-bottom: #b65d0b dotted 2px;
    margin: 5px 0 10px;
    clear: both; /*margin:5px 0 20px 0;*/
}

.container {
    width: 98%;
    background: url(../images/container-strip.png) repeat-x;
    margin-top: 10px;
    height: 115px;
    padding: 0 1%;
}

.admin-container {
    width: 98%;
    background: url(../images/container-strip.png) repeat-x;
    margin-top: 10px;
    height: 150px;
    padding: 0 1%;
}

    .admin-container .span-24 {
        height: 100px;
    }

.form-container { /*width:97%; width:98%;*/
    width: 100%;
    margin: 0 auto;
}

    .form-container h2 {
        border-bottom: 1px solid #ccc;
        color: #111;
        font-size: 1.5em;
        font-weight: normal;
        padding-bottom: 5px;
        margin-bottom: 20px !important;
    }

table {
    border-collapse: collapse;
}

.span-24 {
    height: 70px;
    margin: 0 auto !important;
    float: none;
}

.floatright {
    float: right;
}

a:link:after, a:visited:after {
    content: "";
}

.spacer {
    margin: 10px 0 5px 3px;
}

.clear {
    clear: both;
}

form {
    margin: 0;
    padding: 0;
}

p {
    color: #012732;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style-type: none;
    }




/*====================================================*/
/*================== Header=======================*
/*====================================================*/
.logo {
    float: left;
    margin-top: 6px;
}

.logo-right-side {
    float: right;
    margin-top: 10px;
}

.admin-container .logo-right-side {
    float: right;
    margin-top: 1px;
    display: inline-block;
    margin-left: 10%;
}

.logo-right-side-inner {
    clear: right;
    float: right;
    margin-top: 10px;
}



/*====================================================*/
/*================== Homepage=======================*
/*====================================================*/
.content {
    float: left;
    width: 700px;
}

    .content h1.head {
        margin: 20px 0 0;
        color: #b65d0b;
        border-bottom: 2px solid #b65d0b;
        padding-bottom: 5px;
    }

    .content p.head-content {
        margin-top: 10px;
        line-height: 20px;
    }

.announcement-block {
    background: #D1B978;
    border-radius: 5px;
    float: left;
    width: 210px;
    padding: 10px;
    margin: 10px 0 0 8px;
    height: auto !important;
    height: 120px !important;
    min-height: 300px;
    overflow: hidden;
}

    .announcement-block h1, .announcement-block-inner h1, .announcement-block-fixed h1 {
        background: #7d6f4c url(../images/related-bullet.png) no-repeat 6px 6px; /*border-bottom:1px solid #AA9967;*/
        color: #ffffff;
        margin-left: 0px;
        padding: 5px 27px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .announcement-block ul, .announcement-block-inner ul, .announcement-block-fixed ul {
        padding-left: 20px;
    }

        .announcement-block ul li, .announcement-block-inner ul li, .announcement-block-fixed ul li {
            list-style-type: disc;
        }

            .announcement-block ul li a, .announcement-block-inner ul li a, .announcement-block-fixed ul li a {
                color: #000000;
                line-height: 26px;
                font-weight: normal;
            }

.announcement-block-fixed {
    background: #D1B978;
    border-radius: 5px;
    float: left;
    width: 198px;
    margin: 0;
    padding: 10px;
    margin-bottom: 10px;
}

.right_bar_fixed {
    width: 219px;
    float: right;
}

    .right_bar_fixed .leftArrow {
        margin-left: -2px;
    }

.contentFaculty {
    float: left;
    width: 940px;
}

.announcement-block-inner {
    background: #D1B978;
    border-radius: 5px; /*float:left; width:77%;*/
    padding: 4px;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}

.right_bar {
    float: right;
    width: 238px;
}

.loginbox {
    background: #e6e2d6;
    border-radius: 2px;
    padding: 5px;
    margin-left: 8px;
    width: 220px;
    min-height: 190px;
    height: auto;
}

    .loginbox h1 {
        border-bottom: 1px solid #b8b5ab;
        color: #574a3e;
        margin-left: 10px;
        padding-bottom: 4px;
        margin-bottom: 5px;
    }

    .loginbox p {
        padding: 0;
        margin: 3px 0 3px 0;
    }

.new-user {
    color: #080503;
    display: inline-block;
    font-weight: bold;
    font-size: 11px;
}

    .new-user .register {
        color: #574a3e;
    }

.forget-pwd {
    color: #574a3e;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    margin: 2px 40px 1px 0px !important;
}



/*====================================================*/
/*================== Error messages =======================*
/*====================================================*/

.error {
    border: #ff0000 solid 1px !important;
    color: #ff0000;
}

.error-msg {
    color: #ff0000;
    font: 11px Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
}



/*====================================================*/
/*================== Footer=======================*
/*====================================================*/
.footer {
    background: url(../images/footer-strip.png) repeat-x;
    clear: left;
    width: 100%;
    height: 51px;
    position: fixed;
    bottom: 0;
    left: 0;
}

.copy {
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 9px;
    text-align: left;
}



/*====================================================*/
/*================== Navigation=======================*
/*====================================================*/

.navigation {
    clear: left;
    /*width: 960px;*/
    margin: 0 auto;
    font-size: 15px;
}

    .navigation ul {
    }

        .navigation ul li {
            /*float: left;*/
            background: url(../images/divider.png) no-repeat 0 2px;
        }

            .navigation ul li:first-child {
                background: none;
            }

.navigation-fluid .tmz-hmenu-container {
    background: #574a3e;
}

.navigation ul li.active a, .navigation-fluid ul li.active a {
    background: #ffffff;
    color: #574a3e;
    padding-bottom: 10px;
}

.navigation li:hover > a, .navigation ul ul :hover > a, .navigation a:focus, .navigation-fluid li:hover > a, .navigation-fluid ul ul :hover > a, .navigation-fluid a:focus {
    text-decoration: underline;
    background: #584418 !important;
    color: #ffffff !important;
}

.navigation ul li.home_link a {
    color: #ffffff;
    /*float: left;*/
    font-weight: bold;
    text-decoration: none;
    padding: 0px 18px; /* height:15px;*/
}


.navigation ul li a, .navigation-fluid ul li a {
    color: #ffffff;
    /*float: left;*/
    font-weight: bold;
    text-decoration: none;
    padding: 9px 18px; /* height:15px;*/
    /*background-color: #424242 !important;*/
}


.navigation-fluid {
    clear: left;
    padding-top: 0px;
    width: 100%;
    margin: 0 auto;
}



/*====================================================*/
/*================== Home page Slider Styles =========*/
/*====================================================*/
.tmz-slider-container {
    width: 706px; /*height:392px; */
    margin: 0;
}

.tmz-slider {
    position: relative;
    width: 618px;
    height: 198px;
    background: url(../images/loading.gif) no-repeat 50% 50%;
}

    .tmz-slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

#slider a {
    border: 0;
    display: block;
}

.tmz-nivo-control {
    position: absolute;
    left: 600px;
    bottom: 5px;
}

    .tmz-nivo-control a {
        display: block;
        width: 22px;
        height: 22px;
        background: url(../images/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 3px;
        float: left;
    }

        .tmz-nivo-control a.active {
            background-position: 0 -22px;
        }

.tmz-nivo-direction a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.tmz-slideshow-next {
    background-position: -30px 0;
    right: 15px;
}

a.tmz-slideshow-prev {
    left: 15px;
}

.tmz-slide-caption {
    text-shadow: none; /*font-family:Arial, Helvetica, sans-serif;*/
}

    .tmz-slide-caption a {
        color: #efe9d1;
        text-decoration: underline;
    }

.wrapper {
    clear: left;
    padding: 8px;
    width: 944px;
    margin: 0 auto 30px;
    background: #ffffff;
    min-height: 350px;
    overflow: hidden;
    height: 510px;
    height: auto !important;
}

.wrapperInner {
    clear: left;
    padding: 8px;
    width: 944px;
    margin: 0 auto;
    background: #e6e2d6;
    min-height: 510px;
}

.banner {
    float: left;
}




.FacultyDocument fieldset {
    float: left;
    width: 288px;
    height: 250px !important;
}

.FacultyDocument textarea {
    width: 250px;
    height: 150px;
}


/*====================================================*/
/*================== Form elements ===================*/
/*====================================================*/
fieldset {
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
}

.form-container fieldset {
    float: left;
    width: 288px;
    height: 80px;
}

.Enrollment fieldset {
    float: left;
    width: 288px;
    height: 107px !important;
}

.check {
    float: left;
    width: 297px;
    height: 60px;
}

label {
    top: 0;
}

.loginbox label {
    color: #b65d0b;
}

input.txt-box {
    border: 1px solid #f6f2e6;
    width: 190px;
    padding: 5px;
}

input[type=file] {
    background-color: #FFFFFF;
    border: #bbb solid 1px;
    color: #000000;
}

input[type=text]:focus, input[type=password]:focus, input[type=url]:focus, input[type=email]:focus, input.text:focus, input.title:focus, textarea:focus {
    border-color: #999;
    background-color: #FFC;
}

input[type="submit"], input[type="reset"], input[type="button"], .ui-button { /*background:url(../images/orange-btn.png) repeat-x;*/
    background: #000;
    /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Opera */ background-image: -o-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff9933), color-stop(2, #d8530b)) !important;
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ff9933 0%, #d8530b 100%) !important;
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ff9933 0%, #d8530b 100%) !important;
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9933', endColorstr='#d8530b') !important;
    font: bold 12px Arial, Helvetica, sans-serif;
    padding: 5px 8px !important;
    border: #da560d solid 1px !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important; /*width:auto; overflow:visible; */
}

    input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .ui-button:hover { /*background:url(../images/orange-btn.png) repeat-x;*/
        background: #000;
        /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Opera */ background-image: -o-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8530b), color-stop(2, #ff9933)) !important;
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #d8530b 0%, #ff9933 100%) !important;
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8530b', endColorstr='#ff9933') !important;
        font: bold 12px Arial, Helvetica, sans-serif;
        padding: 5px 8px !important;
        border: #da560d solid 1px !important;
        color: #ffffff !important; /*width:auto; overflow:visible; */
    }

.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30) !important;
}


p input[type="submit"], p input[type="reset"], p input[type="button"] {
    margin-top: 10px;
}

textarea {
    width: 250px;
    height: 26px;
}

select {
    border-color: #bbb;
    width: 180px;
}

.mandatory {
    color: #ff0000;
}

.form-sep {
    clear: both;
    width: 100%;
    padding: 10px 0 10px 0; /* margin:45px 0 20px 0;*/
    margin: 10px auto;
    height: 70px;
    text-align: center;
}

.buttons {
    border-top: #ad955f solid 1px;
}

.btn {
    padding-bottom: 0px;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #ff0000;
    font-weight: bold;
    display: block;
    /*width: 210px;/*
}

    .field-validation-error span
    {
        vertical-align: top;
        display: block;
        /*width: 210px;  padding-top:15px;*/
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #ff0000;
    font-weight: bold;
    margin-left: 8px;
}

.validation-summary-errors-custom {
    padding: 0.5em;
    margin: 1.2em 0px 1.2em 0px;
    background-color: #FCD4D4;
    border: 1px solid #FF0000;
    color: #FF0000;
}

    .validation-summary-errors-custom ul {
        margin: 0 0 0 14px;
        padding: 0;
    }

        .validation-summary-errors-custom ul li {
            list-style-type: disc;
        }


.validation-summary-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error {
    border: 1px solid #e80c4d;
}

/* Notification styles
-----------------------------------------------------------*/
#messagewrapper {
    position: absolute;
    top: 0%;
    left: 0%;
    /*filter: alpha(opacity = 50);
	opacity:0.5;
	background:#000000;*/
    z-index: 1000;
    /*	margin: 5px auto;*/
    margin: 0; /* Remove Vertical Scroll */
    width: 100%;
    height: 100%;
}

    #messagewrapper .messagebox {
        padding: 12px 10px 10px 30px;
        box-shadow: 5px 5px 10px #000;
        /*height:165px;*/
    }


    #messagewrapper .success {
        color: #336E0A;
        /*background: #D6FBBC url(../Images/ok.gif) no-repeat 8px 52px;*/
        /*background:#ededed;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        border: 1px solid #97E85D;
        /*border-radius:10px;*/
    }


    #messagewrapper .warning {
        color: #ff0000;
        /*background: #ffc url(../Images/warn.gif) no-repeat 8px 12px;*/
        /*background:#ededed;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        border: 1px solid #97E85D;
        /*border-radius:10px;*/
    }

    #messagewrapper .error {
        color: #ff0000;
        /*background: #fcc url(../Images/fail.gif) no-repeat 8px 50px;*/
        padding: 50px 10px 50px 10px;
        width: 300px;
        z-index: 999;
        position: absolute;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        left: 35%;
        top: 40%;
        /*border-radius:10px;*/
    }

.dialogNotification {
    color: #0008FF !important;
    background: #fbf1dd no-repeat 8px 50px !important;
    padding: 10px 10px 10px 10px !important;
    text-decoration: underline !important;
}

.edit-item-link {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url(../images/edit.png);
}



/* Other Css added for Header Section */
.right-header-sec {
    float: right;
    text-align: right;
    margin-top: 6px;
    width: 500px;
}

.welcome-area {
    font-size: 11px;
}

    .welcome-area span {
        color: #b65d0b;
        font-weight: bold;
    }

    .welcome-area a {
        color: #9b8039;
        font-size: 14px;
    }

.lang-area {
    font-size: 11px;
    padding-right: 10px;
    position: relative;
    line-height: 24px;
}

    .lang-area a, .lang-area label {
        color: #fff;
    }

.lang-area-new li.social a {
    padding: 0px 15px !important;
}

.lang-area-new label {
    color: #fff;
    padding: 9px 18px;
    line-height: 35px;
}

.lang-area-new a {
    color: #000;
    text-decoration: none;
}

.lang-area-new {
    display: inline-block;
    float: right
}

.lbl-txt {
    display: inline-block;
    font-weight: normal;
    padding-top: 5px;
}

.check-div-outer {
    float: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 5px 0;
    background: #f0f0f0;
}

.check-div {
    float: left;
    margin: 5px 5px 0 0;
}

.form-container-panel { /*background:#ece6e1; float:left; width:99%; padding-left:10px;*/
}

    .form-container-panel fieldset {
        float: left;
        width: 200px;
        padding: 10px;
    }

.mrgntop0 {
    margin-top: 0;
}

/* Define to State Page Grid */
.grid-table {
    border: 1px solid #D1D1D1;
    border-collapse: collapse;
}

    .grid-table th {
        white-space: nowrap;
        padding-right: 25px;
        background: -moz-linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1;
        background: -webkit-linear-gradient(to bottom, #FFFFFF 0%, #D1D1D1 100%) repeat scroll 0 0 #D1D1D1;
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#D1D1D1));
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#D1D1D1');
    }

        .grid-table th a {
            color: #2291D1;
            text-decoration: none;
        }
/*.table tr th a{float:left;}*/



/* Define to State Page Grid */
.form-outer-section {
    padding-left: 10px;
}

.head {
    color: #B65D0B;
}

.home-icon {
    float: right;
    padding: 5px 10px 0 0;
}

/* change for field table td background */
fieldset table tr td {
    background: #ffffff !important;
}


/* Used Grid Overflow width */
/*.scrollx{position: relative; overflow:auto; min-height:220px; max-height:515px;}*/
.scrollx {
    position: relative;
    overflow: auto;
}



/* Edit by Nandan (24 dec) */
/* Used Policy Info */
.policy-txt {
    font-size: 12px;
    padding-left: 5px;
}

.error-icon {
    background-image: url(../images/error-icon.png);
    background-repeat: no-repeat;
    background-position: 10px -1px;
    padding-left: 30px;
}

.info-icon {
    background: url(../images/info-icon.png) no-repeat 0 1px;
    display: inline-block;
    padding: 2px 0 0 20px;
    margin-bottom: 5px;
}

.notice-icon {
    background-image: url(../images/notice-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 5px;
}

.success-icon {
    background-image: url(../images/success-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 2px 0 0 20px;
    margin-bottom: 5px;
    padding: 10px 0 10px 30px;
}

.construction-icon {
    background: #ffd401 url(../images/construction-icon.png) no-repeat 10px;
    border: 2px solid #ceab00;
    color: #574906;
    padding: 0.8em 0.8em 0.8em 3em;
}

.info ul {
    margin-top: 5px;
    padding-left: 20px;
}

    .info ul li {
        list-style-type: disc;
    }


.ui-dialog { /*left:35%!important; width:35%!important;*/
}

.view-panel-info {
    background: #ffefd5;
    border: 1px solid #ecd7b4;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.form-view-outer {
    font-family: Arial, Helvetica, sans-serif;
}

.form-container h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

    .form-container h3 label {
        font-weight: normal;
    }

.ui-accordion h2 {
    background: #574a3e;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 5px 25px;
    margin: 0 !important;
    border-bottom: 1px dotted #d5b87e !important;
    border: none;
    font-size: 14px;
    color: #fbf1dd;
    font-weight: normal;
}

.form-view-outer h2.ui-accordion-header-active {
    background: #b65d0b;
}

.form-view-outer .ui-icon-triangle-1-s {
    background: url(../images/collapse-expand-arrow.png) no-repeat 0 2px !important;
    width: 12px;
}

.form-view-outer .ui-icon-triangle-1-e {
    background: url(../images/collapse-expand-arrow.png) no-repeat -11px 2px !important;
    width: 12px;
}

.form-section {
    border: 1px solid #cbcbcb;
    border-top: none;
    float: left;
    padding: 10px 4px 0 4px;
    margin-bottom: 10px;
    width: 99%;
}

.create {
    float: right;
    position: relative;
    margin: -40px 15px 0 0;
}

    .create a {
        color: #0000ff;
        background: url(../Images/add-new.png) no-repeat;
        padding: 0 0 0 18px;
    }

.action-row .edit {
    float: right;
    position: relative;
    margin: -22px -90px 0;
}

    .action-row .edit a {
        background: url(../Images/edit-icon.png) no-repeat;
        color: #fbf1dd !important;
        float: left;
        width: 16px;
        height: 16px;
        padding: 0 0 0 20px;
        font-size: 12px;
    }

.action-row .save {
    float: right;
    position: relative;
    margin: -22px -90px 0;
}

    .action-row .save a {
        background: url(../Images/save-icon.png) no-repeat;
        color: #fbf1dd !important;
        float: left;
        width: 16px;
        height: 16px;
        padding: 0 0 0 20px;
        font-size: 12px;
    }


.grid-sort-arrow {
    display: none !important;
}
/* spare space in grid */

.grid-filter-btn {
    background: url(../images/grid-down-arrow.png) no-repeat !important;
    margin: 2px 0 0 2px;
}

.form-l {
    background: #eeeeee;
    border: 1px solid #dbdbdb;
    padding: 10px 10px 0 10px;
    margin-bottom: 20px; /* margin-left:10px;*/
}
/* Use Password or Forget */

.btn-pos {
    position: absolute; /*margin: -53px 0px 0px 118px;*/
}
/* use Button position change */
.btn-pos-h {
    position: absolute;
    margin: -53px 0px 0px 118px;
}
/* use Button position change */
.refresh {
    background: url(../images/recaptcha-sprite.png) no-repeat -60px 2px;
    display: inline-block;
    width: 21px;
    height: 21px;
    vertical-align: text-bottom;
}

.loginbox input[type=text], .loginbox input[type=password] {
    width: 190px;
}
/* use Loginbox input or Password */

.access-outer {
    margin: 5% 10%;
}

.tmz-fileinput-button { /*background:url(../images/upload-icon.png) no-repeat!important; padding:0 0 0 18px; margin-top:5px;*/
}

.tmz-fileupload-displaylist div {
    float: left !important;
}

.tmz-fileupload-delete {
    background: url(../images/delete-icon.png) no-repeat !important;
    display: inline-block;
    text-indent: -2000px;
    margin: 0 0 0 5px;
    padding: 0 0 0 18px;
}




.wrapper-fluid {
    clear: left;
    width: 96%;
    padding: 1% 1% 4% 1%;
    margin: 0 1%;
    background: #ffffff;
    min-height: 310px;
    overflow: hidden;
    height: 510px;
    height: auto !important;
}

.mgtop10 {
    margin-top: 12px;
}

.fluid-width {
    width: 100% !important;
}


.ui-widget-content {
    overflow: hidden;
}

/* Search Panel Css */
.collapsibleContainer {
    font: 12px Arial, Helvetica, sans-serif !important;
}

.content-left {
    width: 80%;
}

.divList .ui-widget-header {
    background: #767676 !important;
    border: none !important;
    color: #fff !important;
    padding: 7px 0 5px 10px;
    margin-top: 20px;
    background-image: url(../images/1369235355_minus-white.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 50% !important;
    background-position: right 5px center !important;
    font-weight: bold;
}

.divList .ui-widget-header-close {
    background: #767676 !important;
    border: none !important;
    color: #fff !important;
    padding: 7px 0 5px 10px;
    margin-top: 20px;
    background-image: url(../images/1369235276_plus-white.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 99% !important;
    background-position-y: 50% !important;
    background-position: right 5px center !important;
    font-weight: bold;
}

.divList .ui-widget-content {
    padding: 10px;
}

/* Grid Panel Css */
#gridContent .grid-header th {
    border-bottom: 2px solid #b6b6b6;
    background: #d1d1d1; /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #d1d1d1));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #d1d1d1 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #d1d1d1 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d1d1d1');
    color: #2291d1;
}

    #gridContent .grid-header th, #gridContent .grid-header th a {
        color: #2291d1;
        padding: 8px 2px;
    }

#gridContent table {
    border: 1px solid #d1d1d1;
}

#gridContent tr.alternate-row td {
    background: #e9e9e9;
    padding: 5px;
}

#gridContent tr.grid-footer {
    background: #666 !important;
    margin-top: 20px;
    border: 1px solid #666;
}

#gridContent .grid-footer td {
    padding: 8px;
    color: #fff;
    font-style: normal;
    font-weight: bold;
}

    #gridContent .grid-footer td a {
        border: 1px solid #b9b9b9;
        color: #b9b9b9;
        padding: 5px;
        margin-left: 2px;
        text-decoration: none;
        font-weight: normal;
    }

.haccordion {
    width: 13%;
}

.rtArrow {
    background: url(../images/arrow.gif) no-repeat 0 -27px;
    float: left;
    width: 16px;
    height: 27px;
    margin: 10px 0 0 -15px;
}

.leftArrow {
    background: url(../images/arrow.gif) no-repeat 0 0;
    float: left;
    width: 16px;
    height: 27px;
    margin: 10px 0 0 0;
}

.px1 {
    width: 1%;
}

.px2 {
    width: 2%;
}

.px3 {
    width: 3%;
}

.px4 {
    width: 4%;
}

.px5 {
    width: 5%;
}

.px6 {
    width: 6%;
}

.px7 {
    width: 7%;
}

.px8 {
    width: 8%;
}

.px9 {
    width: 9%;
}

.px10 {
    width: 10%;
}

.px11 {
    width: 11%;
}

.px12 {
    width: 12%;
}

.px13 {
    width: 13%;
}

.px14 {
    width: 14%;
}

.px15 {
    width: 15%;
}

.px16 {
    width: 16%;
}

.px17 {
    width: 17%;
}

.px18 {
    width: 18%;
}

.px19 {
    width: 19%;
}

.px20 {
    width: 20%;
}

.px21 {
    width: 21%;
}

.px22 {
    width: 22%;
}

.px23 {
    width: 23%;
}

.px24 {
    width: 24%;
}

.px25 {
    width: 25%;
}

.px26 {
    width: 26%;
}

.px27 {
    width: 27%;
}

.px28 {
    width: 28%;
}

.px29 {
    width: 29%;
}

.px30 {
    width: 30%;
}

.px31 {
    width: 31%;
}

.px32 {
    width: 32%;
}

.px33 {
    width: 33%;
}

.px34 {
    width: 34%;
}

.px35 {
    width: 35%;
}

.px36 {
    width: 36%;
}

.px37 {
    width: 37%;
}

.px38 {
    width: 38%;
}

.px39 {
    width: 39%;
}

.px40 {
    width: 40%;
}

.px41 {
    width: 41%;
}

.px42 {
    width: 42%;
}

.px43 {
    width: 43%;
}

.px44 {
    width: 44%;
}

.px45 {
    width: 45%;
}

.px46 {
    width: 46%;
}

.px47 {
    width: 47%;
}

.px48 {
    width: 48%;
}

.px49 {
    width: 49%;
}

.px50 {
    width: 50%;
}

.px51 {
    width: 51%;
}

.px52 {
    width: 52%;
}

.px53 {
    width: 53%;
}

.px54 {
    width: 54%;
}

.px55 {
    width: 55%;
}

.px56 {
    width: 56%;
}

.px57 {
    width: 57%;
}

.px58 {
    width: 58%;
}

.px59 {
    width: 59%;
}

.px60 {
    width: 60%;
}

.px61 {
    width: 61%;
}

.px62 {
    width: 62%;
}

.px63 {
    width: 63%;
}

.px64 {
    width: 64%;
}

.px65 {
    width: 65%;
}

.px66 {
    width: 66%;
}

.px67 {
    width: 67%;
}

.px68 {
    width: 68%;
}

.px69 {
    width: 69%;
}

.px70 {
    width: 70%;
}

.px71 {
    width: 71%;
}

.px72 {
    width: 72%;
}

.px73 {
    width: 73%;
}

.px74 {
    width: 74%;
}

.px75 {
    width: 75%;
}

.px76 {
    width: 76%;
}

.px77 {
    width: 77%;
}

.px78 {
    width: 78%;
}

.px79 {
    width: 79%;
}

.px80 {
    width: 80%;
}

.px81 {
    width: 81%;
}

.px82 {
    width: 82%;
}

.px83 {
    width: 83%;
}

.px84 {
    width: 84%;
}

.px85 {
    width: 85%;
}

.px86 {
    width: 86%;
}

.px87 {
    width: 87%;
}

.px88 {
    width: 88%;
}

.px89 {
    width: 89%;
}

.px90 {
    width: 90%;
}

.px91 {
    width: 91%;
}

.px92 {
    width: 92%;
}

.px93 {
    width: 93%;
}

.px94 {
    width: 94%;
}

.px95 {
    width: 95%;
}

.px96 {
    width: 96%;
}

.px97 {
    width: 97%;
}

.px98 {
    width: 98%;
}

.px99 {
    width: 99%;
}

.px100 {
    width: 100%;
}


.text-align-center {
    text-align: center;
}


.tmz-form-table {
    border-collapse: collapse !important;
}

    .tmz-form-table tr td.table-editor-field {
        background: #E8E8E8;
        width: 10%;
    }

    .tmz-form-table caption {
        text-decoration: underline;
        font-size: 14px;
        font-weight: bold;
    }

.check-div {
    clear: both;
    width: 100%;
}

    .check-div input[type="checkbox"] {
        position: absolute;
        z-index: 1;
    }

    .check-div label {
        display: inline-block;
        padding: 2px 0 0 25px;
    }

/* define to right position*/
.btn-rt {
    float: right;
    width: 270px;
}

.tmz-fw-col1o1 {
    width: 100% !important;
}

.ui-datepicker {
    position: absolute !important;
    top: -3000px;
}

.ui-accordion-content {
    background: #fbf1dd !important;
    border: 1px solid #f6e6c5 !important;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding: 0 0.5em !important;
    position: inherit !important;
}

    .ui-accordion-content a {
        color: #0000ff !important;
        font-weight: normal !important;
    }


.tmz-fw-col1o3, .tmz-fw-col2o3, .tmz-fw-col3o3 {
    width: 295px !important;
}


.progress {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -100px;
}

.action-row .status {
    float: right;
    position: relative;
    margin: 0px -5px 0 0;
    font-size: 12px;
    font-style: italic;
}

    .action-row .status a {
        color: #fbf1dd !important;
        width: 24px;
        height: 24px;
        font-size: 12px;
    }

.action-row {
    margin-top: -17px;
    margin-top: -18px\9;
    position: absolute;
    width: 900px;
}

.border-rt {
    border-right: 1px solid #ebe0c9;
    margin-right: 10px !important;
}


/* Dashboard Page Css Starts here */
.right-links {
    float: left;
    width: 18%;
    margin-right: 2%;
}

    .right-links ul { /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #eed8ac 100%);
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* Opera */ background-image: -o-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0, #ffffff), color-stop(2, #eed8ac));
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(right, #ffffff 0%, #eed8ac 100%);
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to right, #ffffff 0%, #eed8ac 100%);
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eed8ac', endColorstr='#ffffff');
        float: left;
        width: 100%;
        height: 450px;
        min-height: 450px;
        height: auto !important;
        border-right: 5px solid #E5CD9B;
    }

        .right-links ul li {
        }

            .right-links ul li a {
                border-top: 1px solid #e6d2aa;
                float: left;
                padding: 6% 5%;
                width: 90%;
            }

            .right-links ul li:first-child {
                padding: 5%;
            }

            .right-links ul li a:hover, .right-links ul li.select a {
                background: #fff;
                border-right: 5px solid #ffffff;
                color: #574a3e;
            }


.left-content {
    float: left;
    width: 80%;
}

ul.dashboard-status {
    min-height: 98px;
    height: auto;
    float: left;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ECD7B4;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
    border-bottom: 5px solid #E5CD9B;
    font-weight: bold;
}

    ul.dashboard-status li { /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
        /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
        float: left; /*font-size:16px;*/
        color: #333333; /*width:20%;*/
        text-align: center;
        width: 11%;
        font-size: 12px;
    }

        ul.dashboard-status li span.inner-li {
            border-left: 1px solid #ebe0c9;
            display: inline-block;
            height: 117px;
            width: 100%;
            margin: 10px 0;
        }

        ul.dashboard-status li:first-child span.inner-li {
            border-left: none;
        }

        ul.dashboard-status li h4 {
            font-size: 32px;
            color: #b65d0b;
            display: block;
            margin: 5px 0;
        }

        ul.dashboard-status li a {
            color: #0000cc;
            font-size: 13px;
            font-weight: normal;
        }

.bottom-block-main {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.recent-inner {
    background: #f9f1e2;
    border: 1px solid #d1c3a8;
    padding: 10px;
    height: auto !important;
    height: 190px !important;
    min-height: 190px;
    overflow-y: auto;
}


.recent-block {
    float: left;
    width: 49%;
    margin: 0 0.7% 0 0.6%;
}

    .recent-block h4 {
        background: #574a3e;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 8px;
        font-weight: bold;
    }

        .recent-block h4 span.recent-tip {
            background: url(../Images/recent-tip-arrow.png) no-repeat;
            width: 18px;
            height: 9px;
            float: left;
            position: relative;
            margin: 25px -20px 0 0;
        }


.recent-ul {
    padding: 15px 0 0 15px;
}

    .recent-ul li {
        color: #333333;
        list-style-type: disc;
        margin-bottom: 15px;
    }

        .recent-ul li a {
            color: #0000ff;
            font-weight: normal;
        }

.bottom-block-main .recent-txt {
    position: relative;
    margin: 0 0 0 8px;
}

.graphical-block {
    float: right;
    width: 49%;
}

.block-img1 {
    padding-top: 20px;
}

.graphical-block h4 {
    background: #574a3e;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 8px;
    font-weight: bold;
}

    .graphical-block h4 span.recent-tip {
        background: url(../Images/recent-tip-arrow.png) no-repeat;
        width: 18px;
        height: 9px;
        float: left;
        position: relative;
        margin: 25px -20px 0 0;
    }

/* Dashboard Page Css Ends here */

.chzn-container-single .chzn-single {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

#processing_overlay {
    position: absolute;
    /*zIndex: 99998;*/
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #ccffff;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    opacity: 0.5;
    cursor: wait;
}

#processing_container {
    font: bold 14px verdana;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #00303f;
    color: #00303f;
}

#processing_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    background-color: #669900;
    color: #FFF;
    /*border: solid 1px #FFF;*/
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#processing_content {
    text-align: center;
    padding: 1em 1.75em;
    margin: 0em;
    vertical-align: middle;
}

.chzn-container {
    width: auto !important;
    margin-top: 6px;
}

    .chzn-container a.chzn-single {
        color: #000000 !important;
    }

.mgtop8 {
    margin-top: 8px;
}

.mgtop10 {
    margin-top: 10px;
}

#SocialCommunityId_chzn .chzn-search input, #ProgramId_chzn .chzn-search input, #StateId_chzn .chzn-search input, #GenderId_chzn .chzn-search input, #YearId_chzn .chzn-search input, .chzn-single {
    width: 122px !important;
}

.chosen-table label {
    display: block;
    padding-bottom: 4px;
}

.chosen-table .chzn-container {
    width: 180px !important;
}

.tmz-tab-row .editor-field select {
    width: 212px;
}

.tmz-tabular-structure table tr td {
    background: none !important;
}

.width97pt {
    width: 97%;
}

/* Using Field Mapper Page */
.field-mapper-form tr td {
    background: none !important;
}

.chzn-container a.chzn-single {
    background: #ffffff !important;
    border: 1px solid #bbbbbb;
    box-shadow: none;
    padding: 2px 5px;
    width: 205px !important;
}

    .chzn-container a.chzn-single span {
        color: #000;
        font-weight: normal;
    }

.chzn-container-single .chzn-single div b {
    background-position: 0 4px !important;
}

.chzn-drop {
    width: 215px !important;
}

.chzn-choices {
    width: auto !important;
    min-width: 215px;
    max-width: 755px;
}

.chzn-search input {
    width: 178px !important;
}

table tr.odd td {
    background: #ffffff !important;
}

table tr.even td {
    background: #e8e8e8 !important;
}

.field-mapper-table tr th {
    padding-left: 5px !important;
}

.field-mapper-table tr td {
    padding-bottom: 10px;
}

.padtop10 {
    padding-top: 10px;
}


.upload-help-message {
    color: #8C1401;
    font: 11px Arial, Helvetica, sans-serif;
    float: left;
    clear: both;
    font-style: italic;
}

.accordion-background {
    background: #339966 !important;
}

.disable_link {
    color: #cccc99 !important;
    cursor: auto !important;
}

.full-content {
    float: left;
    width: 100%;
}

.recent-block-new {
    float: left;
    width: 49.3%;
    margin: 0 0.0% 0 0.6%;
}

    .recent-block-new h4 {
        background: #574a3e;
        color: #fff;
        font-size: 14px;
        margin: 0;
        padding: 8px;
        font-weight: bold;
    }

.h44 {
    text-align: center;
}

.recent-block-new h4 span.recent-tip {
    background: url(../Images/recent-tip-arrow.png) no-repeat;
    width: 18px;
    height: 9px;
    position: absolute;
    float: left;
    margin: 25px 0 0 0px;
}

.she_icon {
    background: url(../Images/scheme/scholarship.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .she_icon:hover {
        background: url(../Images/scheme/scholarship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .she_icon.active {
        background: url(../Images/scheme/scholarship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.faculty_icon {
    background: url(../Images/scheme/faculty.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .faculty_icon:hover {
        background: url(../Images/scheme/faculty.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .faculty_icon.active {
        background: url(../Images/scheme/faculty.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.fellowship_icon {
    background: url(../Images/scheme/fellowship.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .fellowship_icon:hover {
        background: url(../Images/scheme/fellowship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .fellowship_icon.active {
        background: url(../Images/scheme/fellowship.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

.internship_icon {
    background: url(../Images/scheme/intership.png) no-repeat;
    background-size: contain;
    width: 154px;
    height: 56px;
    background-position: 90px 0;
}

    .internship_icon:hover {
        /*background: url(../Images/internship_icon_hover.png) no-repeat;*/
        background: url(../Images/scheme/intership.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

    .internship_icon.active {
        background: url(../Images/scheme/intership.png) no-repeat;
        background-size: contain;
        width: 154px;
        height: 56px;
        background-position: 90px 0;
    }

ul.dashboard-status-new {
    float: left;
    margin-top: 20px;
    width: 100%;
    border: 1px solid #ECD7B4;
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Opera */ background-image: -o-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(2, #f7ebd3));
    /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7ebd3 100%);
    /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #ffffff 0%, #f7ebd3 100%);
    /* IE 7 & 8 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7ebd3');
    border-bottom: 5px solid #E5CD9B;
    font-weight: bold;
}

    ul.dashboard-status-new li {
        float: left;
        /* font-size: 16px; */
        color: #333333;
        text-align: center;
        width: 25%;
        font-size: 14px;
        margin: 0px 0px;
    }

        ul.dashboard-status-new li span.inner-li {
            border-left: 0px solid #ebe0c9;
            display: inline-block;
            height: 85px;
            width: 100%;
            margin: 10px 0;
            color: #000;
        }

            ul.dashboard-status-new li span.inner-li a {
                color: #000;
                font-weight: bold;
            }




        ul.dashboard-status-new li:first-child span.inner-li {
            border-left: none;
        }

        ul.dashboard-status-new li h4 {
            font-size: 32px;
            color: #b65d0b;
            display: block;
            margin: 5px 0;
        }

        ul.dashboard-status-new li a {
            color: #0000cc;
            font-size: 13px;
            font-weight: normal;
        }

.previous-hold a {
    color: #908861 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.current-hold a {
    color: #574a3e !important;
    text-decoration: none;
    font-weight: bold !important;
}

.future-hold a {
    color: #b65d0b !important;
    text-decoration: none;
    font-weight: bold !important;
}

.never-hold a {
    color: #3d3925 !important;
    text-decoration: none;
    font-weight: bold !important;
}

.previous-hold {
    background-color: #218bf4 !important;
    color: #fff;
}

    .previous-hold:hover {
        background-color: #4b9ae9 !important;
        color: #fff;
    }

.current-hold {
    background-color: #dc1c02 !important;
    color: #000;
}

    .current-hold span.inner-li, .future-hold span.inner-li {
        color: #000 !important;
    }

    .current-hold:hover {
        background-color: #b73726 !important;
        color: #000;
    }

.future-hold {
    background-color: #f5ff0e !important;
    color: #fff;
}

    .future-hold:hover {
        background-color: #edf52f !important;
        color: #fff;
    }

.faculty-hold {
    background-color: #34d108fa !important;
    color: #000;
}

    .faculty-hold:hover {
        background-color: #37d10d !important;
        color: #fff;
    }

.faculty_box {
    background: #37d10d !important;
}

.never-hold {
    background-color: #37d10d !important;
}

.FellowshipContactDecision {
    float: left !important;
    height: 40px !important;
    width: 100% !important;
}

.InternshipContactDecision {
    float: left !important;
    height: 40px !important;
    width: 100% !important;
}

.disable-background {
    background: #EEEEEE !important;
}

.enable-background {
    background: #FFFFFF !important;
}

.message-success {
    color: Green;
}

.message-fail {
    color: red;
}

.announcement-block ul.announcements-ul {
    padding: 0 5px 0 20px;
    overflow: hidden;
}

.ui-button span {
    padding: 0 !important;
}

.registration {
    color: #b65d0b;
    clear: both;
    text-align: right;
    padding-top: 3px;
    font-size: 11px;
}

#messagewrapper .close-icon {
    background: url(../Images/close-icon.png) no-repeat !important;
    position: absolute;
    top: -10px !important;
    right: -10px !important;
    border: none !important;
}

.new-user select {
    width: 150px;
}

.ui-dialog { /*width:478px!important; left:485!important;*/
}

.popup-lbl1 {
    display: inline-block !important;
    width: 150px !important;
}


.released-installments {
    text-decoration: line-through;
    display: inline;
}

.notReleased-installments {
    font-weight: bold;
    display: inline;
}

.released-installmentsFromBank {
    text-decoration: line-through;
    display: inline;
    background: #339966 !important;
}

.released-installmentsFromBank {
    text-decoration: line-through;
    display: inline;
    background: #339966 !important;
}

.fellowsnaction {
    vertical-align: top;
}


.uploaderMargin {
    margin-top: 11px;
}

.table85 {
    width: 350px;
}

.input135 {
    width: 130px !important;
}

.select125 {
    width: 125px !important;
}

.tmz-tabular-structure-mentorship {
    clear: both;
}

    .tmz-tabular-structure-mentorship .editor-label {
        width: 220px;
        float: left;
        margin: 0.8em 0 0 0;
        padding: 0;
    }

        .tmz-tabular-structure-mentorship .editor-label label {
        }

    .tmz-tabular-structure-mentorship .editor-field {
        float: left;
        margin: 0 0 7px 0;
        padding: 0;
        position: relative;
    }




.InternshipAddress fieldset {
    float: left;
    width: 288px;
    height: 90px !important;
}


.divLogOut {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    z-index: 999;
    visibility: visible;
    left: 0px;
    top: 0px;
}

.divLogOutinner {
    border: 2px solid #E5CD9B;
    position: fixed;
    color: red;
    z-index: 999;
    width: 660px;
    visibility: visible;
    left: 325px;
    top: 376.5px;
}

.divLogOutinnerinner {
    color: #000000;
    font: 12px Arial;
    border-bottom: 1px solid #E5CD9B;
    background: #E5CD9B;
    line-height: 16px;
    padding: 5px;
}

.divLogOutinnerinnerinner {
    overflow: auto;
    padding: 5px;
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F7EBD3 100%);
    height: 40px;
}


/* qTip2 v2.1.1 basic css3 | qtip2.com | Licensed MIT, GPL | Thu Jul 11 2013 14:03:02 */
.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0;
}

.qtip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
}

.qtip-titlebar {
    position: relative;
    padding: 5px 35px 5px 10px;
    overflow: hidden;
    border-width: 0 0 1px;
    font-weight: 700;
}

    .qtip-titlebar + .qtip-content {
        border-top-width: 0 !important;
    }

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    cursor: pointer;
    outline: medium none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
    top: 16px;
}

.qtip-titlebar .ui-icon, .qtip-icon .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

    .qtip-icon .ui-icon {
        width: 18px;
        height: 14px;
        line-height: 14px;
        text-align: center;
        text-indent: 0;
        font: 400 bold 10px/13px Tahoma,sans-serif;
        color: inherit;
        background: transparent none no-repeat -100em -100em;
    }

.qtip-focus {
}

.qtip-hover {
}

.qtip-default {
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;
    background-color: #A9F5BC;
    color: #555;
}

    .qtip-default .qtip-titlebar {
        background-color: #FFEF93;
    }

    .qtip-default .qtip-icon {
        border-color: #CCC;
        background: #F1F1F1;
        color: #777;
    }

    .qtip-default .qtip-titlebar .qtip-close {
        border-color: #AAA;
        color: #111;
    }

.qtip-light {
    background-color: #fff;
    border-color: #E2E2E2;
    color: #454545;
}

    .qtip-light .qtip-titlebar {
        background-color: #f1f1f1;
    }

.qtip-dark {
    background-color: #505050;
    border-color: #303030;
    color: #f3f3f3;
}

    .qtip-dark .qtip-titlebar {
        background-color: #404040;
    }

    .qtip-dark .qtip-icon {
        border-color: #444;
    }

    .qtip-dark .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-cream {
    background-color: #FBF7AA;
    border-color: #F9E98E;
    color: #A27D35;
}

    .qtip-cream .qtip-titlebar {
        background-color: #F0DE7D;
    }

    .qtip-cream .qtip-close .qtip-icon {
        background-position: -82px 0;
    }

.qtip-red {
    background-color: #F78B83;
    border-color: #D95252;
    color: #912323;
}

    .qtip-red .qtip-titlebar {
        background-color: #F06D65;
    }

    .qtip-red .qtip-close .qtip-icon {
        background-position: -102px 0;
    }

    .qtip-red .qtip-icon {
        border-color: #D95252;
    }

    .qtip-red .qtip-titlebar .ui-state-hover {
        border-color: #D95252;
    }

.qtip-green {
    background-color: #CAED9E;
    border-color: #90D93F;
    color: #3F6219;
}

    .qtip-green .qtip-titlebar {
        background-color: #B0DE78;
    }

    .qtip-green .qtip-close .qtip-icon {
        background-position: -42px 0;
    }

.qtip-blue {
    background-color: #E5F6FE;
    border-color: #ADD9ED;
    color: #5E99BD;
}

    .qtip-blue .qtip-titlebar {
        background-color: #D0E9F5;
    }

    .qtip-blue .qtip-close .qtip-icon {
        background-position: -2px 0;
    }

.qtip-shadow {
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,.15);
}

.qtip-rounded, .qtip-tipsy, .qtip-bootstrap {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .qtip-rounded .qtip-titlebar {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.qtip-youtube {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px #333;
    -moz-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
    color: #fff;
    border-width: 0;
    background: #4A4A4A;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));
    background-image: -webkit-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -moz-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -ms-linear-gradient(top,#4A4A4A 0,#000 100%);
    background-image: -o-linear-gradient(top,#4A4A4A 0,#000 100%);
}

    .qtip-youtube .qtip-titlebar {
        background-color: #4A4A4A;
        background-color: rgba(0,0,0,0);
    }

    .qtip-youtube .qtip-content {
        padding: .75em;
        font: 12px arial,sans-serif;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);";
    }

    .qtip-youtube .qtip-icon {
        border-color: #222;
    }

    .qtip-youtube .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-jtools {
    background: #232323;
    background: rgba(0,0,0,.7);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));
    background-image: -moz-linear-gradient(top,#717171,#232323);
    background-image: -webkit-linear-gradient(top,#717171,#232323);
    background-image: -ms-linear-gradient(top,#717171,#232323);
    background-image: -o-linear-gradient(top,#717171,#232323);
    border: 2px solid #ddd;
    border: 2px solid rgba(241,241,241,1);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
}

    .qtip-jtools .qtip-titlebar {
        background-color: transparent;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)";
    }

    .qtip-jtools .qtip-content {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)";
    }

    .qtip-jtools .qtip-titlebar, .qtip-jtools .qtip-content {
        background: transparent;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-jtools .qtip-icon {
        border-color: #555;
    }

    .qtip-jtools .qtip-titlebar .ui-state-hover {
        border-color: #333;
    }

.qtip-cluetip {
    -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    -moz-box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    box-shadow: 4px 4px 5px rgba(0,0,0,.4);
    background-color: #D9D9C2;
    color: #111;
    border: 0 dashed transparent;
}

    .qtip-cluetip .qtip-titlebar {
        background-color: #87876A;
        color: #fff;
        border: 0 dashed transparent;
    }

    .qtip-cluetip .qtip-icon {
        border-color: #808064;
    }

    .qtip-cluetip .qtip-titlebar .ui-state-hover {
        border-color: #696952;
        color: #696952;
    }

.qtip-tipsy {
    background: #000;
    background: rgba(0,0,0,.87);
    color: #fff;
    border: 0 solid transparent;
    font-size: 11px;
    font-family: 'Lucida Grande',sans-serif;
    font-weight: 700;
    line-height: 16px;
    text-shadow: 0 1px #000;
}

    .qtip-tipsy .qtip-titlebar {
        padding: 6px 35px 0 10px;
        background-color: transparent;
    }

    .qtip-tipsy .qtip-content {
        padding: 6px 10px;
    }

    .qtip-tipsy .qtip-icon {
        border-color: #222;
        text-shadow: none;
    }

    .qtip-tipsy .qtip-titlebar .ui-state-hover {
        border-color: #303030;
    }

.qtip-tipped {
    border: 3px solid #959FA9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #F9F9F9;
    color: #454545;
    font-weight: 400;
    font-family: serif;
}

    .qtip-tipped .qtip-titlebar {
        border-bottom-width: 0;
        color: #fff;
        background: #3A79B8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));
        background-image: -webkit-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -moz-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -ms-linear-gradient(top,#3A79B8,#2E629D);
        background-image: -o-linear-gradient(top,#3A79B8,#2E629D);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)";
    }

    .qtip-tipped .qtip-icon {
        border: 2px solid #285589;
        background: #285589;
    }

        .qtip-tipped .qtip-icon .ui-icon {
            background-color: #FBFBFB;
            color: #555;
        }

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -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);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

    .qtip-bootstrap .qtip-titlebar {
        padding: 8px 14px;
        margin: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

        .qtip-bootstrap .qtip-titlebar .qtip-close {
            right: 11px;
            top: 45%;
            border-style: none;
        }

    .qtip-bootstrap .qtip-content {
        padding: 9px 14px;
    }

    .qtip-bootstrap .qtip-icon {
        background: transparent;
    }

        .qtip-bootstrap .qtip-icon .ui-icon {
            width: auto;
            height: auto;
            float: right;
            font-size: 20px;
            font-weight: 700;
            line-height: 18px;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            opacity: .2;
            filter: alpha(opacity=20);
        }

            .qtip-bootstrap .qtip-icon .ui-icon:hover {
                color: #000;
                text-decoration: none;
                cursor: pointer;
                opacity: .4;
                filter: alpha(opacity=40);
            }

.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
    filter: none;
    -ms-filter: none;
}

.qtip .qtip-tip {
    margin: 0 auto;
    overflow: hidden;
    z-index: 10;
}

x:-o-prefocus, .qtip .qtip-tip {
    visibility: hidden;
}

    .qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
        position: absolute;
        color: #123456;
        background: transparent;
        border: 0 dashed transparent;
    }

        .qtip .qtip-tip canvas {
            top: 0;
            left: 0;
        }

        .qtip .qtip-tip .qtip-vml {
            behavior: url(#default#VML);
            display: inline-block;
            visibility: visible;
        }

#qtip-overlay {
    position: fixed;
    left: -10000em;
    top: -10000em;
}

    #qtip-overlay.blurs {
        cursor: pointer;
    }

    #qtip-overlay div {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(Opacity=70)";
    }

.qtipmodal-ie6fix {
    position: absolute !important;
}

.linkAsButton {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #FF9933 0%, #D8530B 100%) !important;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #DA560D !important;
    border-radius: 0 0 0 0 !important;
    color: #FFFFFF !important;
    font: bold 12px Arial,Helvetica,sans-serif !important;
    padding: 6px 8px !important;
    text-decoration: none !important;
    cursor: default;
}


    .linkAsButton:hover { /*background:url(../images/orange-btn.png) repeat-x;*/
        /*background: #000;*/
        /* IE10 Consumer Preview */ background-image: -ms-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Mozilla Firefox */ background-image: -moz-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Opera */ background-image: -o-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* Webkit (Safari/Chrome 10) */ background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d8530b), color-stop(2, #ff9933)) !important;
        /* Webkit (Chrome 11+) */ background-image: -webkit-linear-gradient(top, #d8530b 0%, #ff9933 100%) !important;
        /* W3C Markup, IE10 Release Preview */ background-image: linear-gradient(to bottom, #d8530b 0%, #ff9933 100%) !important;
        /* IE 7 & 8 */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8530b', endColorstr='#ff9933') !important;
        font: bold 12px Arial, Helvetica, sans-serif !important;
        padding: 6px 8px !important;
        border: #da560d solid 1px !important;
        color: #ffffff !important; /*width:auto; overflow:visible; */
        cursor: default;
    }

.footer-inner {
    width: 960px;
    margin: 23px auto 0;
}

.view-div {
    color: #ccc;
    font-size: 11px;
    text-align: center;
    width: 50%;
    display: inline-block;
}

.develped-div {
    color: #fff;
    font-size: 7px;
    float: right;
    text-align: center;
    position: relative;
    margin-top: -9px;
}

    .develped-div img {
        display: inline-block;
    }

.author-txt {
    display: block;
    font-size: 11px;
    text-align: center;
}

.author {
    text-align: right;
    display: block;
    font-size: 11px;
    width: 90%;
}

ol.circle, ol.circle > li {
    list-style-type: disc !important;
    list-style-image: none;
    list-style: disc;
}

    ol.circle, ol.circle > b {
        line-height: 20px;
    }


.help-block {
    min-height: 63px !important;
    height: 200px !important;
}

    .help-block p {
        margin: 12px 0 0;
    }

.loginnew {
    width: 122px !important;
    height: 20px;
    margin: 0px !important;
    float: right;
    line-height: 20px;
    padding: 0px !important;
}

.loginbox label {
    display: inline-block;
    height: 30px;
    line-height: 28px;
}


/* using for Pagination for IFD Approval Page (15-10-2013)*/
#gridContent tr.grid-footer, ul.pagination {
    background: #666 !important;
    margin-top: 0;
    border: 1px solid #666;
}

#gridContent ul.pagination li {
    display: inline-block;
    padding: 2px 0 2px 2px;
}

    #gridContent ul.pagination li.active a {
        border: none;
        color: #fff;
        font-weight: bold;
    }

    #gridContent ul.pagination li a {
        border: 1px solid #B9B9B9;
        float: left;
        color: #B9B9B9;
        margin-left: 2px;
        padding: 5px;
        text-decoration: none;
    }

.ui-dialog {
    z-index: 1000 !important;
}

.ui-widget-overlay {
    position: fixed !important
}

.rank_details div:nth-of-type(3) fieldset:nth-of-type(1) {
    display: none;
}

.welcome-strip {
    display: inline-block;
    float: left;
}

.tmz-hmenu.admin_menu {
    display: inline-block;
    float: left;
    width: auto !important;
    margin-top: 5px;
}

.admin_logo {
    margin-top: 5px;
}

.panel-right {
    float: right;
    margin-top: 5px;
}

.loggedin-user li {
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: left;
}

    .loggedin-user li:first-child {
        padding-right: 0px !important;
    }

    .loggedin-user li:nth-child(2) {
        padding-left: 0px !important;
    }

.logout {
    background: #584a3f;
    padding: 10px;
    border-radius: 10px;
}

    .logout a {
        color: #fff;
    }

.language-switch li {
    display: inline-block;
}


.text-white {
    color: #fff !important;
}

.text-black {
    color: #000000 !important;
}

ul.dashboard-status-new li.active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
    transform: scale(1.1);
}
/*css for increase default deacrease font size add on 20-8-2024*/
sup {
    top: -5px;
    position: relative;
    font-size: 12px;
    vertical-align: baseline;
    line-height: 0;
}
/*css for increase default deacrease font size add on 20-8-2024*/
.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

    .btn-group > .btn:first-child {
        margin-left: 0;
        -webkit-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        -moz-border-radius-topleft: 4px;
    }

    .btn-group > .btn:last-child, .btn-group > .dropdown-toggle {
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -moz-border-radius-bottomright: 4px;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
        font-size: 14px;
    }

    .btn-group > .btn {
        position: relative;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 4px !important;
        text-decoration: none;
    }

.btn {
    display: inline-block;
    padding: 2px 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
}

    .btn .caret {
        margin-top: 8px;
        margin-left: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    /* min-width: 45px; */
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 100%;
}

li {
    line-height: 20px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
    text-decoration: none;
}

.btn-group.open .btn.dropdown-toggle {
    /* background-color: #e6e6e6; */
}

.btn-group.open .dropdown-toggle {
    background-image: none;
    /* -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); */
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    /* box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); */
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.lang-area-new ul.language-switch li div.dropdown-menu a {
    display: block;
    padding: 3px 5px 3px 6px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 12px;
}

    .lang-area-new ul.language-switch li div.dropdown-menu a:hover {
        background: #efefef;
    }

    .lang-area-new ul.language-switch li div.dropdown-menu a:after {
        border: 0px solid #333;
    }

    .lang-area-new ul.language-switch li div.dropdown-menu a:last-child {
        border-bottom: 0px;
    }

i.fas.fa-wheelchair {
    padding: 0 5px;
    font-size: 18px;
}

.lang-area-new a.screen-reader img {
    vertical-align: middle;
    padding-right: 8px;
}

ul.language-switch li.btn-group.language a::after {
    border: 0px;
    margin: 0;
}

ul.language-switch li.btn-group.language {
    border: 1px solid #ccc;
}

.lang-area-new ul.language-switch li div.dropdown-menu.accessibility a {
    display: block;
    padding: 3px 5px 3px 10px;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 12px;
}

.dropdown-menu.accessibility {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 35px;
    padding: 0;
    margin: 0px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: auto;
}

/*!
* Bootstrap v2.1.1
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
 display: block;
}


.pagination {
  margin:5px 0;
 /*margin: 20px 0;
height: 40px;*/
}

.pagination ul {
 display: inline-block;
 *display: inline;
 margin-bottom: 0;
 margin-left: 0;
 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
         border-radius: 3px;
 *zoom: 1;
 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
         box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
 display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
 float: left;
 padding: 0 14px;
 line-height: 17px;
 text-decoration: none;
 background-color: #ffffff;
 border: 1px solid #dddddd;
 border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span {
 background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
 color: #999999;
 cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover {
 color: #999999;
 cursor: default;
 background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
 border-left-width: 1px;
 -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
         border-radius: 3px 0 0 3px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
 -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
         border-radius: 0 3px 3px 0;
}

.pagination-centered {
 text-align: center;
}

.pagination-right {
 text-align: right;
}

.pager {
 margin: 20px 0;
 text-align: center;
 list-style: none;
 *zoom: 1;
}

.pager:before,
.pager:after {
 display: table;
 line-height: 0;
 content: "";
}

.pager:after {
 clear: both;
}

.pager li {
 display: inline;
}

.pager a,
.pager span {
 display: inline-block;
 padding: 5px 14px;
 background-color: #fff;
 border: 1px solid #ddd;
 -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
         border-radius: 15px;
}

.pager a:hover {
 text-decoration: none;
 background-color: #f5f5f5;
}

.pager .next a,
.pager .next span {
 float: right;
}

.pager .previous a {
 float: left;
}

.pager .disabled a,
.pager .disabled a:hover,
.pager .disabled span {
 color: #999999;
 cursor: default;
 background-color: #fff;
}

