.page-header .navbar .navbar-nav > li > a {
    font-size: 14px;
    padding: 13px 8px 13px 11px;
}

/*Modal Static Height*/
.modal .modal-body {
    /*max-height: 420px;*/
    overflow-y: auto;
}


/*GridView dashboard-stat*/
.dashboard-stat .visual > i {
    line-height: 25px;
}

.dashboard-stat .details .number {
    padding-top: 5px;
}

.dashboard-stat .visual {
    height: 25px;
}


/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}


/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}

.GvPager tbody td a:hover {
    background-color: #eee;
}

/*BEGIN Grid View Pager*/
.GvPager tbody td a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
}

.GvPager tbody td span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}
/*END Grid View Pager*/

/*BEGIN Decrease haeader size*/
.page-header .topbar-actions {
    top: 10px;
}

.page-header .navbar-fixed-top {
    padding: 8px 10px;
}

.page-header .navbar-collapse {
    margin-top: 55px;
}
    /*END Decrease haeader size*/

    /*BEGIN Decrease haeader Sub Menu*/
    .page-header .navbar-collapse .navbar-nav .more-dropdown-sub > a:after {
        top: 15px;
    }
/*END Decrease haeader Sub Menu*/
.timeline .timeline-badge {
    float: left;
    position: relative;
    padding: 28px 20px;
    height: 80px;
    width: 80px;
    border: solid 5px #f5f6fa;
    background-color: white;
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
}

/*BEGIN Decrease Table Rows height*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 5px;
    vertical-align: middle;
}

.table > thead > tr > td, .table > thead > tr > th, .table > tbody > tr > th {
    background-color: #fafafa;
    padding: 8px;
    border-bottom: 1px solid #e7ecf1;
}
/*END Decrease Table Rows height*/

.page-content {
    padding-top: 50px;
    min-height: 800px;
}

.portlet {
    margin-bottom: 0px;
}

.copyright {
    margin-top: 0px;
}

.alert, .thumbnail {
    margin-bottom: 0px;
}

.label-sm {
    padding: 8px 5px !important;
    display: block;
}

.form .form-body, .portlet-form .form-body {
    padding: 0px;
}

.modal-header .close {
    margin-top: 8px;
}

.modal-title {
    font-weight: bold;
}

.modal-header {
    background-color: #f3f5f6;
}

.modal-footer {
    background-color: #f3f5f6;
    padding: 22px !important;
}

.form-group {
    margin-bottom: 0px!important;
    margin-top: 4px!important;
}

.select2-results__group {
    font-size: 13px !important;
    font-weight: bold !important;
    text-decoration: underline;
}
.modal-header {
    padding:8px!important;
}
    .modal-header .close {
        margin-top:7px!important;
    }
.dropdown-menu .divider {
    margin-top: 5px;
}

.portlet-title {
    margin-bottom: 5px;
}

.mt-widget-1 .mt-img {
    margin: 10px 0 10px;
}

.mt-widget-1 {
    margin-bottom: 10px;
}
/*Orgnaization*/
.OrgnaizationLinks {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .OrgnaizationLinks a {
        margin-right: 20px;
        display: inline-block;
        color: gray;
    }
/*for loading progress img*/
.UpdatePanel {
    position: relative;
}

.UpdateProgress {
    position: fixed;
    text-align: center;
    top: 200px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

    .UpdateProgress img {
        background-color: white;
        opacity: 0.7;
    }



/*AutoComplete flyout */
.completionList {
    border: solid 1px #444444;
    margin: 0px;
    padding: 2px;
    height: 200px;
    overflow: auto;
    background-color: #FFFFFF;
    font-size: 12px;
      width:500px !important;
      direction:inherit;
      right:40px;
}

.listItem {
    color: #1C1C1C;
}

.itemHighlighted {
    background-color: #32c5d2;
}


.ajax__fileupload_selectFileContainer {
   /* z-index: 999999;*/
}

textarea {
    resize: none;
}


/******************  DealS  ********************/
.DealStatusName {
    width: 100%;
    height: 70px;
    clear: both;
    padding: 3%;
    background: #fcfcfc url(../../../../images/stage-arrow.png) no-repeat center right;
    border-top: solid 1px #c2c8cd;
    border-bottom: solid 1px #c2c8cd;
}

.DealSName {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.DealSValue {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    font-size: 13px;
}

.DealsItems {
    border-right: solid 1px #c2c8cd;
    background-color: #fcfcfc;
}

    .DealsItems a {
        width: 100%;
        background-color: white;
        border-bottom: solid 1px #c2c8cd;
        min-height: 80px;
        padding: 3%;
        display: block;
        position: relative;
        color: #000;
        font-weight: bold;
    }

        .DealsItems a:hover {
            text-decoration: none;
        }

.DealsItemsIcon {
    position: absolute;
    right: 2%;
    top: 44%;
    font-size: 18px;
}

.DealsItemsValue {
    color: #454545;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
    margin-top: 10px;
}

.DealsItemsCompany {
    display: inline-block;
    color: #8C8C8C;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
}

.DealsItemsButtom {
    width: 100%;
    background-color: transparent;
    display: block;
    font-size: 15px;
    color: #fff;
    font-weight: normal;
    border: none;
}

.DealLinks {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

    .DealLinks a {
        margin-right: 20px;
        display: inline-block;
        color: gray;
    }

.repeater-header {
    background-color: rgba(135, 154, 162, 0.88);
    color: white;
    padding: 11px;
    font-weight: bold;
    border-bottom: 2px solid #2c7e94;
}

.grid-footer {
    font-weight: bold;
    background-color: rgba(217, 217, 218, 0.68);
}

/*Error message Pages*/
.error-page-title {
    background-color: #6fa6c5;
    padding: 11px;
    border-radius: 5px;
    border-bottom: 3px solid #f12020;
    color: white;
    font-weight: bold;
}

.error-sub-info {
    background-color: #d8dde8;
    padding: 11px;
    padding-top:1px !important;
    border-radius: 3px !important;
    margin-bottom: 15px;
}

.error-button {
    background-color: #008ddb;
    color: #2f373e;
    padding: 10px;
    font-weight: bold;
    border-radius: 4px !important;
    margin-bottom: 10px !important;
    border-bottom: 2px solid #afe1ff;
}

.ss-dashboardItemLink {
    background-color: #444b50;
    margin: 12px;
    height: 40px;
    line-height: 40px;
    padding-right: 5px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 4px !important;
    color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}


.page-header .navbar .search .form-control {
    width: 250px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    padding-right: 42px;
    color: #76c0ff;
    background: #2f373e;
    border-color: #0875b1 !important;
}

.grid-input-decimal {
    width: 130px !important;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.dxeEditArea {
    /*width: 100% !important;*/
    /*background-color: rgb(255, 255, 255) !important;*/
    padding: 0px 0px 0px 0px !important;
    border-width: 0px !important;
    border-style: none !important;
    border-image: initial !important;
    border-radius: 0px !important;
}

.ModalFormDesign .input-text, .ModalFormDesign select {
    width: 45% !important;
    height: 42px;
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: bold;
}

.ModalFormDesign label {
    font-size: 15px;
    font-weight: bold;
    color: #1a283d;
    text-decoration: underline;
}

.ModalFormDesign table.dxeTextBoxSys.form-control {
    height: 42px;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: bold;
}

.ModalFormDesign .btn-outline.dark {
    border-color: #2f353b;
    color: #2f353b;
    background-color: #162a3d;
    border-radius: 5px !important;
    padding-left: 30px;
    padding-right: 30px;
    width: 110px !important;
    text-align: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
}


.items-filter-container {
    background-color: #bbd8ec;
    margin-top: 20px;
    margin-bottom: 20px;
    /* margin: -10px; */
    border-radius: 4px !important;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #3598dc;
    font-size: 15px;
    font-weight: bold;
}

.side-border {
    border-right: 1px solid #5787a9;
}


.innerExptionContainer {
    background-color: #296373 !important;
    color: #ffffff;
    font-size: 15px;
    padding: 5px;
    border-radius: 5px !important;
    border: 1px solid #666;
}

.hr-style { 
    border-top: 4px dashed #6fa6c5;
    border-bottom: 0;
}
.dxeErrorCell {
    display: none !important;
}