/*!
  
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
  
.swal2-container {
        position: fixed;
        bottom: 0;
        right: 0;
        padding-left:70px;
        /*zoom: 1.3;*/
        /*display: block;*/
       
      }
      
      .swal2-popup {
        font-size: 1.5rem !important;
      }

 
 
.footer .footer-inner .footer-content {
             background-color: #dcdddc;
             position: absolute;
             left: 0px;
             right: 0px;
             bottom: 0px;
             padding: 1px;
             line-height: 30px;
             border-top: 3px double #E5E5E5;
             height: 40px;
             vertical-align: middle;
             font-size: 12px;
}
 




/*TABLE*/
    #dropdown tr td {
        padding: 0px;
    }

        #dropdown tr td:nth-child(1) {
            width: 80px;
        }

        #dropdown tr td:nth-child(2) {
            width: 130px;
        }

        #dropdown tr td:nth-child(3) {
            width: 80px;
        }

        #dropdown tr td:nth-child(4) {
            width: 200px;
        }

        #dropdown tr td:nth-child(5) {
            width: 120px;
        }
    /*TABLE*/

 
    .row {
        margin-top: 0px;
        padding: 1px 1px;
    }

    .clickable {
        cursor: pointer;
    }

    .panel-heading span {
        margin-top: -20px;
        font-size: 10px;
    }

    .panel {
        margin: 0 !important;
        padding: 0 !important;
    }

    .borderless td, .borderless th {
        border: none;
    }

    .panel-body {
       /*background: #e3f2fd;*/
        /*background: #D8DEAE;*/
    }
 

 /*gridview*/


.Grid  table  tbody  tr  td a ,

.Grid  table  tbody  tr  td  span {
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.Grid  table > tbody > tr > td > span {
/*z-index: 3;*/
color: #fff;
cursor: default;
background-color: #154890;
border-color: #154890;
}

.Grid table > tbody > tr > td:first-child > a,
.Grid table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.Grid  table > tbody > tr > td:last-child > a,
.Grid  table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.Grid  table > tbody > tr > td > a:hover,
.Grid    table > tbody > tr > td > span:hover,
.Grid  table > tbody > tr > td > a:focus,
.Grid table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview */

/*-------------------GRID START------------------------------*/

.Grid {background-color: #fff; width:100%;  font-size: 1.2em; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;text-align: center; }

.Grid td {
      word-wrap:break-word;
  /*word-break:break-all;
    word-break:break-all;*/
   /*white-space:fixed;*/

        /*table-layout:fixed;*/
       
      padding: 1px;

      border: solid 1px #c1c1c1; }

.Grid th  {

      padding : 4px 2px;
      text-align: center;
      color: #fff;
      background:  #990033  url(Images/grid-header.png) repeat-x top;
      border-left: solid 1px #525252;

      font-size: 1.0em; }

.Grid th a  { color: #fff; }

 

.Grid .pgr a:hover { color: #000; text-decoration: none; }

 /*--------------GRID VIEW END-----------------------------------*/



 /*--------------GRID 2 START------------------------------------*/

.Grid2 {background-color: #fff; width:100%;  font-size: 1.2em; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; font-family:Calibri; color: #474747;text-align: center; }

.Grid2 td {
      word-wrap:break-word;
  /*word-break:break-all;
    word-break:break-all;*/
   /*white-space:fixed;*/

       /* table-layout:fixed;*/
       
      padding: 1px;
      border: solid 1px #c1c1c1; }

.Grid2 th  {

      padding : 4px 2px;
      text-align: center;
      color: #fff;
      background:  #5A8F29  url(Images/grid-header.png) repeat-x top; 
      border-left: solid 1px #525252;
      font-size: 1.0em; }

 

.Grid2 .pgr a:hover { color: #000; text-decoration: none; }
 /*--------------GRI2D VIEW END-----------------------------------*/

 /*.grdSearchResultbreakword
{
  word-wrap:break-word;
  word-break:break-all;
}*/

 
  .panel-body {
      background: #e3f2fd;
  }

 
.panel-info {
    border-color: #bce8f1;
}

/* Toggle */
.switch { display: inline-block; height: 12px; position: relative; width: 30px; }
.switch input { display: none; }
.slider { background-color: #e0e0e0; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: 0.5s; }
.slider:before { background-color: #fff; border: solid 1px #f9f9f9; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); bottom: -2px; content: ""; height: 16px; left: -2px; position: absolute; transition: 0.5s; width: 16px; }
.slider.round, .slider.round:before { border-radius: 25px; }
input:checked + .slider { background-color: rgba(26, 35, 126, 0.15); }
input:checked + .slider:before { background-color: #1a237e; border: solid 1px #1a237e; transform: translateX(18px); }
input:focus + .slider { box-shadow: 0px 0px 1px #1a237e; }