@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Open+Sans:400,600,700);
/* CSS Document */

.robot
{
    font-family: 'Roboto Condensed' , sans-serif;
}
.opensans
{
    font-family: 'Open Sans' , sans-serif;
}
/* Global properties ======================================================== */
body
{
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Open Sans' , sans-serif;
    background: url(../images/body-bg.gif) repeat;
}
ol, ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
.box
{
    padding: 10px 0;
}
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.clear
{
    clear: both;
}
img
{
    vertical-align: top;
}
a
{
    outline: none;
    text-decoration: none;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s linear 0s;
}
table, td
{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
.tab_contentinner table, .tab_contentinner td
{
    padding: 4px 0;
}
/* Global Structure ============================================================= */

#maindiv
{
    width: 100%;
    height: 150px;
    position: relative;
    margin: 0;
    padding: 0;
    background: url(../images/main-bg.gif) left top repeat-x;
}
#header
{
    width: 960px;
    position: relative;
    margin: 0 auto;
    padding: 0;
    height: 150px;
}
.logo
{
    left: 0;
    position: absolute;
    top: 21px;
}
.management-logo
{
    position: absolute; /*left: 271px;*/
    right: 0;
    top: 50px;
   
}
.dashboard
{
    position: absolute;
    right: 0;
    top: 52px;
}
.topnav
{
    position: absolute; /*left: 270px;*/
    right: 0;
    top: 0px;
}
.topnav ul li
{
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding-right: 1px;
}
.topnav ul li.last
{
    background: none;
    padding: 0;
}
.topnav ul li a
{
    color: #454545;
    text-decoration: none;
    display: block;
    text-align: center; /*padding: 16px 0 12px 0;*/
    padding: 0 27px;
    background-repeat: no-repeat;
    background-position: left top;
}
.topnav ul li.current a, .topnav ul li a:hover
{
    color: #008cc4;
    background: rgba(255,255,255,0.5);
}
.topnav ul li a:hover
{
    background: rgba(255,255,255,0.5);
}
/*header Css*/

/*container Css*/

#container
{
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 12px;
}
.content
{
    width: 691px;
    position: relative;
    margin: 0 auto;
}
.inner-container, #tab-content
{
    width: auto; /*min-height: 600px;*/
}
.mainimage
{
    position: relative;
    width: auto;
}
#tab-content
{
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFF;
    border: 1px solid #dfdfdf;
    height: auto;
    margin: 10px 0;
    width:1030px;
}
#tab-content .tab-content
{
    padding: 8px;
    position: relative;
    
}
#tab-content .tab-content .tab1, #tab-content .tab-content .tab2
{
    width: 370px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 240px;
}
#tab-content .tab-content .tab1
{
    background: #f2f2f2;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#tab-content .tab-content .tab2
{
    width: 270px;
    padding: 10px 0 0 8px;
    height: auto;
}
.tab-bottom
{
    width: auto;
    position: relative;
    background: #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 5px;
}
.dashboard-title
{
    border-bottom: 1px solid #454545;
    color: #434343;
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 15px;
    width: 100%;
}
.login-title
{
    padding-top: 10px;
}
/*Side Bar*/
.sidebar
{
    width: 230px;
    position: relative;
    padding-top: 0px;
}
.categories
{
    padding-bottom: 10px;
    width: 100%;
}
.categories li
{
    font-weight: bold;
    font-size: 13px;
    padding-bottom: 8px;
    margin-bottom: 6px;
    border-bottom: 1px solid #bebebe;
}
.categories li.last
{
    border: none;
    padding: 0;
    margin: 0;
}
.categories li span
{
    display: block;
    padding-left: 25px;
    height: 1%;
    background: url(../images/catagori-list-arrow.gif) no-repeat left 5px;
}
.categories li a
{
    text-decoration: none;
    color: #008cc4;
}
.categories li a:hover
{
    color: #d4005c;
}
.about-university
{
    width: auto;
    padding: 10px;
    background: url(../images/about-university-bg.gif) left bottom repeat-x #3f3f3f;
    color: #FFF;
    min-height: 210px;
}
.about-university .heading
{
    color: #FFF;
    font-weight: bold;
    display: block;
    border-bottom: 1px solid #303030;
    text-align: center;
    margin-bottom: 13px;
    padding: 0 0 5px;
}
.about-university-bottom
{
    width: auto;
    background: url(../images/about-university-curve.png) left top repeat-x;
    position: relative;
    height: 93px;
}
.social-media
{
    position: relative;
    height: auto;
    width: auto;
    padding-right: 36px;
    text-align: right;
}
/*Side Bar*/

/*container Css*/

/*----- txt, links, lines, titles -----*/
a
{
    color: #d4005c;
    outline: none;
}
a:hover
{
    text-decoration: none;
    color: #434343;
}
h1, h2, h3
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* login */
.login-box
{
    height: auto;
    margin: 0 auto;
    padding-left: 0px;
    padding-top: 10px;
    position: relative;
    width: auto;
}
/* login */


/*login Css*/
.input-txtbox
{
    width: 212px;
    height: 40px;
    border: 1px solid #bebebe;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    font-family: 'Open Sans' , sans-serif;
}
.uname
{
    background: url(../images/uname.gif) 10px center no-repeat #FFF;
}
.pname
{
    background: url(../images/pname.gif) 10px center no-repeat #FFF;
}
.login-box input[type="text"]
{
    border-radius: 5px;
}
.login-box input[type="text"]:focus
{
    border: 1px solid #636363;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;
}
.login
{
    width: 106px;
    height: 34px;
    line-height: 34px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}
.login:hover
{
    color: #FFF;
    background: #ff7400; /* Old browsers */
    background: -moz-linear-gradient(top, #ff7400 0%, #ff7400 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff7400 0%,#ff7400 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff7400 0%,#ff7400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 );
}
/*login Css*/
/*footer*/
.footer
{
    text-align: center;
    padding: 5px 0 6px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: url(../images/footer-bg.gif) repeat-x;
}
/*footer*/

/*font-face*/

@font-face
{
    font-family: 'Open Sans';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('opensans-regular-webfont.woff') format('woff'), url('opensans-regular-webfont.ttf') format('truetype'), url('opensans-regular-webfont.svg#Open Sans') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*font-face*/

/*Parameter List*/
#table
{
    display: table;
    width: 100%;
}
.row
{
    display: table-row;
}
.cell
{
    display: table-cell;
}
.parameter-list
{
    position: relative;
}
.parameter-list .header
{
    border-bottom: 1px solid #cecece;
    color: #434343;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    font-family: 'Roboto Condensed' , sans-serif;
}
.logout
{
    position: absolute;
    right: 0;
    top: 0;
}
.logout .tagline
{
    border: 1px solid #dedddd;
    padding-left: 10px;
    color: #878080;
    height: 35px;
   
    
}
.logout-btn
{
    display: inline-block;
    height: 29px;
    line-height: 29px;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
}
.logout-btn a
{
    background: #c51e46;
    padding: 5px;
    color: #FFF;
    font-size: 14px;
}
.logout-btn img
{
    vertical-align: middle;
}
.form
{
    width: 400px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding-top: 57px;
}
.row
{
    clear: both;
    display: block;
}
.cell
{
    padding-bottom: 15px;
}
.cell .fleft
{
    color: #000;
}
.astric
{
    color: #e37528;
}
.select-box
{
    position: relative;
    display: block;
}
select.select
{
    position: relative;
    z-index: 10;
    width: 240px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}
/* dynamically created SPAN, placed below the SELECT */
span.select
{
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 240px;
    height: 24px;
    line-height: 24px;
    text-indent: 10px;
    cursor: default;
    z-index: 1;
    background: url(../images/sprite-icon.png) right -83px no-repeat;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
}
.frm-button
{
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 3px 10px; /*margin-left: 15px;*/
    text-decoration: none;
    background: #c51e46; /* Old browsers */
    border: none;
    cursor: pointer;
}
.default-btn
{
    text-transform: capitalize;
    font-size: 13px;
    background: #CECECE;
    color: #515151;
}
.frm-button:hover
{
    color: #ffffff;
    background: #E13964;
}
.normal-btn
{
    background: #0061a1;
}
.frm-button span.view-icon, .frm-button span.clear-icon
{
    background: url(../images/sprite-icon.png) left top no-repeat;
    width: 30px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}
.frm-button span.clear-icon
{
    background-position: 0 -36px;
}
.user-raw span
{
    vertical-align: super;
    padding-right: 5px;
}
.user-raw
{
    position: absolute;
    right: 0;
    top: 125px;
}
.acad-year
{
    position: absolute;
    right:0px; /*top: 72px;*/
    /*bottom: 5px;*/
    top:11px;
    
    vertical-align:middle !important;
}
.acad-year span {line-height:30px;font-size:14px;}
.acad-year .select-box
{
    display: inline-block;
   
   
}
.acad-year select.select
{
    position: relative;
    z-index: 10;
    width: 126px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
    
   
}
/* dynamically created SPAN, placed below the SELECT */
.acad-year .select
{
    position: absolute;
    bottom: 0;
    float: left;
    left: 0;
    width: 126px;
    height: 23px;
    line-height: 23px;
    text-indent: 10px;
    cursor: default;
    z-index: 1;
    background: url(../Images/acad-year-selection.png) left top no-repeat;
    border: none;
    border-radius: 0 !important;
    
}
/*Parameter List*/

/*Tab*/
/* CSS Document */
img
{
    border: none;
}
h2
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 24px;
    margin: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: normal;
    color: #2b270f;
}
.textbox
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #DFDFDF;
    clear: both;
    color: #333333;
    font-size: 14px;
    margin: 0px;
    padding: 9px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
    width: 210px;
}
.textbox:hover
{
    border: 1px solid #bebebe;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
    width: 220px;
}
.textbox:Focus
{
    background: #F2F2F2;
    border: 1px solid #bac8d8;
    width: 230px;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    transition: width .7s;
}
.selectbox
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #DFDFDF;
    clear: both;
    color: #333333;
    font-size: 14px;
    margin: 0px;
    padding: 9px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 230px;
}
.selectbox:hover
{
    border: 1px solid #bebebe;
}
.selectbox:Focus
{
    background: #F2F2F2;
    border: 1px solid #bac8d8;
}
.radiobutton
{
    margin: 0px;
    padding: 0px;
}
.checkbox
{
    margin: 0px;
    padding: 0px;
}
.textarea
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #DFDFDF;
    clear: both;
    color: #333333;
    font-size: 14px;
    margin: 0px;
    padding: 7px;
    vertical-align: middle;
    width: 600px;
    height: 150px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.textarea:hover
{
    border: 1px solid #bebebe;
}
.textarea:Focus
{
    background: #F2F2F2;
    border: 1px solid #bac8d8;
}
.form-font
{
    font-size: 14px;
}
.tabbed_area
{
    padding-top: 15px;
    overflow: hidden;
}
ul.tabs
{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 8px;
    height: 22px;
}
ul.tabs li
{
    list-style: none;
    display: inline;
}
ul.tabs li a
{
    color: #515151;
    background: #cecece;
    padding: 8px 14px 8px 14px;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #cecece;
}
ul.tabs li a:hover
{
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}
ul.tabs li a.active
{
    background-color: #ffffff;
    color: #282e32;
    border: 1px solid #cecece;
    border-bottom: 1px solid #ffffff;
    background-repeat: repeat-x;
    background-position: top;
}
.tab_contentinner
{
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #cecece;
    font-family: Arial, Helvetica, sans-serif;
}
.table-border-bottom
{
    border-bottom: 1px solid #e6dad6;
}
.orange
{
    color: #db3c04;
}
.table-payment
{
    border: 1px solid #e6dad6;
    background: #fff8f6;
}
.table-pay
{
    border: 1px solid #e6dad6;
    background: #ffffff;
}
.th-table
{
    background: #fbebe5;
}
.fees
{
    background-color: #3e2a23;
    color: #fff;
}
.table-des
{
    border: 1px solid #e7e7e7;
    background: #f7f7f7;
}
.th-table-des
{
    background: #e7e7e7;
}
.table-border-bottom-des
{
    border-bottom: 1px solid #e7e7e7;
}
.fees-des
{
    background-color: #554844;
    color: #fff;
}
.login-bg
{
    background: url(../images/login-bg.jpg) no-repeat;
}
.black
{
    color: #191919;
}
.textbox1
{
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #bfbfbf;
    clear: both;
    color: #888;
    font-size: 12px;
    margin: 0px;
    padding: 5px;
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    width: 350px;
}
.textbox1:hover
{
    border: 1px solid #000;
}
.textbox1:Focus
{
    background: #e7f0f9;
    border: 1px solid #bac8d8;
}
/*Tab*/

/*Menu*/
ol, ul
{
    list-style: none;
}
#navigation
{
    clear: both;
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: 38px;
    background: url(../images/menu.gif) center no-repeat;
}
#navigation ul
{
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#navigation li
{
    float: left;
}
/*menu CSS*/
.ddmx
{
    /*font: 11px Verdana;*/
    font-size: 13px;
    font-family: 'Open Sans' , sans-serif;
    font-size-adjust: 0.54;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.ddmx ul
{
    font-family: 'Open Sans' , sans-serif;
    font-size-adjust: 0.54;
}
.ddmx .no-bg
{
    background: none !important;
}
.ddmx .item1
{
    font-family: 'Open Sans' , sans-serif;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 6px 22px 6px 23px;
    height: 25px;
    border-right: 1px solid #A8A2A2;
}
.ddmx .item1:hover, .ddmx .item1-active, .ddmx .item1-active:hover
{
    background-color: #6c6666;
    display: block;
    text-decoration: none;
    color: #fad105;
    font-size: 15px;
    padding: 6px 22px 6px 23px;
    height: 25px;
    border-right: 1px solid #A8A2A2;
}
.ddmx .item1 img, .ddmx .item1:hover img, .ddmx .item1-active img, .ddmx .item1-active:hover img
{
    position: relative;
    right: -12px;
    top: -2px;
}
.ddmx h2
{
    padding: 0px;
    margin: 0px;
}
.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    min-width:200px;
    max-width: 350px;
    padding: 5px 8px 0 20px;
}
.ddmx .item2
{
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}
.ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover
{
    /*background: url(../images/subnav-bg.gif) repeat-x left bottom;*/
    background: #F0F0F0;
    border-bottom: 1px solid #e3e3e3;
}
.ddmx .arrow, .ddmx .arrow:hover
{
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img, .ddmx .item2-active img
{
    position: absolute;
    top: 10px;
    right: 5px;
    border: 0;
}
.ddmx .item2 img.bull, .ddmx .item2-active img.bull
{
    position: absolute;
    top: 10px;
    left: 8px;
    border: 0;
}
.ddmx .section
{
    border: 1px solid #ccc;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
}
.section-sub h3
{
    padding: 0px;
    margin: 0px;
}
.ddmx .section-sub
{
    border: 1px solid #ccc;
    position: absolute;
    visibility: hidden;
    z-index: 1000;
    margin-top: -1px;
    margin-left: -3px;
}
* html .ddmx td
{
    position: relative;
}
/* ie 5.0 fix */
/*Menu*/

/*Form Element*/
div.message
{
    position: relative;
    width: 700px;
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    text-align: right;
    padding: 15px 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
div.message div.icon
{
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    background: no-repeat left center;
    background-repeat: no-repeat !important;
    padding: 5px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    background: #FFF;
    background-position: center center;
}
div.message div.triangle
{
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 14px;
    height: 14px;
    background: no-repeat bottom left;
}
div.message.info
{
    color: #000;
    background-color: #8fdde7;
    border-color: #52ccdc;
    -moz-box-shadow: 0 2px 0 -1px #52ccdc;
    -webkit-box-shadow: 0 2px 0 -1px #52ccdc;
    box-shadow: 0 2px 0 -1px #52ccdc;
}
div.message.info div.icon
{
    background-image: url(../images/plus.png);
}
div.message.info div.triangle
{
    background-image: url(../images/blue_corner.png);
}
div.message.error
{
    color: #fff;
    background-color: #ff6666;
    border-color: #cc6666;
    -moz-box-shadow: 0 2px 0 -1px #cc6666;
    -webkit-box-shadow: 0 2px 0 -1px #cc6666;
    box-shadow: 0 2px 0 -1px #cc6666;
}
div.message.error div.icon
{
    background-image: url(../images/close.png);
}
div.message.error div.triangle
{
    background-image: url(../images/red_corner.png);
}
div.message.success
{
    color: #000;
    background-color: #5bde9a;
    border-color: #33cc66;
    -moz-box-shadow: 0 2px 0 -1px #33cc66;
    -webkit-box-shadow: 0 2px 0 -1px #33cc66;
    box-shadow: 0 2px 0 -1px #33cc66;
}
div.message.success div.icon
{
    background-image: url(../images/tick.png);
}
div.message.success div.triangle
{
    background-image: url(../images/green_corner.png);
}
font
{
    font-size: 13px;
}
/*Form Element*/
.InnerDiv_Red
{
    position: relative;
    width: 700px;
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    text-align: right;
    padding: 6px 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: #ff6666;
    border-color: #cc6666;
    -moz-box-shadow: 0 2px 0 -1px #cc6666;
    -webkit-box-shadow: 0 2px 0 -1px #cc6666;
    box-shadow: 0 2px 0 -1px #cc6666;
}
.OuterDiv_Red
{
}
.InnerDiv_Green
{
    position: relative;
    width: 700px;
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    text-align: right;
    padding: 6px 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    color: #fff;
    background-color: #5bde9a;
    border-color: #33cc66;
    -moz-box-shadow: 0 2px 0 -1px #33cc66;
    -webkit-box-shadow: 0 2px 0 -1px #33cc66;
    box-shadow: 0 2px 0 -1px #33cc66;
}
.OuterDiv_Green
{
}

.box td
{
    padding: 3px;
}

.ajax__validatorcallout td, .ajax__validatorcallout_popup_table td
{
    padding: 8px 0 0;
}

.ajax__validatorcallout_icon_cell
{
    padding: 5px !important;
}

.DegreeError
{
    text-align: right;
    color: Red;
}


/***************** Custom CSS ***************/
.panel {border:1px solid #946E93;}
.panel .panel_heading{background-color:#946E93;text-align:center; color: #FFF;
    text-shadow: 1px 1px 1px #999;width:100% !important;}
.panel .panel_body {padding:10px;background-color:White;}
.panel .panelinner 
{
    border-top:3px solid #946E93;
    border-bottom:3px solid #946E93;
    border-left:1px solid #946E93;
    border-right:1px solid #946E93;
    padding:10px;
    }
    .panel .panelinner .hightlight {color:#946E93;font-weight:bold;}
    .panel .panel_footer{background-color:#CDA2CD;text-align:left; color: #FFF;
    padding:5px 10px;}
.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}
div.message
{
    position: relative;
    width: 700px;
    border-width: 1px;
    border-style: solid;
    margin: 10px auto;
    text-align: right;
    padding: 0px 20px;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.font_bold
{
    font-weight: bold;
}
.font_light
{
    font-weight: normal;
}
.panel_heading
{
    background-color: #E37528;
    color: White;
    padding: 5px 10px !important;
    font-weight: bolder;
    font-size: 18px;
    width:100% !important;
    overflow:hidden;
}
ul.tabs
{
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 2px;
    height: 22px;
}
ul.tabs li
{
    list-style: none;
    display: inline;
}
ul.tabs li a
{
    color: #000000 !important;
    background: #FFFFFF;
    padding: 8px 14px 8px 14px;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    border: 1px solid #cecece;
}
ul.tabs li a:hover
{
    background-color: #B7B7B7;
    border-color: #B7B7B7;
}
ul.tabs li a.active
{
    background-color: #515151 !important;
    color: #FFFFFF !important;
    border: 1px solid #cecece;
    border-bottom: 1px solid #ffffff;
    background-repeat: repeat-x;
    background-position: top;
}
.parameter-list .header
{
    border-bottom: 1px solid #cecece;
    color: #434343;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    font-family: 'open sans' , sans-serif;
    font-weight:bold;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/******** Telerik Css ********/
html body .RadInput .riTextBox, html body .RadInputMgr
{
    border: 1px solid #DFDFDF !important;
    padding: 4px 5px !important;
    vertical-align: middle;
    color: #333333;
}
.RadComboBox .rcbInputCell .rcbInput
{
    width: 100%;
    background: transparent;
    border: 0;
    vertical-align: middle;
    padding: 4px 5px !important;
    vertical-align: middle;
    color: #333333;
    outline: 0;
    -webkit-appearance: none;
    border: 1px solid #DFDFDF !important;
}
.disable
{background-color:#ccc !important;pointer-events: none; 
 }
/* **** Width ******** */
.fullwidth
{
    width: 100% !important;
}
.mediumwidth
{
    width: 50% !important;
}
.smallwidth
{
    width: 25% !important;
}
/* ***** Button ********* */
.btn_upload
{
    /*background-color: #FEA335;*/
   line-height: 34px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;
    background: rgba(79,78,126,1);
background: -moz-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(79,78,126,1)), color-stop(100%, rgba(9,8,58,1)));
background: -webkit-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -o-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: linear-gradient(135deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e7e', endColorstr='#09083a', GradientType=1 );
}
.btn_upload:hover, .btn_upload:focus
{
    /*background-color: #FF7604;
    color: #333333;*/
    color: #FFF;
   background: rgba(79,78,126,1);
background: -moz-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,78,126,1)), color-stop(100%, rgba(9,8,58,1)));
background: -webkit-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -o-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -ms-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: linear-gradient(to bottom, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e7e', endColorstr='#09083a', GradientType=0 );
}
.btn_save
{
   /* background-color: #F5522F;*/
    line-height: 34px;
    
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
    text-transform: uppercase;
    font-size: 18px;    
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;
    background: rgba(79,78,126,1);
background: -moz-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(79,78,126,1)), color-stop(100%, rgba(9,8,58,1)));
background: -webkit-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -o-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: linear-gradient(135deg, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e7e', endColorstr='#09083a', GradientType=1 );
}
.btn_save:hover, .btn_save:focus
{
    /*background-color: #FF7604;
    color: #333333;*/
      color: #FFF;
    background: rgba(79,78,126,1);
background: -moz-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,78,126,1)), color-stop(100%, rgba(9,8,58,1)));
background: -webkit-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -o-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: -ms-linear-gradient(top, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
background: linear-gradient(to bottom, rgba(79,78,126,1) 0%, rgba(9,8,58,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4e7e', endColorstr='#09083a', GradientType=0 );
}
.btn_delete
{
    /*background-color: #FF6666;*/
   background: #d9534f; /* Old browsers */

     line-height: 34px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
    text-transform: uppercase;
    font-size: 18px;    
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;

}
.btn_delete:hover, .btn_delete:focus
{
  
 background: #c9302c;
}
.btn_clear
{
    background: #048DD6; /* Old browsers */

     line-height: 34px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 1px #999;
    filter: dropshadow(color=#999, offx=1, offy=1);
    text-transform: uppercase;
    font-size: 18px;    
    letter-spacing: 0.05em;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #c7c7c7;
    box-shadow: 0px 0px 8px 1px #c7c7c7;
    }
    .btn_clear:hover , .btn_clear:focus
    {background:#037ED3;
 
}

.submitbuttons {
	border: solid 2px #CCC;
	background: #423052;
	–chrome-border-radius: 3px;
	–moz–border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #eee;
	font-weight: 700;
	font-size: .9em;
	cursor: pointer;
	text-decoration: none;
	padding: 3px 10px
}
.submitbuttons_disable {
	border: solid 2px #CCC;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#CCC));
	background-image: -moz-linear-gradient(0% 100% 90deg, #CCC, #CCC);
	–chrome-border-radius: 3px;
	–moz–border-radius: 3px;
	–ms–border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #000;
	font-weight: 700;
	font-size: .9em;
	cursor:default;
	text-decoration: none;
	padding: 3px 10px
}
.submitbuttons:hover {
	color: #423052;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#CCC), to(#CCC));
	background-image: -moz-linear-gradient(0% 100% 90deg, #CCC, #CCC);
	border: solid 2px #423052
}
/* ********* Grid ********* */
.mytable
{
    border: 1px solid #cccccc;
}
.mytable thead tr th
{
    
    width: 25%;
    font-weight: lighter;
    text-shadow: 0 1px 0 #413353;
    color: white;
    /*border: 1px solid #cccccc;*/
   color:White !important;
    transition: all 0.2s;
}

.mytable tbody tr:nth-child(odd)
{
    background-color: #D9EDF7;
     
}
/*
.RadGrid_Default .rgGroupPanel {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #D9EDF7    ;
}
.RadGrid .rgMasterTable, .RadGrid .rgDetailTable {
     border-collapse: collapse; 
}
.RadGrid_Default .rgHeader, .RadGrid_Default th.rgResizeCol {
    border: 0;
    border-bottom: 1px solid #828282;
    background: #413353;
   
}
.RadGrid_Default .rgHeader a {
    color:White !important;
}
*/
.mygrid thead tr {background:#413353;color:White;}
.td35 {width:35% !important;}
.td65 {width:65% !important;}
.box{padding:0;}
h4{ border-bottom: 1px solid #cecece;
    color: #434343;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 100%;
    font-family: 'Roboto Condensed' , sans-serif;}
    .button1 {
    width: 93px;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    text-align: center;
    border: 1px solid #d7d7d7;
    color: #010101;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 1px #333333;
    box-shadow: 0px 0px 8px 1px #333333;
    background: #ededed;
    display: block;
    background: #ececec;
    background: -moz-linear-gradient(top, #ececec 0%, #c6c6c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ececec), color-stop(100%, #c6c6c6));
    background: -webkit-linear-gradient(top, #ececec 0%, #c6c6c6 100%);
    background: -o-linear-gradient(top, #ececec 0%, #c6c6c6 100%);
    background: -ms-linear-gradient(top, #ececec 0%, #c6c6c6 100%);
    background: linear-gradient(to bottom, #ececec 0%, #c6c6c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#c6c6c6', GradientType=0 );
}
.jumbotron {background-color:#c5c5c5;font-size:40px;text-align:center;padding:250px 0;height:100px;vertical-align:middle;}
#Picture3{
    width:120px;
    height:120px;
    overflow:hidden;

}
#Picture3 img{
    width: 100%;
    
}