@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

.pointer:hover{
    cursor: pointer;
}

body{
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

input[type="radio"], input[type="checkbox"]{
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

body.sidebar-toggeled .mini-sidebar-menu {
    transform: translateX(0);
}
@media only screen and (min-width: 768px) {
    body.sidebar-toggeled .content-wrapper {
        padding-left: 240px;
    }
}
@media only screen and (max-width: 767px) {
    body.sidebar-toggeled .content-wrapper {
        transform: translateX(250px);
        
    }

    .content-wrapper {
        margin-left: -19px !important;
    }
}
.content-wrapper {
    transition: all .3s ease-in-out;
    padding: 100px 30px 40px;
    margin-left: -40px;
    margin-right: -20px;
    height: 100vh;
    overflow: auto;
    overflow-x: hidden;
}

.dropdown-item:hover{
    background-color: #cdf5e7;
    cursor: pointer;
}

.borderless tr{
    border-top: hidden;
}

.btn:focus{
    outline: none !important;
}

.btn-site{
    background-color: #007070;
    color: white;
    border: 0;
}

.btn-site:hover{
    background-color: rgb(0, 112, 112,0.8);
    border: 0;
}

.btn-site:focus{
    background-color: #007070;
    outline: none !important;
    box-shadow: none;
}

.btn-outline-site, .btn-outline-disabled{
    border: 2px solid #007070;
    color: #007070;
}

.btn-outline-site:hover{
    background-color: #007070;
    color: white;
}

.btn-primary{
    background: #07706e;
    border-color: #07706e;
}
.btn-primary:hover {
    background-color: #028482;
    border-color:#028482;
}
.btn {
    text-decoration: none !important;
}
.btn-default {
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.btn-default:hover {
    background-color: #dbdada;
    border-color: #dbdada;
}

.multiline-button{
    background-color: #007070;
    color: white;
    height: 40px;
}

.panel{
    background-color: white;
    border-radius: 8px;
    padding: 20px 20px;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:visited{
    background-color: #007070;
    border: #007070;
}

.form-notice{
    color: red;
    font-size: 13px;
}

.form-action{
    margin-top: 20px;
}

.form-control:focus,
.uneditable-input:focus {   
  border-color: #007070;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #007070;
  outline: 0 none;
}

textarea{
    resize: none
}

.input-error{
    border: 3px solid red;
}

.notice-text{
    color: red;
    font-size: 14px;
}

.form-section-title{
    color: #007070;
    font-size: 20px;
    font-weight: bold;
}

#tag_holder{
    height:150px;
    overflow-y:scroll;
    padding: 6px;
}

.tag_content{
    display: inline-block;
    background-color: #676d6d;
    color: white;
    border-radius: 10px;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 8px;
    margin-right: 5px;
}

.tag_content.tag_selected{
    background-color: #007070;
}

.tag_content_mini{
    display: inline-block;
    background-color: #007070;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 5px;
    margin-bottom: 4px;
}

.disabled-link{
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}

.filter{
    padding: 40px 50px;
    background-color: rgb(241, 241, 241);
    border-radius: 5px;
    margin-bottom: 20px;
}
/* Modals styles */
.modal-exlg{
    max-width: 95% !important;
}


/* other */
@media (min-width:380px) and (max-width:800px) {
    .squised-div{
        text-align: center;
        /* width: 100%; */
    }

    .squised-div a, .squised-div button {
        margin-bottom: 5px;
        width: 100%;
    }
}
