html {
    height: 100%;
}


input[type=text]::-ms-clear {
    display: none;
}

body {
    background: #f2f2ed;
    height: 100%;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.text-left {
    text-align: left;
}

.active-date {
    color: #F4D200;
}

.modal-footer .btn {
    margin: 0;
}

select {
    line-height: 35px;
}

#loading {
    background-color: black;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    #loading img {
        position: absolute;
        top: 44%;
        left: 49%;
    }

a:hover {
    color: #f4d200;
}

select {
    line-height: 35px;
}

.logo-container {
    background-color: #303740;
    background-image: url(../images/background-pattern.png);
    background-repeat: repeat-x;
    background-size: 75%;
}

.sidebar-user-profile .avatar {
    border: 3px solid #f4d200;
}

    .sidebar-user-profile .avatar img {
        height: 64px;
        width: 64px;
        border-radius: 64px;
    }

.sidebar-user-profile .ul-icons .icon-list li a:hover {
    border-color: #f4d200;
}

.sidebar-user-profile .ul-icons {
    text-align: center;
}

.main-menu li.active, .main-menu li:hover {
    border-left: 2px solid #f4d200;
}

    .main-menu li.active a {
        color: #f4d200;
    }

.sidebar-left {
    height: 100%;
}

.sidebar .widget-boxes {
    background: #191d22;
    width: 100%;
    box-shadow: none;
    position: absolute;
    bottom: 0px;
}

    .sidebar .widget-boxes a .counters {
        width: 50%;
        height: 125px;
        margin: 1px -1px 0;
        background: #fff;
        display: inline-block;
        border: none;
        text-align: left;
        padding: 7%;
        position: relative;
        background: #20252b;
        color: #8e9aa4;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .sidebar .widget-boxes a:hover .counters {
        background: #191d22;
        color: #f4d200;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }


    .sidebar .widget-boxes a .counters em {
        font-size: 20px;
        margin-right: 5px;
    }

.reverse {
    transform: scaleX(-1);
}

.sidebar .widget-boxes a .counters span {
    font-size: 30px;
    text-align: right !important;
    position: absolute;
    right: 15px;
    bottom: 8px;
}

.logout {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.top-bar .icon-list li a {
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


    .top-bar .icon-list li a:hover {
        color: #596066;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }




.top-bar .icon-list li em {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    margin-right: 7px;
}

.top-bar .icon-list li:hover em {
    color: #fff !important;
}

.top-bar .icon-list li:nth-of-type(1) em {
    background: #28b779;
}

.top-bar .icon-list li:nth-of-type(2) em {
    background: #0099cc;
}

.top-bar .icon-list li:nth-of-type(3) em {
    background: #ef5f3c;
}

.top-bar .icon-list li:nth-of-type(4) em {
    background: #aa7fc1;
}

.top-bar .icon-list li:nth-of-type(5) em {
    background: #56acab;
}

.top-bar .right-icons li:nth-of-type(1) em {
    background: #df4644;
}

.top-bar .right-icons li:nth-of-type(2) em {
    background: #ffc801;
}

.search-box {
    position: relative;
    margin: 15px 0;
}

    .search-box span em {
        position: absolute;
        font-size: 17px;
        top: 13px;
        /*left:15px;*/
        padding-left: 5px;
        color: #999;
        z-index: 1;
    }

    .search-box span input[type=search] {
        background: #f2f2f2;
        border: none;
        font-size: 18px;
        width: 100%;
        padding: 10px 0 10px 60px;
        border-radius: 3px;
        margin-right: 0px;
        position: absolute;
    }

    .search-box input[type=submit] {
        background: #999;
        position: absolute;
        right: 0;
        border: none;
        font-size: 18px;
        text-align: center;
        color: #fff;
        border-radius: 0 3px 3px 0;
        padding: 10px 30px;
        margin-left: -3px;
        font-weight: bold;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .search-box input[type=submit]:hover {
            background: #f4d200;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

/* ================= datebar ========================== */

.date-bar {
    background: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.date {
    width: 1315px;
    margin: 0 auto;
}

    .date li {
        display: inline-block;
        margin: 15px 9px;
    }

        .date li:last-child, .date li:first-child {
            margin: 15px -9px;
        }

    .date > li > a > em {
        font-size: 24px;
        margin: 0 20px 0 0px;
        transform: translateY(1px);
    }

    .date > li:last-child > a > em {
        margin: 0 00px 0 20px;
    }



    .date li a:hover {
        color: #333;
    }

    .date li a.active {
        color: white;
        padding: 3px;
        background-color: #333;
        border-radius: 20px;
        margin: 0 -4px;
        border: 1px solid #191d22;
    }


/*calender*/

#ui-datepicker-div {
    background: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 38px 0 0 -20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    z-index: -2;
    position: absolute;
}

/*#ui-datepicker-div:before {
    content: "";
    position: absolute;
    top: -12px;
    transform: rotate(180deg);
    left: 98px;
    border-width: 12px 12px 0;
    border-style: solid;
    border-color: #ddd transparent;
    display: block;
    width: 0;
}

#ui-datepicker-div:after {
    content: "";
    position: absolute;
    top: -11px;
    transform: rotate(180deg);
    left: 99px;
    border-width: 11px 11px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}*/

.ui-datepicker-prev, .ui-datepicker-next {
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.ui-datepicker-next {
    text-align: right;
    float: right;
}

.ui-datepicker-title {
    text-align: center;
    margin: -17px 0 10px 25px !important;
}

.ui-datepicker-calendar thead tr th span {
    color: #000 !important;
    font-size: 12px;
    padding: 0 5px !important;
}

.ui-datepicker th {
    padding: 5px 0 10px;
}

.ui-datepicker-calendar tbody tr td a {
    text-align: right;
    margin: 0 5px !important;
    float: right;
}

.reports-date {
    margin: 11px 0 0 2px !important;
}

.reports .save {
    margin-right: 25px;
}

    .reports .save .btn {
        display: inline-block;
        width: 100px;
        margin-top: 0px;
    }

    .reports .save a {
        line-height: 40px;
    }

.dashboard {
    margin: 25px -15px 10px;
}

    .dashboard .widget-box .counter {
        font-size: 42px;
    }

    .dashboard .widget-box .text {
        color: #999685 !important;
    }

/*.deliver-package {
    margin-top:0;
}*/

.deliver-package a {
    margin-left: 15px;
    color: white;
    opacity: 1;
}

.deliver-package .box-title {
    background: #20252b;
    padding-bottom: 13px;
}

    .deliver-package .box-title span {
        color: #fff;
        font-weight: 400;
        margin-top: 1px;
        display: inline-block;
    }

.regular-table tbody tr:nth-child(2n) {
    background-color: #dddae6;
}

.regular-table tbody tr:last-child {
    background-color: #fafafa;
}

.regular-table tbody tr {
    border-top: 1px solid #f2f2e2;
}

    .regular-table tbody tr td:last-child {
        text-align: left;
    }

.regular-table th {
    color: #333;
    /*padding:15px 0*/
}

.regular-table tbody tr td {
    font-weight: normal;
    color: #000;
}

    .regular-table tbody tr td em {
        color: #f4d200;
        margin-right: 5px;
        font-size: 16px;
        margin-left: 13px;
    }


/* ================ add-package ======================== */

.add .deliver-package .box-title {
    padding-bottom: 0px;
}

.add .deliver-package .nav {
    display: inline-block;
    float: right;
    background: none;
}

    .add .deliver-package .nav li a {
        padding: 8px 25px 19px;
        font-size: 16px;
        font-weight: normal;
    }

.add .tab-title {
    width: 100%;
    background: #f4d200;
    padding: 15px 20px;
    color: #20252b;
    font-size: 18px;
}

.add .tab-pane, .add .box .content {
    padding: 0;
}

/*.add .save .btn {
    display: inline-block;
    margin-top: 0;
    width: 100px;
}*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background: #f4d200;
    color: #20252b;
}

.content-tab {
    padding: 20px 5px;
}

.save .btn {
    margin-right: 10px;
}

.save em {
    font-size: 30px;
    color: #aaa;
    vertical-align: middle;
    margin-left: 10px;
}

.add-packages .icn {
    position: absolute;
    right: 30px;
    font-size: 19px;
    margin-top: 7px;
    color: #28b779;
}

.add-packages .thumbnail-box {
    margin-left: -27px;
}

.form-divider {
    margin: 0px 16px 20px;
    height: 2px;
    background-color: #f2f2ed;
}

.sign-packages .comment-textarea {
    height: 140px;
}

.input-addon-pencil {
    position: absolute;
    right: 30px;
    font-size: 19px;
    margin-top: 7px;
    color: #777;
}


.sign-packages table {
    border: 1px solid #dedede;
    border-width: 1px 0;
}

.sign-packages .sign {
    text-align: center;
    vertical-align: central;
    font-size: 26px;
}

.sign-packages .disabled {
    background: #f2f2ed;
}

.back-icon {
    margin-left: 0 !important;
    border-radius: 50%;
    text-align: center;
    border: 1px solid white;
    margin: 0 15px 0 0;
    padding: 5px;
    line-height: 16px;
    font-size: 15px;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.tab-title .back-icon {
    color: black;
    border-color: black;
}

    .tab-title .back-icon .btn {
        margin-bottom: 0 !important;
    }

.tab-title span {
    vertical-align: middle;
    line-height: 40px;
}

.box-title {
    min-height: 61px;
}

.users .box-title span {
    vertical-align: bottom;
    padding-bottom: 0px;
}

.couriers .modal-content {
    box-shadow: none;
    display: none;
}

.modal-title {
    padding-bottom: 0;
    font-weight:400;
}

.txt-search {
    height: 46px;
}

.email .modal-content {
    box-shadow: none;
}

.email input[type=radio] {
    vertical-align: top;
    margin-right: 5px;
    margin-left: 20px;
}

.email .block {
    border: 1px solid #f2f2ed;
    border-radius: 5px;
}

    .email .block h3 {
        padding-top: 10px;
    }

.email .note-editor {
}

.email .btn-grp {
    margin: 100px 0 0 0;
}

    .email .btn-grp a {
        display: block;
        border-radius: 4px;
        margin: 10px;
        text-align: center;
        background-color: gray;
        padding: 10px 20px;
        cursor: move;
    }

.email-setting input[type=checkbox] {
    /*vertical-align: bottom;
    margin-right: 10px;*/
}

.email-setting .email-btn .btn {
    width: 80%;
    color: gray;
}

.email-setting .modal-content {
    box-shadow: none;
}

.clean-up .apply {
    margin-top: 32px;
}

.backup .save em, .clean-up .save em {
    font-size: 20px;
    color: #28B779;
}

.backup .save select {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    padding: 5px;
}


.fb-button img {
    padding-top: 8px;
}

.fb-button {
    background-color: #ededed;
    font-size: 16px;
    display: block;
    padding: 10px;
    margin: 20px;
    border-radius: 4px;
    color: gray !important;
}

    .fb-button .symbol {
        padding: 0px 5px;
    }

/*@media (max-width:768px) {
.sidebar .widget-boxes {
    display:none;
}
}*/

.fb-controls .box > div {
    border: 1px solid #F2F2E2;
    margin: 10px;
}

.fb-controls .box:last-child > div {
    margin-left: -20px;
}

.fb-control {
    border: 1px solid #F2F2E2;
    position: relative;
    margin: 10px;
    border-radius: 5px;
}

    .fb-control .action-btn {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .fb-control > p {
        margin: 20px 20px 0 20px;
    }

    .fb-control .txtbox {
        border: 1px solid #808080;
        padding: 10px 0 0 10px;
        margin: 10px;
        width: 300px;
    }

    .fb-control .action-btn a {
        margin: 5px 5px;
        padding: 5px;
        border-radius: 3px;
        background-color: #ededed;
        cursor: pointer;
    }

        .fb-control .action-btn a:hover {
            color: white;
            background-color: #808080;
        }

    .fb-control .chackbox {
        padding: 10px 0 0 10px;
        margin: 0 10px 20px 10px;
    }

    .fb-control a {
        color: gray;
    }

    .fb-control .chackbox input[type=checkbox] {
        line-height: 20px;
        display: inline-block;
        vertical-align: top;
        margin-right: 5px;
    }

    .fb-control .drop {
        padding: 10px 0 8px 10px;
        margin: 10px 10px 20px 10px;
        border: 1px solid #bebebe;
        border-radius: 4px;
        width: 300px;
    }

        .fb-control .drop .title {
            margin: 0 0 10px -10px;
            position: relative;
            border-bottom: 1px solid #bebebe;
            padding: 0 0 5px 15px;
        }

        .fb-control .drop .icon {
            position: absolute;
            right: 10px;
            top: 0px;
            color: gray;
        }

.data-fields .box h3 {
    margin: 13px 0 -13px -22px;
}

.clearfix {
    border: none !important;
}

.admin-widgets {
    margin: 15px 0;
}

    .admin-widgets a {
        margin: 0 !important;
        cursor: pointer;
    }

    .admin-widgets .red {
        background-color: #ff503f;
    }

    .admin-widgets .cyan {
        background-color: #91dff3;
    }

    .admin-widgets .orange {
        background-color: #fdc554;
    }

    .admin-widgets .blue {
        background-color: #1ab7d8;
    }

    .admin-widgets .purple {
        background-color: #8175c7;
    }



.widget-item {
    height: 150px;
    position: relative;
    background-color: #a5c562;
    padding: 0;
    margin: 15px 0;
}

    .widget-item span {
        right: 20px;
        position: absolute;
        top: 20px;
    }

    .widget-item p {
        background-color: rgba(0,0,0,0.4);
        font-size: 16px;
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 40px;
        color: white;
        padding-left: 10px;
        margin: 0px;
    }

.sidebar-user-profile .icon-list {
    margin-top: 5px;
    text-align: center;
}


.form-dropdown {
    display: block;
    width: 100%;
    padding: 10px 12px;
    box-sizing: padding-box;
    border-radius: 5px;
    border: 1px solid #ECF0F1;
}


.page-dropdown {
    display: block;
    width: 100%;
    padding: 2px 4px;
    box-sizing: padding-box;
    border-radius: 5px;
    border: 1px solid #ECF0F1;
}
.action-btn {
    float:right;
}

@media (max-width:1600px) {

    .date-bar {
        font-size: 14px;
    }

    .date {
        width: 1030px;
    }

        .date li {
            margin: 15px 5px;
        }




        .date > li > a > em {
            font-size: 20px;
            margin: 0 15px 0 0px;
        }

        .date > li:last-child > a > em {
            margin: 0 00px 0 15px;
        }
}


@media (max-width:1366px) {
    .sidebar .widget-boxes a .counters {
        height: 90px;
    }
}

@media (max-width:1200px) {



    .date-bar {
        font-size: 12px;
    }

    .date {
        width: 760px;
    }

        .date li {
            margin: 15px 3px;
        }


        .date > li > a > em {
            font-size: 16px;
            margin: 0 10px 0 0px;
        }

        .date > li:last-child > a > em {
            margin: 0 00px 0 10px;
        }
}



@media (max-width:1024px) {
    .top-bar .icon-list li {
        padding: 0 5px;
    }

    .date-bar {
        font-size: 12px;
    }

    .date {
        width: 700px;
    }

        .date li {
            margin: 15px 2px;
        }

        .date > li > a > em {
            font-size: 18px;
            margin: 0 10px 0 0px;
        }

        .date > li:last-child > a > em {
            margin: 0 00px 0 10px;
        }
}

.ui-datepicker-today {
    background: gray !important;
    border-radius: 5px;
}


    .ui-datepicker-today a {
        color: white !important;
    }

.ui-datepicker-current-day {
    background: black !important;
    border-radius: 5px;
    margin-left: -2px;
    padding-right: 2px;
}

    .ui-datepicker-current-day a {
        color: white !important;
    }

@media (max-width:1199px) {
    .top-bar {
        height:auto;
    }
 .advance-search{ width:100%;}
 .advance-search .field{ float:left; width:30%!important; margin:0!important; height:76px; padding:0 15px!important;}
 .advance-search .status .dropdown{ padding:0!important;}
 .advance-search .search-button { width:30%!important;}
    .action-btn {
        display:block;
    }
 }

@media (max-width:800px) {
 .sidebar .widget-boxes{ position:inherit;}
 .sidebar-left{ height:auto;}
 .sidebar-left.fixed{ position:inherit;}
 .advance-search{ width:100%; }
 .advance-search .field{ float:left; width:45%!important; margin-right:10px; margin-left:20px; margin-bottom:10px; padding:0;}
 .advance-search .exact-match > span{ width:100%;}
 .top-bar{ height:auto; padding:0 20px;}
 .top-bar .search-box:last-child{ padding-left:0;}
 }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type=checkbox] {
        margin-top: 4px;
        padding: 0;
    }
}

.dropdown-menu li {
    padding: 0 10px !important;
    margin: 12px 9px !important;
}

    .dropdown-menu li span {
        margin-left: 7px !important;
    }

    .dropdown-menu li input {
        /*vertical-align: top;*/
        margin-right: 5px;
    }

.dropdown-menu {
    left: -130px !important;
}

.p-t-10 {
    padding-top: 10px;
}
