@import url(../fonts/open_sans.css);

body{
    font-family: 'Open Sans', sans-serif;
    color: #dcdcdc;
    margin: 0;
    font-size: 14px;
    background: url('../images/cover-nw.jpg');
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #5e5e5e;
    outline: 0;
}
a{
    text-decoration: none;
    color: #1c1c1c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 300;
}
p{
    line-height: 1.8;
}
input, textarea{
    font-family: 'Open Sans', sans-serif;
}

.page-wrapper{
    margin-top: 46px;
    margin-left: 200px;
    padding: 1em 0;
}


/* =========== Sign up Page =========== */
.card-wrapper{
    position: absolute;
    width: 420px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.card-wrapper .card-author{
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}
.transparent-card{
    background-color: rgba(255,255,255,0.1);
    width: 100%;
    position: relative;
    border-radius: 3px;
    color: #fff;
    padding: 1em 1em 1.5em;
}
.transparent-card .card-title{
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-top: 0;
    padding-bottom: 10px;
    text-align: center;
    font-size: 28px;
}
.form-controller-transparent{
    width: 100%;
    font-size: 13px;
    max-width: 100%;
    padding: 7px 8px;
    border-radius: 2px;
    border: none;
}
select.form-controller-transparent{
    padding: 7px 5px;
}
.transparent-card .card-footer{
    margin-top: 1em;
}
.transparent-card .card-footer .txt-small{
    display: block;
    padding-top: 6px;
}

/* =========== Common Styles =========== */
.btn-wrapper{
    display: block;
}
.btn-normal-blue{
    padding: 7px 25px;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    background-color: #1481bf;
    /*background: #1467a8;*/
    /*background: -webkit-linear-gradient(#24b2e4, #1467a8);*/
    /*background: -o-linear-gradient(#24b2e4, #1467a8);*/
    /*background: -moz-linear-gradient(#24b2e4, #1467a8);*/
    /*background: linear-gradient(#24b2e4, #1467a8);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-normal-blue:hover{
    color: #fff;
    background: #1467a8;
}
.btn-normal-blue:active{
    color: #fff;
    background: #1467a8;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    transform: translateY(2px);
}
.btn-simple{
    color: #16afe1;
}
.btn-simple:hover, .btn-simple:focus{
    color: #1481bf;
    text-decoration: underline;
}
.txt-small{ font-size: 13px;}
.txt-left{ text-align: left !important;}
.txt-right{ text-align: right !important;}
.txt-center{ text-align: center !important;}
.txt-justify{ text-align: justify !important;}

.full-width-element{ width: 100%;}

.fld-wrapper{
    position: relative;
    margin-bottom: 10px;
}

.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown .dropdown-toggle{
    height: 46px;
    /*line-height: 36px;*/
    font-size: 14px;
    cursor: pointer;
    margin-top: -3px;
}
.dropdown .dropdown-toggle.toggle-client{
    line-height: 36px;
    margin-top: 0;
}
.dropdown .dropdown-toggle .loged-user-data{
    float: left;
}
.dropdown .dropdown-toggle i{
    float: right;
    margin-left: 10px;
    padding-top: 11px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    padding: 3px 0;
    min-width: 170px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.dropdown-menu a {
    display: block;
    padding: 6px 20px;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
}
.dropdown-menu a:focus,
.dropdown-menu a:hover {
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown:hover .dropdown-toggle{
    color: #fff;
}
.dropdown-menu:after {
    content:"";
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    right: 35%;
    top: 0;
    margin-top: -4px;
}

.form-controller{
    width: 100%;
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    font-size: 13px;
    max-width: 100%;
    padding: 7px 8px;
    border-radius: 2px;
    border: none;
    margin-bottom: 8px;
}
textarea.form-controller{
    min-height: 150px;
    max-height: 300px;
}
select.form-controller{ color: #fff;}
select.form-controller option{ color: #333;}
.form-controller::-webkit-input-placeholder{
    color: rgba(255,255,255,0.6);
}
.form-controller::-moz-placeholder{
    color: rgba(255,255,255,0.6);
}
ul.list-notify{
    margin: 0;
    padding-left: 1.5em;
}
ul.list-notify li{
    margin-bottom: 12px;
}
.content-title{
    padding: 0.8em 1em;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 2px;
    font-weight: 600;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.content-title i{
    font-size: 20px;
    margin-right: 10px;
}
.txt-bold{ font-weight: 600;}
.txt-big{ font-size: 17px;}
.line-separator{
    border: 1px solid rgba(255,255,255,0.08);
    margin-top: 15px;
    margin-bottom: 15px;
}

.tbl-normal{
    width: 100%;
    display: table;
    border-collapse: collapse;
}

.lbl-group{
    margin-bottom: 25px;
}
.lbl-field{
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-bottom: -10px;
}
.radio-controller input[type='radio'], .radio-controller input[type='checkbox']{
    vertical-align: sub;
}
.radio-controller{
    margin-bottom: 8px;
    margin-right: 12px;
    display: inline-block;
}

.icon-remove{
    /*display: none;*/
    width: 18px;
    height: 18px;
    text-align: center;
    color: #6b6969;
    border-radius: 50px;
    font-size: 12px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.5);
    visibility: hidden;
}
.icon-remove:hover{
    background-color: rgba(255, 255, 255, 0.7);
    color: #6b6969;
}

.icon-status{
    width: 13px;
    height: 13px;
    background-color: #1481bf;
    border-radius: 50px;
    display: inline-block;
    vertical-align: sub;
    font-weight: 500;
}

.txt-right .icon-status{ float: right;}

.txt-status{
    font-size: 13px;
    float: right;
    font-weight: 600;
    border-right: 1px solid #82a2b5;
    padding-right: 10px;
    color: #82a2b5;
}

.icon-unread{ background-color: #1481bf;}
.icon-red{ background-color: #de5347;}
.txt-green{ color: rgba(150, 179, 54, 0.72);}
/*.txt-commented{ color: #da685e;}*/

.dark-highlighter{
    background-color: #a1a1a1;
    padding: 7px 12px;
    color: #fff;
    border-radius: 0 2px 2px 0;
}

input[type="number"].fld-number-inline{
    width: 50px;
    background-color: transparent;
    color: #fff;
    font-size: 13px;
    max-width: 100%;
    padding: 7px 8px;
    border-radius: 2px;
    border: none;
}
input.input-display{
    width: 100%;
    border: none;
    color: #fff;
    background-color: transparent;
}
input[type="number"].input-display{
    width: auto;
}

.txt-center input.input-display{ text-align: center;}
.txt-right input.input-display{ text-align: right;}

.search-wrapper{ position: relative;}

ul.search-list-dropdown{
    position: absolute;
    z-index: 200;
    padding: 0;
    margin: -5px 0 0;
    list-style-type: none;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    width: 80%;
    max-height: 350px;
    overflow-y: auto;
}
ul.search-list-dropdown li{
    padding: 5px 10px;
    background-color: #4A4A4A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 13px;
    cursor: pointer;
}
ul.search-list-dropdown li:last-child{ border-bottom: none;}
ul.search-list-dropdown li:hover{
    background-color: #676767;
}

input[type='checkbox'].check-inline{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.link-small{ font-size: 13px;}
.link-normal{ color: #fff; font-weight: 600;}
.link-normal:hover{ color: #fff; text-decoration: underline;}
.elm-left{ float: left}
.elm-right{ float: right}

tr.color-notification, tr.color-notification:hover{
    background-color: transparent !important;
    cursor: default !important;
}
tr.color-notification td{ text-align: right;}
tr.color-notification td span.icon-status{ margin-left: 25px;}

tr.tbl-no-result, tr.tbl-no-result:hover{
    background-color: rgba(255,255,255,0.13) !important;
    cursor: default !important;
}

.tbl-normal tr td.fixed-width{ width: 200px;}
select.filter-results{
    color: #dcdcdc;
    width: 150px;
    margin-top: 8px;
}
select.filter-results option{
    color: #333;
}

.page-loading-spinner{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    font-size: 50px;
    text-align: center;
}
.page-loading-spinner i{
    position: absolute;
    top: 45%;
}
.loading-spinner{
    display: block;
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
}
.spin-submit{
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
}

.block-item{
    display: block;
}

.title-separated{
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 5px;
}

.accordion-btn{
    padding: 0.8em 1em;
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 2px;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}
.accordion-btn:after{
    font-family: FontAwesome;
    content: '\f0d7';
    color: #fff;
    position: absolute;
    right: 15px;
    font-size: 16px;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-btn.active:after{
    content: '\f0d8';
}
.accordion-btn:first-of-type{
    margin-top: 0;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.accordion-panel{
    background-color: rgba(255,255,255,0.1);
    padding: 10px 15px;
    display: none;
}
.accordion-panel.active{
    display: block;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #4a4a4a;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #7e7d7e;
    cursor: pointer;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

/* ============ Error Handlers ============ */
.submitted.ng-invalid{
    box-shadow: 0 0 10px #d82e16;
}
.errFldHighlight.ng-invalid{
    box-shadow: inset 0 0 10px #d82e16;
}
.alert-fld-error{
    font-size: 12px;
    color: #d87b6e;
    padding: 4px 0;
    z-index: 999;
    font-weight:600;
    text-align: right;
}
.card-response-alert{
    width: 100%;
    background-color: transparent;
    padding: 8px 10px;
    font-size: 13px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    -webkit-transition:all linear .5s;
    -moz-transition:all linear .5s;
    transition:all linear .5s;
}

.page-response-alert{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: auto;
    background: transparent;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    z-index: 10500;
    border-radius: 2px;
    -webkit-transition:all linear .5s;
    -moz-transition:all linear .5s;
    transition:all linear .5s;
}

.card-response-alert.ng-hide, .page-response-alert.ng-hide{ opacity: 0;}
.card-response-alert.response-success, .page-response-alert.response-success{ background-color: rgb(149, 190, 14);}
.card-response-alert.response-error, .page-response-alert.response-error{ background-color: #de5347;}

.btn-normal-blue[disabled]{
    background: #4a4747;
    color: #949494;
    cursor: not-allowed;
}

/* =========== Top bar =========== */
.top-bar{
    height:46px;
    background-color: rgba(255,255,255,0.2);
    padding: 7px 15px;
    color: #dcdcdc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-bar-transparent{
    text-align: right;
    background-color: transparent;
    box-shadow: none;
}
.top-bar-sticky{
    background-color: rgb(82, 82, 82);
}
.top-bar .top-bar-right{
    text-align: right;
}
.top-bar .top-bar-left{
    padding-left: 0;
}
.top-bar-right .dropdown{
    float: right;
    margin-left: 30px;
}

.top-bar .top-bar-icons{
    font-size: 16px;
    color: #dcdcdc;
    width: 32px;
    height: 32px;
    line-height: 28px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.top-bar .top-bar-left .top-bar-icons{
    margin-left: 10px;
}
.top-bar .top-bar-right .top-bar-icons{
    margin-left: 10px;
}
.top-bar .top-bar-icons:hover, .top-bar .top-bar-icons:focus{
    color: #fff;
    border: 2px solid rgba(255,255,255,0.6);
}
.app-title{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.role-name{
    font-size: 11px;
    color: rgba(255,255,255,0.7);
}

/* =========== Panel Notification =========== */
#panel-notification{
    display: none;
    position: absolute;
    left: 22%;
    top: 45px;
    min-width: 260px;
    max-width: 290px;
    background-color: #fff;
    color: #222;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 2px;
    z-index: 5000;
    cursor: initial;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
#panel-notification .panel-header{
    padding: 4px 1em;
    font-weight: 600;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    text-align: left;
    font-size: 15px;
}
#panel-notification .panel-body{
    padding: 8px 1em;
    font-size: 13px;
}
#panel-notification:after {
    content:"";
    border-top: 6px solid #fff;
    border-right: 6px solid #fff;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 0;
    height: 0;
    right: 45%;
    top: 0;
    margin-top: -4px;
}
#panel-notification .panel-body ul.list-notify li{
    margin-bottom: 0;
    text-align: left;
}

/* =========== Left Panel =========== */
.left-panel{
    width: 200px;
    max-width: 200px;
    overflow-x: hidden;
    height: 100%;
    position: fixed;
    background-color: rgba(255,255,255,0.2);
    color: #dcdcdc;
    left: 0;
    overflow-y: auto;
}
ul.panel-navigation, ul.panel-sub-menu{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.panel-sub-menu{
    display: none;
}
ul.panel-navigation li span{
    padding:15px;
    color: #dcdcdc;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-right: 4px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.panel-navigation li span:hover, ul.panel-navigation li span:focus, ul.panel-navigation li span.current{
    background-color: rgba(255,255,255,0.3);
    border-right: 4px solid #1481bf;
}
ul.panel-navigation li span i{
    width: 25px;
    display: inline-block;
    font-size: 16px;
}
ul.panel-navigation li span i.fa-caret-down{
    float: right;
    text-align: right;
}
/*ul.panel-sub-menu{*/
    /*display: none;*/
/*}*/
ul.panel-sub-menu li span{
    padding: 10px 10px 10px 45px;
    font-size: 13px;
}
ul.panel-sub-menu li span i{
    margin-right: 0;
    font-size: 14px;
}

.activeLink{
    background-color: rgba(255,255,255,0.3);
    border-right: 4px solid #1481bf !important;
}

.tab-pane .tab-content{ display: none;}
.tab-pane .tab-content.current{
    display: inherit;
    -webkit-animation: fadein 0.2s;
    -moz-animation: fadein 0.2s;
    animation: fadein 0.2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* =========== Dashboard =========== */
.pg-big-title{
    margin-top: 0;
}
.sand-box{
    background-color: rgba(255,255,255,0.1);
    color: #fff;
    padding: 15px;
    margin-bottom: 15px;
}
.sandbox-title{
    margin-top: 0;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    padding-bottom: 6px;
}
.sandbox-links{
    padding: 0;
    list-style-type: none;
}
.sandbox-links li{
    display: block;
    margin-bottom: 10px;
}
.sandbox-links li a{
    color: #fff;
}
.sandbox-links li a:hover{
    color: #16afe1;
}
.sandbox-links li a i{
    margin-right: 8px;
    width: 18px;
}
.tbl-sanbox-counts tr td{
    padding: 4px 10px;
}
.tbl-sanbox-counts tr td:first-child{
    width: 80px;
    font-size: 20px;
    text-align: right;
    color: #16afe1;
}
ul.sandbox-list{
    list-style-type: none;
    padding: 0;
}
ul.sandbox-list li{
    margin-bottom: 5px;
}
.sandbox-list li:before{
    font-family: FontAwesome;
    content: '\f105';
    margin-right: 10px;
    font-size: 11px;
    vertical-align: middle;
}
.new-label{
    font-size: 11px;
    color: #fff;
}

.tbl-current-project{
    width: 100%;
}
.tbl-current-project td{
    padding: 4px 10px;
}
.tbl-current-project tr td:first-child{
    width: 100px;
    text-align: right;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.tbl-current-project tr td:last-child{
    width: 50px;
}
.sand-box textarea.form-controller{
    min-height: 100px;
}

/* =========== white card =========== */
.white-card{
    position: relative;
    border-radius: 2px;
    width: 100%;
    color: #fff;
    margin-bottom: 1em;
}
.white-card .white-card-header, .white-card .white-card-body{
    padding: 0.8em 1em;
    background-color: rgba(255,255,255,0.1);
}
.white-card .white-card-header{
    margin-bottom: 2px;
    font-weight: 600;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.white-card .white-card-body{
    font-size: 13px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    display: block;
}
.white-card .white-card-header i{
    font-size: 20px;
    margin-right: 10px;
}
.white-card .card-tips{
    font-size: 12px;
    color: rgba(255,255,255,0.8);
}


/* =========== white table =========== */
.tbl-white-wrapper{
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    overflow-x: auto;
}
.tbl-white{
    width: 100%;
    border-collapse: collapse;
    display: table;
    background: transparent;
}
.tbl-white tr{
    background-color: rgba(255,255,255,0.1);
    margin-bottom: 2px;
    display: table-row;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tbl-white tr.tbl-col-heading{
    background-color: rgba(255,255,255,0.4);
    cursor: default;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tbl-white tr.tbl-col-heading:hover{
    background-color: rgba(255,255,255,0.4);
}
.tbl-white th{ padding: 12px 10px;}
.tbl-white td{ padding: 10px;}

.tbl-white th, .tbl-white td{
    text-align: left;
    vertical-align: middle;
}
.tbl-white .th-status{ width: 105px;}
.tbl-white .th-status-dot{ width: 30px !important;}
.th-row-num{ width: 30px;}
.tbl-white .th-action{
    width: 40px;
    text-align: right;
}
.tbl-white .th-action-controllers{ text-align: right;}

.tbl-white tr:hover, .tbl-white tr:nth-child(even):hover{
    background-color: rgba(255,255,255,0.35);
}
.tbl-white tr:nth-child(even){
    background-color: rgba(255,255,255,0.13);
}
.tbl-white tr:hover .icon-remove, .tbl-white tr.selectedRow .icon-remove{
    visibility: visible;
}
.tbl-white .tbl-action-icon{
    width: 15px;
    text-align: left;
    color: #dcdcdc;
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}
.tbl-white .tbl-action-icon:hover{
    color: #fff;
}
.selectedRow{ background-color:rgba(255,255,255,0.35) !important;}


/* =========== Confirmation Box =========== */
.confirmation-box{
    position: fixed;
    left: 50%;
    top:50%;
    width: 300px;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    overflow: hidden;
}
.confirmation-box .confirm-header{ padding: 15px 12px; }
.confirmation-box .confirm-header h3{ margin: 4px auto; font-size: 18px; font-weight: 600; color: rgba(0,0,0,0.9);}
.confirmation-box .confirm-header p{ margin: 15px auto 8px; color: rgba(0,0,0,0.85); font-weight: 600; line-height: 1.6em;}
.confirmation-box .confirm-action-group{ border-top: 1px solid #eeeeee; width: 100%; height: 43px;}
.confirmation-box .confirm-action-group a{ width:50%; height: 100%; padding: 10px; float: left; color: #00bfff;}
.confirmation-box .confirm-action-group a:hover{  background-color: #f5f5f5;}
.confirmation-box .confirm-action-group a:first-child{ font-weight: 600; border-bottom-left-radius: 4px; font-size: 17px;}
.confirmation-box .confirm-action-group a:last-child{ border-left: 1px solid #f5f5f5; border-bottom-right-radius: 4px;}


/* =========== Alert Box =========== */
.alert-box{
    position: fixed;
    left: 50%;
    top:50%;
    width: 300px;
    height: auto;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    overflow: hidden;
}
.alert-box .alert-message{ padding: 15px 12px; }
.alert-box .alert-message p{ color: rgba(0,0,0,0.85);  line-height: 1.6em; font-weight: 600; font-size: 16px;}
.alert-box .alert-close a{
    border-top: 1px solid #eeeeee;
    display: block;
    padding: 12px 10px;
    color: #00bfff;
    font-size: 17px;
    font-weight: 600;
}
.alert-box .alert-close a:hover{ background-color: #f5f5f5;}

.bg-overlay{
    background-color: rgba(0,0,0,0.85);
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

/* =========== Quotation Request =========== */
#pg-qt-tbl-2 tr td{
    padding-bottom: 15px;
    padding-right: 15px;
    vertical-align: initial;
}
#pg-qt-tbl-2 tr td:first-child{
    width: 170px;
    text-align: right;
}

/* =========== Quotations =========== */
.single-q-request{
    background-color: rgba(255,255,255,0.1);
    padding: 1em;
}
.single-q-request .form-controller{
    margin-top: 1em;
}


table#pg-qt-tbl-1 tr .form-controller{
    display: block;
    max-width: 80%;
    margin-top: 5px;
}
table#pg-qt-tbl-1 tr td:last-child .form-controller{
    margin-left: 20%;
}
.tbl-quote-info-wrapper{
    border-radius: 3px;
    overflow-x: auto;
    margin-bottom: 20px;
}
table.tbl-quote-info{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    display: table;
}
table.tbl-quote-info tr{
    display: table-row;
    background-color: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
table.tbl-quote-info tr:last-child{
    border-bottom: none;
}
table.tbl-quote-info tr.tbl-col-heading{
    background-color: rgba(255,255,255,0.4);
    cursor: default;
    border-bottom: none;
}
.tbl-quote-info th, .tbl-quote-info td{
    padding:10px;
    vertical-align: middle;
}
.tbl-quote-info tr:hover, .tbl-quote-info tr:nth-child(even):hover{
    background-color: rgba(255,255,255,0.25);
}
.tbl-quote-info tr:nth-child(even){
    background-color: rgba(255,255,255,0.13);
}
.tbl-quote-info .th-category{ width: 130px;}
.tbl-quote-info select.select-inline{ margin-bottom: 0; color: #dcdcdc; padding: 3px 4px;}
.tbl-quote-info select.select-inline option{ color: #333;}
.tbl-quote-info .th-qty{ width: 60px;}
.tbl-quote-info .th-rate, .tbl-quote-info .th-amount{ width: 130px;}

.tbl-quote-info .tr-final{ background-color: transparent !important; border-bottom: none;}
.tbl-quote-info .tr-final td{ text-align: right;}

.tbl-quote-info .tr-final textarea{ float: left; max-width: 500px; min-height: 100px; max-height: 100px;}

table.tbl-quote-info .tr-add-row{ background-color: transparent;}
table.tbl-quote-info .tr-add-row span{
    font-size: 13px;
    cursor: pointer;
    color: #1481bf;
}
table.tbl-quote-info .tr-add-row span:hover{
    text-decoration: underline;
}

.type-selector-wrapper{
    position: relative;
}
.type-selector-wrapper:after{
    content: "";
    display: block;
    clear: both;
}

.type-selector-wrapper input.discount-amount{
    width: 55px;
    height: 24px;
    margin-bottom: 0;
    padding: 4px 3px;
    float: right;
    text-align: right;
    border-radius: 2px 0 0 2px;
    background-color: rgba(166, 162, 162, 0.27);
}
.type-selector-wrapper select.discount-type{
    width: 55px;
    margin-bottom: 0;
    color: #dcdcdc;
    font-size: 12px;
    padding: 4px 3px;
    float: right;
    border-radius: 0 2px 2px 0;
}

.tbl-quote-info .th-action{
    width: 40px;
    text-align: right;
}
.tbl-quote-info tr:hover .icon-remove{
    visibility: visible;
}

.sel-client .sel-client-data{
    background-color: rgba(255,255,255,0.1);
    padding: 0.8em 1em;
}

.rdo-currency{
    margin-left: 30px;
    cursor: pointer;
}
.rdo-currency input[type="radio"]{
    vertical-align: middle;
    margin-top: 0;
    cursor: pointer;
}

/* =========== Quotation Single =========== */
.quotation-single{
    position: fixed;
    width: 728px;
    max-height: 600px;
    z-index: 10001;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.85);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.quotation-single .quote-content-wrapper{
    overflow-y: auto;
    position: relative;
    max-height: 570px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.quotation-single .quote-top-header{
    background-color: #525252;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 4px 4px 0 0 ;
}
.quotation-single .quote-top-header a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 20px;
}
.quotation-single .quote-top-header a:hover{
    color: #ebebeb;
}
.close-quote{
    float: right;
    text-align: right;
}

.quotation-single .quote-header{
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 68px;
}
.quotation-single .quote-header h1{
    margin-top: 5px;
    margin-bottom: 0;
}
.quotation-single .quote-header a{
    display: block;
    margin-top: 4px;
}
.quotation-single .quote-header .quote-logo{
    max-width: 50px;
    float: right;
}

.quotation-single .quote-info{
    /*height: 64px;*/
    padding: 8px 15px;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.quotation-single .quote-info table td{
    padding-left: 10px;
    padding-right: 10px;
}
.quotation-single .quote-info h3{
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 400;
    color: #ef1c2e;
}
.quotation-single .quote-info p{
    margin-bottom: 0;
    margin-top: 5px;
}
.quotation-single .quote-summary h3{
    margin-bottom: 0;
    font-weight: 400;
    color: #ef1c2e;
}
.quotation-single .quote-summary p{
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 13px;
}

.tbl-quote{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    display: table;
}
.tbl-quote tr{
    display: table-row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.tbl-quote tr:first-child{
    background-color: #6b6969;
    color: #fff;
}
.tbl-quote th, .tbl-quote td{
    padding: 6px 10px;
    vertical-align: middle;
}
.tbl-quote .th-qty{ width: 90px;}
.tbl-quote .th-rate, .tbl-quote .th-amount{ width: 130px;}
.tbl-invoice .th-rate{ width: 170px;}
.tbl-quote tr.sum-row{
    border-bottom: none;
}
.tbl-quote tr.sum-row td{
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
}

.quotation-single .quote-bottom{
    margin-top: 20px;
    margin-bottom: 15px;
}
.quotation-single .quote-comment textarea{
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 6px 10px;
    height: 100px;
    max-height: 100px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

ul.quote-comment-list{
    padding-left: 18px;
}
ul.quote-comment-list li{
    font-size: 13px;
    margin-bottom: 5px;
}

/* =========== Message interface =========== */
.conversation-wrapper{
    margin-left: -15px;
    margin-right: -15px;
}
ul.msg-user-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 415px;
    overflow-y: auto;
}
ul.msg-user-list li{
    position: relative;
    padding: 8px 10px;
    background-color: #4A4A4A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 13px;
    cursor: pointer;
}
ul.msg-user-list li:hover, ul.msg-user-list li:focus{ background-color: #676767;}
ul.msg-user-list li:last-child{ border-bottom: none;}

.msg-cl-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #676767;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 8px;
}
ul.msg-user-list .msg-user-role{
    display: block;
    margin-left: 38px;
    font-weight: normal;
    font-size: 12px;
}
ul.msg-emp-list .msg-cl-icon{ float: left;}

ul.msg-user-list li span{ font-weight: 600;}
ul.msg-user-list li span.icon-status{
    position: absolute;
    right: 10px;
    top: 18px;
}

.msg-act-cl-name{
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 0;
}

ul.msg-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.msg-list li{ margin-bottom: 25px; }
ul.msg-list li:after, ul.msg-list li .msg-cl-data p:before{
    clear: both;
    content: "";
    display: block;
}
ul.msg-list li .msg-cl-icon{ float: left;}
ul.msg-list li .msg-cl-data{ margin-left: 40px; }

ul.msg-list li .msg-cl-data .msg-sender-name{
    display: block;
    float: left;
    color: #84b8d6;
}
ul.msg-list li .msg-cl-data .msg-time{
    float: right;
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}

.msg-reply-box textarea{
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 0;
    box-shadow: 0 -1px 10px -2px rgba(0, 0, 0, 0.72);
}

.conversation-list{
    max-height: 300px;
    overflow-y: auto;
    background-color: rgba(255,255,255,0.1);
    padding-left: 10px;
    padding-right: 10px;
}

@media(min-height: 768px){
    .conversation-list{ max-height: 450px;}
    ul.msg-user-list{ max-height: 545px;}
}

/* =========== Pagination =========== */
.pagination-wrapper{
    margin-top: 5px;
    margin-bottom: 8px;
    height: 30px;
    display: block;
}
.pagination-wrapper button{
    border: none;
    background-color: #666666;
    cursor: pointer;
}
.pagination-wrapper button:first-child{
    border-radius: 0 2px 2px 0;
}
.pagination-wrapper button:last-child{
    border-radius: 2px 0 0 2px;
}
.pagination-wrapper button:hover, .pagination-wrapper .page-count:hover{
    background-color: #8d8d8d;
}
.pagination-wrapper .page-count{
    background-color: #676767;
    line-height: 22px;
    border-left: 1px solid rgba(255,255,255,0.1);
    border-right: 1px solid rgba(255,255,255,0.1);
}

.pagination-wrapper button, .pagination-wrapper .page-count{
    padding: 4px 10px;
    height: 100%;
    float: right;
    color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.pagination-wrapper button[disabled] {
    color: rgba(255,255,255,0.4);
    cursor: not-allowed;
}

/* =========== Payment =========== */
#pg-p-tbl-1{ width: 70%;}
#pg-p-tbl-1 tr td:first-child{ width: 160px;}
#pg-p-tbl-1 tr td{ padding-bottom: 8px;}
#pg-p-tbl-1 .form-controller{ margin-bottom: 0;}
#pg-p-tbl-1 td.small-fields-set1 .form-controller{ display: inline-block;}
#pg-p-tbl-1 td.small-fields-set1 .form-controller:first-child{ width: 40px;}
#pg-p-tbl-1 td.small-fields-set1 .form-controller:last-child{ width: 60px;}
#pg-p-tbl-1 td.small-fields-set2 .form-controller{ width: 80px;}

.icon-radio input[type='radio']{ vertical-align: super;}
.icon-radio i{ font-size: 35px;}


/* =========== Projects =========== */

.transparency-card{
    background-color: rgba(255,255,255,0.1);
    padding: 1em;
}
#pg-cp-tbl-1 .form-controller{ margin-bottom: 0;}
#pg-cp-tbl-1 tr td{ padding-bottom: 8px;}
#pg-cp-tbl-1 tr td:first-child{ width: 180px; max-width: 180px;}
#pg-cp-tbl-1 tr td:last-child{ max-width: 350px;}
#pg-cp-tbl-1 tr:last-child td{ padding-bottom: 0; }
#pg-cp-tbl-1 tr td textarea.form-controller{ min-height: 80px; max-height: 80px;}

/* =========== Progressbar =========== */
.progressbar-wrapper{
    padding-bottom: 30px;
}
.progressbar-wrapper .progress-header{
    margin-bottom: 10px;
}
.progressbar{
    display: block;
    position: relative;
    background: rgba(255,255,255,0.5);
    height: 10px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
}
.progress-indicator{
    position: absolute;
    height: 10px;
    width: 0;
    background-color: #1481bf;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* =========== User =========== */
#pg-pr-tbl-2 tr td:first-child .form-controller{ margin-top: 8px; width: 80%;}

.pg-cu-tbl-1 tr:first-child td:nth-child(2) select{ width: 65px !important; height: 32px; }
#pg-cp-tbl-2 tr:hover{ cursor: default;}

/* =========== Profile Settings =========== */
.profile-box{
    position: fixed;
    left: 50%;
    top:50%;
    width: 450px;
    height: auto;
    max-height: 400px;
    background-color: #ffffff;
    color: #777;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10001;
    overflow-x: hidden;
    overflow-y: auto;
}

.profile-box .row{ margin-left: 0; margin-right: 0;}

.profile-box .profile-header{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.profile-box .profile-header .header-title{ font-weight: 600; font-size: 15px; color: #333;}
.profile-box .profile-header a.box-close i{ font-size: 20px;}

.profile-box .profile-body{
    padding-top: 1.3em;
    padding-bottom: 1em;
}
.profile-box .profile-body .form-controller{
    border: 1px solid rgba(0,0,0,0.2);
    color: #333;
    margin-bottom: 0;
}
.profile-box .profile-body .tbl-normal tr td{ padding-bottom: 8px;}

/* =========== Reports =========== */
.pg-rp-tbl-1 tr td{padding-bottom: 5px;}
.pg-rp-tbl-1 .form-controller{ margin-bottom: 0;}
.pg-rp-tbl-1 tr td:first-child{ padding-right: 10px; width: 110px; font-weight: 600; text-align: right;}
.pg-rp-tbl-1 ul.search-list-dropdown{ width: 100%; margin-top: 0; max-height: 250px;}

.report-viewer{
    position: fixed;
    width: 850px;
    max-height: 600px;
    z-index: 10001;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    color: rgba(0,0,0,0.85);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.report-viewer .report-content{
    overflow: auto;
    position: relative;
    max-height: 570px;
    margin-top: 30px;
    padding-bottom: 20px;
}

.report-viewer .report-top-header{
    background-color: #525252;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 4px 4px 0 0 ;
}
.report-viewer .report-top-header a{
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 20px;
}
.report-viewer .report-top-header a:hover{
    color: #ebebeb;
}
.close-report{
    float: right;
    text-align: right;
}
.report-viewer .report-header{
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 68px;
}
.report-viewer .report-header h1{
    margin-top: 5px;
    margin-bottom: 0;
}
.report-viewer .report-header a{
    display: block;
    margin-top: 4px;
}
.report-viewer .report-header .company-logo{
    max-width: 50px;
    float: right;
}
.report-viewer .report-meta{
    padding-top: 15px;
    padding-bottom: 15px;
}
.report-viewer .report-meta .tbl-normal tr:first-child td{
    padding-bottom: 15px;
}
.report-viewer .report-meta .report-title{
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}
.report-viewer .report-meta .filter-title{
    font-weight: 600;
}
.tbl-report{
    text-align: left;
}
.tbl-report tr:first-child{
    background-color: #6b6969;
    color: #fff;
}
.tbl-report th, .tbl-report td{
    padding: 6px 10px;
    vertical-align: middle;
}
.tbl-report td{
    font-size: 13px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.tbl-report-total tr:last-child td{
    border-bottom: none;
    font-size: 16px;
    padding-top: 20px;
}
.tbl-report-total .col-amount{
    width: 150px;
}

#total-income-report-viewer{ width: 700px;}

.highcharts-container{
    width: 100% !important;
    border-radius: 2px;
}
.highcharts-container svg g + text:last-child{
    display: none;
}
.highcharts-container rect.highcharts-background{fill: rgba(255,255,255,0.1);}
.highcharts-container text.highcharts-title,
.highcharts-container text.highcharts-yaxis-title,
.highcharts-container g.highcharts-legend-item text,
.highcharts-container g.highcharts-axis-labels text{
    fill: #fff !important;
}
.highcharts-container g.highcharts-grid path{ stroke: rgba(255,255,255,0.5) !important;}
.highcharts-container g.highcharts-series-0 rect{ fill: #1481bf !important; stroke-width: 0 !important;}
.highcharts-container g.highcharts-series-1 rect{ fill: #bbe902 !important; stroke-width: 0 !important;}

.highcharts-container g.highcharts-legend-item:nth-child(1) rect{ fill: #1481bf !important;}
.highcharts-container g.highcharts-legend-item:nth-child(2) rect{ fill: #bbe902 !important;}


/* =========== Payment Return =========== */
.payment-return-area{
    position: absolute;
    background-color: rgba(255,255,255,0.1);
    width: 650px;
    top: 50%;
    left: 50%;
    text-align: center;
    border-radius: 3px;
    padding: 1em 3.5em 3.5em;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.payment-return-area img.img-title{
    width: 70px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}
.payment-return-area img.loader{
    height: 130px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.payment-return-area h1{
    margin-top: 0;
    font-size: 35px;
}