@charset "utf-8";

/*
body {
    font-family: Roboto Light;
    font-size: medium;
    color: #000;
    font-size: 22px;
    padding: 0;
    margin: 0
}
*/


body {
    color: #566787;
    background: #f5f5f5;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
	padding: 0;
    margin: 0
}







form {
     max-width: 300px; 
    margin: auto;
    padding: 10px 20px;
    border-radius: 8px
} 

h1 {
    margin: 0 0 30px;
    text-align: center
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,

select {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-bottom: 1px solid #555555 !important;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 10px;
    width: 93%;
    background-color: #fff;
    color: #8a97a0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 15px
}

  


button {
    padding: 7px;
    color: #FFF;
    background-color: #96057a;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    #width: 100%;
    border: 1px solid #96057a;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
    margin-top:10px;
}





label {
    display: block;
    margin-bottom: 8px;
    font-size: .9em;
    font-weight: 700
}

label.light {
    font-weight: 300;
    display: inline
}



.error {
    font-size: .5em;
    color: red;
    font-weight: 700;
    line-height: 1em
}






.dropdown {
    position: relative;
    display: inline-block;
    float: right;
    height: 2.5em;
    background-color: #FDFEFE;
}

.btn-color {
    background-color: #333;
    color: #fff;
    height: 2.5em
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    margin: 0;
    background-color: #1B2631 ;
    list-style: none;
    width: 100%;
    padding: 0
}

.dropdown:hover .dropdown-menu {
    display: block;
    color: #CCD1D1
}

.dropdown button {
    border: none;
    margin: 3px;
    padding: 1em;
    font-size: .9em;
    height: 4.5em;
    width: 98%;
    font-weight: 700
}

.dropdown a {
    display: block;
    padding: .2em .8em;
    text-decoration: none;
    color: #CCD1D1;
    font-size: .9em
}


.err_msg {
    font-size: .7em;
    color: red;
    font-weight: 700;
    line-height: 1em;
    text-align: center
}

.suc_msg {
    font-size: .7em;
    color: #266A2E;
    font-weight: 700;
    line-height: 1em;
    text-align: center
}









.table-responsive {
    margin: 30px 0;
}
.table-wrapper {
    min-width: 1000px;
    background: #fff;
    padding: 20px 25px;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding-bottom: 15px;
    background: #299be4;
    color: #fff;
    padding: 16px 30px;
    margin: -20px -25px 10px;
    border-radius: 3px 3px 0 0;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
}
.table-title .btn {
    color: #566787;
    float: right;
    font-size: 13px;
    background: #fff;
    border: none;
    min-width: 50px;
    border-radius: 2px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}
.table-title .btn:hover, .table-title .btn:focus {
    color: #566787;
    background: #f2f2f2;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
    padding: 12px 15px;
    vertical-align: middle;
}
table.table tr th:first-child {
    width: 60px;
}
table.table tr th:last-child {
    width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}	
table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}
table.table td a {
    font-weight: bold;
    color: #566787;
    display: inline-block;
    text-decoration: none;
}
table.table td a:hover {
    color: #2196F3;
}
table.table td a.settings {
    color: #2196F3;
}
table.table td a.delete {
    color: #F44336;
}
table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.status {
    font-size: 30px;
    margin: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
.text-success {
    color: #10c469;
}
.text-info {
    color: #62c9e8;
}
.text-warning {
    color: #FFC107;
}
.text-danger {
    color: #ff5b5b;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
    background: #03A9F4;
}
.pagination li.active a:hover {        
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}
