﻿.hidden {
    display: none;
}

input {
    display: block;
    max-width: 100%;
    border: 1px solid #0027e0;
    border-radius: 3px;
    padding-left: 5px;
    width: 100%;
}

    input:hover {
        border: 1px solid orange;
    }

    input:focus {
        border: 0px solid green;
    }


.btn-1-form {
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial !important;
    padding: 5px 10px 5px 10px;
    max-width: 40%;
    font-size: 14px;
}

    .btn-1-form:hover {
        background: rgba(0,39,224,0.5);
        color: white;
    }

    .btn-1-form:active {
        background: rgba(0,39,224,0.2);
    }

    .btn-1-form:focus {
        outline: 0 !important;
    }

.btn-filter-apply {
    /* border-radius: 10px;*/
    cursor: pointer;
    border:none;
    font-weight: bold;
    font-family: Arial !important;
    padding: 2px 10px 2px 10px;
    color: white;
    width: 100%;
    font-size: 14px;
    background: #199BE2;
}

    .btn-filter-apply:active {
        background: rgba(0,39,224,0.2);
    }

    .btn-filter-apply:focus {
     /*   border-radius: 10px;*/
    }

.ribbon-green {
    width: 0px;
    height: 60px;
    border-left: 10px solid green;
    border-right: 10px solid green;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -8px;
}

.ribbon-red {
    width: 0px;
    height: 60px;
    border-left: 10px solid red;
    border-right: 10px solid red;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -8px;
}

.ribbon-orange {
    width: 0px;
    height: 60px;
    border-left: 10px solid violet;
    border-right: 10px solid violet;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -8px;
}

.ribbon-blue {
    width: 0px;
    height: 60px;
    border-left: 10px solid blue;
    border-right: 10px solid blue;
    border-bottom: 10px solid transparent;
    position: relative;
    top: -8px;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-family: Raleway;
    position: absolute;
    padding: 3px 20px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
}

[data-title] {
    position: relative;
}


select {
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}

/*DataTable*/
.dataTables_filter {
    width: 50% !important;
    font-size: 18px !important;
    margin-bottom: 10px;
}

    .dataTables_filter label {
        width: 100% !important;
    }

    .dataTables_filter input {
        display: inline-block !important;
        max-width: 50%;
        background: white !important;
        font-size: 12px;
    }

.dataTables_length {
    font-size: 16px !important;
  /*  font-weight: bold;*/
}

    .dataTables_length select {
        background: white !important;
    }

.dataTables_paginate {
    font-size: 14px;
   /* font-weight: bold;*/
}

    .dataTables_paginate span a {
        border-radius: 50% !important;
       /* padding: 3px 8px 5px 8px !important;*/
        color: white !important;
        /*background:#01007c !important;*/
        background: white;
    }

.dataTables_info {
    font-size: 14px;
   /* font-weight: bold;*/
}

tbody td {
    padding: 0px !important;
}



/*Header*/

header .container {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.logo-header {
    width: 55px;
}

.icon-nav-header {
    font-size: 18px;
    cursor: pointer;
    color:black;
    margin-left: 10px;
    font-size:18px;
}

    .icon-nav-header:hover {
        color: #536CC1;
        font-size:20px;
    }

.name-userLogin {
    font-size: 14px;
    margin-right: 20px;
   /* font-weight: bold;*/
}

.col-nameUserLogin {
    text-align: right;
}


.load-div{
    text-align:center;
    margin-top:20px;
}
.icon-load-login{
    font-size:25px;
}

.col-main-load {
   /* background: #eee;*/
    text-align: center;
    padding-top: 20px;
}

.label-loading {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 18px;
    color: #607D8B;
}

