/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;

}

p {
    font-family: 'Poppins', sans-serif;
    font-size: .73rem;
    font-weight: 300;
    line-height: 1.7em;
    color: #282828;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-dd {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;*/
    user-select: none;
    border: 1px solid transparent;
    /*padding: .375rem .75rem;*/
    font-size: 10rem;
    /*line-height: 1.5;*/
    border-radius: .25rem;
    /*transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
    background: url(../images/buttons/small/button-blue.png) repeat-x;
}

.dropdown-menu {
    font-size: .75rem;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1e556c;
    color: #fff;
    transition: all 0.3s;
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

        #sidebar.active .sidebar-header h3,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.75em;
    }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.1em;
            margin-bottom: 5px;
        }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: ##1e556c;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.1em;
        }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #fff;
            background: ##1e556c;
        }

        #sidebar ul li a i {
            margin-right: 10px;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: ##1e556c;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.8em !important;
    padding-left: 30px !important;
    /*background: #6d7fcc;*/
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #0066B3 !important;
    color: #fff !important;
}

label {
    font-weight:bold;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

.invent-button-purple {
    background: url('../images/buttons/small/button-purple.png') repeat-x;
    border-color: #7b05cb;
    text-shadow: #820fef -1px -1px 0;
}
.invent-button-green {
    background: url('../images/buttons/small/button-green.png') repeat-x;
    border-color: #23a461;
    text-shadow: #36c881 -1px -1px 0;
}

.invent-button-orange {
    background: url('../images/buttons/small/button-orange.png') repeat-x;
    border-color: #cb7c03;
    text-shadow: #ef820f -1px -1px 0;
}

/* ---------------------------------------------------
    CARDS
----------------------------------------------------- */

.card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.50rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.73rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: #5795A7;
    border-color: #d8dbe0;
    color: white;
}



.card-header-ad {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: rgb(20 46 71);
    border-color: #d8dbe0;
    color: white;
    border-radius: 0.50rem;
}

.card-header-ad1 {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: brown;
    border-color: #d8dbe0;
    color: white;
    border-radius: 0.50rem;
}

.card-header-admin {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border-bottom: 1px solid;   
    background-color: #cb7c03;
    border-color: #cb7c03;
    color: white;
}




.card-header-sm {
    padding: 0.25rem .75rem;
    margin-bottom: 0;
    border-bottom: 1px solid;
    background-color: #5795A7;
    border-color: #d8dbe0;
    color: white;
}

.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.73rem;
}


.card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: .50rem;
    font-family: 'Poppins', sans-serif;
    font-size: 0.73rem;
}

.card-body a {
    color: #0066B3;
}


/* ---------------------------------------------------
    INPUT
----------------------------------------------------- */


.textbox-input-border {
    border: 1px solid #939393;
    background: #fff;
    padding: 5px 5px 5px 5px;
    height: 100%;
    border-radius: 4px;
    font-size: 11px;
}

.gray-input-decoration {
    border: 1px solid #939393;
    background: #fff;
    padding: 5px 5px 5px 5px;
    /*height: 100%;*/
    border-radius: 4px;
    font-size: 0.73rem;
}
.around-input-background {
    border: 1px solid #939393;
    background: #fff;
    padding: 5px 5px 5px 5px;
    height: 100%;
    border-radius: 4px;
    font-size: 0.73rem;
}

.gray-input-decoration-err { border:1px solid #FF0000;}
.around-input-background-error, .around-textarea-background-error { background: #fda294; border-color: #ffdddd; }
.around-input-border-error, .around-textarea-border-error { background: #fff4f4; border: 1px solid red;  }

/* ---------------------------------------------------
    table
----------------------------------------------------- */

th {
    font-family: 'Poppins', sans-serif;
    font-size: .95em;
    font-weight: 800;
    line-height: 1em;
}


td {
    font-family: 'Poppins', sans-serif;
    font-size: .73rem;
    font-weight: 300;
    line-height: 1.7em;
}

table a {
    color: blue;
}



/* ---------------------------------------------------
    card widths
----------------------------------------------------- */
.card-profile {
    min-width:25rem;
}


.ui-autocomplete {
    max-height: 150px;
    max-width:600px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    background-color: white;
    font-size: .85em;
    line-height: 1.7em;
    border:1px solid #ccc
}


.err-message { color: #fd4b30; display: none;}
.err-message-invalid { color: #FF0000 /*#fd4b30*/; display: none;/*font-weight:bold;*/}
.show-error { display: inline;}
.hide-it { display: none;}


.success-message { color: #0066B3; display: none;font-weight:bold; }


 .invent-button {
	border-style: solid;
	border-radius: 5px;
	text-align: center;
	border-width: 1px;
	cursor: pointer;
	display: inline;
	width: auto;
	color: #fff;}

.inspectionTable th {
    border-right: 2px solid white;
    border-radius: calc(0.25rem - 2px) calc(0.25rem - 2px) 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: .95em;
    font-weight: 600;
    line-height:2.7em;
    color: white;
    background-color: #5795A7;
    text-align:center;
}


.inspectionTable td {
    border-top: 1px solid #ccc;
    color: #282828;
    font-family: 'Poppins', sans-serif;
    font-size: .95em;
    font-weight: normal;
    line-height: 2.2em;
    background-color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    padding-top:8px;
}


.invent-button-default {
    background: url('../images/buttons/small/button-blue.png') repeat-x;
    border-color: #2192cc;
    text-shadow: #2bd1d3 -1px -1px 0;
}

.buttons {
    float: left;
}

input[type=text] {
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
   /*padding: 0.375rem 0.75rem;*/
    font-size: inherit;
    line-height: 2.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.around-input-border-error {
    border: 1px solid red;
    color: red;
    font-style: italic;
}


.form-control-sm {
  /*  display: block;*/
    width: 100%;
    /*padding: 0.375rem 0.75rem;*/
    font-size: inherit;
    line-height: 1.0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.divSpacer {
    height:10px;
}

.readonly {
    background-color:#E5E4E2;
}