﻿/* #region Html styles*/

html {
    -ms-overflow-style: scrollbar;
    min-height: 100%;
}

/* #region body styles  */

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333333;
    font-family: "Segoe Ui";
    height: 100%;
    min-height: 100%;
    overflow: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 768px) {
    .view-desktop {
       display: inherit;
       overflow-x:scroll;
    }
    .view-card {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .view-card {
        display: none;
    }
}

/* #region Page Wrapper styles */
#pageWraper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

#main {
    position: relative;
}

.navbar-right h5 {
    color: white;
    padding-right: 15px;
}

    .navbar-right h5:hover {
        color: whitesmoke;
        text-decoration: underline;
    }

.navbar-right {
    margin-right: 0;
}

/* #region Banner styles */

.banner {
    border-top: 3px solid #00BCF2;
    padding-bottom: 20px;
}

    .banner > div {
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.user-info > span, .user-info img {
    float: left;
    padding: 0 5px;
    margin: 0 5px;
    font-weight: bold;
}

.user-info > span {
    margin-top: 24px;
}

.user-info img {
    margin-top: 18px;
}

.signout {
    border-left: 2px solid black;
}

.user-name {
    display: block;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

/* #endregion */

/* #region Navbar styles */

.nav > li > a {
    font-weight: normal;
    font-size: 16px;
}

#navBar .nav > li > a {
    padding: 6px 15px;
    padding-bottom: 9px;
}

#navBar .navbar {
    min-height: 35px;
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #737373;
    border-color: #737373;
    margin-bottom: 0;
}

.workspace-header {
    width: 300px;
    position: absolute;
    z-index: 999;
}

    .workspace-header > div > h4 {
        padding-left: 20px;
        margin-top: 15px;
    }

    .workspace-header > div {
        margin-top: 10px;
        border-right: 1px solid #676666;
        padding-bottom: 20px;
        color: #333333;
        width: 300px;
    }

.navbar {
    border: none;
    -ms-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}


.notifications {
    padding-right: 90px;
}

.msg-count {
    padding: 5px;
    padding-top: 7px;
}

    .msg-count .badge {
        -ms-border-radius: 0;
        border-radius: 0;
        color: black;
        background-color: #00BCF3;
        padding: 3px 5px;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #333333;
    background-color: #ECECEC;
}

/* #endregion*/

/* #region Options styles */

.options-bar {
    background-color: #ECECEC;
    border-bottom: 3px solid #D2D2D2;
}

.option {
    margin-top: 4px;
    margin-bottom: 2px;
    width: 101px;
    margin-right: 10px;
    padding-right: 0;
    padding-left: 0;
    float: left;
    position: relative;
}

    .option:first-child {
        margin-left: 15px;
    }

    /*.option:nth-last-child(2) {
    margin-right: 40px;
}*/

    .option a > span {
        text-align: center;
        display: block;
    }

        .option a > span > i {
            margin-bottom: 11px;
        }

.pending-count {
    position: absolute;
    top: 0;
    left: 61px;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 2px;
    color: black;
    background-color: #00BCF3;
}

.glyphicon.windows-icon-settings {
    top: -1px;
}

.glyphicon.windows-icon-multi-user, .glyphicon.windows-icon-single-user {
    top: 5px;
    right: 4px;
}

.glyphicon.windows-icon-single-user {
    right: 9px;
}

/* #region Popup Modal styles */

.modal-content .header {
    border-bottom: 2px solid #CACACA;
}

.modal-content > div {
    padding-left: 0;
    padding-right: 0;
}

.modal-open .modal {
    /*overflow-y: hidden;*/
    overflow-y: auto;
    padding-right: 0 !important;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: block;
    content: " ";
}

.notification-modal {
    width: 330px;
    right: -100px;
    left: auto;
    -webkit-transition: right 0.5s ease-out;
    -moz-transition: right 0.5s ease-out;
    -ms-transition: right 0.5s ease-out;
    -o-transition: right 0.5s ease-out;
    transition: right 0.5s ease-out;
}

.top-modal {
    top: -100px;
    right: 0;
    left: 0;
    bottom: 0;
    padding-left: 0 !important;
    -webkit-transition: top 0.5s ease-out;
    -moz-transition: top 0.5s ease-out;
    -ms-transition: top 0.5s ease-out;
    -o-transition: top 0.5s ease-out;
    transition: top 0.5s ease-out;
}

.modal-dialog {
    height: 80%;
    margin: 0;
    width: 40% !important;
    margin: auto !important;
    top: calc(25% - 100px) !important;
}

@media screen and (max-width: 767px) {
    .modal-dialog {
        min-width: 90%;
    }
}

.modal-content {
    padding: 20px
}

.notification-modal .modal-content, .top-modal .modal-content {
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #ececec;
    border: none;
    padding-left: 25px;
}

.notification-modal .modal-content {
    height: 100%;
    border-left: 3px solid #00baf2;
}

.top-modal .modal-content {
    border-bottom: 3px solid #00baf2;
    background-color: #FFFFFF;
    padding-bottom: 50px;
}

.top-modal .modal-wrapper {
    margin-top: 30px;
}

.top-modal .modal-bottom {
    margin-bottom: 40px;
}

.top-modal .modal-dialog {
    height: auto;
}

.top-modal .modal-overlay.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=-50)";
    filter: alpha(opacity=-50);
    -moz-opacity: -0.5;
    -khtml-opacity: -0.5;
    -ms-opacity: -0.5;
    opacity: -0.5;
}

.top-modal .modal-overlay {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.close-modal {
    margin-top: 20px;
}

.close {
    filter: alpha(opacity=50);
    opacity: .5;
}

.clear-all {
    font-size: 14px;
    margin-top: 20px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #777;
}

.modal-grid-options {
    margin: 10px -15px;
}

    .modal-grid-options .form-control {
        display: inline;
        padding: 3px 12px;
    }

    .modal-grid-options > div .btn {
        margin-left: 10px;
        color: white;
        background-color: #1570A6;
        border-color: #1570A6;
        -ms-border-radius: 2px;
        border-radius: 2px;
        margin-bottom: 5px;
        padding: 3px 12px;
        width: 110px;
    }

.notification-msgs {
    margin-top: 30px;
}

    .notification-msgs div {
        margin-bottom: 10px;
    }

.transfer-controls * {
    margin-left: 10px;
}

.user-options {
    margin-top: 3px;
}

#transferModal .nav-tabs > li > a {
    border: none;
    border-bottom: 4px solid transparent;
}

#notificationModal .header .clear-all {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* #endregion */

/* #region Inner addons */

/*Place Glyphicons inside input elements*/

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon, .inner-addon .fa {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

/* align icon */
.left-addon .glyphicon, .left-addon .fa {
    left: 0;
}

.right-addon .glyphicon, .right-addon .fa {
    right: 0;
}

/* add padding  */

.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

/* #endregion */

/* #region Grid options styles */

.grid-options > span, .grid-options > div {
    margin-left: 10px;
}

.grid-options .dropdown-menu {
    top: 130%;
}

.downloads {
    position: relative;
    margin-top: 10px;
    padding-left: 0;
}

    .downloads > span, .downloads > div {
        float: right;
        margin-left: 11px;
    }

/* #endregion */

/* #region Grid styles */

.grid-header {
    background-color: #EEEEEE;
}

.pager {
    margin: 0;
}

    .pager li > a {
        background-color: #e7e7e7;
        margin-right: 5px;
        border: none;
        -ms-border-radius: 0;
        border-radius: 0;
        padding: 2px 4px;
        padding-bottom: 5px;
    }

    .pager .disabled a {
        background-color: #EBEBEB;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #EBEBEB;
    }

.table > thead > tr > th {
    font-weight: 600;
    border-bottom: 2px solid #00B7F3;
    padding: 4px 8px;
}

.table > thead > tr {
    background-color: #eeeeee;
    height: 30px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-right: 2px solid #F4F4F4;
        border-bottom: 2px solid #F4F4F4;
        border-left: 2px solid #F4F4F4;
        vertical-align: middle;
    }

.table > thead > tr {
    border-top: 1px solid #F4F4F4;
}

    .table > thead > tr > th {
        border-bottom: 2px solid #00baf2;
    }


/* #endregion */

.step-completed .glyphicon {
    color: white;
    background-color: #3F88B4;
}

.tab-active.line-before .glyphicon, .tab-active.line-after .glyphicon {
    color: #3F88B4;
    background-color: white;
}

.progress {
    overflow: hidden;
    background-color: #D2D2D2;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 9px;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -ms-border-radius: 0;
    border-radius: 0;
}

/*.nav-tabs > li > a:hover {
border-bottom: none;
}

.nav > li > a:hover, .nav > li > a:focus {
background-color: inherit;
text-decoration: none;
}*/

.view-help {
    padding-right: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

a.help-decoration:hover {
    text-decoration:underline !important;
}

/* #region Font, Font weight styles */
.font-light {
    font-weight: 200;
}

.font-semi-light {
    font-weight: 300;
}

.font-semi-bold {
    font-weight: 600;
}

.font-smaller {
    font-size: 12px;
}

.font-small {
    font-size: 16px;
}

.font-medium {
    font-size: 24px;
}

.font-large {
    font-size: 29.333333px;
}

.font-larger {
    font-size: 30px;
}

.font-x-smaller {
    font-size: 18px;
}

/* #endregion */

/* #region Miscellaneous styles */
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs > li {
        border-bottom: 1px solid #DDD;
    }

        .nav-tabs > li.active {
            border-bottom: none;
            background-color: #ececed;
        }

a {
    text-decoration: none !important;
    color: #1570A6;
    overflow-wrap:break-word;
    overflow-x:hidden;
    word-break:break-all;
}

    a:hover, a:focus {
        color: #D5002E;
    }

    a.disabled {
        color: #676666;
        cursor: text;
    }

        a.disabled:hover, a.disabled:focus {
            color: #676666;
        }

/* Firefox and IE fix for outline on links and input boxes */

/*a:link {
    outline-style: none;
}*/

.input-group-addon-focus {
    border-color: #66afe9;
}

.dropdown-menu {
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.highlight {
    color: #1570a6;
}

sup {
    color: red;
    padding-left: 3px;
}

.padding-left-zero {
    padding-left: 0;
}

.title {
    font-size: 30px;
    font-family: "segoe ui";
    color: #333333;
}

.padding-right-zero {
    padding-right: 0;
}

.alert {
    border: 1px solid transparent;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
}

    .alert > span {
        margin-left: 20px;
    }

.alert-success {
    color: #466701;
    background-color: #cbe399;
    border-color: #78A912;
}

.alert-info {
    color: #034778;
    background-color: #e0eef8;
    border-color: #034778;
}

.alert-danger {
    color: #8b0000;
    background-color: #f8bec1;
    border-color: #8b0000;
}

label {
    font-weight: normal;
}

.show-btn {
    background-color: #FFF;
    border: 1px solid #C2BFBF;
    -ms-border-radius: 0;
    border-radius: 0;
    text-align: left;
    width: 70px;
    color: inherit;
}

.discard-btn {
    color: #1570a6;
    border: 1px solid #1570a6;
    background-color: white;
    margin-left: 10px;
    padding: 10px 40px;
}

    .discard-btn:hover {
        background-color: #1570a6;
        color: white;
    }

.modal-wrapper .primary-btn {
    margin-left: 10px;
}

.primary-btn {
    background-color: #1570a6;
    color: white;
    border: 1px solid #1570a6;
    padding: 10px 40px;
}

    .primary-btn:hover {
        color: white;
    }

.show-btn i {
    right: -20px;
}

.show-btn + ul.dropdown-menu {
    -moz-min-width: 70px;
    -ms-min-width: 70px;
    -o-min-width: 70px;
    -webkit-min-width: 70px;
    min-width: 70px;
    top: 130%;
}

.visibility {
    visibility: hidden;
}

.form-control {
    -ms-border-radius: 0;
    border-radius: 0;
}

/* #endregion */

/* #region Custom checkbox */
.table [type='radio'], [type='checkbox'] {
    position: absolute;
    left: -9999px;
}

    .table [type="radio"]:not(:checked) + label, [type="checkbox"]:not(:checked) + label,
    .table [type="radio"]:checked + label, [type="checkbox"]:checked + label {
        position: relative;
        cursor: pointer;
    }

        .table [type="radio"]:not(:checked) + label:before, [type="checkbox"]:not(:checked) + label:before,
        .table [type="radio"]:checked + label:before, [type="checkbox"]:checked + label:before {
            content: "";
            position: absolute;
            top: -6px;
            left: -7px;
            width: 14px;
            height: 14px;
            border: 1px solid #818181;
            background: white;
            -ms-border-radius: 3px;
            border-radius: 3px;
        }

        .table [type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + label:after,
        .table [type="radio"]:checked + label:after, [type="checkbox"]:checked + label:after {
            content: '';
            position: absolute;
            top: -6px;
            left: -7px;
            font-size: 11px;
            color: #333333;
            font-family: "Segoe ui symbol";
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
        }

.table input[type=radio]:focus + label:before, input[type=checkbox]:focus + label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0;
}
/* checked mark aspect changes */
.table [type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + label:after {
    -ms-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.table [type="radio"]:checked + label:after, [type="checkbox"]:checked + label:after {
    -ms-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.table [type="radio"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:not(:checked) + label:before,
.table [type="radio"]:disabled:checked + label:before, [type="checkbox"]:disabled:checked + label:before {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.table [type="radio"]:disabled:checked + label:after, [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.table [type="radio"]:disabled + label, [type="checkbox"]:disabled + label {
    color: #aaa;
}
/* #endregion */

/* #region Searchbox styles */
.search-box {
    padding: 20px;
    padding-right: 10px;
}

    .search-box .form-control {
        border-right: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .search-box .input-group-addon {
        background-color: white;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    .search-box ul > li i {
        color: white;
    }

    /*.search-box ul {
    padding: 15px 0 0 0;
}*/

    .search-box ul > li a {
        padding: 10px 15px;
        cursor: pointer;
    }

        .search-box ul > li a.selected {
            background-color: #1570a6;
            color: white;
        }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.search-box .dropdown-menu {
    top: 91%;
    -moz-min-width: 269px;
    -ms-min-width: 269px;
    -o-min-width: 269px;
    -webkit-min-width: 269px;
    min-width: 269px;
}

.search-type {
    /*padding: 5px 5px 10px;
margin-bottom: 5px;*/
    cursor: default;
}

    .search-type span {
        margin-left: 10px;
    }

.modal-content, .form-control {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

.option-container a:focus {
    display: block;
}

.grid-options a.btn:focus {
    outline: 1px dotted #666;
}

.cust-1 {
    padding-left: 0 !important;
    position: relative;
    top: 0;
    left: 0;
}

.filesGrid {
    padding: 0 15px;
}

.btn:hover, .btn:focus, .focus.btn {
    color: inherit;
}

.marT20 {
    margin-top: 20px;
}

.marB20 {
    margin-bottom: 20px;
}

.marB10 {
    margin-bottom: 10px;
}

.select-style {
    height: 36px;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

    .select-style:after {
        content: "\E019";
        font-family: 'Segoe UI Symbol';
        font-size: 16px;
        color: #444;
        position: absolute;
        top: 5px;
        right: 6px;
    }

    .select-style select {
        padding: 5px 8px;
        width: 100%;
        height: 34px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
        z-index: 99;
    }

select::-ms-expand {
    display: none;
}

.select-style select:focus {
    outline: none;
}

.sort-by {
    display: inline-block;
    width: 150px;
    top: 12px;
}

.show-rows {
    display: inline-block;
    width: 80px;
    top: 12px;
}

.select-style.select-small {
    height: 30px;
}

    .select-style.select-small:after {
        top: 2px;
    }

    .select-style.select-small select {
        padding: 0 4px;
        height: 28px;
    }

.panel-heading {
    cursor: pointer;
}

.btn-success {    
    background-color: #3A863A !important;    
}

.btn-success:hover,
.btn-success:focus {
    color: #fff !important;
    background-color: #0E8229 !important;
}
a.privacy-decoration {
    margin-left: 3px;
    color: #333333 !important;
}

    a.privacy-decoration:hover {
        text-decoration: none !important;
        color: #333333 !important;
    }
/* #endregion */

/* #endregion */

/* #endregion */