/*
    Document   : atekp
    Created on : 3 Οκτ 2018, 1:05:16 μμ
    Author     : billyk
    Description:
        Purpose of the stylesheet follows.
*/

div.input-group{
    margin-top: 3px;
    margin-bottom: 0;

     margin-top: 5px;
    margin-bottom: 5px;
    vertical-align:middle;
    margin-left:20px
}
.input-group label{

    float: left;
    padding-top: 5px;
    text-align: right;
    width: 45%;
    margin-bottom: 0px;
    margin-right: 15px;
}

.input-group .left-input-half{

    float: left;
    padding-top: 5px;
    text-align: right;
    width: 45%;
    margin-bottom: 0px;
    margin-right: 15px;
}
.input-group input[type="date"]{
    width:45%;
}

.input-group .input-half {
    width:45%;

    display:inline-block;

    vertical-align:middle;}
.store-success{
    color: rgb(60, 118, 61);
    background-color: rgb(223, 240, 216);
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
}
.store-success .fa:before {
  content: "\f0c7";
}

.delete-success{
    color: rgb( 118,60, 61);
    background-color: rgb( 240,223, 216);
    border-radius: 3px;
    padding-left: 4px;
    padding-right: 4px;
}
.delete-success .fa:before {
  content: "\f1f8";
}

.categorydiv{
    border-radius: 5px;
    border: 1px solid gray;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
.UIinputElem{
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 20px;
    padding-right: 20px;
}

.UInum{
     width: 60px;
}


[data-toggle="collapse"] .fa:before {
  content: "\f107";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f105";
}

/* The customcheck */
.customcheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: rgb(108, 117, 125);;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.checkmark2 {
    display:inline-block;
    width: 22px;
    height:22px;
    background: #c9ff00;
    border-radius:50%;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark2:before{
    content:"";
    position: absolute;
    width:3px;
    height:9px;
    background-color:#fff;
    left:11px;
    top:6px;
}

.checkmark2:after{
    content:"";
    position: absolute;
    width:3px;
    height:3px;
    background-color:#fff;
    left:8px;
    top:12px;
}


.atekp-footer{
    margin-top:35px;
 max-height: 70px;
        align-items: center;
        display: flex;
        justify-content: center;


}
/* LIST #8 */

.billykawesome li {
    list-style-type: none;
    font: 200 12px/1.5 ;
    border-bottom: 1px solid #ccc;

}
 .billykawesome-ul  ul {
    list-style-type: none;
    font: 400 16px/1.5 ;
    margin: 0;
    padding: 10;
  }

.billykawesome-ul > li {
    list-style-type: none;

}

  .billykawesome-ul li:last-child {
    border: none;
  }
  .billykawesome-ul  li  a {
    text-decoration: none;
    color: #000;
  }

  .billykawesome-ul  li > ul a {
    text-decoration: none;
    color: #000;
    -webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
    -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
    -o-transition: font-size 0.3s ease, background-color 0.3s ease;
    -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
    transition: font-size 0.3s ease, background-color 0.3s ease;
    display: block;
  }

  .billykawesome-ul  li > ul a:hover {
    font-size: 18px;
    background: #f6f6f6;
  }

  .select-box {


    cursor: pointer;
    border-radius: 0;

    border: none;
    border-bottom: 2px solid #777;

font-style: italic;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 2px;

}
  @media print {
    .pagebreak {
        break-after: always;
        break-inside: avoid;
        page-break-after: always;
        page-break-inside: avoid;
        -webkit-region-break-inside: avoid;
    }


}
