#doc3 {
    border:0px solid #EFEFEF;
    margin:0;
    border-top:0px;
    background: transparent;
    width: 100%;    
    overflow : hidden;
}

body {
    color: #404040;
    font-family: verdana !important;
    font-size: 11px !important;
    overflow : none;
    scrollbar-base-color: orange;
    scrollbar-arrow-color: green;
    scrollbar-DarkShadow-Color: blue; 
}

#header {
    color: #404040;
    background: black;
    /*    border-bottom: 1px solid #333;*/
    overflow: hidden;
    padding: 5px 5px;
    text-align: right;
}

#header .logo {
    float: left;
    margin-top: 3px;
}

#header #authentication {
    color: white;
    float: right;
    font-size: 10px;
    text-align: left;
}

#header #authentication a {
    color: white;
    text-decoration: none;
    font-size : 10px;
    text-transform : uppercase;
    letter-spacing : 0.1em;
}

#header #logo_content a {
    margin: 0px 10px;
    color: #FFFFFF;
    text-decoration: none;
    font-size : 12px;
    letter-spacing : 0.2em;
    font-weight : bold;
}

#header #authentication a:hover {
    color: #C0FF00;
}

#content_area .content {
    background: white;
    border-bottom: 1px solid #CFCFCF;
    border-left: 1px solid #CFCFCF;
    border-right: 1px solid #CFCFCF;
    border-top: 1px solid #CFCFCF;
    margin-top: -0px;
    overflow: hidden;
    padding: 10px;
}

#content_area .tbarcontent {
    background: white;
    overflow: hidden;
}

#content_area .logocontent {
    background: white;
    overflow: hidden;
}


#itemHdrdiv {
    color: #404040;
    font-size: 11px;
    font-weight: bolder;
    letter-spacing: 0.1em;
    text-align: left;
    padding: 3px 0px 3px 0px;
}

#footer {
    color: #404040;
    background: black;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    /*    border-top: 1px solid #333;*/
    overflow: hidden;
}

.x-panel-header-default {
    -webkit-box-shadow: none;
    background-color: #C5C5C5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#F9F9F9), to(#E3E4E6));
    border-width: 1px;
    border-color: #C5C5C5;
    border-style: solid;
    font-size: 11px;
    line-height: 15px;
}

.x-panel-default {
    border-color: #C5C5C5;
}

.x-panel-header-text-default {
    color: #000000;
    font: normal normal normal 11px/normal tahoma, arial, verdana, sans-serif;
    text-shadow: rgba(255, 255, 255, 0.292969) 0px 1px 0px;
    font-size: 11px;
    font-weight: bold;
}

.x-panel-body-default {
    background: white;
    border-width: 1px;
    border: none;
    color: black;
}

.x-grid-header-ct {
    background-color: #C5C5C5;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(#F9F9F9), to(#E3E4E6));
    border: 1px solid #C5C5C5;
    cursor: default;
    padding: 0px;
    zoom: 1;
}

.x-panel .x-grid-body {
    background: white;
    border-color: #C5C5C5;
    border-style: solid;
    border-width: 1px;
}

.x-form-item-label {
    -webkit-user-select: none;
    cursor: default;
    float: left;
    font-size: 11px;
    padding: 3px 0px 0px;
    position: relative;
    z-index: 2;
    font-family : verdana;
}

.x-form-display-field {
    font-family: verdana;
    font-size: 11px;
    padding-top: 3px;
}

.x-panel-collapsed .x-window-header-default, .x-panel-collapsed .x-panel-header-default {
    background-color: #C5C5C5;
}

.x-docked-top {
    /*    border-bottom-width:1px !important;*/
}

.x-mask-msg div{
    background-image: none;
    background-color: transparent;
    border:none;
}

.page-loading {
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;

    color: white;
    text-align: center;
    padding: .4em;
    font-weight: bold;
    display: block;
    width: 8.5em;
    height: 8.5em;
    background: url('../img/loading1.gif');
    background-repeat: no-repeat;
    background-position: center;
    font-family: verdana;
    font-weight: 500;
    background-size: 70%;
    border:none;
}

#tipMsg:after {
    content:'';
    position:absolute;
    top:10px;
    left:-20px; /*should be set to -border-width x 2 */
    border-color: transparent white transparent transparent; /*border color should be same as div div background color*/
    border-style: solid;
    border-width: 10px;
}

#message .x-form-display-field {
    color: fireBrick;
    font-family: verdana;
    font-size: 20px;
    font-weight: bolder;
    margin-left: 10px;
}

.disclaimer .x-form-display-field{
    font-size: 17px;
    font-family: Times New Roman;
    font-weight: bolder;
    color:#333;
    letter-spacing: 0.2em;
}

.x-btn-default-toolbar-small {
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #8B8386),color-stop(1, #ffffff));
    background:-moz-linear-gradient(#ffffff,#8B8386);
    background:-ms-linear-gradient(#ffffff,#8B8386);
    background:-o-linear-gradient(#ffffff,#8B8386);
    border-radius : 0.3em;
    border : none;
}
.x-btn-default-toolbar-small:hover {
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, #8B8386));
    background:-moz-linear-gradient(#8B8386,#ffffff);
    background:-ms-linear-gradient(#8B8386,#ffffff);
    background:-o-linear-gradient(#8B8386,#ffffff);
    border-radius : 0.3em;
}

.toolbarStyle .x-form-field,.toolbarStyle .x-form-display-field{
    color: #4C4646;
    font-size: 11px;
    font-family:verdana;
    font-weight: lighter;
    letter-spacing: 0.1em;
    text-align: left;
    padding-bottom: 3px;
}

#classToolbar {
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #ffffff),color-stop(1, darkgray)) repeat scroll 0 0 transparent;
    background:-moz-linear-gradient(#ffffff,darkgray) repeat scroll 0 0 transparent;
    background:-ms-linear-gradient(#ffffff,darkgray) repeat scroll 0 0 transparent;
    background:-o-linear-gradient(#ffffff,darkgray) repeat scroll 0 0 transparent;
    border-color: #D0D0D0;
    width:100%;
}

.x-fieldset-header {
    color: #666666;
    font: bold 14px bolder verdana,sans-serif;
}
#feedbackField .x-fieldset-header {
    color: #666666;
    font: bold 12px bolder verdana,sans-serif;
}

.x-check-group-alt {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px dotted #F2F2F2;
    border-top: 1px dotted #F2F2F2;
}

#leftSideBar {
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #A9A9A9), color-stop(100%, #EFEFEF));
    background-image:-ms-linear-gradient(center top , #A9A9A9, #EFEFEF);
    background-image:-o-linear-gradient(center top , #A9A9A9, #EFEFEF);
    background-image: -moz-linear-gradient(center top , #A9A9A9, #EFEFEF);
    border-color: black;
}


#leftSideBar .x-btn-inner {
    height: 100%;
    line-height: 14px;
    white-space: pre-line;
    text-align: left;
    padding-left: 50px;
    font-size: 85%;
    font-weight: 900;
    vertical-align: middle;
}

#leftSideBar .x-box-inner {
    overflow: hidden;
    position: relative;
    top: -2px;
    width:100% !important;
}

#leftSideBar .x-btn-default-toolbar-medium-icon-text-left button {
    height: 35px;
    width:100%;
}

.profilebtnimg{
    background-image: url('../img/executive.png');
    background-size: 40px;
    width: 55px;
}

.mentorbtnimg{
    background-image: url('../img/mentor.png');
    background-size: 40px;
    width: 55px;
}

.progressbtnimg{
    background-image: url('../img/increase.png');
    background-size: 40px;
    width: 55px;
}

.registrationbtnimg{
    background-image: url('../img/registration.png');
    background-size: 40px;
    width: 55px;
}

.consollidatedimg{
    background-image: url('../img/holidaylist.png');
    background-size: 40px;
    width: 55px;
}

.feesimg{
    background-image: url('../img/fees.png');
    background-size: 40px;
    width: 55px;
}

.resultimg{
    background-image: url('../img/result.png');
    background-size: 40px;
    width: 55px;
}
.prfimg{
    background-size: 100%;
    width: 100%;
}

.continueimg{
    background-image: url('../img/next1.png');
    background-size: 25px;
    width: 45px;
}

#leftSideBar .x-btn-icon {
    height: 55px;
    top: -10px;
    width: 50px;
}

#leftSideBar .x-toolbar-vertical {
    padding: 1px 2px 0;
}

#leftSideBar .x-btn-default-toolbar-small:hover {
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #BF9E7E),color-stop(1, #ffffff));
    background:-moz-linear-gradient(#BF9E7E,#ffffff);
    background:-ms-linear-gradient(#BF9E7E,#ffffff);
    background:-o-linear-gradient(#BF9E7E,#ffffff);
    border-radius: 3px 3px 3px 3px;
    border-width: 1px;
    border-color: white;
}

#leftSideBar .x-btn-default-toolbar-medium:hover{
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, whitesmoke),color-stop(1, #ffffff ));
    background:-moz-linear-gradient(whitesmoke,#ffffff);
    background:-ms-linear-gradient(whitesmoke,#ffffff);
    background:-o-linear-gradient(whitesmoke,#ffffff);
    border-radius: 3px 3px 3px 3px;
    border-top :none;
    border-right: none;
    border-left: none;
    border-color: white;
    border-width: 2px;
    padding: 4px;
    height: 45px;
    top: -1px
}
#leftSideBar .x-btn-default-toolbar-medium{
    width:100%;
}

.launchOver {
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, whitesmoke),color-stop(1, #ffffff));
    background:-moz-linear-gradient(whitesmoke,#ffffff);
    background:-ms-linear-gradient(whitesmoke,#ffffff);
    background:-o-linear-gradient(whitesmoke,#ffffff);
    border-radius: 3px 3px 3px 3px;
    border-width: 2px;
    border-top :none;
    border-right: none;
    border-left: none;
    border-color: white;
    padding: 4px;
    height: 45px;
    width:100%;
    top: -1px
}

.overOnline {
    background-color: transparent;
    border-color: white;
    border-radius: 3px 3px 3px 3px;
    border-top :none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    border-bottom-style: groove;
    border-bottom-width: 2px;
    padding: 4px;
    height: 38px;
    top: -1px
}

.over {
    background-color: transparent;
    border-color: white;
    border-radius: 3px 3px 3px 3px;
    border-top :none;
    border-right: none;
    border-left: none;
    border-width: 1px;
    border-bottom-style: groove;
    border-bottom-width: 2px;
    padding: 4px;
    height: 25px;
/*    top: -1px*/
}

.instructionOver {
    background-color: #F8F8F8;
    background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #A9A9A9), color-stop(100%, #EFEFEF));
    background-image:-ms-linear-gradient(center top , #A9A9A9, #EFEFEF);
    background-image:-o-linear-gradient(center top , #A9A9A9, #EFEFEF);
    background-image: -moz-linear-gradient(center top , #A9A9A9, #EFEFEF);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: gray;
    width:38%;
    height: 70%;
}

#instructionTbar .x-btn-default-toolbar-medium:hover{
    background:-webkit-gradient(linear,left bottom,left top,color-stop(0, #C0C0C0),color-stop(1, #ffffff ));
    background:-moz-linear-gradient(#C0C0C0,#ffffff);
    background:-ms-linear-gradient(#C0C0C0,#ffffff);
    background:-o-linear-gradient(#C0C0C0,#ffffff);
    border-radius: 10px;
    border-width: 1px;
    height: 70% ;
    width:38%;
}

#instructionTbar{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}


#instructionTbar .x-btn-default-toolbar-medium{
    width:38%;
}

#instructionTbar .x-btn-icon{
    bottom: 0;
    height: 100%;
    left: -0px;
    right: auto;
    top: 0;
    width: 100%;
}

#instructionTbar .x-btn-default-toolbar-medium-icon-text-right button{
    height: 24px;
    width: 100%;
}


.profDetails{
    background-color: transparent;
    width:50% !important;
    left: 25% !important;
    top: 66% !important;
}

.tbCls{
    background-color: transparent;
    height: 23% !important;
    width:100% !important; 
}

.profName{
    width:100% !important;
    text-align: center;
}

.profName .x-form-item-body {
    position: relative;
    width: 100% !important;
}

.profName .x-form-display-field {
    font-family: verdana;
    font-size: 11px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}
.profLastLogin .x-form-display-field {
    text-align: center;
    width: 70%;
}
.profUsn .x-form-display-field {
    font-family: verdana;
    font-size: 11px;
    padding-top: 3px;
    text-align: center;
    width: 100%;
}

.profUsn{
    width:75% !important;
    text-align: center;
}


.profLastLogin{
    left: 10% !important;
    text-align: center;
}

.prReportGrid .x-grid-cell-inner{
    white-space: normal;
    color: #0A122A;
}

.prReportGrid .x-grid-header-ct {
    color: #0A122A;
/*    text-transform: uppercase;*/
}

.paginationBtn{
    background-image: none;
    border: medium none;
    margin: 0;
    height: 100%;
    width: 12%;
    background-color: white;
    padding: 0px;
}

.paginationBtn:hover{
    background-color: #3ADF00;
    border-color: #3ADF00;
    background-image: none;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    border-radius : 0px 0px 0px 0px;
    width: 12%;
    padding:0px;
}
.studentDashboardBtn{
   -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  height:30px;
  font-size: 12px;
  background: #3391c4;
  padding: 06px 20px 06px 20px;
  text-decoration: none;
}

.studentDashboardBtn:hover{
    background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #4cb0fe, #4498de);
  background-image: -moz-linear-gradient(top, #4cb0fe, #4498de);
  background-image: -ms-linear-gradient(top, #4cb0fe, #4498de);
  background-image: -o-linear-gradient(top, #4cb0fe, #4498de);
  background-image: linear-gradient(to bottom, #4cb0fe, #4498de);
    
    
  height:32px;
  text-decoration: none;
}
.studentDashboardBtnActive{
    background: #3cb0fa;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  height:36px;
  text-decoration: none;
}

.timeTableTable{
    top:2%
}
.timeTableTable .x-grid-cell-inner{
    height:45px;
    padding-top: 1%;
}

.bottom-border-header {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 5px solid #C8C8C8;
}

.bottom-border {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #C8C8C8;
}
.paginationClickedBtn{
    background-color: #3ADF00;
    background-image: none;
    margin: 0;
    border-color: #3ADF00;
    border-style: solid;
    border-width: 1px;
    border-radius : 0px 0px 0px 0px;
    height: 100%;
    width: 12%;
    padding: 0px;
}

.paginationBtn .x-btn-inner, .paginationBtn .x-btn-inner {
    background-repeat: no-repeat;
    color: #222222;
    font-family: caption;
    font-size: 10px;
    font-weight: normal;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px;
}

.paginationBtn:hover .x-btn-inner, .paginationBtn:hover .x-btn-inner{
    background-repeat: no-repeat;
    color: #222222;
    font-family: caption;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 1px;
    line-height: 22px;
}

.paginationBtn button, .paginationBtn .x-btn-inner{
   height: 100%;
    line-height: 28px;
    width: 100%;
}

.paginationClickedBtn button, .paginationClickedBtn .x-btn-inner{
   height: 100%;
    line-height: 28px;
    width: 100%;
}

.paginationClickedBtn .x-btn-inner, .paginationClickedBtn .x-btn-inner {
    background-repeat: no-repeat;
    color: #222222;
    font-family: caption;
    font-size: 11px;
/*    font-weight: bold;*/
/*    padding: 0 10px;*/
    text-align: center;
    text-transform: uppercase;
/*    text-shadow: 0 1px 1px;*/
}

#buttonBarFldSet{
     border-left: 0 none;
    border-right: 0 none;
    margin-top: 1%;
    height: 35%;
    margin-left: 1%;
}

#reportFieldSet .x-fieldset-body{
    height: 90% !important;
}

.noOfAttempts-form .x-panel-body-default {
    background: #FFFF77;
}

.noOfAttempts-form {
    border     : 0px solid #ccc;
    box-shadow : 1px 1px 1px 1px gray;
    padding    : 10px;
    position   : fixed;
    z-index    : 10;
    border-radius:3px;
    background : #FFFF77;
}

.noOfAttempts-form:before {
    border-color: #CCCC33 #FFFF77 #FFFF77 #CCCC33;
    border-style: solid;
    border-width: 16px;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    z-index: 10;
}

#MyclassDetails {
    background: none repeat scroll 0 0 white;
    border: 2px solid lightgray;
    box-shadow: 1px 1px 10px -3px gray;
    padding: 10px 25px 25px;
    position: absolute;
    top: 10px;
    left: 26%;
    width: 40%;
    z-index: 500;
    height:40%
}

.x-grid-row-summary .x-grid-cell-inner {
    font-weight: bold;
    font-size: 11px;
    color: #B22222;
}

.grid-btn {
    background-color: #333333;
    color: white;
    font-size: 10px;
    margin-top: -5px;
    cursor: pointer;
}

.hidehtmltb .x-html-editor-tb {
    display: none;
    border: none;
}
.x-html-editor-tb .x-form-item-body .x-html-editor-wrap{
    border: none;
    
}

.grid-btn2 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    cursor: pointer;
    font-size: 11px;
    margin-top: -5px;
    padding: 2px 35px 3px 40px;
    text-align: center;
    vertical-align: initial;
}
.grid-btn23 {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: white;
    cursor: pointer;
    font-size: 11px;
    margin-top: -5px;
    padding: -1px 35px 3px 40px;
    text-align: center;
    vertical-align: initial;
}
.customeTab .x-panel-default, .customeTab .x-tab-bar-body, .customeTab .x-border-box .x-tab-default-top{
    background: white !important;
    border: none !important;
    
/*    height: 30px !important;*/
}
.customeTab .x-panel-header{
    padding: 10px;
}
.customeTab .x-tab-default-top {
    background-color: #3D3C3C;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #333030), color-stop(100%, #6B6767));
    background-image: -moz-linear-gradient(top, #333030,#6B6767);
    background-image: linear-gradient(top, #333030,#6B6767);
    border-top: 1px #7A7979 solid !important;
    border-right: 1px #7A7979 solid !important;
    border-left: 1px #7A7979 solid !important;
    color: white;
    margin: 0px 5px 0px 0px;
}
.customeTab .x-tab {
    border:none !important;
}
.customeTab .x-tab button {
    color: white;
}

.customeTab  .x-tab-top-active button {
    color: black !important;
}

.customeTab .x-tab-bar {
    background-color: transparent !important;
    background-image: none !important;
    position: absolute;
}

.customeTab .x-tab-top-active {
    background-image: none;
    background-color: white;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(top, #ffffff,#ffffff);
    background-image: linear-gradient(top, #ffffff,#ffffff);
    border-top: 2px #7A7979 solid !important;
    border-right: 2px #7A7979 solid !important;
    border-left: 2px #7A7979 solid !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0px 5px 0px 0px;
}