/**
 * Basic
*/
* { margin: 0;}
html, body { font: 13px "Lucida Grande", Arial, sans-serif; background-color: #eee; line-height:1.5; height: 100%; }

a { color: #21759B; }
a:hover { color: #D54E21; }

h2 { font-family: "Lucida Grande", Arial, sans-serif; color: #000; font-size: 36px; font-weight: normal; border-bottom: 1px dotted #ccc; margin: 0px 0px 10px 0px;}
h3 { font-family: "Lucida Grande", Arial, sans-serif; color: #000; font-size: 16px; font-weight: bold; }

.error,
.notice,
.success,
.message { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice,
.message { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a { color: #D12F19; }
.notice a,
.message a { color: #817134; }
.success a { color: #529214; }

#wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -50px; }


/**
 * Content
*/
#main { margin-top: 20px; }
#main #content { margin-bottom: 20px; background: #fefefe; padding: 15px 20px 15px 20px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px; -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px; }


/**
 * Pagination
*/
div.paging,
div.counter { text-align: center; margin: 10px; }
div.counter { margin-top: 10px; }


/**
 * Tables
*/
table { width: 100%; border: 1px solid #fff; background-color: #fff; clear: both; border: 1px solid #ddd; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-collapse: collapse;}
table tr th { padding: 3px; background: #e5e5e5; color: #333; border-bottom: 0px; text-align: left; font-weight: bold; }
table tr th a { color: #333; text-decoration: none; }
table tr th a:hover { color: #333; text-decoration: underline; }
table tr td { padding: 10px; border-bottom: 1px solid #dfdfdf; vertical-align: middle; }
table tr td a { font-weight: normal; text-decoration: none; padding: 0px 5px 0px 0px; }
table tr td a:hover { text-decoration: underline; }
table tr td div.operations a { font-size: 12px; margin-right: 15px; text-decoration: none; text-transform: lowercase; }
table tr td img { margin: 0px; padding: 0px; }
.striped { background-color: #f8f8f8; }

div.level-0 { }
div.level-1 { margin-left: 30px; }

img.permission-toggle:hover { cursor: pointer; }
img.hook-toggle:hover { cursor: pointer; }

.controller-row { background: #6f6f6f; color: #fff; font-weight: bold; }
.controller-row a { color: #efefef; }
.controller:hover { cursor: pointer; }
.collapse { background: url('../img/icons/bullet_arrow_down.png') no-repeat; padding-left: 15px; }
.expand { background: url('../img/icons/bullet_arrow_right.png') no-repeat; padding-left: 15px; }


/**
 * Forms
*/
label { margin: 0px 7px 0px 3px; font-family: "Lucida Grande", Arial, sans-serif; font-size: 20px; color: #464646; }
.text label,
.textarea label,
.select label,
.file label,
.datetime label,
.password label { display: block; }

form input[type=text],
form input[type=password],
form input[type=file],
form textarea { padding: 5px; font-size: 15px; margin-bottom: 10px; width: 98%; }
input#SearchRoll{padding: 5px; font-size: 20px; margin-bottom: 10px; width: 20%;}
form textarea { border: 1px solid #888; }
form input[type=submit],
form button { font-size: 13px; }
form textarea {  width: 98%;  font-size: 13px; }
form textarea.content { height: 350px; }
form .wide { width: 500px; height: 150px; }
form select[multiple=multiple] { padding: 0px; }
form select[multiple=multiple] optgroup { font-style: normal; }
form select[multiple=multiple] optgroup option { text-indent: 25px; }

div.radio legend { font-size: 20px; margin-bottom: 10px; }
div.radio input { float: left; clear: both; margin-top: 5px; margin-right: 5px; }
div.radio label { font-size: 16px; float: left;  }

div.input { margin-top: 15px; }
div.input span.description { font-size: 11px; color: #999; }


/**
 * Header
*/
#header { width: auto; font-size: 11px; background-color: #3c3c3c; padding: 3px 0px 3px 0px; color: #ccc; border-bottom: 1px solid #707070; }
#header a { color: #ccc; text-decoration: none; }
#header a:hover { text-decoration: underline; }
#header span { color: #666; }
#header .header-right { text-align: right; float:right; }


/**
 * Navigation
*/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0; }
.sf-menu ul { position: absolute; top: -999em; width: 10em; }
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility: inherit; }
.sf-menu li { float: left; position: relative; }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul,
.sf-menu li.sfHover ul { left: 0; top: 2.5em; z-index: 99; }
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul { left: 10em; top: 0; }
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul { left: 10em; top: 0; }

.sf-menu { float: left; margin-bottom: 1em; }
.sf-menu a { padding: .75em 1em; text-decoration:none; }
.sf-menu a, .sf-menu a:visited  { color: #13a; }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; }

.sf-menu a.sf-with-ul { padding-right: 	2.25em; min-width: 1px; }
.sf-sub-indicator { position: absolute; display: block; right: .75em; top: 1.05em; width: 10px; height: 10px; text-indent: -999em; overflow: hidden; background: url('../img/arrows-ffffff.png') no-repeat -10px -100px; }
a > .sf-sub-indicator { top: .8em; background-position: 0 -100px; }
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; }

.sf-shadow ul { background: url('../img/shadow.pn') no-repeat bottom right; padding: 0 8px 9px 0; -moz-border-radius-bottomleft: 17px; -moz-border-radius-topright: 17px; -webkit-border-top-right-radius: 17px; -webkit-border-bottom-left-radius: 17px; }
.sf-shadow ul.sf-shadow-off { background: transparent; }

#nav-container { background: #fff; width: auto; height: 40px; background: #1a1a1a; }

#nav { margin-bottom: 0px; margin-top: 0px; padding-top: 5px; }
#nav ul li,
#nav ul li a { float: left; display: block; font-size: 12px; }
#nav ul li a { color: #fff; text-decoration: none; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#nav ul li a:hover,
#nav ul li.sfHover > a { background: #2b2b2b; }
#nav ul li a.selected { border-bottom: 1px solid #fff; }
#nav ul li a.selected:hover { background: #f7f7f7; border-bottom: 1px solid #ccc; }
#nav ul li a { margin-right: 20px; }
#nav ul li a.last { margin-right: 0px; }
#nav ul li li a { margin-right: 0px; }

#nav ul li ul { padding-top: 5px; }
#nav ul li ul li ul { padding-top: 0px; }
#nav ul li ul li { background: #2b2b2b; }
#nav ul li ul li a { -moz-border-radius: 0px; -webkit-border-radius: 0px; }
#nav ul li ul li a:hover,
#nav ul li ul li.sfHover > a { background: #000; }
#nav ul li ul li a.separator { border-bottom: 1px solid #333; }


/**
 * Nodes
*/
div.meta { background: #eee; padding: 15px; margin-bottom: 15px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.meta .actions { margin: 0px; padding: 0px; display: block; }
div.meta .actions { text-align: right; }
div.meta .fields .input { padding: 0px; margin: 0px; }

div.nodes .type h3 { font-size: 14px; }
div.nodes .type p { margin: 10px 10px 10px 20px; }

div.filter { margin: 10px 0px 20px 0px; background: #efefef; padding: 0px 15px 15px 15px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
div.filter form label { font-size: 14px; }
div.filter form .input { float: left; margin-right: 10px; }
div.filter form select { width: 100px; }
div.filter form .text input { font-size: 12px; padding: 0px; }
div.filter .submit { float: left; margin-top: 35px; }


/**
 * Themes
*/
div.extensions-themes h3 { font-size: 16px; margin: 10px 0px 10px 0px; }
div.extensions-themes .current-theme .screenshot { float: left; margin: 0px 70px 0px 0px; }
div.extensions-themes .available-themes { border-top: 1px dashed #ccc; margin: 50px 0px 0px 0px; }
div.extensions-themes .available-themes ul li { float: left; margin: 0px 70px 0px 0px; display: block; }
div.extensions-themes .available-themes .actions a { margin-right: 10px; }


/**
 * Footer
*/
#footer { width: auto; text-align: center; background-color: #000; padding: 15px 0px 15px 0px; color: #fff; height: 20px; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.push { height: 50px; }


/**
 * Tooltip
*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../img/icons/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }


/**
 * Others
*/
div.tabs { margin-bottom: 10px; }
div.tabs p { margin: 50px 0px 0px 0px; }

div.actions { padding: 0px 0px 50px 0px; }
div.actions ul { float: left; }
div.actions ul li { margin: 0px 10px 0px 0px; padding: 0px; list-style: none; float: left; }
div.actions ul li a { padding: 10px; margin-right: 10px; text-decoration: none; font-weight: bold; float: left; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #ddd; }
div.actions ul li a { background: -moz-linear-gradient(center top, #fefefe, #eee) repeat scroll 0 0 transparent; }
div.actions ul li a { background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eee)); }
div.actions ul li a:hover { border: 1px solid #bbb; }
div.actions ul li a:active { background: -moz-linear-gradient(center top, #eee, #fefefe) repeat scroll 0 0 transparent; }
div.actions ul li a:active { background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fefefe)); }

div.bulk-actions { display: block; margin: 15px 0px 15px 0px; }
div.bulk-actions .input { display: inline; padding: 4px; }
div.bulk-actions .submit { display: inline; }

div.breadcrumb { margin: 0px 0px 20px 0px; }

div.extensions-hooks div.plugin { font-weight: bold; }

#loading { margin: 0 auto; width: 20px; text-align: center; }
#loading p { background-color: #FFF1A8; font-weight: bold; padding: 5px; margin: 0px; }

.round { -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.hidden { display: none; }


/**
 * Login
*/
p#backtosite { padding: 0px 0px 0px 20px; }

#login { margin: 0px auto; width: 320px; padding: 50px 0px 0px 0px; }
#login h2 { border-bottom: 0px; }
#login .forgot { float: right; }
#login input[type=text],
#login input[type=password] { width: 95%; }

#login form { margin: 30px 0px 0px 0px; padding: 0px 20px 20px 20px; background: #fff; border: 1px solid #e5e5e5; }
#login form { -moz-box-shadow: rgba(200,200,200,1) 0 4px 18px; -webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px; }
#login form { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

.login #footer { background: none; color: #444; }
.login #footer a { color: #444; }


/**
 * Buttons
*/
div.buttons { display: block; text-align: right; margin: 10px; }
div.buttons .submit { display: inline; margin-left: 10px; }
div.buttons .cancel { margin: 20px 20px 20px 10px; }


/**
 * jQuery UI
*/
.ui-tabs { border: 0px; }
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button { font-family: "Lucida Grande", Arial, sans-serif; }


/**
 * DebugKit
*/
#debug-kit-toolbar ul li.panel-tab { display: none; }
#debug-kit-toolbar ul li.icon { display: inline; }

/* 07-12-2014*/
table#table1 input,



table#table1 textarea,



.lwrTable textarea{background:none; width:98%; padding:0 1%; border:0; padding:0; text-align:center; height:auto; font-family: 'SolaimanLipi', vrinda, arial;

                   font-size:13px; line-height:20px; overflow:hidden; word-wrap: break-word; resize:vertical; outline:none}
.apnd{position:relative;}

.apnd span,

#headRowAdd{
    width:25px;
    height:25px;
    display:block;
    cursor:pointer;
    overflow:hidden;
    text-indent:-1000px;
    background:url(../images/add_button.jpg) no-repeat;

}
#headRowAdd{margin:10px 0 0}
.apnd span{
    position:absolute;
    left:0;
    top:0;
}
.minus,
.minusHead{
    position:relative;
    display:none;
}
.minus span,
.minusHead span{
    width:25px;
    height:25px;
    display:block;
    overflow:hidden;
    text-indent:-1000px;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    background:url(../images/del_button.jpg) no-repeat;
}
.loader{
    display: none;
}

/*------ ADMIN ADMISSION SEAT PLAN, ROOM, RESULT ----- */


.seatPlanTable textarea{
    border:1px solid #000 !important;
}
.SubmitSeat{ 
    padding:10px 40px;
    margin-top:30px;
}

.seatPlanTable .striped{
    background-color:#0E4FA6;
}
.seatPlanTable tr td{
    padding:5px 20px;
    font-size:20px;
    color:#fff;
    text-align:center;
}

.seatPlan tr td{
    border:1px solid #9e9d9d;
}
.seatPlan thead th{
    font-size:13px;
    text-align:center;
    font-weight:bold;
}

.room-header{
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.account{
    padding:8px 5% 8px;
    position: fixed;
    right: 5px;
    top: 5px;
    border:1px solid #cacaca;
    font-size:24px;
    display:inline-block;
    color:#fefefe;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition:all 700ms;
    -moz-transition:all 700ms;
    -o-transition:all 700ms;
    -webkit-transition:all 700ms;
}
.account:hover{ background:#df1f0b; color:#fefefe;}
.account{ background:#ff7805}
#test .account{
    right: 18px;
    top: 88px;
}
#admit{
    width: 23%;
}
/* Account*/
.form #accountForm{
    font-family: Verdana;   
    font-size:1em;
    margin:1em;
    padding:1em;   
}

.form #accountForm p.formtitle{
    color: #026475;
    font-size:1.3em;
    font-weight: bold;
}

.form #accountForm fieldset{
    width:60em;
    border:1px solid #ccc;  

    background-repeat: no-repeat;
}

.form #accountForm fieldset legend{
    color:#0b55c4; 
    font-weight:bold; 
    margin-left:5px; 
    padding:0 2px
}

.formfield{
    width:49em;
    padding:5px;
}

.formfield label{
    display:block;
    float:left;
    width:9em;
    padding:1px;
    color:#666666;
    text-align:left;
    font-size: 11px;
    background: #f6f6f6;
    padding-right: 4px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.formfield input{
    font-size:12px !important;
}
.formfield textArea{
    border:1px solid #c0c0c0;
    font-size:12px !important;
}
.formfield input, .formfield  select{
    padding:0.15em;
    width:9em;
    border:1px solid #ddd;

    font-family: Verdana;   
    font-size:12px;

    -moz-border-radius:0.4em;
    -khtml-border-radius:0.4em;
}


.formfield input:hover, input:focus {
    border-color:#c5c5c5;

}

div.buttonsAccount { display: block; text-align: left; margin: 10px; }
div.buttonsAccount .submit { display: inline; margin-left: 10px; }
div.buttonsAccount .cancel { margin: 20px 20px 20px 10px; }
.std-account{
    border: 13px solid #E84141;
    padding: 20px;
    font-size: 18px;
    background-color: #C1FDBA;

}
.accnt-report {

}
.report_meta {
    margin-bottom: 10px;
    text-align: right;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.report_info {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
}

.report_options {
    width: 130px;
    overflow: hidden;
    padding: 5px 0 0 5px;
    border: 1px solid #cccccc;
    background: #f9f9f9;
    margin-left: 10px;
    float: right;
    margin-bottom: 8px;
    margin-top: 8px;
}
.icon_box{ display:block; float:left; width:115px; height:62px; padding:4px 3px; margin:0 5px 5px 0; color:#666666; text-align:center; background:#f9f9f9; border:1px solid #f0f0f0;}
.icon_box:hover{ color:#0b55c4; text-decoration:none; border-right:1px solid #cccccc; border-bottom:1px solid #cccccc;}
.icon_box img{ display:block; margin:10px auto;}
.icon_box span{}

/*===== Testimonial =====*/
.testimonialWrap{
    position:relative;
    width:800px;
    height:760px;
    background-color:#fff;
    margin:0 auto;
}
.atestimonial_img{
    position:absolute;
    left:0;
    top:0;
    z-index:50;
}

.testimonial{
    position:absolute;
    z-index:100;
    left:0;
    top:0;
}
.testimonial label{
    font-family:'Shelley-Volante-BT', Arial, Helvetica, sans-serif;
    font-size:29px;
    line-height:45px;
    color:#000;
    position:absolute;
    width:672px;
}

.testName{
    left: 331px;
    top: 260px;
}
.testFather{
    left: 130px;
    top: 296px;
    font-size:25px !important;
}
.testMother{
    left: 483px;
    top: 296px;
    font-size:25px !important;
} 
.testExamYear{
    left: 300px;
    top: 329px;
}
.testGroup{
    left: 272px;
    top: 363px;
}
.testStatus{
    left: 519px;
    top: 362px;
}
.testGPA{
    left: 214px;
    top: 397px;
} 
.testRoll{
    left: 390px;
    top: 397px;
} 
.testRegi{
    left: 582px;
    top: 397px;
} 
.testSession{
    left: 137px;
    top: 430px;
} 
.testDOB{
    left: 332px;
    top: 430px;
}
.testAddress{
    left: 128px;
    top: 321px;
    font-size:22px !important;
} 
.testImg{
    left: 633px;
    top: 143px;
}
.testImg img{
    width: 88px !important;
    border: 5px solid #9c9c9c;   
}

/*=====  Transfer Certificates  =====*/

.certificate{
    position:absolute;
    z-index:100;
    left:0;
    top:0;
}
.cerImg{
    position: absolute;
    z-index: 10000;
    top: 146px;
    left: 638px;   
}
.cerImg img{
    width:50px !important;
    border: 4px solid #c5bebe;
}

.certificate label{
    font-family:'Shelley-Volante-BT', Arial, Helvetica, sans-serif;
    font-size:29px;
    line-height:35px;
    color:#000;
    position:absolute;
    width:600px;
}

.cerToken{
    left: 611px;
    top: 219px;
}
.cerName{
    left: 223px;
    top: 256px;
    font-size:25px !important;
}
.cerFather{
    left: 128px;
    top: 291px;
    font-size:25px !important;
} 
.cerMother{
    left: 416px;
    top: 291px;
}
.cerVillage{
    left: 149px;
    top: 324px;
}
.cerPost{
    left: 519px;
    top: 367px;
}
.cerUpazila{
    left: 229px;
    top: 398px;
} 
.cerDistrict{
    left: 386px;
    top: 398px;
} 
.cerEndDate{
    left: 444px;
    top: 357px;
} 
.cerPrevClass{
    left: 122px;
    top: 392px;
} 
.cerClass{
    left: 400px;
    top: 392px;
}
.cerSec{
    left: 453px;
    top: 460px;
}
.cerShift{
    left: 253px;
    top: 460px;
}
.cerExam{
    left: 562px;
    top: 392px;
    font-size: 25px !important;
}
.cerYear{
    left: 250px;
    top: 426px;
}
.cerGPA{
    left: 540px;
    top: 426px;
} 
.cerRoll{
    left: 127px;
    top: 460px;
} 
.cerRegiNo{
    left: 623px;
    top: 418px;
} 
.cerSession{
    left: 625px;
    top: 460px;
} 
.cerDOB{
    left: 340px;
    top: 493px
}

.cerDCD{
    left: 210px;
    top: 528px;
} 
.cerSID{
    left: 438px;
    top: 562px;
}
.cerLeaveC{
    left: 232px;
    top: 595px;
}

.cerDate{
    left: 120px;
    top: 638px;
    font-size: 25px !important;
}

/*=====  Certificates  =====*/


.certificateToken{
    left: 624px;
    top: 222px;
    font-size: 25px !important;
}
.certificateName{
    left: 220px;
    top: 256px;
}
.certificateFather{
    left: 129px;
    top: 298px;
    font-size:25px !important;
} 
.certificateMother{
    left: 456px;
    top: 297px;
}
.certificateAddress{
    left: 137px;
    top: 338px;
}
.certificateClass{
    left: 283px;
    top: 382px;
}
.certificateRoll{
    left: 578px;
    top: 383px;
} 
.certificateSID{
    left: 197px;
    top: 424px;
} 
.certificateSession{
    left: 416px;
    top: 425px;
} 
.certificateDOB{
    left: 225px;
    top: 466px;
} 
.certificateDate{
    left: 120px;
    top: 642px;
    font-size: 25px !important;
}
.certificateSection{
    left: 356px;
    top: 427px;
}
.certificateShift{
    left: 143px;
    top: 427px;
}
.certificateImg{
    position: absolute;
    z-index: 10000;
    top: 146px;
    left: 638px;   
}
.certificateImg img{
    width:50px !important;
    border: 4px solid #c5bebe;
}
/*===== Teachers SMS =====*/

.msgWrapperTeachers{
    margin-left:19px;

}
.msgWrapperTeachers label{
    width:auto !important;
}
.msgWrapperTeachers ul{
    width: 54%;
    padding: 0;
    margin: 0;
    float: left;
    position: relative;
    height:431px;
    overflow:scroll;
}
.msgWrapperTeachers ul li{
    width:49%;
    float:left;
    padding:1px;
    background-color:#F0F0F0;
    margin-top:2px;
    margin-left:2px;
}
@media print{
    #header, 
    #nav-container, 
    .formTopWrapper, 
    .leftTop, 
    .rightWraper, 
    #footer{display:none}

    .noPrint,.success{ display:none}

    #wrapper *, #main #content{
        border:none;
        -moz-border-radius:0; 
        -webkit-border-radius: 0; 
        -moz-box-shadow: rgba(255,255,255,0) 0 0 0; 
        -webkit-box-shadow: rgba(255,255,255,0) 0 0 0;
    }
    table{ 
        border:none !important;
        border-top:1px solid #000 !important; 
        border-left:1px solid #000 !important;
    }
    table td, table th{ 
        border:none !important;
        border-bottom:1px solid #000  !important; 
        border-right:1px solid #000 !important;
    }
    table th{ 
        background-color:#CCCCCC  !important;
    }
    .striped {
        background-color: #f8f8f8  !important;
    }	
    .page-break{ page-break-after:always;}
    .report_options{ display: none}
    .formTopWrapper{ display: none}
    .grid_8 header-left{ display: none}
    .grid_8 header-right{ display: none}
    body{ background:none}
    #header{display: none !important}
    #nav-container{display: none !important}
    #footer{display: none !important}
    .leftTop{display: none}
    .rightWraper{display: none}
    .form h2{display: none}
    .scms-admitcard-print{background:none}
}
/* For Image Download */
a.imgbutton {
    font-weight: normal;
    padding: 4px 8px;
    background: #dcdcdc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
    background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
    background-image: linear-gradient(top, #fefefe, #dcdcdc);
    color: #333;
    border: 1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
    user-select: none;
}

a.imgbutton:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}

a.imgbutton:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}
/*=====  Fees Payment  =====*/


.feespayments .formfield label{
    width: 17em;
    padding: 5px;
    font-size: 12px;
}
#feesPay{
    padding: 10px;
}
#feesPay input[type="text"]{
    text-align:right;
}
#feesPay h4{
    margin: 9px;
    border-bottom: 3px solid rgb(201,192,192);
    line-height: 21px;
}
.feesTot{
    border: 2px solid rgb(0, 0, 0);
    padding: 10px 20px;
    width: 147px;
    display: block;
    font-size: 20px;
    margin: 10px 0 10px 0;
}
.feesMonthbar{
    position: fixed;
    right: 40px;
    top: 74px;
}
.feesMonthbar p{
    border-bottom: 1px dotted;
    line-height: 23px;
}
.feesReportClass{

}
.feesReportClass th{
    text-align: center;
}
.feesReportClass td{
    padding: 2px 30px;
}
.collhead{
    padding: 2px 15px !important;
}
.stdinfo {
    width: auto;
    border: 3px solid rgb(201,192,192);
    padding: 5px;
}
.stdinfo p{
    text-align: left;
    margin-top: 2px;
    margin-left: 2px;
}
/* Account*/
.form #accountForm{
    font-family: Verdana;   
    font-size:1em;
    margin:1em;
    padding:1em;   
}

.form #accountForm p.formtitle{
    color: #026475;
    font-size:1.3em;
    font-weight: bold;
}

.form #accountForm fieldset{
    width:60em;
    border:1px solid #ccc;  

    background-repeat: no-repeat;
}

.form #accountForm fieldset legend{
    color:#0b55c4; 
    font-weight:bold; 
    margin-left:5px; 
    padding:0 2px
}

.formfield{
    width:49em;
    padding:5px;
}

.formfield label{
    display:block;
    float:left;
    width:13em;
    padding:1px;
    color:#666666;
    text-align:left;
    font-size: 11px;
    background: #f6f6f6;
    padding-right: 4px;
    font-weight: bold;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.formfield input{
    font-size:12px !important;
}
.formfield textArea{
    border:1px solid #c0c0c0;
    font-size:12px !important;
}
.formfield input, .formfield  select{
    padding:0.15em;
    width:9em;
    border:1px solid #ddd;

    font-family: Verdana;   
    font-size:12px;

    -moz-border-radius:0.4em;
    -khtml-border-radius:0.4em;
}


.formfield input:hover, input:focus {
    border-color:#c5c5c5;

}

div.buttonsAccount { display: block; text-align: left; margin: 10px; }
div.buttonsAccount .submit { display: inline; margin-left: 10px; }
div.buttonsAccount .cancel { margin: 20px 20px 20px 10px; }
.std-account{
    border: 13px solid #E84141;
    padding: 20px;
    font-size: 18px;
    background-color: #C1FDBA;

}
.accnt-report {

}
.mobileMenu{display:none}
/**
 * DASHBOARD 
*/

#dashboard_nav a{
    color: #fff;
    display: block;
    line-height: 1.8em;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
}
#dashboard_nav > ul > li > a{
    background: #ffcc19;
    color:#000;
    top:-6px;
}
#dashboard_nav > ul > li > ul > li > ul > li > a{
    background: #8e44ad;
}


#dashboard_nav > ul > li{
    float:left;
    display:block;
    border:1px solid #ffcc19;
    width:100%;
    margin-bottom:1em;
    background-color:#fff;
}
#dashboard_nav > ul > li > ul > li{
    float:left;
    /*border:1px solid rgb(41,127,184);;*/
    margin-bottom:1em;
    width:16em;
    margin:1em;


}

#dashboard_nav > ul > li > ul > li > ul > li{
    float:left;
    width:14em;
    margin:.5em 1em;

}
#dashboard_nav > ul > li > ul > li > ul{
    display:none;

}
#dashboard_nav a {
    display: inline-block;
    width:100% !important;
    position: relative;
    background-color:rgb(41,127,184);
    color:rgb(255,255,255);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

    -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
    box-shadow:0px 2px 2px rgba(0,0,0,0.2);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}
#dashboard_nav a:hover {
    box-shadow: 0 0 2px rgb(0, 153, 255);
}
#dashboard_nav a:active {
    -moz-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    box-shadow:0px 1px 0px rgba(255,255,255,0.5);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ccffffff,Positive=true);
}
/*#main #content {float:left; }*/
#dashboard_nav a span{
    top:0.6em;
}
.graph{
    font-size:.85em;
    margin:30px 0;
}

/* ---- Result Summary ------- */

.wraperResultSummary{
    width:90%;/*800*/
    height:auto;/*1039px;/*1131*/
    margin:0 auto;
    padding:10px;
    font-family:"Times New Roman", Times, serif;
    color:#000;
    position:relative;
    background-color:#fff;
    overflow:hidden;
}
.resSummaryContainer{
    width:90%;
    padding:12px;
    margin:0 auto;
    position:relative;
    z-index:2;
}
.resultSummary table, .resultSummary th, .resultSummary td{
    border:1px solid #000;
    border-collapse:collapse;
}
.resultSummary th, .resultSummary td{
    text-align: center;
    padding: 3px;
}

.signatureWraperResultSummary {
    width:100%;
    position:absolute;
    left:0;
   
}
#thAlign{
    text-align:center;
}
#vertical{
    vertical-align: middle;
    text-align: center;
}
.attRep td{
    padding: 0;
    vertical-align: top;
}
.attRep td div{
    width: 36px;
    margin-bottom: 5px;
    text-align: center;
}
.attRep td div label{
    font-size: 12px;
    margin: 0;
    color: #000;
    display: block;
    background-color: #e1e1e1;
}
.attRep td div b{
    font-size: 11px;
    font-weight: normal;
    display: block;
    border: 1px solid #e1e1e1;
}
#check_green{
    /*background-color: #b8ea87;*/
    border-radius: 5px;
    padding: 1px;
}
#check_red{
    /*background-color: #dc9eaa;*/
    border-radius: 5px;
    padding: 1px;
}

    /*CSV UPLOAD BUTTON*/
.csvUp {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 1px 0px #c0c7c9;
    border: 2px solid lightseagreen;
    width: 15%;
    font-family: 'Myriad Pro', Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.csvUp:hover {
    background-color: darkcyan;
    color: #fff;
}
.upload{
    /*margin:5px auto 0;*/
    border:1px solid #cacaca;
    background: #d33c44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
    font-family: calibri;
    width: 150px;
    padding: 10px;
    color: #fff;
    /*border: 1px dashed #BBB; */
    text-align: center;
    /*background-color: #DDD;*/
    cursor:pointer;
}
.upload:hover{
    background: #25d366;
}

/*individual student promotion form*/

.form .individual_promotion{
    font-family: Verdana;   
    font-size:1em;
    margin:1em;
    padding:1em; 
}
.form .individual_promotion fieldset{
    border:1px solid #ccc;  
}
.individual_promotion .pro_fields {
    width: 50%;
    margin:0 auto;
    padding: 2em;
}
.form .individual_promotion fieldset legend{
    color:#0b55c4; 
    font-weight:bold; 
    margin:0 auto; 
    padding:0 2px;
    font-size:18px;
}
.individual_promotion .profield {
    margin:2em;
    width: 100%;
}
.individual_promotion .profield input {
    width:39%;
    float: right;
    padding: 3px;
    text-align:center;
    margin-right:12em;
}
.individual_promotion .profield select {
    width:40%;
    float: right;
    padding: 3px;
    text-align:center!important;
    margin-right:13em;
    font-size:14px;
}
.individual_promotion .profield label {
    font-size:16px;
    color: #000;
    font-weight:bold;
    /*width: 20%;*/
}
.profield input:hover, input:focus {
    border-color:#c5c5c5;
}
.proBtn{
    width: 20%;
    margin:0 auto;
    margin-top: 2%;
}
.subBtn5{
    padding: 8px;
    border: 1px solid #cacaca;
    font-size: 14px!important;
    line-height: 38px;
    color: #fff;
    font-family: Helvetica;
    text-transform:uppercase;
    display:inline-block;
    background:#966600;
    cursor:pointer;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*float: right;*/
    width: 100%;
    transition: background-color 300ms ease-out;
}
.subBtn5:hover{ 
    background: #BE840B;
    box-shadow: none;
}
