body {
    margin: 0;
    padding: 0;
    background:  rgba(3, 93, 255, 1); /* 3, 93, 255 => 28, 47, 62 , 3, 93, 255*/  
   /* background-image:url('../images/bg.png') ;*/
    font-family: 'Overlock', cursive, Verdana, Geneva, Arial, sans-serif;
    font-size: 12px;
    color:#000000;
}

.render {
    align-self: center;
    @include transition(all 0.3s ease);
    @include transform3d(rotateX(50deg) rotateZ(1deg));
  
    font-weight: 700;
  
    color: #f5f5f5;
    text-shadow:
      white 0.006em 0.006em 0.007em,
      #020335 0.1rem 0.1rem 0.1rem,
      #020335 0.1rem 0.2rem 0.1rem,
      #020335 0.1rem 0.3rem 0.1rem,
      #020335 0.1rem 0.4rem 0.1rem,
      #020335 0.1rem 0.5rem 0.1rem,
  
     
      white -0.15em -0.1em 10rem;
   
  }

.panel-collapse {
    background:  rgba(255, 255, 255, 1)
}
.modal-body {
    background:linear-gradient( rgba(3, 93, 255, .61) 10%, rgba(3, 93, 255, 0.31) 100%); 
}

/* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); 
    border-radius: 10px;
  }

  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: linear-gradient( rgba(255, 255, 255, 0.7) 10%, rgba(10, 255, 254, 0.55)  90%); 
    border-radius: 10px;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient( rgba(10, 255, 254, 0.55) 10%, rgba(255, 255, 255, 0.7)  90%); 
  }
  
.new_item{    
    background-image:url('../images/new.gif') ;
    padding: 10px 20px 20px 30px;
    background-repeat: no-repeat;
    background-position: 10px center;
    float: right;
    position: relative;
}
  
  /*-- social-icons --*/
.icon-button {
	background-color: white;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
    
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
        color: wheat;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.icon-button:hover i {
        color: rgb(255,255,255);
	
}
.instagram span,.facebook span,.youtube span,.pinterest span {
    background: linear-gradient( rgba(63, 183, 243, 0.81)  70%, rgba(151, 245, 211, 0.8) 100%);
}
/* Icons */
.icon-button i {
	background: none;
	color: rgba(63, 183, 243, 0.81);
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}

.icon-instagram:before{
    background:url(../images/instagram.png) no-repeat;
    display: block;
    content: '';
    width: 3.6rem;
    height: 3.8rem;
}

a.icon-button.instagram:hover .icon-instagram:before{
    zoom: 70%; 
}
.icon-facebook:before{
    background:url(../images/facebook.png) no-repeat;
    display: block;
    content: '';
     width: 3.6rem;
    height: 3.8rem;
}

a.icon-button.facebook:hover .icon-facebook:before{
     zoom: 70%; 
}
.icon-whatsapp:before{
    background:url(../images/whatsapp.png) no-repeat;
    display: block;
    content: '';
    width: 3.6rem;
    height: 3.8rem;
}
a.icon-button.whatsapp:hover .icon-whatsapp:before{
    zoom: 70%;
}
.icon-youtube:before{
    background:url(../images/youtube.png) no-repeat;
    display: block;
    content: '';
     width: 3.6rem;
    height: 3.8rem;
}
a.icon-button.youtube:hover .icon-youtube:before{
      zoom: 70%; 
}

.icon-pdf:before{
    background:url(../images/pdf.png) no-repeat;
    display: block;
    content: '';
     width: 3.6rem;
    height: 3.8rem;
}
a.icon-button.pdf:hover .icon-pdf:before{
      zoom: 70%; 
}

.icon-excel:before{
    background:url(../images/excel.png) no-repeat;
    display: block;
    content: '';
     width: 3.6rem;
    height: 3.8rem;
}
a.icon-button.excel:hover .icon-excel:before{
      zoom: 70%; 
}
/*-- //social-icons --*/





a[title]:hover:after {
  content: attr(title);
  padding: 4px 8px;
  top: 100%;
  
  white-space: nowrap;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
 
}

.notice-board{
    background-image: url('../images/notice_board_top.png');
    width: 100px;
}

.sidebar {
        
        border-radius: 5px;
        background:  url('../images/notice_board_main.png') center top;

       
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
        color: rgb(162, 225, 249);
	
}
.sidebar li {
	margin: 0;
	padding: 0; 

	
}
.sidebar li li {
	line-height: 19px;
        padding-top: 5px;
        font-size: 1.2em;
	border-bottom: 1px dotted white;
	margin: 0px 25px;
	border-right: none;
	list-style: none;
}
.sidebar h2 {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	letter-spacing: -.5px;
	font-size: 1.3em;
        text-align: center;
        border-radius: 10px;

}
.sidebar p {
        text-align: right;
	margin: 0 0px;
        font-size: 0.8em;
	padding:5px;
        color: bisque;
}

.sidebar a {
	border: none;
        color: #FFFFFF;
}
.sidebar img {
	border: none;
        width: 100%;
       
}




.footer .footer-main p,a{
    font-family: 'Overlock', sans-serif, Verdana, Geneva, Arial;
}
.footer .footer-main p{
    
    font-size: .7em;
}
.footer .footer-main a{
    
    font-size: .9em;
}


h1, h2, h3 {margin: 0;padding: 0;font-weight: normal;color: #160e68;}
h1 {font-size: 2.2em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.5em;}
p, ul, ol {margin-top: 0;line-height: 170%;}

.wrapper {
    margin: 0 auto;
    margin-top:10px;
    padding: 0;
    background: rgba(255, 255, 255, 0.55);
    text-shadow: 2px 2px 3px rgba(150, 150, 150, 0.75);
}

.slide_1{
    position:absolute;
    padding: 10px;
    width:92%;
    background-color:rgba(40,177,255,0.5);
    font-family:sans-serif;
    font-size:2em;
    line-height:1.2;
    text-align:center;
    border-radius: 40px;
}

.left{
    text-align: left;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.borderless{
    border: none;
   
    margin-right: 10px;
    height: 25px;
    width: 45px;
    background: none;
}
.number{
    background: linear-gradient( rgba(255, 255, 255, 0.5) 20%, wheat 80% );
    color: rgba(29, 21, 136, 0.96);
    border: rgba(3, 93, 255, 0.7) outset thin; 
    font-size: 2em;   
    border-radius: 20px;
    font-family: OCR A Std, monospace,sans-serif;
    letter-spacing: 5px;
}

.tab-pane{
    background: rgba(255, 255, 255, 0.4);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 2.5em;
     font-family: 'Overlock',sans-serif, cursive,  Verdana, Geneva, Arial;
    padding: 5px 3px 10px 3px;
}
.tab-pane label  {
    font-family: 'Overlock', cursive, sans-serif, Verdana, Geneva, Arial;
    color: #292c2c;
    text-transform: capitalize;
}

.tab-pane .entry  {
    height: 40px;
   
}

.tab-pane .tab-pane .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
   
 animation: rotation_asset 2s infinite alternate;
}
@keyframes rotation_asset {
     0%  {padding: 12px 10px 10px 15px;}
    25%  {padding: 12px 18px 10px 10px;}
    50%  {padding: 12px 10px 10px 15px;}
    100% {padding: 12px 18px 10px 10px;} }


.nav-pills > li a{
    color: #234746;
     font-family: 'Overlock',sans-serif, cursive,  Verdana, Geneva, Arial;
}
.tab-pane legend  {
    font-family: 'Overlock', cursive, sans-serif, Verdana, Geneva, Arial;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 1px;
    line-height: 1.5em;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    font-family: 'Overlock', cursive, sans-serif, Verdana, Geneva, Arial;
    color: #fff;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.4);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}




.content{
    border:  rgba(3, 93, 255, 0.89)  inset ;
    background: rgba(255, 255, 255, 0.20) ;
    border-radius: 10px;
    padding-bottom: 10px ;
}

.content a,p,h1,h2,h3,h4,h5,h6{
    padding: 10px ;
}

.content-top{
    border-bottom: 2px rgba(3, 93, 255, 0.89) dotted ;
    padding-top: 30px ;
    padding-bottom: 30px ;
    background: rgba(3, 93, 255, 0.03);
}



@media (max-width: 1440px){.wrapper{width:75%}.modal-dialog-read { width: 65%; margin: 10px auto; }}
@media (max-width: 1366px){.wrapper{width:80%}.modal-dialog-read { width: 70%; margin: 10px auto; }}
@media (max-width: 1280px){.wrapper{width:85%}.modal-dialog-read { width: 75%; margin: 10px auto; }}
@media (max-width: 1080px){.wrapper{width:90%}.modal-dialog-read { width: 80%; margin: 10px auto; }}
@media (max-width: 991px){.wrapper{width:93%}.modal-dialog-read { width: 83%; margin: 10px auto; }}
@media (max-width: 800px){.wrapper{width:98%}.modal-dialog-read { width: 88%; margin: 10px auto; }}
@media (max-width: 768px){.wrapper{width:100%}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 667px){.wrapper{width:100%}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 640px){.wrapper{width:100%}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 600px){.wrapper{width:100%}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 568px){.wrapper{width:100%}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 480px){.wrapper{width:100%;}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 414px){.wrapper{width:100%;}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 384px){.wrapper{width:100%;}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 375px){.wrapper{width:100%;}.modal-dialog-read { width: 90%; margin: 10px auto; }}
@media (max-width: 320px){.wrapper{width:100%;}.modal-dialog-read { width: 90%; margin: 10px auto; }}

@media (min-width:768px){ .wrapper{width:95%;} .modal-dialog-read { width: 85%; margin: 10px auto; }}
@media (min-width:992px){ .wrapper{width:90%; }  .modal-dialog-read { width: 80%; margin: 10px auto; }}
@media (min-width:1200px){ .wrapper{width:80%; } .modal-dialog-read { width: 70%; margin: 10px auto; }}

.tittle {
    border: 0px solid;
    margin: 20px 0px;
    color: #2b0c61;
    width:100%;
    font-size: 1.3em;
    letter-spacing: -.5px;

}


.title {
    
    border: rgba(3, 93, 255, 0.92) outset;
    padding: 15px 10px 15px 30px;
    background: linear-gradient( rgb(3, 93, 255) 25%, rgb(3, 93, 255) 100%);
    
    margin-top: -1px;
    font-weight: bold;
    color:  #fff;
    width:100%;
    letter-spacing: -.5px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.title h3{
    font-weight: bold;
    text-decoration: blink; 
    color:  #fff;
    letter-spacing: -.5px;
}

.login{
    background-color: rgba(3, 93, 255, 0.31); 
    margin: 20px;
    padding: 20px;
}

.login h3{
    color: rgb(34, 10, 222);
}


.login_submit,.btn_form,.save_btn,.del_btn
{
    padding: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    border: none;

    outline: none;
   
}

.login_submit{
    border: 1px solid rgba(3, 93, 255, .6); 
    
    background: linear-gradient( rgba(3, 93, 255, .5) 10%, rgb(3, 93, 255) 100%)
}

.login_submit:hover{
    border: 1px solid rgba(3, 93, 255, .6);
    color: #ffffff;
    background: linear-gradient( rgb(3, 93, 255) 10%, rgba(3, 93, 255, .5) 100%);
}

.btn_form{
    border: 1px solid ;
    background: linear-gradient( rgba(3, 93, 255, 0.7) 10%, rgba(3, 93, 255, 0.55)  90%);

}

.btn_form:hover{
    border: 1px solid red;
    color: #ffffff;
    background: linear-gradient(  rgba(3, 93, 255, 0.55) 10%, rgba(3, 93, 255, 0.7) 90%);

}

.save_btn{
     background: linear-gradient( rgba(3, 93, 255,.7) 25%, rgb(3, 93, 255) 100%);
     color: #fff;
}
.save_btn:hover{
     background: linear-gradient( rgb(3, 93, 255) 25%, rgba(3, 93, 255,.7) 100%);
     color: #fff2dc;
}


.del_btn{
    border: 1px solid  rgba(255, 0, 4, 0.5) ;
    background: linear-gradient( rgba(247, 80, 83, 1) 5%, rgba(255, 0, 4, 0.5) 100%);
}

.del_btn:hover{
    border: 1px solid rgba(255, 0, 4, 0.5) ;
    color: #ffffff;
    background: linear-gradient( rgba(255, 0, 4, 0.5) 5%, rgb(247, 80, 83) 100%);
}



hr {
color: #2b0c61;
}


.entry,.entry_score{
    border-radius: 5px;
    padding: 5px 0;
    outline: none;
    border:1px solid #ffffff;
    
}
.entry {
    width: 15em;
    text-align: justify;
    background: rgba(255, 255, 255, 0.65);
}
.entry_score{
    text-align: center;
    width: 5em;
    background: rgba(255, 255, 255, 0.65);
}

.entry_id{
    background: none;
    width: 10em;
    text-align: center;
    border: none;
}

.entry_small {
    width: 7.5em;
}
.entry_large {
    width: 22.5em;
}


.textarea {
    float: right;
    margin-right: 5%;
    margin-top: 10px;
    padding: 10px;
    width: 90%;
    height: 200px;
}
.textarea_small {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 100px;
}
.textarea_comments {
    border:  rgba(255, 255, 255, 0.65) outset thin;
    padding: 10px;
    width: 100%;
    height: 50px;
}
fieldset{
    border:  rgba(255, 255, 255, 0.65) outset thin;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 10px;
    background: none;
}

fieldset legend{
    background: none;
}

.entry_margin input,.entry_margin select{
   margin-left: 20px;
   margin-bottom: 10px;
}

.entry_login{
    background: rgba(255, 255, 255, 0.55);
    margin-left: 20px;
    margin-top: 20px;
}
.entry_find{
    background: burlywood  url(../images/aye_close.png) no-repeat center center;
    width: 35px;
    height: 25px;
    border-radius: 50px;
    
}
.entry_find:hover{
    background:  url(../images/aye_open.png) no-repeat center center;
    
}

.entry:focus{
    border: 2px solid  rgba(3, 93, 255, .8);
    background: rgb(255, 255, 255);
    color:#000000;
}


 .form-outline{position:relative; padding: 2px; }

 .form-outline .form-control{min-height:auto;  padding:.32rem .75rem; transition:all .2s linear}
 .form-outline .form-control~.form-label{
     position:absolute;top:0;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;left:.75rem;
     padding-top:.37rem;pointer-events:none;transform-origin:0 0;transition:all .2s ease-out;color:rgba(0,0,0,.6);margin-bottom:0
 }
 .form-outline .form-control~.form-notch{display:flex;position:absolute;left:0;top:0;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}
 .form-outline .form-control~.form-notch div{pointer-events:none;border:1px solid rgba(3, 93, 255 , 1);box-sizing:border-box; transition:all .2s linear}
 .form-outline .form-control~.form-notch .form-notch-leading{left:0;top:0;height:100%;width:.5rem;border-right:none;border-radius:.25rem 0 0 .25rem}
 .form-outline .form-control~.form-notch .form-notch-middle{flex:0 0 auto;width:auto;max-width:calc(100% - 1rem);height:100%;border-right:none;border-left:none}
 .form-outline .form-control~.form-notch .form-notch-trailing{flex-grow:1;height:100%;border-left:none;border-radius:0 .25rem .25rem 0}
 
 .form-outline .form-control~.form-label {transform:translateY(-1rem) translateY(.1rem) scale(.8)}


 .form-outline .form-control:not(.placeholder-active)::-moz-placeholder{opacity:0}
 .form-outline .form-control:not(.placeholder-active)::placeholder{opacity:0}
 .form-outline .form-control.active::-moz-placeholder,
 .form-outline .form-control:focus::-moz-placeholder{opacity:1}
 .form-outline .form-control.active::placeholder,.form-outline .form-control:focus::placeholder{opacity:1}
 .form-outline .form-control:focus{box-shadow:none!important}
 .form-outline .form-control.active~.form-label,
 .form-outline .form-control:focus~.form-label{transform:translateY(-1rem) translateY(.1rem) scale(.8)}
 
 .form-outline .form-control:focus~.form-label{color:rgba(3, 93, 255 , 1)}

 .form-outline .form-control~.form-notch .form-notch-middle,.form-outline .form-control:focus~.form-notch .form-notch-middle{border-right:none;border-left:none;border-top:1px solid transparent}

 
 .form-outline .form-control.active~.form-notch .form-notch-middle,.form-outline .form-control:focus~.form-notch .form-notch-middle{border-right:none;border-left:none;border-top:1px solid transparent}
 .form-outline .form-control:focus~.form-notch .form-notch-middle{border-color:rgba(3, 93, 255, 1);box-shadow:0 1px 0 0 rgba(3, 93, 255, 1);border-top:1px solid transparent}
 
 .form-outline .form-control.active~.form-notch .form-notch-leading,.form-outline .form-control:focus~.form-notch .form-notch-leading{border-right:none}
 .form-outline .form-control:focus~.form-notch .form-notch-leading{border-color:rgba(3, 93, 255, 1);box-shadow:-1px 0 0 0 rgba(3, 93, 255 , 1),0 1px 0 0 rgba(3, 93, 255, 1),0 -1px 0 0 rgba(3, 93, 255 , 1)}
 
 .form-outline .form-control.active~.form-notch .form-notch-trailing,.form-outline .form-control:focus~.form-notch .form-notch-trailing{border-left:none}
 .form-outline .form-control:focus~.form-notch .form-notch-trailing{border-color:rgba(3, 93, 255, 1);box-shadow:1px 0 0 0 rgba(3, 93, 255, 1),0 -1px 0 0 rgba(3, 93, 255 , 1),0 1px 0 0 rgba(3, 93, 255 , 1)}
 
 
.form-control option,.entry option{
    background: rgba(82, 2, 2, 0.712) ;
}
.form-control input {
    background: rgba(112, 61, 0, 0.5) ;
}
.form-outline  option:hover ,.entry option:hover{
    background: rgba(112, 61, 0,.2);
    color: #fff;
}

.form-outline .error_bg{background-color: rgba(248, 98, 101, 0.5);}

.form-outline .input_error{
    color: #D8000C;
	background-color: rgba(248, 98, 101, 0.3);
    border:  dotted 2px rgba(248, 98, 101, 1);
}



.form-control option,.entry option{
    background: rgba(238, 207, 10, 0.11) ;
}
.form-control input {
    background: rgba(3, 93, 255, 0.5) ;
}
.form-control option:hover ,.entry option:hover{
    background: rgba(3, 93, 255 , 1);
    color: #fff;
}
.entry_calender{
    width: 80px;
}

.checkbox input{
   width: 15px;
   height: 15px;
   padding: 5px;
}

.checkbox label{
   margin: 5px;
}


.logo {
    margin:0 auto;

}
div.logo {
   width:200px; /*width of your image*/
   content:url('../images/logo.png');
   margin-left: 20px;
}​
.logo img{width:180px;}

.logout{
    text-align: right; padding-right: 10px; 
}

table.tableizer-table {
        width: 100%;
        margin-bottom: 10px;
        border:  rgba(3, 93, 255, 0.84);
        font-size: .8em;
        font-family: Arial, Helvetica, sans-serif;
} 
.tableizer-table td {
        padding: 6px;
        margin: 3px;
        
}
.tableizer-table label {
        font-weight: bold;
}
.tableizer-table th ,legend{
        background: linear-gradient( rgba(3, 93, 255, 0.7) 10%, rgba(3, 93, 255, 1)  90%);
        color: rgba(255, 255, 255, 0.96);
        height: 35px;
        font-size: 1.3em;
        text-decoration: none;
        font-weight: bold;
}
.tableizer-table th {
    text-align: center;
    border: 1px solid  rgba(3, 93, 255, 0.2);
}
.tableizer-table a {
        color: #000;
       
}
.tableizer-table img {
    width: 60px;
    height: 65px;
    border:  #f7fdd9 inset medium;
    margin: 5px;
    border-radius: 50px;
}

.camp_logo {
    width: 50px;
    height: 50px;
    border:  #f7fdd9 outset medium;
    margin: 5px;
    border-radius: 50px;
    animation: rotation_camp_logo 10s infinite alternate;
}
@keyframes rotation_camp_logo {
     0%   {background-color: cornsilk;}
    25%  {background-color: whitesmoke;}
    50%  {background-color: sandybrown;}
    100% {background-color: aquamarine;}
    
  from {
    transform: rotate(0deg);
    
  }
  to {
    transform: rotate(359deg);
  
  }
}
.prof_img{
    height: 60px; width: 60px;
}




.tableizer-table .action  {
    width: 25px;
    height: 25px;
    border: none;
    margin: 0px;
    border-radius: 0;
}

.t_space{
    background: #fff;
}

.tableizer-table-borderd td,th {
        border: rgba(255, 255, 255, 0.5)  groove;  
}

.tableizer-table-view tbody tr:nth-child(even){
    background-color: rgba(255, 255, 255, 0.5);
}
.even{
    background: linear-gradient( rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 100%);
}
.odd{
    background: linear-gradient( rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 100%);
}

.tableizer-table-view tbody tr:nth-child(odd){
    background-color: rgba(255, 255, 255, 0.8);
}



.tableizer-table tbody tr:hover,.even:hover, .odd:hover{
    background-color: rgb(162, 225, 249);
}

.Image img{
    width: 100%;
    max-width: 150px;
    min-width: 100px;
    border-radius: 10%;
    border: rgba(3, 93, 255, 0.7) inset medium;
    margin-bottom: 10px;
    
        
}

.Image .web img{
    width: 500px;
    height: 300px;
    border: rgba(3, 93, 255, 0.7) inset medium;
    margin-bottom: 10px;
    
        
}

.msg_name{
    width: 25%;
}
.msg_content{
    width: 45%;
}
.msg_body{
    width: 100%;
    background-color: rgba(255, 255, 255,.9); 
    padding: 15px;
}

.msg_body h3{
   font-size: .8em;
   text-align: right;
}
.msg_body h1,h2{
   text-align: left;
   padding: 5px;
   font-size: 1em;
}

 .msg_body textarea{
    margin-right: 5%;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    min-height: 300px;
    border: rgba(255, 255, 255,.9);
    background-color: rgba(255, 255, 255,.5); 
    
    }
.msg_reply{
    background-image: url('../images/reply.png');
    background-repeat: no-repeat;
    color: #D8000C;
    border: 0px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    font-size:1em;
    background-position: 10px center;
    float: right;
       
}
 
.msg_time{
    text-align: right;
    width: 28%;
}
.msg_unread{
    font-weight:bold;
}
.msg_read a{
    text-decoration: none;
    color: #353b34;
    
}


.panel-default{
     border: 1px solid  rgba(3, 93, 255, 0.84);
     background-color: rgba(255, 255, 255,.6);
     margin-top: 1.2em;
    
}

.panel-default .panel-heading{
    background: linear-gradient( rgb(3, 93, 255) 25%, rgb(3, 93, 255) 100% );
}
.panel-default .panel-heading label{
    color:  #fff;
}
.panel-default .panel-heading:hover{
    width: 100%;
    padding-left: 30px;
    text-transform: uppercase;
    background: linear-gradient( rgb(3, 93, 255)  25%,rgb(3, 93, 255) 100%);
}

.panel-default table tr {
    border-top: 1.5px dotted rgba(3, 93, 255, 0.84);
    border-bottom: 1.5px dotted rgba(3, 93, 255, 0.84);
}

.panel-default table tr:hover{
    background: linear-gradient( rgba(255, 255, 255,.2) 5%, rgb(255, 255, 255)100%);
    
    border-top: 1.5px dotted rgba(3, 93, 255, 0.84);
    border-bottom: 1.5px dotted rgba(3, 93, 255, 0.84);
}

.panel-default table tr a:hover{
    margin-left: 10px;
    font-size: 1.3em;
    color: rgba(3, 93, 255, 0.84);
}



.panel-body .fas, .panel-body .fa{

    font-size: 1.2em;
    margin-right: 10px;
    vertical-align: middle;
}

.panel-title .fas{
    
    font-size: 1.5em;
    margin: 5px;
    vertical-align: middle;
}

.fa-user-times{
    color: #ff0000;
}


.fa-user-check{
    color: rgba(0, 189, 19, 0.75)
}




.panel-title .fas{
    color:  #fff;
}



.panel-body .fas:hover, .panel-body .fa:hover{
    color: rgba(3, 93, 255, 0.7);
}


.icon-lock-open2,.icon-document-text,.icon-pencil2,.icon-inbox-filled2,.icon-document-edit2,.icon-hourglass,.icon-user-plus,.icon-justice,.icon-user,.icon-users,.icon-display{
    font-size: 1.2em;
    margin-right: 10px;
    vertical-align: middle;
    
}
.icon-moneybag{
    font-size: 1.6em;
    margin-right: 10px;
    vertical-align: middle;

}
.borderless th,.borderless td{ border: none;}




#file {
    padding: 5px;
    border: 5px solid rgba(77, 236, 234, .1);
    background-color: rgba(77, 236, 234, .1);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 95%;
    box-shadow: 0 0 15px #626F7E;

}

#pagination a, pagination strong {
    background: rgba(77, 236, 234, .8);
    color: #000;
    padding: 5px;
    border-radius: 50px;
    margin: 3px;
    text-decoration: none;
    font-size: 13px;
}

#pagination strong, #pagination a:hover{
    font-weight:  100;
    background: rgba(255, 255, 255, .9);
    padding: 3px 5px 5px;
    border-radius: 50px;
}


.pagination li a:hover{
    font-weight:  bold;
    color: #fff;
    background: linear-gradient(  rgba(3, 93, 255, 0.7) 10%, rgba(3, 93, 255, 0.7)  90%);
    margin: 3px 7px 7px  ;
    border-radius: 50px;

}

.pagination > li > a{

    border:  rgba(77, 236, 234, .8);
    color: #000;

}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: rgb(3, 93, 255) ;
  text-decoration: none;
  background-color: #fff;

}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: rgb(3, 93, 255);
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: rgb(3, 93, 255) ;
  border-color: rgb(3, 93, 255) ;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: rgb(3, 93, 255);
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

































    .sort_asc:after{
        content: "\E08D"; 
        font-size: 1.3em;
        padding-left: 3px;
    }
    .sort_desc:after{
        content: "\E00D";
        font-size: 1.3em;
        padding-left: 3px;
    }

    .error_ {
	color: #D8000C;
	background-color: rgba(248, 98, 101, 0.3);
	background-image: url('../images/error.png');
	border: 0px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	font-size:1em;
	background-position: 10px center;
	border-radius:5px;
        float: right;
        
        -webkit-animation: seconds 1.0s forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 5s;
        animation: seconds 1.0s forwards;
        animation-iteration-count: 1;
        animation-delay: 10s;
        position: relative;
	
    }
    .success_ {
        color: #4F8A10;
        background-color: rgba(126, 222, 110, 0.5);
        background-image:url('../images/success.png');
        border: 0px solid #323292;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        border-radius:5px;
        float: right;
        
        -webkit-animation: seconds 1.0s forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 5s;
        animation: seconds 1.0s forwards;
        animation-iteration-count: 1;
        animation-delay: 10s;
        position: relative;

    }
        

    .info_{
        border: 0px solid;
        margin: 10px 0px;
        padding:15px 10px 15px 50px;
        background-repeat: no-repeat;
        background-position: 10px center;
        background-image:url('../images/info.png');
        color: #00529B;
        background-color: #BDE5F8;
        border-radius:5px;
        float: right;
        
        -webkit-animation: seconds 1.0s forwards;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-delay: 5s;
        animation: seconds 1.0s forwards;
        animation-iteration-count: 1;
        animation-delay: 10s;
        position: relative;
    }
        
          @-webkit-keyframes seconds {
            0% {
              opacity: 1;
            }
            100% {
              opacity: 0;
              left: -9999px; 
            }
          }
        @keyframes seconds {
            0% {
              opacity: 1;
            }
            100% {
              opacity: 0;
              left: -9999px; 
            }
          }
          
          
          
    .payed,.processing ,.ordered,.completed,.collected,.rejected  {
        font-size: 1.3em;
        border-radius: 20px;
        text-align: center;
        padding: 10px;
        width: 120px;
    }
    
    .payed,.rejected {
        background: linear-gradient(  rgba(255, 13, 13, 0.7) 10%, rgba(255, 13, 13, 0.3)  90%);
        color: rgba(37, 4, 4, 0.9);
    }
    .payed:hover,.rejected:hover {
        background: linear-gradient( rgba(255, 13, 13, 0.3) 10%, rgba(255, 13, 13, 0.7) 90%);
    }
    
    .processing,.ordered {
        background: linear-gradient(  #ee9216 10%, #e9a955  90%);
        color: #ffffff;
    }
    .processing:hover,.ordered:hover{
        background: linear-gradient( #e9a955 10%, #ee9216  90%);
    }
    
    
    .completed,.collected {
        background: linear-gradient(  rgb(195, 3, 6) 10%, rgba(195, 3, 6, 0.5)  90%);
        color: #ffffff;
    }
    .completed:hover,.collected:hover {
        background: linear-gradient( rgba(195, 3, 6, 0.5)  10%,rgba(195, 3, 6, 1) 90%);
    }
    
     
    
    #loader-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
    }
    #loader {
        display: block;
        position: relative;
        left: 50%;
        top: 50%;
        width: 150px;
        height: 150px;
        margin: -75px 0 0 -75px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #3498db;

        -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

        z-index: 1001;
    }

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        background: rgba(0, 2, 4 , 0.6);
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }
    
    .capitalize{
        text-transform: capitalize;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
 
    


    
    .Present {
        font-size: 1.3em;
        /*background-color: #BDE5F8;*/
        background-image:url('../images/present.png');
        padding:10px 7px 10px 10px;
        background-repeat: no-repeat;
        background-position: 7px center;
        
    }
    
    .Absent  {
        font-size: 1.3em;
	background-image: url('../images/absent.png');
        padding:10px 7px 10px 10px;
	background-repeat: no-repeat;
	background-position: 7px center;
        
    }
    
    .Late {
        font-size: 1.3em;
        padding:10px 7px 10px 10px;
        background-repeat: no-repeat;
        background-position: 7px center;
        background-image:url('../images/late.png');
        
    }
    
    .Untaken ,.untaken {
        font-size: 1.3em;
        padding:10px 10px 10px 10px;
        background-repeat: no-repeat;
        background-position: 7px center;
        background-image:url('../images/untaken.png');
        
    }
    
    .untaken_bg,.untaken_bg td{
        background-color:rgba(228, 185, 192, .6);
    }
    
    .Late_bg,.Late_bg td{
        background-color: #eff683;
    }
    
    .Absent_bg,.Absent_bg td{
        background-color: #FFBABA;
    }
    
    .weekend_bg{
        font-size: 1.3em;
        color: #f20000;
        text-decoration: none;
        background-color: rgba(255, 255, 255, 0.7);
    }

    
    .bookshelf--frame {
        
        padding-bottom: 10px;
       
	background:url('../images/wood.png') 0  no-repeat ; 
        height: 130px;
        width: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
  
	text-align: center;
	
    }
    
    .bookshelf {
	width: 100%;
	height: 63px;
	z-index: 0;
	margin-top: -25px;
	background: transparent url(../images/shelf.png) no-repeat center center;
	position: relative;
    }
    
    .shelf {
	width: 100%;
	background: transparent url(../images/wood3.jpg) no-repeat center center;
	position: relative;
    }
    
    .bookshelf--frame h2{
        
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50px;
        margin-left: 30px;
        width: 30%;
    }
    .bookshelf--frame img{
        height: 80px;
        padding-right:  -10px;
    }
    
    .bookshelf--frame img:hover{
        

        -webkit-animation: spining 10s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spining 10s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spining {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        10% {
            -webkit-transform: rotate(-10deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(-10deg);  /* IE 9 */
            transform: rotate(-10deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spining {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        10% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    
    /* Set the initial image */
    .money-transfer {
        width: 50px;
        background-image: url('../images/transfer.png');
    }

    /* Change the image on hover */
    .money-transfer:hover {
        width: 80px;
        background-image: url('../images/transfer.png');
    }

    

    .card {
        background: rgba(255, 255, 255, .5);
        border-left: 8px solid rgba(43, 62, 141, 1);
        padding:10px;
        box-shadow: 2px 4px 10px rgba(0,0,0,0.1);
        font-weight: bold;
        font-size: 1.2rem;
        border-radius:10%;
    }
    .card-bod h3{
        margin-bottom:-20px;
        font-weight: 600;
        color:rgba(43, 62, 141, 1);
    }
    .card-bod h5 a,.card-bod h4{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .card-bod h4 {
        font-size:1.2em;
        color:rgb(42, 121, 39);
    }

    .badge {
        display: inline-block;
        background: #9e55f4;
        color: white;
        padding: 6px 12px;
        border-radius: 30px;
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
    }