@charset "utf-8";

/* CSS Document */

/* width */
::-webkit-scrollbar {
    width: 8px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ffcdd2; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ef5350; 
  }

body {
    background-image: url('../img/background.png') ;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}

.ctiHead {
    background-color: #cc0000;
    height: 60px !important;
    color: #fff;
}

.bcButton {
    color: #000;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2e2e2+0,dbdbdb+50,d1d1d1+51,fefefe+100;Grey+Gloss+%231 */
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
    /* IE6-9 */
}

.cmButton {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+50,e1e1e1+51,f6f6f6+100;White+Gloss+%231 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
    color: #000 !important;
}

.saveButton {
    color: #000 !important;
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0);
}

.grey {
    background: #f2f6f8;
    background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 20%, #b5c6d0 21%, #e0eff9 100%);
    background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 20%, #b5c6d0 21%, #e0eff9 100%);
    background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 20%, #b5c6d0 21%, #e0eff9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
}

.grey.lighten-2 {
    background-color: #ccff00 !important;
}

.peach-gradient {
    background: #f3c5bd;
    background: -moz-linear-gradient(top, #f3c5bd 0%, #e86c57 20%, #ea2803 21%, #ff6600 76%, #ef6300 100%) !important;
    background: -webkit-linear-gradient(top, #f3c5bd 0%, #e86c57 20%, #ea2803 21%, #ff6600 76%, #ef6300 100%) !important;
    background: linear-gradient(to bottom, #f3c5bd 0%, #e86c57 20%, #ea2803 21%, #ff6600 76%, #ef6300 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#ef6300', GradientType=0) !important;
    border-radius: 8px;
}

.blue-gradient {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efc5ca+0,d24b5a+20,ba2737+20,ba2737+20,ef3e50+100 */
background: #efc5ca; /* Old browsers */
background: -moz-linear-gradient(top,  #efc5ca 0%, #d24b5a 20%, #ba2737 20%, #ba2737 20%, #ef3e50 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efc5ca 0%,#d24b5a 20%,#ba2737 20%,#ba2737 20%,#ef3e50 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efc5ca 0%,#d24b5a 20%,#ba2737 20%,#ba2737 20%,#ef3e50 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efc5ca', endColorstr='#ef3e50',GradientType=0 ) !important; /* IE6-9 */

}

.infoCage {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%
}

.searchCage {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    width: 100%
}

.list-group-item {
    border: 0px solid #ccc;
    font-size: 12px;
}

.centerAlign {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.back1 {
    background-color: #e8f1af;
    padding: 5px;
    border-radius: 5px;
}

.btn1 {
    background: #cb60b3;
    background: -moz-linear-gradient(top, #cb60b3 0%, #c146a1 20%, #a80077 21%, #db36a4 100%) !important;
    background: -webkit-linear-gradient(top, #cb60b3 0%, #c146a1 20%, #a80077 21%, #db36a4 100%) !important;
    background: linear-gradient(to bottom, #cb60b3 0%, #c146a1 20%, #a80077 21%, #db36a4 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#db36a4', GradientType=0) !important;
}

.btn2 {
    background: #fceabb;
    background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 20%, #f8b500 21%, #f8b500 54%, #fbdf93 100%) !important;
    background: -webkit-linear-gradient(top, #fceabb 0%, #fccd4d 20%, #f8b500 21%, #f8b500 54%, #fbdf93 100%) !important;
    background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 20%, #f8b500 21%, #f8b500 54%, #fbdf93 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93', GradientType=0) !important;
}

/*

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination > li {
    display: inline;
}


.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 > a, .pagination > li > 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;
}


.pagination > li {
    display: inline;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/
