﻿* {
    margin: 0;
    padding: 0;
}

.file-preview-frame{
    display: block !important;
}

.defaultBtn, .defaultBtn:hover, .defaultBtn:focus, .defaultBtn.active, .defaultBtn:active, .defaultBtn:active:focus {
    background-color: #FF7043;
    border-color: #FF7043;
    color: white;
}

.fileUploadBtn {
    /*background-color: #ff9e80;*/
    background-color: #FF7043;
    border-color: #FF7043;
    color: white;
}

/*Global Css*/
textarea {
    height: auto;
    resize: vertical;
}

.checker span {
    color: #808080;
    border: 2px solid #808080;
}

.pr-40 {
    padding-right: 40px;
}

.pl-40 {
    padding-left: 40px;
}

.width-50 {
    width: 50px;
}

.width-80 {
    width: 80px;
}

.width-100 {
    width: 100px;
}
/*Global Css*/

/* Header design start*/
.headerSticky {
    padding-top: 48px;
}

.navbar {
    padding-right: 0;
    background: #263238;
}

.navbar-default .navbar-brand, .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand.active, .navbar-default .navbar-brand:focus {
    color: white;
    background: #263238;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
        background: #263238;
    }

.header-highlight .navbar-header:not([class*=bg-]) {
    box-shadow: none;
}

.loginHere {
    text-align: center;
    text-decoration: underline;
    margin: 20px auto 0;
    display: block;
}

.login-container .page-container {
    padding-top: 30px;
}

.navbar-brand span {
    font-size: 24px;
    margin-left: 10px;
    padding-left: 11px;
    display: none;
}

.sidebar-xs .navbar-brand span {
    display: block;
}

.sidebar-xs .navbar-brand p {
    display: none;
}
/* Header design end*/

.assetPageheading a {
    float: right;
}

.multiselect.dropdown-toggle.btn.bg-default, .multiselect.dropdown-toggle.btn.bg-default:hover, .multiselect.dropdown-toggle.btn.bg-default.active, .multiselect.dropdown-toggle.btn.bg-default:focus {
    color: black;
    background-color: white;
    border: 1px solid #ddd;
    box-shadow: none;
}

.multiselect-container > li > a > label, .select2-results__option[aria-selected=true] {
    background: #ff9e80;
}

.btn.btn-primary.btn-file {
    background: #ff9e80;
    border-color: #ff9e80;
}

.usernameLine {
    color: #979aa0;
    font-style: italic;
    font-size: small;
}

.passwordIcon i {
    position: absolute;
    right: 12px;
    top: 36px;
}


/*Roles Options*/
.rolesOptions .panel-title {
    margin: 10px 0;
}

.rolesListOptions.title h6 {
    margin: 17px 0 0;
    text-align: left;
    font-size: 14px;
}

.rolesOptions .panel-body {
    padding: 10px;
}

.rolesListOptions {
    width: 115px;
    float: left;
    display: inline-block;
    text-align: center;
    height: 50px;
}

    .rolesListOptions .checkbox-inline {
        padding: 0px;
    }

        .rolesListOptions .checkbox-inline .checker {
            top: 25px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }


/*Settings Page*/
.settingsOptions .panel-title {
    border-bottom: 1px solid #ddd;
    padding: 3px;
    margin-bottom: 10px;
}

.settingsList {
    display: flex;
    width: 100%;
    flex-wrap:wrap;
}

    .settingsList .settingsListOptions {
        width: 150px;
        text-align: center;
        float: left;
        margin: 15px 0;
        color: #65686a;
        transition: all .2s ease;
    }

.settingsListOptions:hover i {
    color: #ff7043;
}

.settingsListOptions i {
    font-size: 30px;
    transition: all .2s ease;
}

.settingsListOptions p {
    font-size: 12px;
    margin: 8px 0;
    letter-spacing: 0.4px;
}

.multidropdown button {
    text-align: left;
}

.multidropdown span {
    float: right;
}

.tabsDesign li {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.nav.nav-tabs {
    width: 70%;
    margin-bottom: 50px;
}

.nav-tabs.nav-tabs-bottom > li > a::after {
    bottom: -8px;
}

.nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #FF7043;
    width: 55%;
    margin: 0 auto;
}



.warranty {
    position: absolute;
    top: 27px;
    right: 0;
    width: 100px;
}

.dropdownCustomContain {
    list-style: none;
    padding: 0;
}

.dropdownCustom {
    display: block;
    width: 100%;
    height: 36px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .dropdownCustom a {
        color: #333;
    }

    .dropdownCustom .caret {
        float: right;
        margin-top: 3px;
    }

    .dropdownCustom .dropdown-menu {
        padding: 0;
        width: 100%;
    }

@media (min-width:769px) {
    .navbar-header {
        min-width: 200px;
    }

    .sidebar-main {
        width: 200px;
    }
}

@media(max-width:768px) {
    .headerSticky {
        padding-top: 0;
    }
}

.questiontip {
    padding-left: 5px;
    padding-bottom: 2px;
    cursor: pointer;
    padding-right: 15px;
}

.filterSearch {
    display: inline-block;
    margin-right: 3px;
    position: relative;
}

    .filterSearch:after {
        content: "\e98e";
        font-family: 'icomoon';
        font-size: 12px;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 12px;
        margin-top: -6px;
        color: #999999;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.styled {
    -webkit-appearance: checkbox !important; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox !important; /* Firefox */
}

.authenticatealign {
    margin-left: 282px;
    margin-top: 100px;
}

.authenticateheader {
    margin-top: 100px;
    margin-left: 20px
}

.embedheader {
    margin-top: 58px;
}

.embedtxtbox {
    width: 670px;
    margin-top: 18px;
    height: 390px;
    margin-left: 30px;
}

#authenticateactive {
    background-color: #FFFFFF;
    /*pointer-events:none;*/
}

.authenticatecontent {
    margin-top: -69px;
    margin-left: 15px;
    text-align: justify;
}

.calenderBlock.icon-calendar3 {
    content: "\eab4";
    color: yellow;
}

.list {
    width: 50px;
    height: 50px;
    background: rgba(255, 112, 67,1);
    border-radius: 50px;
    text-align: center;
    padding: 10px 0;
    font-size: 22px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    opacity: 0.4;
}

    .list.active {
        opacity: 1;
    }

.listContain {
    display: inline-block;
    width: 100%;
    position: relative
}

    .listContain .list:last-child {
        float: right;
    }

    .listContain:before {
        content: '';
        height: 5px;
        width: calc(100% - 100px);
        position: absolute;
        right: 50px;
        background: rgba(255, 112, 67,0.6);
        top: 0;
        bottom: 0;
        margin: auto;
    }


* {
    box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 300px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/*QRCode changes*/
.txtareaheight.form-control {
    height: 100px;
}

.ml-50 {
    margin-left: 50px;
}

.qraddpanel {
    width: 451px;
    height: auto;
    margin-top: 19px;
    margin-left: 30px;
}

.ml-33 {
    margin-left: 33px;
}

.editqrpanel {
    width: 451px;
    height: 490px;
    margin-top: 19px;
    margin-left: 30px;
}

/*QRCode changes*/
.multipleqrcode canvas {
    padding: 14px;
    width: 160px;
}

.multipleqrcode {
    width: 720px;
    height: auto;
}

.reflabel {
    padding-right: 12px;
    padding-left: 21px;
}

.Multipleqrcodelayout .col-xs-1{
    margin-bottom: 30px;
}

.Multipleqrcodelayout .col-xs-1 {
    width: 25%;
}

/*new changes*/
#sortable, #sortable1, #sortable2 {
    cursor: pointer;
}

#uniform-chkPublicData {
    margin-bottom: 2px;
}

.lblpublicdata {
    cursor: pointer;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11111;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}

.loadingAnimation {
    font-size: 44px;
    color: #FF7043;
    position: absolute;
    max-width: 45px;
    max-height: 45px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
/*qrcodelayout*/
.containDiv {
    /*max-width: 500px;*/
    margin: auto;
    position: relative;
}

.note-editor .note-editable, .containDiv {
    text-align: center;
}

.note-popover .popover-content {
    padding: 5px;
}

    .note-popover .popover-content > .btn-group {
        margin-top: 0;
        margin-right: 5px;
    }

    .note-popover .popover-content .dropdown-menu,
    .note-toolbar .dropdown-menu {
        min-width: 55px;
        max-height: 150px;
        overflow: auto;
    }

.popover.bottom.note-image-popover {
    margin-top: -10px;
}

.popover.bottom.note-air-popover {
    margin-left: -30px;
}

.note-control-selection-info {
    display: none;
}

.note-handle .note-control-selection {
    display: none !important;
}

.editormoveDelete {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto 0;
    max-height: 60px;
    min-height: 60px;
    bottom: 0;
    background: #fff;
    color: #000;
    border-radius: 2px;
    z-index: 11111;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

    .editormoveDelete .deleteIcon, .editormoveDelete .moveIcon {
        display: block;
        padding: 9px;
        font-size: 12px;
        cursor: pointer;
    }

.editorMove {
    position: absolute;
    right: 0;
    top: -10px;
    margin: auto 0;
    max-height: 27px;
    min-height: 27px;
    bottom: 0;
    background: #fff;
    color: #000;
    border-radius: 2px;
    z-index: 11111;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

    .editorMove .moveIcon {
        display: block;
        padding: 9px;
        font-size: 12px;
        cursor: pointer;
    }

.dragResizable.ui-resizable:not(.ui-resizable-autohide):after {
    content: '';
    display: block;
    border: 2px dashed #000000;
    position: absolute;
    width: calc(100% - 8px) !important;
    height: calc(100% - 8px) !important;
    top: 4px;
    left: 4px;
    pointer-events: none;
    z-index: 11;
}

.ui-resizable-ne,
.ui-resizable-se,
.ui-resizable-sw,
.ui-resizable-nw,
.ui-resizable-handle.ui-icon {
    border-radius: 40px;
    background: #999999;
    border: 2px solid #ffffff;
    width: 12px;
    height: 12px;
}

.ui-resizable-handle.ui-resizable-ne {
    top: 0;
    right: 0;
}

.ui-resizable-handle.ui-resizable-se {
    top: auto;
    bottom: 0;
    right: 0;
}

.ui-resizable-handle.ui-resizable-sw {
    bottom: 0;
    left: 0;
}

.ui-resizable-handle.ui-resizable-nw {
    top: 0;
    left: 0;
}

.containDiv h1,
.containDiv p {
    outline: 0;
    /*height: 100% !important;*/
}

.note-editable > div > p{
    min-height: 20px;
}


.dragResizable img {
    pointer-events: none;
    width: auto !important;
    max-width: 100%;
}

.btn-file {
    width: 137px;
}

.pb-50 {
    padding-bottom: 50px;
}

.qrcodelayoutbtn {
    text-align: center;
    margin: auto;
    position: relative;
}

.dropDownOpenCustom .table-responsive,
.dropDownOpenCustom .datatable-scroll-wrap {
    overflow: visible;
}

.daterangepicker.dropdown-menu {
    z-index: 1051;
}

/*new requirement changes*/
/*.sidebar-fixed .sidebar-content {
        width:201px !important;
}*/

.reportTheft tbody tr td:nth-child(3) {
    text-align: right;
    padding-right: 39px;
}

.reportDamage tbody tr td:nth-child(3) {
    text-align: right;
    padding-right: 39px;
}

.inspection tbody tr td:nth-child(4) {
    text-align: right;
    padding-right: 39px;
}

.dispflex {
    display: flex;
}

@media (min-width: 769px) {
    .sidebar-main, .sidebar-fixed .sidebar-content {
        width: 201px;
    }
}


/*new changes*/

@media(max-width:320px) {
    .settingsOptions .panel-title {
        text-align: center;
    }

    .settingsList .settingsListOptions {
        width: 100%;
    }


.sidebar-main .navigation > li > ul li.active > a, .sidebar-main .navigation > li > ul li.active > a:hover, .sidebar-main .navigation > li > ul li.active > a:focus {
    background-color: #FF7043;
}

.width-300{
    width:300px;
}
}

/*QR Editor*/
.note-popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu{
    min-width:350px;
}
.editorAddElements {
    cursor:pointer;
    width: 100%;
    padding: 2px;
    background: #eeeeee;
    border-radius: 2px;
    border: 2px solid #d5d5d5;
    transition: all .2s ease-in-out;
}
 .editorAddElements:hover {
        border-color: #FF7043;
    }
.custom-fields {
    max-width: 900px;
    margin: 0 auto;
}

 /* custom */

.file-caption-main .kv-fileinput-caption {
    overflow: hidden;
    line-height: 2;
}
.panel-flat #ddlreccuring{
    width: 135px;
}
.panel-flat #txtwarranty .form-group {
    max-width: 200px;
}
#basic-tab3 .input-group #txtfixeddate {
    width: 205px;
}

    #lblsuccessmessage {
    position: relative !important;
    width: 180px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
    margin: auto !important;
    top: 44px;
}

.errorlogindetails .alert {
    min-width: 300px !important;
    top: 33px;
    right: 0;
}
.maintainance-list-header-select .select2-selection--single {
    min-width: 142px;
    max-width: 142px;
}
.errorlogindetails {
    position: fixed;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 43px;
    z-index: 1030;
    left: 0;
    right: 0;
    margin: auto;
}
 @media (max-width: 1000px){
    .row #assetduenoofdays {
        margin-top: 10px !important;
    }
 }

.btn.btn-primary.btn-file {
    background-color: #FF7043 !important;
}

.errorlogindetails {
    position: fixed;
    align-items: center ;
    display: flex ;
    justify-content: center ;
    top: 43px;
    z-index: 1030 ;
    left: 0 ;
    right: 0 ;
    margin: auto ;
}

@media (max-width: 768px) {

    .icon-menu-open {
        display: none !important;
    }

    .nav-tabs.nav-tabs-bottom > li.active > a:after {
        width: 2px;
    }

    .datatable-header, .dataTables_filter {
        text-align: left;
    }

    .dataTables_length > label > span:first-child {
        float: left;
        margin: 8px 24px 0 0;
    }
}
@media (max-width: 364px){
    #dataTables_wrapper
    .datatable-header {
        padding: 20px 0px;
    }
}
@media (max-width: 600px) {
    .errorlogindetails {
        position: fixed;
        top: 25px;
    }

    #lblsuccessmessage {
        
        width: 180px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: 0;
        left: 0;
        margin: auto;
        top: 44px;
    }

    .alert {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    
}



