@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
/* Filename: Style.css
 * Website: DIFS
 * Author: Chanaka Thushad
 * Date Created: 01/27/2015 */
/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);
font-family: 'Roboto', sans-serif;*/
/*font-family: 'Open Sans', sans-serif;
*/
/* variables */
/*@toolbarBg: linear-gradient(to bottom, #878787 0px, #878787 40%, #878787 100%);*/
/* bootstrap brand colors */
/* sidebar width */
/* allocation table */
/* functions */
.mtrlz {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 1px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

html {
    /*overflow-y: scroll;*/
}
body {
    background: #ededed;
    margin: 0 auto;
    font-family: 'Open Sans', sans-serif;
    color: #222222;
    font-size: 12px;
    font-weight: 400;
}



/*div>table>tbody>tr:nth-child(2n+1) {*/
    /*background-color:#dcdcdc;*/

/*}*/

.display{
    width: 100%;
    max-height:200px;
    overflow-y: auto;
}



h1 {
    margin: 0px;
    font-size: 19px;
    font-weight: 400;
    color: #000000;
}
.page-title {
    border-bottom: 1px solid #d5d5d5;
    padding: 15px 20px 12px 20px;
    position: relative;
}
h2 {
    margin: 0px 0px 5px 0px;
    font-weight: 300;
    font-size: 19px;
    color: #8d8c8c;
}
h3 {
    margin: 0px 0px 5px 0px;
    font-weight: normal;
    font-size: 14px;
}
/*h4 {*/
    /*color: #fe7603;*/
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    /*border-bottom: 1px solid #dfdfe1;*/
    /*padding-bottom: 3px;*/
/*}*/

h5 {
    font-weight: bold;
    font-size: 12px;
    margin: 0 0 3px 0;
}
p {
    margin: 0px 0px 15px 0px;
    line-height: 1.5em;
    font-size: 13px;
    color: #222222;
}
a {
    text-decoration: none;
    color: #0091ea;
}
a:active {
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.page-content ul {
    margin: 0 0 10px 0;
    padding: 0;
}
.page-content ul li {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
a img {
    border: none;
}
a:hover {
    text-decoration: none;
    color: #00affe;
}

.assigned-issue-list li {
    padding: 0;
    clear: right;
}

.page-content .assigned-issue-list li {
    padding: 0;
    clear: right;
}

.page-content .assigned-issue-list li span i {
    cursor: pointer;
}

.clearable{
    background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px;     /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
}

.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }              /* (jQ) hover cursor style */


.clearer:after,
.clearer:before {
    content: ".";
    clear: both;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
    display: block;
}
.clearBr {
    clear: both;
    height: 0px;
    line-height: 0px;
    float: none;
}
.required {
    color: #ff0000;
    font-size: 1.4em;
    font-weight: 400;
    line-height: 0;
}
.errMsg {
    color: #ff0000;
}
img {
    max-width: 100%;
}
strong {
    font-weight: 600;
}
/*text colors */
.txt-primary {
    color: #337ab7;
}
.txt-success {
    color: #5cb85c;
}
.txt-info {
    color: #5bc0de;
}
.txt-warning {
    color: #f0ad4e;
}
.txt-danger {
    color: #d9534f;
}
.txt-light {
    color: #949494;
}
.container {
    /*max-width: 960px;*/
}
.inline-block {
    display: inline-block;
}
.popover {
    font-size: 12px;
}

.page-body {
    margin-top: 50px;
    min-width: 640px;
}

.page-content-floater {
    width: 100%;
    float: left;
}
.page-content-wrapper {
    margin-left: 0;
}
.page-content {
    padding: 6px 20px 20px;
    min-height: calc(100vh - 150px);
    background: #ededed;
}
.navbar-default {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    margin-bottom: 0;
    border-bottom: 1px solid #085698;
    background: #0c64af;
}
.navbar-default .navbar-brand {
    padding-top: 4px;
    padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    font-weight:bold;
}
.navbar-default .navbar-nav > li > a .nav-tabs {
    border-bottom: none;
    background: linear-gradient(to bottom, #59addf 0px, #59addf 4px);
    padding-left: 20px;
    margin-top: -6px;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 8px;
}
.navbar-default .navbar-nav > li > a .nav-tabs > li {
    margin: 0;
    position: relative;
}
.navbar-default .navbar-nav > li > a .nav-tabs > li > a {
    background: #59addf;
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #fff;
    font-size: 13px;
    margin: 0;
}
.navbar-default .navbar-nav > li > a .nav-tabs > li > a:hover {
    background: #6fbae7;
}
.navbar-default .navbar-nav > li > a .nav-tabs > li > a:active {
    outline: none;

}

.navbar-default .navbar-nav > li > a .nav-tabs > li.active a:focus,
.navbar-default .navbar-nav > li > a .nav-tabs > li.active a:hover {
    border: none;
}
.navbar-default .navbar-nav > li > a .nav-tabs > li.active:after {
    content: "";
    position: absolute;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    left: calc(50% - 5px);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    outline: none;
}
.modal .nav-tabs {
    margin-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
}
/* ng validation */
.css-form input.optional.ng-valid.ng-dirty,
.css-form select.optional.ng-valid.ng-dirty {
    background: none;
}
.css-form input.ng-invalid.ng-dirty,
.css-form select.ng-invalid.ng-dirty {
    background: #f0cedb;
}
.css-form input.ng-invalid-required,
.css-form select.ng-invalid-required {
    background: #f0cedb;
}
.css-form input.ng-valid.ng-dirty,
.css-form select.ng-valid.ng-dirty {
    background: none;
}
.field-required {
    background: #f0cedb;
}

.fixed-header-thead{
    overflow-y: scroll;
}

.fixed-header-tbody{
    overflow-y: scroll;
    max-height: calc(100vh - 185px);
}
/* Sidebar menu */
.sidebar {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
    float: left;
    position: fixed;
    width: 0;
    margin-right: -100%;
    min-height: 100vh;
    z-index: 1;
}
.sidebar .logo {
    background: #fff;
    padding: 20px;
}
.sidebar.navbar-collapse {
    padding: 0;
}
.sidebar > .sidebar-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar .sidebar-menu {
    max-height: calc(100vh - 75px);
    overflow-y: hidden;
}
.sidebar .sidebar-menu li {
    font-size: 13px;
    border-bottom: 1px solid #1c4e6b;
    position: relative;
}
.sidebar .sidebar-menu li li {
    border-bottom: none;
}
.sidebar .sidebar-menu li li a {
    padding: 8px 15px 6px 15px;
}
.sidebar .sidebar-menu li li a:focus {
    background: #00acef !important;
    color: #fff;
}
.sidebar .sidebar-menu li ul li {
    padding-left: 25px;
}
.sidebar .sidebar-menu li a {
    color: #d9e1e6;
    display: block;
    padding: 12px 15px 10px 15px;
    text-decoration: none;
    font-weight: 400;
}
.sidebar .sidebar-menu li a:hover {
    background: #eaaf3d;
    color: #fff;
}
.sidebar .sidebar-menu li a i {
    font-size: 14px;
    position: relative;
    top: -1px;
}
.sidebar .sidebar-menu li.active a {
    background: #59addf;
    color: #fff;
}
.sidebar .sidebar-menu li.active a i {
    color: #d9e1e6;
}
.sidebar .sidebar-menu li span.fa {
    position: absolute;
    top: 17px;
    right: 15px;
}
.sidebar .sidebar-menu li.active span.fa {
    transform: rotate(-90deg);
}
.sidebar .sidebar-menu li.active li span.fa {
    transform: rotate(0deg);
    top: 12px;
}
.sidebar .sidebar-menu li.active li.active span.fa {
    transform: rotate(-90deg);
}
.sidebar .sidebar-menu:hover {
    overflow-y: auto;
}
/*table */
.table th {
    font-weight: 600;
}
.table tbody tr td {
    vertical-align: middle;
    padding: 4px 8px;
}
.table tr.expanded > td {
    background: #e0ecf7;
    padding-top: 15px;
}
.table tr.expanded > td h3 {
    font-size: 12px;
    color: #fe7603;
}
.table tr.expanded > td .table {
    margin-bottom: 0;
}
.table tr.expanded > td .table thead tr th {
    background: #eef3f8;
}
.table tr.expanded > td .table tbody tr td {
    background: #e6f0f9;
}
.table tr.expanded:hover td {
    background: #d5e6f5;
}
.table.order-details thead th:nth-child(1) {
    width: 175px;
}
.table.order-details thead th:nth-child(2) {
    width: 165px;
}
.table.order-details td {
    vertical-align: top;
}
.table.order-details td ul {
    margin-left: 0;
    padding-left: 15px;
}
.table.order-details td .paymentTypeImg {
    height: 12px;
    width: auto;
}
.table.order-details td .prodImgThumb {
    display: inline-block;
    border: 1px solid #f9c293;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-left: 3px;
}
.table.order-details td .prodImgThumb .badged-label {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 0 6px #ffffff;
}
.table.order-details td .prodImgThumb img {
    width: auto;
    height: 75px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.table.order-details td .prodImgThumb span {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}
.table.order-details tr.newOrder td {
    -webkit-animation: neworder 200ms 15;
    /* Chrome, Safari, Opera */
    animation: neworder 700ms 15;
}
/* panels */
.panel .panel-body {
    padding: 8px;
}
.panel .panel-heading {
    padding: 6px 8px 0 8px;
    margin-bottom: -5px;
    font-size: 14px;
    background: #fff;
    font-weight: 600;
    color: darkorange;
}
/* entitlements */
/* dashboard */
.statContainer .stats {
    display: block;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.statContainer [class*='col-']:nth-child(1) .stats {
    background: #418bca;
}
.statContainer [class*='col-']:nth-child(1) .stats:hover {
    background: #69a3d5;
}
.statContainer [class*='col-']:nth-child(1) .stats .star-bar-value {
    color: #418bca;
}
.statContainer [class*='col-']:nth-child(2) .stats {
    background: #62b861;
}
.statContainer [class*='col-']:nth-child(2) .stats:hover {
    background: #85c884;
}
.statContainer [class*='col-']:nth-child(2) .stats .star-bar-value {
    color: #62b861;
}
.statContainer [class*='col-']:nth-child(3) .stats {
    background: #efad4d;
}
.statContainer [class*='col-']:nth-child(3) .stats:hover {
    background: #f3c37c;
}
.statContainer [class*='col-']:nth-child(3) .stats .star-bar-value {
    color: #efad4d;
}
.statContainer [class*='col-']:nth-child(4) .stats {
    background: #d95350;
}
.statContainer [class*='col-']:nth-child(4) .stats:hover {
    background: #e27c7a;
}
.statContainer [class*='col-']:nth-child(4) .stats .star-bar-value {
    color: #d95350;
}
.statContainer .stats {
    padding: 10px 10px 10px 70px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.statContainer .stats .stat-bar {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.4);
    margin: 0;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.statContainer .stats .stat-bar .star-bar-value {
    height: 17px;
    line-height: 17px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-indent: 5px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: rgba(255, 255, 255, 0.8);
    /*background-color: transparent;
                  background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255,255,255,.5) 3px, rgba(255,255,255,.5) 6px);*/
}
.statContainer .stats h3 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
}
.statContainer .stats p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    padding-left: 3px;
}
.statContainer .stats p.sub {
    font-size: 12px;
}
.statContainer .stats i {
    position: absolute;
    left: 5px;
    top: 15px;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.7);
}
.dashboardLinks {
    list-style: none;
    margin: 60px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #f0f0f0;
}
.dashboardLinks li {
    padding: 0 60px 10px 0;
    display: inline-block;
}
.dashboardLinks li a {
    font-size: 18px;
}
/* login panel */
.panel-login .panel-heading {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 15px;
    font-size: 23px;
    font-weight: 300;
    color: #000;
}
/* forms */
.form-group {
    margin-bottom: 8px;
}
.input-sm,
select.input-sm {
    padding: 3px 10px;
    height: 26px;
}
.btn.input-sm {
    font-size: 12px;
}
.imageUpload .thumbnail {
    margin-bottom: 10px;
}
.form-area label {
    font-weight: 600;
    color: #000;
}
.form-area .control-label {
    padding-top: 5px;
}
.form-area .control-label .required {
    color: #e02222;
}
.form-area .checkbox {
    padding-top: 8px;
}
.form-area .checkbox input[type="checkbox"],
.form-area .checkbox input[type="radio"] {
    margin-top: 3px;
}
.form-area input[type="radio"] {
    margin-top: 3px;
}
.form-area .form-control {
    height: 30px;
    padding: 4px 7px;
    font-size: 13px;
}
.form-area textarea.form-control {
    height: 60px;
}
.form-area .form-control-static {
    min-height: 30px;
    padding-top: 5px;
    padding-bottom: 3px;
}
.form-area .input-group .input-group-btn .btn {
    padding: 4px 7px;
}
.form-area.left-align-label .control-label {
    text-align: left;
}
.form-area .checkbox,
.form-area .checkbox-inline,
.form-area .radio,
.form-area .radio-inline {
    padding-top: 5px;
}
.top-toolbar {
    background: #aaaaaa;
    margin: 0;
    border: 1px solid #aaaaaa;
    padding: 4px 5px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.top-toolbar-alloMain {
    /*background: lightgrey;*/
    margin: 0;
    /*border: 1px solid lightgrey;*/
    padding: 4px 5px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100px;
}

.top-toolbar .filter-set {
    float: left;
    margin-right: 5px;
}

.top-toolbar .input-group .form-control {
     max-width: 100px;
 }

.top-toolbar .input-group{
    max-width: 100px;
}

.top-toolbar .form-control.input-sm {
    font-size: 12px;
    height: 22px;
    line-height: 1.1em;
    padding: 1px 5px;
}
.top-toolbar .form-control.date-input {
    width: 100px;
}
.project-filter .project-result-container {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc;
    width: 95%;
    max-width: 300px;
    padding: 10px;
}

.project-filter .project-result-container .pr-list {
    max-height: 150px;
    overflow-y: auto;
}

.project-filter .project-result-container .pr-list ul {
    margin: 0;
    padding: 0;
}

.project-filter .project-result-container .pr-list ul li {
    margin: 0;
    padding: 2px 5px;
    background: #ebf2fa;
}
.project-filter .project-result-container .pr-list ul li:nth-child(2n+2) {
    background: #fff;
}
.project-filter .project-result-container .pr-list ul li label input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.project-filter .project-result-container .pr-list .btn {
    margin: 5px 0 0 0;
}


/*check email filter */

.email-filter .email-result-container {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #cccccc;
    width: 95%;
    max-width: 300px;
    padding: 10px;
}

.email-filter .email-result-container .email-list {
    max-height: 150px;
    overflow-y: auto;
}

.email-filter .email-result-container .email-list ul {
    margin: 0;
    padding: 0;
}

.email-filter .email-result-container .email-list ul li {
    margin: 0;
    padding: 2px 5px;
    background: #ebf2fa;
}
.email-filter .email-result-container .email-list ul li:nth-child(2n+2) {
    background: #fff;
}
.email-filter .email-result-container .email-list ul li label input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.email-filter .email-result-container .email-list .btn {
    margin: 5px 0 0 0;
}



/* resource allocation */
table.table-issue-list {
    width: 100%;
}

table.table-issue-list thead th {
    background: #dddddd;
    padding: 8px 0px;
    text-indent: 10px;
}

ul.issue-list li {
    background-image: url(../images/drag-bg.png);
    background-repeat: no-repeat;
    background-position: 8px 13px;
    padding: 10px 25px;
    border-bottom: 1px solid #ddd;

}

ul.issue-list li:nth-child(2n+1) {
    background-color: #dcdcdc;
}


/* resource allocation */
table.table-project-list {
    width: 100%;
}

table.table-project-list thead th {
    background: #dddddd;
    padding: 8px 0px;
    text-indent: 10px;
}

ul.project-list li {
    background-image: url(../images/drag-bg.png);
    background-repeat: no-repeat;
    background-position: 8px 13px;
    padding: 10px 35px;
    border-bottom: 1px solid #ddd;

}

ul.project-list li:nth-child(2n+1) {
    background-color: #dcdcdc;
}


table.main-allocation tbody tr td {
    vertical-align: top;
}

table.main-allocation > thead > tr th table.allocated-issues-header {
    width: 100%;
}

table.main-allocation > thead > tr th table.allocated-issues-header td {
    padding: 0;
}
table.main-allocation > thead > tr th table.allocated-issues-header td.issue-details {
    width: 160px;
}

table.main-allocation > thead > tr th table.allocated-issues-header td table.allocation-days {
    width: 100%;
}

/*table.main-allocation > thead > tr th table.allocated-issues-header td table.allocation-days td {*/
    /*width: calc(100%/12);*/
    /*text-align: center;*/
    /*display:inline-block;*/
/*}*/

table.main-allocation .resource-name-td {
    width: 176px;
}

table.main-allocation .resource-name-td .name-trimmer {
    width: calc(176px - 16px);
    overflow: hidden;
    white-space: pre;
}

table.main-allocation .allocation-td .allocated-issues {
    margin: 0;
    padding: 0;
}

.allocatingBody{
    /*max-height:450px;*/
    /*overflow-y: auto;*/
}

.issue-List{
    max-height:250px;
    overflow-y: auto;
}

.project-List{
    max-height:200px;
    overflow-y: auto;
}


table.main-allocation .allocation-td .allocated-issues > li {
    /*width:180px;*/
    padding: 3px 0;
    background: none;
}
table.main-allocation .allocation-td .allocated-issues > li > table {
    width: 100%;
}
table.main-allocation .allocation-td .allocated-issues > li > table > tbody > tr:hover .allocation-calendar {
    text-shadow: 1px 1px 2px #000;
}
table.main-allocation .allocation-td .allocated-issues > li > table td {
    padding: 0;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.issue-details {
    width: 160px;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.issue-details .name-trimmer {
    width: 160px;
    overflow: hidden;
    white-space: pre;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.issue-details .name-trimmer .issue-hours {
    color: #ff780a;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 1px;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week  td{
    background: #cfcfcf;
    color: #fff;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week  td.filled.notfilled{
    background: #cfcfcf;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week  td.filled.happy{
    background: #79b9fa;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week  td.filled.filled-part {
    background: #8bdd43;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week  td.filled.filled-over {
    background: #f95b62;
}
table.main-allocation .allocation-td .allocated-issues > li > table td.allocation-details .allocation-calendar.week td {
    width: 5%;
}

table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week  td{
    background: #e5e5e5;
    color: #fff;
}
table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week  td.filled.notfilled{
    background: #e5e5e5;
}
table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week  td.filled.happy{
    background: #a1cefb;
}
table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week  td.filled.filled-part {
    background: #aee77b;
}
table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week  td.filled.filled-over {
    background: #fb8c91;
}
table.main-allocation .allocation-td .allocated-issues.sub > li > table td.allocation-details .allocation-calendar.week td {
    width: 5%;
}


table.main-allocation .expand-td {
    width: 45px;
    text-align: right;
}

/* Employee Report */


td.filled.notNormal {
    color: #ff0000;
    font-weight: bold;
}

td.filled.good {
    font-weight: bold;
    color: green;
}

td.filled.available {
    font-weight: bold;
    color: orange;
}

td.filled.workFromHome {
    font-weight: bold;
    color: blue;
}

.modal-dialog .top-toolbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.has-error .form-control {
    border-color: #e06e6c;
}
.has-success .form-control {
    border-color: #6ec86f;
}
.form-control {
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.form-control.form-control-inline {
    display: inline-block;
    width: auto;
}
.form-horizontal.form-sm .form-control {
    height: 26px;
    padding: 3px 10px;
}
.form-horizontal.form-sm select.form-control {
    padding: 3px 4px;
}
.form-horizontal.form-sm textarea.form-control {
    height: auto;
}
.form-horizontal.form-sm .control-label {
    padding-top: 5px;
}
.form-horizontal.form-sm .input-group-addon {
    padding: 4px 12px;
    font-size: 13px;
}
.form-horizontal.form-sm .input-group-addon.email-suffix {
    padding-left: 3px;
}
.form-horizontal .row {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .row [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}
.field-wrapper {
    padding: 15px;
    background: #fdfdee;
    border: 1px solid #f5edb6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.search-bar .form-control {
    background-color: #f6f6f6;
}

fieldset legend {
    font-size: 16px;
    padding-top: 10px;
    margin-bottom: 10px;
    border-color: #dfdfe1;
    color: #fe7603;
}

.modal-dialog .modal-content {
    padding-bottom: 7px;
    background: #f1f1f1;
}

.modal-dialog .modal-header {
    background: #fff;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    padding: 7px 15px;
}

.modal-dialog .modal-header .close {
    margin-top: 0;
}
.modal-dialog .modal-header h4 {
    padding-bottom: 0;
    border-bottom: none;
}
.modal-dialog.modal-hg {
    width: 1000px;
}
.modal-dialog.md-mtrlzd .modal-body {
    background: #f1f1f1;
    padding-top: 15px;
    overflow-y: auto;
}
.modal-dialog .modal-body {
    background: #fff;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}
.modal-dialog .modal-body.modal-table-body {
    padding: 5px;
}
.modal-dialog .modal-footer {
    padding-top: 12px;
    padding-bottom: 5px;
}
form.modal-dialog.md-mtrlzd {
    width: 100%;
    margin: 0;
}
.footer {
    padding: 10px 15px;
    color: #7f8c94;
}
.footer .container-fluid {
    padding: 0px;
}

.model .input-sm.form-control-inline{
    width: 70px;
}

tr.on-drag-enter > td {
    background: rgba(175,270,20,0.2);
}

tr.on-drag-enter.on-drag-hover > td {
    background: rgba(175,270,20,0.5);
}

.tab-content {
    padding-top: 6px;
}
.center-txt {
    text-align: center;
}
.table-fill-header > thead th {
    border-bottom: 0 !important;
    background-color: #ddd;
}
.badged-label {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 90%;
    font-weight: normal;
}

.loading-dialog{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 100vh;
}

.label {
    font-size: 90%;
    font-weight: normal;
}
.top-sp-sm {
    margin-top: 5px;
}
.top-sp-md {
    margin-top: 10px;
}
.top-sp-lg {
    margin-top: 15px;
}
.top-sp-hg {
    margin-top: 25px;
}
.bottom-sp-0 {
    margin-bottom: 0;
}
.underline-dotted {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
/* ng-show ng-hide animation */
.animate-show {
    line-height: 20px;
    opacity: 1;
    -webkit-animation: animateShow 1500ms 1;
    animation: animateShow 1500ms 1;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.animate-show.ng-hide {
    line-height: 0;
    opacity: 0;
    padding: 0 10px;
}

.bottom-md-mg{
    margin-bottom: 20px;
}

.bottom-lg-mg{
    margin-bottom: 40px;
}

.top-md-mg{
    margin-top: 6px;
}

.table-scroll{
    overflow-x: auto;
}
/*.page-body{
    min-width: 640px;
}*/
/* The animation code */
@-webkit-keyframes animateShow {
    0% {
        border: 1px solid #90cf8f;
        background: #b9dfb9;
    }
    100% {
        border: 1px solid #e3e3e3;
        background: #fafafa;
    }
}
@keyframes animateShow {
    0% {
        border: 1px solid #90cf8f;
        background: #b9dfb9;
    }
    100% {
        border: 1px solid #e3e3e3;
        background: #fafafa;
    }
}
/* -- Responsive Styles (NOT MOBILE FIRST) -- */
/* terms and condition  popup*/
/* bootstrap level media queries */

@media screen and (max-width: 640px){

    .table-mobile{
        display: block;
    }
}