@font-face {
    font-family: Samim;
    src: url('../fonts/Samim-FD.eot');
    src: url('../fonts/Samim-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Samim-FD.woff2') format('woff2'), url('../fonts/Samim-FD.woff') format('woff'), url('../fonts/Samim-FD.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/Samim-Bold-FD.eot');
    src: url('../fonts/Samim-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Samim-Bold-FD.woff2') format('woff2'), url('../fonts/Samim-Bold-FD.woff') format('woff'), url('../fonts/Samim-Bold-FD.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: Samim;
    src: url('../fonts/Samim-Medium-FD.eot');
    src: url('../fonts/Samim-Medium-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Samim-Medium-FD.woff2') format('woff2'), url('../fonts/Samim-Medium-FD.woff') format('woff'), url('../fonts/Samim-Medium-FD.ttf') format('truetype');
    font-weight: 500;
}

html,
body {
    height: 100%;
    font-family: Samim!important;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap>.container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.RedBorder {
    border: 2px solid red!important;
}


/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/
    "\e151";
}

a.desc:after {
    content: /*"\e114"*/
    "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


/* align the logout "link" (button in form) of the navbar */

.nav li>form>button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.font-1-25 {
    font-size: 1.25rem!important;
}

.font-2 {
    font-size: 2rem!important;
}

.no-padd {
    padding: 0!important;
}

.no-padd-top {
    padding-top: 0!important;
}

.p-1 {
    padding: 1rem!important;
}

.p-2 {
    padding: 2rem!important;
}

.p-3 {
    padding: 3rem!important;
}

.pr-1 {
    padding-right: 1rem!important;
}

.pr-2 {
    padding-right: 2rem!important;
}

.pr-3 {
    padding-right: 3rem!important;
}

.pr-4 {
    padding-right: 3rem!important;
}

.p-05 {
    padding: 0.5rem!important;
}

.p-158 {
    padding: 1.58rem!important;
}

.d-ib {
    display: inline-block!important;
}

.mb-1 {
    margin-bottom: 1rem!important;
}

.mt-0 {
    margin-top: 0!important;
}

.mt-10 {
    margin-top: 10rem!important;
}

.mt-05 {
    margin-top: 0.5rem!important;
}

.mb-05 {
    margin-top: 0.5rem!important;
}

.mt-1 {
    margin-top: 1rem!important;
}

.mr-1 {
    margin-right: 1rem!important;
}

.ml-1 {
    margin-left: 1rem!important;
}

.ml-05 {
    margin-left: 0.5rem!important;
}

.color-red {
    color: red!important;
}

.color-gray {
    color: #a3a4a5!important;
}

.no-border {
    border: 0!important;
}

.no-background {
    background: transparent!important;
}

.border-box {
    border-right: 1px solid #3c8dbc!important;
    border-left: 1px solid #3c8dbc!important;
    border-bottom: 1px solid #3c8dbc!important;
}

.search {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: #00c0ef !important;
    border-left: 5px solid #eee;
}

.br-5 {
    border-radius: 5px!important;
}

.shortcut-create {
    position: fixed;
    left: 0;
}

.select2-container--krajee .select2-selection {
    border-radius: 0!important;
}

.skin-blue.wrapper.skin-blue.main-sidebar.skin-blue.left-side {
    background-color: #222d32!important;
}

.width-90 {
    width: 90%!important;
}

.overflow-auto {
    overflow-y: auto!important;
}

.button-category {
    background-color: #00a65a;
    color: #fff;
}

.backcolor {
    background-color: #51dc75!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 25px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.button-url-menu {
    background-color: #2c3b41;
    color: white;
    border: 0;
    background-color: #2c3b41;
    color: white;
    border: 0;
    margin-right: 11px;
    margin-bottom: 8px;
}

.color-black {
    color: #3c3b3b!important;
}

.content_expand_AddNewSample {
    max-height: 0;
    border-right: 2px solid #6a7fc7;
    border-left: 2px solid #6a7fc7;
    box-shadow: 5px 10px 8px #b1b1b1;
    overflow: hidden;
    overflow-y: auto;
    transition: max-height 0.5s ease-out;
    margin-top: -0.4em !important;
    margin-right: 2vw;
    margin-left: 2vw;
    margin-bottom: 1.5em;
    background-color: #efefef;
    border-radius: 0 0 0.5em 0.5em;
    z-index: 2;
}

.category {
    text-overflow: ellipsis;
    cursor: pointer;
    overflow: hidden;
    white-space: inherit;
    display: block;
    height: 75px;
}

.etc {
    font-family: 'Samim';
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.createprovider {
    width: 50px;
    left: 8px;
    position: fixed;
    z-index: 999;
    top: 58px;
}

@media only screen and (max-width: 770px) {
    .createprovider {
        left: 0;
        position: fixed;
        z-index: 999;
        top: 150px;
    }
}


/* Switch Toggle */

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 130px;
    height: 30px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    background: #ccb85d;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
    margin-top: -0.27rem;
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #ffffff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 15px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #d48561;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
    margin-top: -0.27rem;
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: -0.25rem;
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 104px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: -3px;
}


/* Transition
      ========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.input-style {
    padding: 3px;
    width: 73%;
}

.input-style2 {
    padding: 3px;
    width: 30%;
}

@media screen and (max-width: 480px) {
    .posfix {
        position: fixed;
        display: flex;
        margin: 0 auto;
        height: 13rem;
        top: 11rem;
        width: 91%;
        z-index: 1;
    }
    .mtop-10 {
        margin-top: 14rem!important;
    }
}

@media (min-width: 128px) and (max-width: 480px) {
    .posfix2 {
        position: fixed;
        display: flex;
        margin: 0 auto;
        height: 20rem;
        top: 11rem;
        width: 91%;
        z-index: 9999;
    }
    .mtop-17 {
        margin-top: 17rem!important;
    }
    .w-90 {
        width: 90%!important;
    }
}

@media (min-width: 481px) and (max-width: 2000px) {
    .w-30 {
        width: 30%!important;
    }
}

@media (min-width: 481px) and (max-width: 2000px) {
    .w-50 {
        width: 50%!important;
    }
}

@media (min-width: 128px) and (max-width: 480px) {
    .w-85 {
        width: 85%!important;
    }
}

.loader {
    background-image: url("../img/loading3.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    width: 4.5em;
    height: 4.5em;
    display: none;
    margin-right: auto;
    margin-left: auto;
}


/* end task-menu-search */

.tasksMenu {
    width: auto;
    /* display: inline-flex; */
    color: #4c4c4c;
    margin: 0;
    background-color: #ffffff;
    position: fixed;
    bottom: 0.5em;
    left: 0.5em;
    z-index: 100;
}

.tasksMenu i {
    font-size: 2em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /* background: #f8f9f5; */
}

.tasksMenu i:hover {
    color: #3f51b5!important;
    font-size: 4em!important;
    bottom: 30px;
}

.tasksMenu button {
    /* background: none; */
    border: none;
    padding: 0.2em;
}

.tasksMenu button:hover {
    cursor: pointer;
}

@import url('https://fonts.googleapis.com/css?family=Inconsolata:700');
.task-menu-container .search2 {
    position: fixed;
    bottom: 7.5em;
    left: 10px;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border-radius: 5%;
    transition: all 1s;
    z-index: 4;
}

.task-menu-container:hover {
    background-color: #3f51b5!important;
}

.task-menu-container .search2:hover {
    cursor: pointer;
}

.task-menu-container .search2::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 9px;
    width: 7px;
    height: 2px;
    background: #3c8dbc;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.task-menu-container .search2::after {
    content: "";
    position: absolute;
    margin: auto;
    top: -5px;
    right: 0;
    bottom: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #3c8dbc;
    transition: all 0.5s;
}

.task-menu-container input {
    font-family: 'Inconsolata', monospace;
    position: fixed;
    margin: auto;
    bottom: 7em;
    left: 15px;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    background: #319c93;
    color: white;
    padding: 0 80px 0 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #929090, 0 10px 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 1s;
    opacity: 0;
    z-index: 5;
    font-weight: bolder;
    letter-spacing: 0.1em;
}

.task-menu-container input:hover {
    cursor: pointer;
}

.task-menu-container input:focus {
    width: 300px;
    opacity: 1;
    cursor: text;
}

.task-menu-container input:focus~.search2 {
    background: #151515;
    z-index: 6;
}

.task-menu-container input:focus~.search2::before {
    top: 0;
    left: 0;
    width: 25px;
}

.task-menu-container input:focus~.search2::after {
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    border: none;
    background: white;
    border-radius: 0%;
    transform: rotate(-45deg);
}

.task-menu-container input::placeholder {
    color: white;
    opacity: 0.5;
    font-weight: bolder;
}

@media (min-width: 480px) and (max-width: 2000px) {
    .popover {
        max-width: 145px!important;
        top: 310px!important
    }
}

@media (min-width: 128px) and (max-width: 480px) {
    .popover {
        max-width: 145px!important;
        top: 340px!important
    }
}

.tooltip {
    position: relative;
    display: inline-block;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border: none;
    opacity: 1;
}

.toolotip:hover {
    transform: scale(1.1, 1.1);
}


/* Tooltip text */

.tooltip .tooltiptext:hover {
    border: 2px solid #7a7a7a;
    visibility: hidden;
    max-width: 150px;
    min-width: 60px;
    background-color: rgba(255, 255, 255, 0.8);
    color: rgb(75, 75, 75);
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    top: 135%;
    right: -50%;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: scale(0);
}

.tooltip .tooltiptext {
    border: 2px solid #7a7a7a;
    visibility: hidden;
    max-width: 150px;
    min-width: 60px;
    background-color: rgba(107, 107, 107, 0.8);
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    top: 135%;
    right: -50%;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: scale(0);
}

.tooltip .tooltiptext_toright {
    visibility: hidden;
    min-width: 60px;
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    z-index: 100;
    top: 140%;
    left: 0;
    font-size: 12px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    transform: scale(0);
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext,
.tooltip:hover .tooltiptext_toright {
    visibility: visible;
    transform: scale(1);
}

#icon-container .icon {
    border-radius: 50%;
    padding: 0.1em;
    background: #c5e7e685;
    color: #333333c7;
    border: 1px solid #333333c7;
    height: 25px;
    width: 25px;
}

#icon-container .icon:hover {
    border-radius: 50%;
    padding: 0.1em;
    background: #c5e7e685;
    color: #333333c7;
    border: 1px solid #333333c7;
    height: 25px;
    width: 25px;
    transform: scale(1.3, 1.3);
    transition-duration: 0.4s;
    box-shadow: 0 1px 4px #b1b1b1;
}

.popover-title {
    padding: 0!important;
    text-align: center;
}

.popover-title h4 {
    padding: 6px!important;
    margin: 0!important;
}

.popover-content {
    background-color: #3f51b5;
}


/* @media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    #printSection,
    #printSection * {
        visibility: visible;
    }
    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
} */

body.modal-open {
    overflow: hidden;
}