/* Md. Mamunur Rashid Rimon
   rimonmath@gmail.com
   www.rimonbd.com
*/


/*====================Reset==================*/

html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
 
  
  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family: sans-serif;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p{
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
}

h2{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  
}

h1{
  font-size: 29px;
  font-weight: bold; 
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  margin: 10px 0;
  padding: 15px;
  border: none;
  border-radius: 25px;
  background: #f9f9f9;
  width: 100%;
  font-size: 16px;
  color: #333;
  transition: all 0.3s ease;
}

/* Input Focus Styles */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  background: #e1e1e1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Submit Button Styles */
input[type="submit"] {
  margin: 20px 0;
  padding: 15px 30px;
  border: none;
  border-radius: 25px;
  background: #007bff;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type="submit"]:hover {
  background: #0056b3;
}


/*====================end Reset==================*/

/*=====================Default Layout============*/
  #all{

  }

  #allContainer{

  }

  #header{
    min-height: 99px;
    background:#1a7b4a;
    color: #fff;
  }

  #headerContainer{
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    
  }

  #nav{
    min-height: 33px;
    background: #264e17;
    color: #fff;
  }

  #navContainer{
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;    
  }

  #nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
      overflow: hidden;
      
  }

  #nav ul li{
    display: inline;
    margin: 0;
    padding: 0;
    float: left;
  }

  #nav ul li a{ 
    color: #fff;
    text-decoration: none;
    padding: 16px 14px;
    display: block;
  }

  #nav ul li a.active, #nav ul li a:hover{  
    background: #162E0D;
    
  }



  #main{
    min-height: 444px;
    background: #fff;
    color: #272727;
  }

  #mainContainer{
    //width: 1024px;
    //margin: auto;
  }

  #footer{
    min-height: 99px;
    background: #1C1E26;
    color: #BABABA;
  }

  #footerContainer{
    padding-right: 15px;
    padding-left: 15px;    
    margin: auto;
  }

  #menuIcon{
    display: none;
    cursor: pointer;
  }
  
  @media (min-width: 768px) {
    #headerContainer, #navContainer, #footerContainer{
      width: 750px;
    }

  }
  @media (min-width: 992px) {
     #headerContainer, #navContainer, #footerContainer {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
     #headerContainer, #navContainer, #footerContainer {
      width: 1170px;
    }
  }

  @media (max-width: 768px) {
    #nav{
      display: none;
    }
    #menuIcon{
      display: block !important;
    }

    #nav ul li{
      display: block;
      float: none;
    }
  }

/*=====================end Default Layout============*/

/*=================Admin Layout=====================*/
  #logo{
    position: fixed;
    top: 0;
    width: 266px;
    min-height: 44px;
    background: #EEEEEE;
    color: #fff; 
    z-index: 99;
    /*animation-name: example;
    animation-duration: 0.2s;*/
  }


  #left{
    z-index: 9;
    width: 266px;
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 0;
    background: #e6e6e8;
    overflow-y: auto;
    overflow-x: hidden;
    border-right: 1px solid #fff;
   
  }

  @keyframes example {
    from {width: 100px;}
    to {width: 266px;}
  }

  #left ul{

  }

  #left ul li{
    
  }

  #left ul li a{
    display: block;
    padding: 15px 22px;
    text-decoration: none;
    color: #0F1C30;
    font-weight: normal;
  }

  #left ul li a.active, #left ul li a:hover{
    background: #D4D4D4;
    margin-right: -1px;
    border-top: 1px solid #AEAEAE; 
    padding-left: 17px;
  }

 #left ul li.active{
   /* border-top: 1px solid #AEAEAE;
    background: #D4D4D4;
    border-left: 5px solid #216829;*/
  }

  #left ul li a:hover{   
    
  }



  #left ul li ul{
    margin-left: 22px;
    display: none;
  }

  #left ul li.collapsable ul, #left ul li.active ul{
    display: block;
  }

  #left ul li.collapsable{
    border-top: 1px solid #AEAEAE;
    background: #E1E1E1;
    border-left: 5px solid #216829;

  }



  #left ul li.active a:hover, #left ul li.active a.active, #left ul li.collapsable a:hover, #left ul li.collapsable a.active{
    background: none;
    border-left: none;
     border-top: none;
     padding-left: 22px;
  }

  #left ul li ul li a{  
    font-weight: normal;  
    padding: 9px 22px;
  }

  #left ul li ul li a:hover, #left ul li ul li a.active{
    border-right: 5px solid #216829;
    color: #216829;
    padding: 
  }

  
  #heading{
    position: fixed;
    top: 0;
    left: 266px;
    right: 0;
    min-height: 44px;
    background: #377daf;   
    color: #fff; 
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 3px 2px #8A8A8A;
  }

  #right{    
    position: fixed;
    top: 45px;
    bottom: 0;
    left: 266px;
    background: #F3F3F3;
    overflow: auto;
    min-height: 444px;
    right: 0;
    padding: 33px;
  }

  #menu{
    position: absolute;
    z-index: 999;
    margin-top: 11px;
    margin-left: 11px;
    display: none;
    cursor: pointer;
    background-image: url("/assets/img/nav.png");
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
  }

  #closeMenu{
    float: right;
    position: absolute;
    right: 11px;
    z-index: 999;
    margin-top: 11px;
    display: none;
    cursor: pointer;
    background-image: url("/assets/img/nav.png");
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
  }

  @media (max-width: 768px) {
    #left, #logo {
      display: none;
    }

    #heading, #right{
      left: 0;
    }

    #menu{
      display: block;
    }

    #closeMenu{
      display: block;
    }

    #right{
      padding: 11px;
    }
  }
  .expnd{
    width: 20px;
  }
  
/*================emd Admin Layout=====================*/


.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*......................................column...............................................*/
.r
{
  overflow: hidden; 
}

.c1, .c1Fixed 
{
  float:left;
  width:8.33333333%;
}

.c2, .c2Fixed
{
  float:left;
  width:16.66666666%;
}

.c3, .c3Fixed
{
  float:left;
  width:25%;
}

.c4, .c4Fixed
{
  float:left;
  width:33.33333333%;
}

.c5, .c5Fixed
{
  float:left;
  width:41.66666666%;
}
.c6, .c6Fixed
{
  float:left;
  width:50%;
}
.c7, .c7Fixed
{
  float:left;
  width:58.33333333%;
}
.c8, .c8Fixed
{
  float:left;
  width:66.66666666%;
}
.c9, .c9Fixed
{
  float:left;
  width:75%;
}
.c10, .c10Fixed
{
  float:left;
  width:83.33333333%;
}
.c11, .c11Fixed
{
  float:left;
  width:91.66666666%;
}
.c12, .c12Fixed
{
  float:left;
  width:100%;
}

@media screen and (max-width: 768px) {
   .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12{
        width: 100%;
    }

    .c6 .mrl22, .c6 .mrr22{
      margin-right: 0;
      margin-left: 0; 
    }

    .fright, .fleft{
      float: none !important;
    }
}

/*....................................../column...............................................*/

/*......................................margin...............................................*/

.mr3{
  margin: 0 3px;
}
.mr5
{
  margin: 0 5px;
}

.mr6
{
  margin:0 6px;
}
.mr11
{
  margin: 0px 11px;
}
.mr22
{
  margin: 0px 22px;
}


.mr33
{
  margin: 0 33px;
}


.mr44
{
  margin: 0 44px;
}

.mr55
{
  margin: 0 55px;
}
        /*....................*/

.mrl3{
margin-left: 3px;
}
.mrl5
{
  margin-left: 5px;
}
.mrl6
{
  margin-left: 6px;
}
.mrl11
{
  margin-left: 11px;
}
.mrl22
{
  margin-left:22px;
}


.mrl33
{
  margin-left:33px;
}


.mrl44
{
  margin-left:44px;
}

.mrl55
{
  margin-left:55px;
}

        /*....................*/
.mrr3{
  margin-right: 3px;
}       
.mrr5
{
  margin-right:5px;
}
.mrr6
{
  margin-right:6px;
}

.mrr11
{
  margin-right:11px;
}
.mrr22
{
  margin-right:22px;
}


.mrr33
{
  margin-right:33px;
}


.mrr44
{
  margin-right:44px;
}

.mrr55
{
  margin-right:55px;
}

/*....................................../margin...............................................*/


/*===================padding======================*/
.pd0{
  padding: 0 !important;
}

.pd3{
  padding: 0 3px !important;
}


.pd5{
  padding: 0 5px !important;
}

.pd6{
  padding: 0 6px !important;
}

.pd11{
  padding: 0 11px !important;
}

.pd22{
  padding: 0 22px !important;
}
.pd33{
  padding: 0 33px !important;
}
.pd44{
  padding: 0 44px !important;
}
.pd55{
  padding: 0 55px !important;
}

.pdr3{
  padding-right: 3px !important;
}

.pdr5{
  padding-right: 5px !important;
}

.pdr6{
  padding-right: 6px !important;
}

.pdr11{
  padding-right: 11px !important;
}

.pdr22{
  padding-right: 22px !important;
}

.pdr33{
  padding-right: 33px !important;
}

.pdr44{
  padding-right: 44px !important;
}

.pdr55{
  padding-right: 55px !important;
}

.pdl3{
  padding-left: 3px !important;
}

.pdl5{
  padding-left: 5px !important;
}
.pdl6{
  padding-left: 6px !important;
}
.pdl11{
  padding-left: 11px !important;
}
.pdl22{
  padding-left: 22px !important;
}
.pdl33{
  padding-left: 33px !important;
}
.pdl44{
  padding-left: 44px !important;
}
.pdl55{
  padding-left: 55px !important;
}

/*===================padding======================*/


/*..........................width...................*/
  .w50{
    width: 50% !important;
  }

  .w100{
    width: 100% !important;
  }

/*.......................end width...................*/



/*===================Others=========================*/
.fleft{ float: left !important; } 
.fright{ float: right !important; }
.clear{
  clear: both!important;
}
.niceInput{
  padding: 2px 5px;
  font-size: 17px;
}

/*===================end Others=========================*/



/*=================== alert Message=========================*/

.alert{
  position: fixed;
  width: 282px;
  right: -30px;
  top: 0;
  padding-top: 99px;
  z-index: 999999!important;
}

.success, .info, .warning, .danger, .error{
  margin: 22px 0;
  min-height: 9px; 
  border: 1px solid #644848;    
  padding: 15px 22px;
  text-shadow: 0 1px 0 #fff;  
  line-height: 120%;
  text-align: left;
}

.success:hover, .info:hover, .danger:hover, .warning:hover{
  opacity: 0.8;
  cursor: pointer;
}

.success{
  border: 1px solid #60A62A;
  border-left: 5px solid #559225;
  color: #3c763d;
  background-color: #dff0d8;
}
.info{
  border: 1px solid #2A6480;
  borde-leftr:51px solid #2A6480;
  color: #24546B;
  background-color: #C1D3DC;
}
.danger, .error{
  border: 1px solid #EA5A61; 
  border-left: 5px solid #FF000D; 
  color: #D8000C;
  background-color: #FBE8E8;
}

.warning{
  border: 1px solid #755B2E; 
  border-left: 5px solid #755B2E; 
  color: #544121;
  background-color: #E0D07F;   
}
/*================end Alert Message=========*/

/*===================modal===================*/
.modal{
  position: fixed;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999 !important;
  overflow-y: scroll;
  display: none;
}

.modal-body{
  width: 75%;
  min-height: 111px;  
  border: 2px solid #337ab7;
  margin: auto;
  margin-top: 33px;
  margin-bottom: 33px;
  border-radius: 6px;
  background: #E6E6E6;
  box-shadow: 0 0 3px 2px #000000;
}

.modal-header{
  background: #398fbc;
  border-bottom: 1px solid #D9D9D9;
  min-height: 33px;
  font-size: 17px;  
  position: relative;
  border-radius: 6px 6px 0 0;
}

.modal-header h2{
  padding: 14px 22px;
  color: #EBEBEB;  
  margin: 0 !important;
  text-shadow: 1px 2px 1px #303030;
}

.modal-header button.close{
  position: absolute;
  right: -1px;
  top: -1px;
  font-size: 24px;
  background: none;
  border: none;
  font-weight: bold;  
  padding: 0 11px;
  color: #825C5C;
  background: #E5BFBF;
  border-radius: 0 6px 0 0; 
}

.modal-header button.close:hover{  
  background: #E34040;
  cursor: pointer;
  color: #FFFFFF;
}


.modal-content{
  background: #F5F5F5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  min-height: 111px;
  padding: 22px;
}

.modal-footer{
  background: #F0F0F0;
  border-top: 1px solid #D9D9D9;
  min-height: 55px;
  font-size: 17px; 
  position: relative; 
  border-radius: 0 0 6px 6px;
}

.modal-footer h2{
  padding: 22px;
  color: #676768;
  text-shadow: 1px 2px 1px #FFFFFF;
}

.modal-footer button.close{
  position: absolute;
  right: 22px;
  bottom: 9px;
  font-size: 15px;
  margin:0;
  padding: 5 9px;  
  font-weight: bold;
  color: #DD4F4F;
  background: #E5BFBF;
  border: 1px solid #E28888;
  outline: 1px solid #FFFFFF;
  text-shadow: 0 1px 0 #fff;
  border-radius: 2px;
}

.modal-footer button.ok{
  position: absolute;
  left: 22px;
  bottom: 9px;
  font-size: 15px;
  margin:0;
  padding: 5 11px;  
  font-weight: bold;
  background: #398fbc;
  border: 1px solid #1383BD;
  outline: 1px solid #FFFFFF;
  color: #fff;
}


.modal-footer button.close:hover, .modal-footer button.ok:hover{    
  cursor: pointer;
}

 @media print
 {
    .modal-header, .modal-footer{
      visibility: hidden;
    }

    .modal-body{
      border: none;
      box-shadow: none;
      /*width: 8.5in;
      height: 11in;*/
    }
 }

/*=================end modal==================*/


/*===================Loading===================*/
#loading{
  position: fixed;
  top: 0;
  right:0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  overflow-y: scroll;
  text-align: center;
  padding-top: 222px;
  font-size: 33px;
  color: #fff;
  display: none;
}

#closeLoading{
  position: absolute;
  z-index: 9999999;
  right: 0;
  top:0;
  cursor: pointer;
  padding: 5px 15px;
  background: #CD3232;
}

#closeLoading:hover{
  background: red;
}





/*=================end Loading==================*/

/*===================Others========================*/
.w960{
  width: 960px;
}

.bggray{
  min-height: 33px;
  background: #EEEEEE;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  padding: 22px 0;
}

.bglightgray{
  min-height: 33px;
  background: #FAFAFA;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  padding: 22px 0;
}

img.responsive{
  max-width: 100%;
}

.txtCenter{
  text-align: center;
}

.txtLeft{
  text-align: left;
}

.txtRight{
  text-align: right;
}

.block{
  display: block;
}

.bdr{
  border: 1px solid gray;
  padding: 33px 9px;
}

.bdr1{
  border: 1px solid gray;
}


table.nicetable{
  width: 100%;
  border-collapse: collapse;
}

.nicetable th{
  background: #377daf;
  color: #fff;
  text-align: left;
  padding: 9px;
}

.nicetable tr td{
  padding: 9px 6px;
  color: #595959;
}

.nicetable tr:nth-child(2n+1){
  background: #E8ECD7;
  
}

.nicetable tr:nth-child(2n){
  background: #FAFAFA;  
}
.nicetable tr:hover{
  background: #C4D1B5;

}


.blue{
  background: #255792;
  border: 1px solid #204067;
  outline: 1px solid #a5e8e2;
  padding: 5px 9px;
  color: #fff;
}

.blue:hover{
  background: #135DB4;
}


/*=============Tab==============*/
ul.tab{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.tab li{
   display: inline;
    margin: 0;
    padding: 0;
    float: left;
}

ul.tab li a{
    color: #474747;
    text-decoration: none;
    padding: 11px 33px;
    display: block;
    background: #d6d0d0;
    margin-right: 1px;
    text-shadow: 0 1px 0 #FFFFFF;
}

ul.tab li a:hover, ul.tab li a.active{
  background: #1E5E82;
  color: #FFFFFF;
}

.green{
  color: green;
}


