
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */
/*==============================================
    GENERAL  STYLES
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
}

.p-radiobutton {
    vertical-align: unset !important;
}
.p-radiobutton .p-radiobutton-box {
    width: 12px !important;
    height: 12px !important;
}
.p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    box-shadow: 0 0 0 0.1rem #a6d5fa !important;
}
.p-field > label {
    margin-bottom: 0 !important;
}
.p-radiobutton-icon {
    visibility: hidden !important;
}

#wrapper {
    width: 100%;
    margin-top:50px;
}

#page-wrapper {
    padding: 15px 15px;
    min-height: 600px;
    background:#F3F3F3;

}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0;
    background-color:#fff!important;
    padding:10px;
    min-height:1050px;
}
.pad-top {
    padding-top:15px;
}
/*==============================================
    MENU STYLES
    =============================================*/

.sidebar-collapse .nav {
	padding:0;
    padding-top:50px;
}

.sidebar-collapse > .nav > li > a {
	padding:15px 10px;
    color: #214761;
font-weight: 900;
font-size: 16px;
}
.sidebar-collapse > .nav > li {
	border-bottom:1px solid #e1e1e1;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {

	background:#F3F3F3;
	outline:0;
}

.navbar-side {
	border:none;
	background-color: #fff;

}
.navbar-inverse {

background-color: #214761;
border-color: #F0F0F0;
min-height: 80px;
}


.nav > li > a > i {
    margin-right:10px;
}
.logout-spn {
    float:right;
    color:#fff;
    font-size:25px;
    font-weight:800;
    margin:20px;
    margin: 10px 25px 10px 50px;
}
    .logout-spn a {
        text-decoration:none;
    }
.active-link {
    background-color:#f3f3f3;
}

/*==============================================
    DASHBOARD STYLES
    =============================================*/
.div-square {
    padding:5px;
    border:3px double #e1e1e1;
    -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;

}

.div-square> a,.div-square> a:hover {
    color:#808080;
     text-decoration:none;
}
/*==============================================
    FOOTER STYLES
    =============================================*/
.footer {
    background-color:#214761;
    width:100%;
    color:#fff;
    padding:20px 50px 20px 50px;
     padding-left:20px;
}


    .footer > a, .footer>a:hover {

        color:#fff;
    }

/*==============================================
    MEDIA QUERIES
    =============================================*/

 @media(min-width:768px) {
     #page-wrapper{
        margin: 0 0 0;
        padding: 15px 30px;
    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;

    }


}

html {
    height: 100%;
}



.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.container {
    margin-top: 50px;
}


a { text-decoration: none; }
a:hover { text-decoration: none; }
a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

ol, ul { list-style: none; }

.error-messages {
    padding: 0;
}

.errorMessage {
    color: red;
}

.hiddenInput {
    position: relative;
}

.hiddenValue {
    display: block;
    width: 85%;
    height: 50%;
    padding: 7px;

    background-color: #fff;
    overflow: hidden;
    pointer-events: none;

    position: absolute;
    top: 31px;
    left: 9px;
}

.queueCard {
    display: flex;
}

.queueLeftSide {
    width: 80%;
}

.queueRightSide {
    width: 20%;
    text-align: end;
}

.createTaskQueueBtn {
    padding: 0 0 8px;
    text-align: end;
}

.uploadInputs {
    display: flex;
    margin-bottom: 16px;
}

.uploadInput {
    margin-right: 16px;
}

.uploadInput label {
    display: block;
    margin-bottom: 8px;
}

.errorEmptyInputs {
    margin-bottom: 8px;
    color: red;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.p-toast-message .p-toast-message-text .p-toast-detail {
    white-space: pre-line;
}