﻿
.bdr {
    border: 1px solid red;
}

.container {
    width: 100% !important;
}

.m10 {
    margin: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml0 {
    margin-left: 0px;
}

.mr0 {
    margin-right: 0px;
}

.mt0 {
    margin-top: 0px;
}

.mb0 {
    margin-bottom: 0px;
}

.p10 {
    padding: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.p5 {
    padding: 5px;
}

.pl0 {
    padding-left: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.bg-gray {
    background: #eee;
}

.relative {
    position: relative;
}

.top8 {
    top: 8px;
}

.fix-height {
    height: 400px;
    overflow-y: auto;
}

.fix-height2 {
    height: 383px;
    overflow-y: auto;
}

.fix-height3 {
    height: 265px;
    overflow-y: auto;
}

.bg-white {
    background: #fff !important;
}

.badge.bg-danger {
    background: red !important;
}


hr.dark {
    border-color: #ccc;
}

.text-white {
    color: #fff !important;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.img-responsive {
    display: inline-block !important;
}

.checkbox input {
    margin: 2.3px 0 0 0 !important;
}
.glyph-checkbox label{
    font-weight:normal;
    font-size:13px;
}
.glyph-checkbox{
    position:relative;
    top:3px;
    
}
.glyph-checkbox input{
    margin-right:2px;
    position:relative;

}
.font12 {
    font-size: 13px;
}

.front {
    position: relative;
    z-index: 1;
}

.email {
    color: green;
    font-size: large;
}




li.dropdown ul li a {
    color: #333 !important;
}

.navbar-nav {
    margin: 0;
}

    .navbar .navbar-nav > .active > a, .navbar li.active a, .navbar .navbar-nav > .active > a:hover, .navbar-nav .open a, .navbar .navbar-nav > .active > a:focus, .navbar ul li a:hover {
        background: none;
        color: orange;
    }

.navbar ul li.dropdown ul li a {
    padding: 5px !important;
    border-bottom: 1px solid #ccc;
}

li.dropdown ul li:hover a {
    background: orange !important;
    color: #fff !important;
}


#bs-example-navbar-collapse-1 {
    padding-left: 0 !important;
}

.logo.active {
    background: #fff;
    border-radius: 5px 5px 0 0;
}



.navbar {
    box-shadow: 0;
    background: none;
    border: 0;
    padding-top: 30px;
    margin-bottom: 0;
}

    .navbar ul li a {
        transition: all .5s;
        font-size: 16px;
        color: #fff;
        padding: 8px !important;
    }

        .navbar ul li a span.glyphicon {
            font-size: 12px;
        }

.navbar-toggle {
    border: 1px solid #999;
}

    .navbar-toggle.collapsed {
        background: #ccc;
    }

.icon-bar {
    background: #666;
}

.header {
    background:black !important;
    /*background: -moz-linear-gradient(left, rgba(232,232,232,0.9) 0%, rgba(255,255,255,0.9) 33%, rgba(255,255,255,0.9) 34%, rgba(234,234,234,0.9) 87%, rgba(234,234,234,0.9) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,0.9)), color-stop(33%,rgba(255,255,255,0.9)), color-stop(34%,rgba(255,255,255,0.9)), color-stop(87%,rgba(234,234,234,0.9)), color-stop(100%,rgba(234,234,234,0.9))); 
    background: -webkit-linear-gradient(left, rgba(232,232,232,0.9) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 34%,rgba(234,234,234,0.9) 87%,rgba(234,234,234,0.9) 100%);
    background: -o-linear-gradient(left, rgba(232,232,232,0.9) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 34%,rgba(234,234,234,0.9) 87%,rgba(234,234,234,0.9) 100%); 
    background: -ms-linear-gradient(left, rgba(232,232,232,0.9) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 34%,rgba(234,234,234,0.9) 87%,rgba(234,234,234,0.9) 100%);
    background: linear-gradient(to right, rgba(232,232,232,0.9) 0%,rgba(255,255,255,0.9) 33%,rgba(255,255,255,0.9) 34%,rgba(234,234,234,0.9) 87%,rgba(234,234,234,0.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8e8e8', endColorstr='#e6eaeaea',GradientType=1 ); 
    border-top: 1px solid #a3a3a3;*/
}

.logo {
    padding: 25px 7px;
    margin-top: 3px;
}

.msg {
    /*background: url(../Images/msg.png) no-repeat;*/
    padding: 10px;
    font-size: 15px;
    /*color: red;*/
    background-position: center 63%;
    background-size: 100%;
}

.logout-btn {
    color: #68a5db;
    font-size: 12px;
}

.page-heading {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );
    border-top: 3px solid #5c77a3 !important;
}

    .page-heading h4 {
        padding-left: 6%;
    }

.table * {
    font-size: 13px;
}

.img-table {
    border: 1px solid black;
    float: left;
    /*background-color: #333;*/
}

    .img-table tr, .img-table td {
        border: 0;
        width: 100px;
        text-align: center;
    }

/*.img-table tr td:last-child {
            width: 100px;
            text-align: left;
        }*/

.table tbody tr:first-child th a {
    color: #fff !important;
}

.table thead, .table tbody tr:first-child th {
    background: #434343;
    color: #fff !important;
}

    .table thead tr th {
        padding: 10px 5px;
    }

.footer {
    background: #333;
    padding: 20px 0;
    color: #fff;
}




.req {
    font-size: 11px !important;
    color: red;
    width: auto;
    display: block !important;
    max-height: 10px;
}

.reqSubdomain {
    font-size: 14px !important;
    color: red;
    width: auto;
    display: block !important;
    max-height: 12px;
}

.form-group {
    margin-bottom: 7px !important;
}


@media(max-width:992px) {
    .logo img.img-responsive {
        width: 20%;
    }
}

@media(max-width:768px) {
    .navbar-inverse ul li a {
        padding: 0 20px !important;
    }
}


@media(max-width:500px) {
    .logo img.img-responsive {
        width: 30%;
    }
}


@media(max-width:490px) {
    .table {
        overflow-x: auto;
        display: block;
    }
}


/*Login CSS*/
.btn {
    transition: all .3s;
}

    /*.btn-primary {
    background: #e61c42 !important;
}*/
    .btn.btn-success.btn-light {
        background: #81b784;
        border-color: #81b784;
    }

    .btn.btn-danger.btn-light {
        background: #cc6060;
        border-color: #cc6060;
    }

.no-rounded {
    border-radius: 0 !important;
}

.align-logout {
    text-align: right;
    width: 100%;
    padding: 5px 0;
}

    .align-logout .req {
        display: inline-block !important;
    }

.nowrap {
    white-space: nowrap;
}

.login-form .panel-body {
    background: #efefef !important;
}

.login-form .checkbox {
    margin-top: 6px;
}

.panel-black {
    border-color: #434343 !important;
}

    .panel-black .panel-heading {
        background: #434343;
    }
/*   /Login CSS*/

.remove, .remove:hover {
    color: red;
}

.LocationandProduct {
    min-height: 395px;
    max-height: 395px;
    overflow-y: scroll;
}

input[type=checkbox] {
    /*position: relative;*/
}

.thHead {
    padding: 5px !important;
    position: initial;
}


.panel-info .panel-heading {
    background: #5c77a3 !important;
    color: #fff;
}

.panel-info {
    border-color: #434343;
}

.emptyDatatext {
    color: red;
    text-align: left;
}

.icon-Width {
    width: 50px;
}

.form-control[type=file] {
    height: auto !important;
}

.table-paging tbody tr td[colspan] span {
    padding: 6px 10px;
    border-collapse: collapse !important;
    background: #434343;
    color: #fff;
}

.table-paging tbody tr td[colspan] a {
    padding: 6px 10px;
    background: #ddd;
    border-collapse: collapse !important;
}

.active-combobox {
    width: 120px !important;
}

.ddlproduct {
    width: 190px !important;
}

.lblSales {
    width: 123px;
}

.btn-delete {
    width: 72px;
}

.asignmentlist-grid tbody tr:nth-child(2) td:first-child, .asignmentlist-grid tbody tr:nth-child(2) td:nth-child(4) {
    width: 10%;
}

.asignmentlist-grid tbody tr:nth-child(2) td:nth-child(2), .asignmentlist-grid tbody tr:nth-child(2) td:nth-child(3) {
    width: 25%;
}

.textbox-height {
    height: 150px !important;
}

.id-col {
    width: 120px !important;
}

.datetime-col {
    width: 160px !important;
}

.date-col {
    width: 100px !important;
}

.active-col {
    width: 60px !important;
}

.workHistorylist_grid tbody tr:nth-child(2) td:first-child,
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(2) {
    width: 18%;
}

.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(3),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(4),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(5),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(6) {
    width: 10%;
}

.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(7),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(8),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(9),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(10),
.workHistorylist_grid tbody tr:nth-child(2) td:nth-child(11) {
    width: 3%;
}

.company-combo {
    border: 1px solid #999;
    min-width: 200px;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 3em;
}


#blackDiv, #blackLogDiv {
    display: none;
    width: 1366px;
    height: 1000px;
    background: rgba(0, 0, 0, 0.60);
    z-index: 8999;
    position: fixed;
    margin: -520px -15px;
}

#down-msg {
    display: none;
    margin-left: 460px;
    margin-top: -400px;
    width: 450px;
    z-index: 9000;
    position: fixed;
    padding: 10px 20px;
    font-size: 17px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 10px;
    border: 10px solid #404040;
    -moz-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px 2px rgba(0,0,0,0.1);
}

p.alert {
    margin: 0;
    padding: 5px 0;
    font-size: 24px;
    color: green;
    font-weight: 800;
}

.success {
    color: green !important;
}
/*#down-msg p.company {
        font-size: 24px;
        color: rgb(255, 96, 0);
        font-weight: 800;
    }

    #down-msg p.text-info {
        margin: 0 auto;
        padding: 10px 0 20px;
        font-weight: 500;
    }

.btnHide {
    clear: both;
    float: right;
    padding: 5px 15px;
    width: 90px;
}*/
.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

.map-modal {
    width: 832px !important;
}
/*New Work*/
#cph_gvMsgs a:visited {
    color: darkblue;
}

#cph_upDeleteRptFiles table.img-table tbody tr td a:last-child {
    max-width: 90px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#cph_upDeleteRptFiles table.img-table tbody tr td a:first-child {
    position: absolute;
    right: -10px;
    top: 15px;
    color: red;
}

    #cph_upDeleteRptFiles table.img-table tbody tr td a:first-child:hover {
        color: #fff;
    }

#cph_upDeleteRptFiles table.img-table {
    margin-left: 10px;
    position: relative;
}

/*New Work*/
#cph_gvMsgs tr[style="font-weight:Bold;"] td .btn {
    font-weight: bold !important;
}





/*6 jan 2015*/
.thumbnails {
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 20px;
    width: 190px;
}

    .thumbnails img {
        width: 100%;
    }

    .thumbnails a {
        position: absolute;
        right: 6px;
        top: -10px;
    }


.thumbnails-multipul {
    position: relative;
    width: 115px;
    box-sizing: border-box;
    padding: 0 15px;
    float: left;
    margin-top: 10px;
}

    .thumbnails-multipul a.btn-link {
        position: absolute;
        right: -8px;
        color: darkred;
        top: -10px;
    }

    .thumbnails-multipul a:last-child {
        max-width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.unselectable.ajax__html_editor_extender_container {
    width: 100% !important;
    height: auto !important;
}
/* /6 jan 2015*/

/*7 jan 2015*/
#upnlSalesPrice {
    width: 100%;
    overflow-x: auto;
}


    /* /7 jan 2015*/

    #upnlSalesPrice .table, .rptTable {
        min-width: 595px;
        overflow-x: auto;
    }

#upnlDetail {
    overflow-x: auto;
}

#tblUserList tr {
    display: inline-block;
    background: #eee;
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 3px 0;
    border-radius: 5px;
}
.inline-block.form-control {

 display: inline-block !important;

}
#tblProjectListInner tr:last-child td{
    border:0 !important;
}
.nf {
    background: #dfe3e3 !important;
}

.nf h1 {
        font-weight: 600;
        text-shadow: 2px 2px 2px #777;
        color: #e9a020;
    }
#Mail-Box{
      border-radius:99px;
 -moz-border-radius:99px;
 -webkit-border-radius:99px;
  background:red;
  color:#fff;
  border:3px #fff solid;
  background-color: #e7676d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7676d), to(#b7070a)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #e7676d, #b7070a); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #e7676d, #b7070a); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #e7676d, #b7070a); /* IE10 */
  background-image: -o-linear-gradient(top, #e7676d, #b7070a); /* Opera 11.10+ */
  background-image: linear-gradient(top, #e7676d, #b7070a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e7676d', EndColorStr='#b7070a'); 
 -webkit-box-shadow: 0px 2px 4px #000000; /* Saf3-4 */
 -moz-box-shadow: 0px 2px 4px #000000; /* FF3.5 - 3.6 */
  box-shadow: 0px 2px 4px #000000; /* Opera 10.5, IE9, FF4+, Chrome 10+ */
  padding:2px 15px 2px 2px ;
  font-weight:bold;
}