
body{
  background: #f6f6f6;
}

textarea.form-control {
  resize:none;
}

a:hover , a:focus {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-weight: 300;
}

.panel-primary>.panel-heading{
  background-color: #3c8dbc;
  border-color: #3c8dbc;
}

::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  
  background-color: #F5F5F5;
}

::-webkit-scrollbar
{
  width: 6px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
  background-color: #555;
}

.footer{
  background: #3c8dbc url(../image/footbg.jpg) no-repeat;
  padding: 10px;
}

.footer p{
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.4);
}

/* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {
      /*min-height: 685px;*/
      background-color: #f6f6f6;
          /*margin-top: 10px;*/
    }
    
    /* Set gray background color and 100% height */
    .sidenav {
        /* padding-top: 20px; */
        background-color: #f1f1f1;
        height: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
   
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
        padding-bottom: 40px;
      }
      .row.content { height: auto; } 
    }

    .form-control {
        border-radius: 0;
        box-shadow: none;
        border-color: #888;
        height: 26px;
      }

    .navbar-brand {
        /*background-color: #367fa9;*/
        color: #fff !important;
        border-bottom: 0 solid transparent;
        transition: width .3s ease-in-out;
        display: block;
        float: left;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        width: 230px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        padding: 0 15px;
        font-weight: 300;
        overflow: hidden;
    }

    .navbar-inverse{
      background-color: #3c8dbc;
      /*background-color: #fff;*/
      border-color: transparent;
    }

    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background: rgba(0,0,0,0.1);
  color: #f6f6f6;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
       background: rgba(0,0,0,0.1); 
    /*color: #000;*/
    text-decoration: underline;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
        text-transform: capitalize;
}

#myNavbar{
  float: right;
}

.content-header {
  position: relative;
    padding: 10px 5px 10px 15px;
    background: #3c8dbc;
    border-radius: 0px 0px 0px 0px;
}

.content-header>h1  {
  margin: 0;
  font-size: 24px;
  color:#fff;
  /*text-shadow:0px 0 2px #000;*/
  text-transform: capitalize;
}

.content-header small{
  color:#fff;
}



.full-content{
  background-color: #f6f6f6;
    min-height: 685px;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #3c8dbc;
    margin-top: 3px;
    border-radius: 3px;
    padding-bottom: 20px;

}

#dashboard{
  /*background-color: #f6f6f6;*/
background: url(../image/dash_bg4.jpg) no-repeat fixed top left;
    z-index: 800;
    min-height: 685px;
    background-size: cover;
}    

.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
    white-space: nowrap;
  overflow: hidden;
}

.sidebar-menu>li {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 2px solid transparent;
  border-bottom: 2px solid #ccc;
  background-color: transparent;
  transition:  all 0.7s;
}

.sidebar-menu>li:hover {
  border-left: 2px solid #3c8dbc;
  padding-left: 2px;
  background-color: #ffffff;
}

.sidebar-menu>li>a {
  padding: 10px 5px 10px 5px;
  display: block;
    border-left: 3px solid transparent;
    text-decoration: none;
}

.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

.sidebar-menu>li.header {
  color: #4b646f;
  background: #1a2226;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
  width: 10px;
}

.sidebar-menu li>a>.pull-right {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -7px;
}

.box {
  position: relative;
  border-radius: 0px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.box.box-primary {
  border-top-color: #3c8dbc;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.box-header>.fa, .box-header>.glyphicon, .box-header>.ion, .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

.fa.big_file_ico{font-size: 77px;    text-align: center;    margin: auto;    float: none;    display: block; padding-top: 10px;}

.file_name{display: block;padding: 10px 0px; text-align: center;}

.box-body p{
  margin: 5px 0 ;
}

i { margin-right: 10px;}

.form-horizontal .control-label {
  text-align: left;
}


.prev_frame {
  height: 200px;
  width: 100%;
}

.cmnt_rply_box{
  /*border-bottom: 1px solid #ccc;*/
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}

/*category*/
.info_table button{
  /*margin-right: 10px;*/
}

.btn-single{
  width: 130px;
}

.text-red {
    color: #dd4b39 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.info_table td{
  height: 51px;
  vertical-align: middle !important;
}

.info_table table{
  margin-bottom: 0;
}

.li_category li{
  width:33%;
  /*display: inline-block;*/
  float: left;
}

.checked_box span{
  font-weight: 800;
  color: firebrick;
  font-style: italic;
}

.un_checked_box span{
  font-weight: 800;
  color: green;
  /*font-style: italic;*/
}

.navbar-brand>img {
    height: 50px;
}

/*//Added css class nodata to show no data message by manas date 29-01-2016*/
.nodata
{
  text-align: center;
  color: firebrick;
  font-weight: bold;
}

.modal .modal-header {
  border-bottom: none;
  position: relative;
      background: #2098d1;
    color: #fff;
    padding: 8px 15px;
}
.modal .modal-header .btn {
      position: absolute;
    top: -12px;
    right: -12px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 5px;
    line-height: 1px;
    border-radius: 0;
    box-shadow: 0px 0px 1px rgba(255,255,255,.9);
}
.modal .modal-footer {
  border-top: none;
  padding: 0;
}
.modal .modal-footer .btn-group > .btn:first-child {
  border-bottom-left-radius: 0;
  border-radius: 0;
}
.modal .modal-footer .btn-group > .btn:last-child {
  border-top-right-radius: 0;
  border-radius: 0;
}

.modal-dialog{
  width: 80%;
  margin-top: 7%;
}

/*Added css for notice message by manas date 30-01-2016*/

.notice_msg{
    /*margin: 4px 0px;*/
    border-radius: 2px;
    /*border: 2px solid rgb(59, 173, 214);*/
    box-shadow: rgba(0, 0, 0, 0.0980392) 0px 2px 4px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 45px;
    
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    padding: 13px;
    font-weight: bold;
    position: absolute;
    width: 99%;
    top: 0;
    -webkit-animation-name: flip-in;
  -webkit-animation-duration: 3s;
}

#add_msg{background-color: rgb(50, 179, 106);} 

#add_msg:before{
      content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 4px;
    border-radius: 15px;

}

#dlt_msg{background-color: #BF1E4B;}

#dlt_msg:before{
      content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    padding: 4px;
    border-radius: 15px;
}
}

@-webkit-keyframes fade-in {
  0%   { opacity: 0; }
  50%   { opacity: .5; }
  100% { opacity: 1; }
}

@-webkit-keyframes flip-in {
  0%   { transform: perspective( 900px ) rotateX( 45deg ); }
  50%   { transform: perspective( 900px ) rotateX( -45deg ); }
  100% { transform: perspective( 900px ) rotateX( 0deg ); }
}

/*end of manas css*/

.complaint td , .complaint th{
  vertical-align: middle !important;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 Middle Allign the td contents
****************************************************/   
.centertd td{
  vertical-align: middle !important;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 fix the td height
****************************************************/ 
.tdfix td{
  height:37px !important;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 For padding of the contents in accordion content
****************************************************/ 
.accordion-inner{
  padding-top: 10px;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 Remove extra space in checkbox div
****************************************************/ 
.checkbox {
  margin: 0;
}

/***************************************************
 Change by: Avinash
 29.1.2016
 Better view of logo image
****************************************************/ 
.navbar-brand{
  /*background-color: #fff !important;*/
}

.navbar-brand > img {
  padding-top: 0px;
}


@media only screen and (max-width: 950px) {
  .unseen table td:nth-child(6), 
  .unseen table th:nth-child(6) {display: none;}
}

/***************************************************
 Change by: Avinash
 6.2.2016
 Complaint modal resize
****************************************************/ 
#complainModal .modal-dialog{
  width: 50%;
}
@media (max-width: 768px){
  #complainModal .modal-dialog{
    width: auto;
  }
}

.a_more a{
  cursor: pointer;
}

.info_table table>thead>tr>th ,.info_table table>tbody>tr>td{
  /*padding: 5px 10px !important;*/
  border: 1px dotted #ccc;
  text-align: center;
}

/*Side Menu bar*/
@media (min-width: 768px)
.menu-content {
    display: block;
}

.menu-content{
   border: 1px solid #3c8dbc;
    height: 685x;
    background: #fff;
    border-radius: 3px;
}

.menu-content, .menu-content li {
    list-style: none;
    padding: 0px;
    margin: 3px 2px;
    line-height: 28px;
    cursor: pointer;
    border-radius: 3px;
}


.menu-content :not(collapsed) .arrow:before,
.menu-content li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f055";
  display: inline-block;
  /*padding-left: 10px;*/
  padding-right: 5px;
  vertical-align: middle;
  float: right;
}
.menu-content .active,
.menu-content li .active {
  border-left: 3px solid #d19b3d;
  background-color: #4f5b69;
}

.menu-content .sub-menu{
  padding-left: 5px;
  margin-left: 5px;
}

#menu-content .sub-menu:before{
  border-left: 1px dotted #ccc;
}

.menu-content .sub-menu li.active,
.menu-content li .sub-menu li.active {
  /*color: #d19b3d;*/
}
.menu-content .sub-menu li.active a,
.menu-content li .sub-menu li.active a {
  /*color: #d19b3d;*/
}
.menu-content .sub-menu li,
.menu-content li .sub-menu li {
  background-color: #181c20;
  border: none;
  /*line-height: 28px;*/
  border-bottom: 1px solid #23282e;
  margin-left: 0px;
  /*padding-left: 15px;*/
}
.menu-content .sub-menu li:hover,
.menu-content li .sub-menu li:hover {
  background-color: #020203;
}
.menu-content .sub-menu li a:before,
.menu-content li .sub-menu li a:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  /*padding-left: 10px;*/
  padding-right: 5px;
  vertical-align: middle;
}
.menu-content li {
  padding-left: 0px;
  border-left: 3px solid #2e353d;
  border-bottom: 1px solid #7db9e8;
  border-top: 1px solid #7db9e8;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMmNkZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(125,185,232,0) 0%, rgba(162,205,229,1) 100%);
background: -webkit-linear-gradient(top,  rgba(125,185,232,0) 0%,rgba(162,205,229,1) 100%);
background: linear-gradient(to bottom,  rgba(125,185,232,0) 0%,rgba(162,205,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#a2cde5',GradientType=0 );

  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;

}
.menu-content li a {
  text-decoration: none;
  color: #000;
  padding-left: 7px;
  display: block;
}
.menu-content li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
.menu-content li:hover ,.menu-content li.active {
  border-left: 3px solid #2D95E5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EyY2RlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(162,205,229,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(162,205,229,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(162,205,229,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cde5', endColorstr='#007db9e8',GradientType=0 );  
}

.menu-content li.active a:after{
  content: "\f0a5";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: nome;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    /*top: 10px;*/
    right: 0;
}

.menu-content li:hover a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .menu-content {
    position: absolute;
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    display: none;
    margin-top: 30px;
    z-index: 9999;
  }
  .menu-content-main .toggle-btn {
    display: block !important;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 5px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
    border: 1px solid;
  }
  
}
@media (min-width: 768px) {
   .menu-content {
    display: block !important;
    height: 100% !important;
  }
}

.menu-content-main .toggle-btn {
  display: none;
}

#menu-content li a .label {
  margin: 7px 3px;
  float: left;
}

hr{
  margin-top: 5px;
  margin-bottom: 5px;
  border:1px solid #ccc;
}

#menu-content li.usr_typ{
  background: #3c8dbc;
  margin: 0;
  border-left: 3px solid transparent;
  border-radius: 0;
  height: 47px;
  border-left: transparent;
  color: #fff;
  border-bottom: 1px solid #3c8dbc;
  border-top: 1px solid #3c8dbc;
}

.usr_typ span{
    font-size: 20px;
    padding-left: 5px;
    line-height: 41px;
    /* text-shadow: -1px 1px 6px #fff, 1px -1px 12px #fff; */
    text-transform: capitalize;
}

#dash_bg{
      /*background: rgba(255,255,255,1);*/
    padding: 15px;
    /*box-shadow: 0px 0px 1px 2px #ccc;*/
}

/*Dashboard Menu*/
.small-box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 30px;
    background-color: #00bcd4 !important;
    border-radius: 3px;
}

.bgm-cyan {
    
}

.small-box:before {
    -webkit-transition: width;
    -o-transition: width;
    transition: width;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    width: 60px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
}

.small-box-footer:hover .small-box:before {
  width:100%;
  }

.small-box .icon {
    padding: 21px 17px;
    float: left;
}

.small-box .inner {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    padding: 16px 12px;
}

.small-box .inner > p, .small-box .inner > small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.small-box .inner > small {
    margin-bottom: 2px;
    display: block;
}

.small-box .inner > p {
    margin: 0;
    line-height: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}

a.small-box-footer:hover {
  text-decoration: none;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

.small-box .icon i{
    margin-right: 0;
    font-size: 30px;
    color: #FFF;
}

.small-box .label{
  position: absolute;
  top: 0;
  right: 0px;
}

.info_table .box{
  border-radius:0;
}

.info_table .no-padding{
  padding: 0;
}

.info_table > table tr:nth-child(1) td{vertical-align: top !important;}

table.nopad2 td:nth-child(2) {
  padding: 2px;
  text-align: center;
}
table.nopad3 td:nth-child(3) {
    padding: 2px;
    text-align: center;
}

table.nopad4 td:nth-child(4) {
    padding: 2px;
    text-align: center;
}

table.nopad5 td:nth-child(5) {
    padding: 2px;
    text-align: center;
}

table.nopad6 td:nth-child(6) {
    padding: 2px;
    text-align: center;
}

table.nopad7 td:nth-child(7) {
    padding: 2px;
    text-align: center;
}


select.form-control,input[type='file'].form-control{
  padding: 1px 12px;
}

.info_table a{
  color: #333;
  display: block;
  background: #eee;
  /*padding-left: 16px;*/
  padding: 5px;
}

.info_table a:hover , .info_table a:active{
  color: #fff;
  background: #3c8dbc;
  font-weight: bold;
}


.menu .accordion-group{
  border:1px solid #3c8dbc;
}

.menu .accordion-inner{
  padding-top: 0;
}

.menu .accordion-toggle[aria-expanded="true"]{
   color: #fff;
  background: #3c8dbc;
  font-weight: bold;
}


.menu a:before{
   content: "\f04b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
/*--adjust as necessary--*/
    /*color: #000;*/
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    left: 25px;
}


.menu a:after{
   content: "\f13a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
/*--adjust as necessary--*/
    /*color: #000;*/
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    right: 16px;
}

.accordion-inner table{
    border: 2px solid #bbb;
}


.dotborder {
  border:1px dotted #ccc;
}

.info_table .input-group-addon{
      padding: 2px 5px;
    border-radius: 0;
}

.borderbtm{
  border-bottom:1px solid #ccc;
}

.martopneg{
  margin-top: -10px;
}

.edit_cat_span span{
      background: #eee;
    border-radius: 0;
    color: #111;
    border:1px solid #ccc;
    display: inline-block;
    height: 26px;
    line-height: 24px;
    padding: 0 10px 0 10px;
    position: relative;
    margin: 0 10px 0px 0px;
    font-weight: bold;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.edit_cat_span span:hover {
  /*background-color: firebrick;
  color: white;*/
  border-bottom: 1px solid firebrick;
}

.content>.row{
  margin-right: 0;
  margin-left: 0;
}


.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

/********************************************************************/
/*** PANEL PRIMARY ***/
.with-nav-tabs.panel-primary .nav-tabs > li > a,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
    color: #333;
    background: #fff;
}
.with-nav-tabs.panel-primary .nav-tabs > .open > a,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-primary .nav-tabs > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li > a:focus {
  color: #fff !important;
  background-color: #3071a9;
  border-color: transparent;
}
.with-nav-tabs.panel-primary .nav-tabs > li.active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.active > a:focus {
  color: #333 !important;
    background-color: #fff;
    border-color: #428bca;
    border-bottom-color: transparent;
    font-size: 16px;
    font-weight: 700;
    border-width: 1px;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #428bca;
    border-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #fff;   
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #3071a9;
}
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-primary .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    background-color: #4a9fe9;
}
/********************************************************************/

.corp_img , .coun_img{
  max-height: 110px;
}
 
.noborder thead>tr>th, .noborder tbody>tr>td{
  border:1px solid transparent !important;
}

/********************************************************************/


#confirm_modal .modal-dialog{
  width:500px;
}


#confirm_modal .modal-header{
  color: #eee;
    background-color: #3c8dbc;
    font-size: 20px;
    padding: 5px 10px;
}

#confirm_modal .modal-body{
  overflow: hidden;
    display: table;
    position: relative;
    width: 100%;
    padding: 15px 20px;
    background-color: rgba(255,255,255,.98);
    font-size: 16px;
}



#confirm_modal .modal-body .icon-wrapper {
    position: relative;
    height: 100%;
    display: table;
    font-size: 60px;
}

#confirm_modal .modal-body .body-text-wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 10px;
}

#confirm_modal .modal-footer {
    background-color: #3c8dbc;
    text-align: center;
    padding: 6px;
}

#confirm_modal .modal-header .btn{
      top: 5px;
    right: 5px;
    background: transparent;
    color: #fff;
    border: none;
    box-shadow: none;
}

#cont-box{
  overflow: auto;
}

.tax_boxes {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 1px 1px rgba(204,204,204,.8);
    margin-bottom: 10px;
}

.tax_boxes h4 {
    background: #3c8dbc;
    padding: 5px;
    margin: 0;
    color: #fff;
    text-align: center;
}

span.form-control{
  text-align: center;
  padding: 2px 5px;
}


#pwdDiv{
  position: absolute;
  z-index: 9999;
  top: 51px;
  width: 300px;
  right: 60px;

}

#pwdDiv .panel-default{
  border-radius: 0;
}



#pwdDiv .help-block{
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: bold;
}

.txtSuccess{
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
  color: green;
  font-weight: bold;
}

#pwdDiv .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 34px;
}


/*New css added for loader image and success message content date 02-05-2016 */

.loader{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(255,255,255,.6);
}

.loader >img{
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 45%;
  /*height: 36px;
  width: 36px;*/
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

#all_transaction>table caption{
    text-align: center;
    color: #fff;
    background: #000A10;
    font-size: 16px;
    font-weight: bold;
        width: 150px;
}

.text-active {
    background: green;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding: 0 6px;
}

.text-inactive {
    background: red;
    color: #fff;
    font-style: italic;
    font-weight: bold;
    padding: 0 6px;
}

#all_transaction table{
  position: relative;
}

@media screen and (max-width: 500px) {
  #all_transaction table{
    font-size: 10px;
  }  

  .icon, .inner small{
    display: none !important;
  }
}

.update_box{
  width: 100px;
    padding: 0;
}

.update_box_btn{
    height: 24px;
    padding: 1px 10px;
}

.mob_no_div{
  position: relative;
      display: inline;
}

.otp_no_div{
  position: relative;
      display: inline;
}

.cust_err_msg{
  font-weight: bold;
}

.my_noti{
  position: fixed;
    background: rgba(48, 191, 48, 0.85);
    padding: 14px;
    line-height: 1.4;
    z-index: 1000;
    pointer-events: none;
    color: rgba(250,251,255,0.95);
    font-size: 90%;
    font-weight: bold;
    box-shadow: 0 25px 10px -15px rgba(0,0,0,0.05);
    max-width: 280px;
    top: 55px;
    right: 16px;
    max-width: 300px;
    border-radius: 5px;
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
  0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); }
}

@keyframes animScale {
  0% { opacity: 0; -webkit-transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
  100% { opacity: 1; -webkit-transform: translate3d(0,0,0) scale3d(1,1,1); transform: translate3d(0,0,0) scale3d(1,1,1); }
}