@font-face {
    font-family: gauthum_light;
    src: local(gauthum_light), url('fonts/Gotham-Light.otf') format('opentype');
}

body {
    font-family: "Tahoma","wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Verdana","sans-serif" !important;
    font-size: 16px;
    color: #000000 !important;
}

.row{
    max-width: 99%;
}

.none{
    display: none;
}

#imageUploader{
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D8D8D8;
    height: 155px;
    line-height: 150px;
    margin: 0 auto 15px;
    text-align: center;
    width: 100%;
}

#imageUploader img{
    max-height: 100%;
    max-width: 100%;
}

table#customerList thead tr:hover{
    background: #F5F5F5
}

table#customerList tr:hover{
    background: #D8D8D8;
}

table#customerList tr td:first-child{
    cursor: pointer;
}

.treackService, .treackMovement{
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    min-height: 500px;
    max-height: 500px;
}
.top-bar{
    margin-bottom:5px!important;
}

.notes-text{
    max-width: 100%;
    max-height: 150px;
    min-height: 150px;
}

.communicateTextArea{
    max-width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-height: 150px;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.absolute-left{
    top: 6px;
    left: 0px;
}
.absolute-right{
    top: 6px;
    right: 0px;
}
.deleteFromList{
    color: #333333 !important;
    font-size: 1.65em;
    line-height: 0;
    opacity: 0.3;
    padding: 5px 4px 4px;
}
.deleteItem{
    color: #333333 !important;
    font-size: 1.65em;
    opacity: 0.3;
    line-height: 1;
    position:absolute;
    top:0px;
    right:3px;
}
.side-nav li{
    position:relative;
}

.singleUserName{
    border: 1px dashed #C6C6C6;
    padding: 5px;
    margin: 10px 0px;
    width: 93%
}

.softwareSelect{
    width: 93%;
}

.multipleAttributes{
    float: right;
    margin-right: 16px;
    width: 88%;
}

label.inline, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    margin-bottom: 7px !important;
}
/*
label.inline {
    margin-left: -0.9375em;
    margin-right: -0.9375em;
}*/

.add_new{
    background-color: #CADA2A !important;
    border: 1px solid #A4B31B !important;
    color: #FFFFFF !important;
}

#ticketShow {
    margin-top: 15px;
}

select {
    padding-left: 3px;
    margin-bottom: .5em;
}

td.action-icon {
    width: 24px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
/*
ui-datepicker .ui-datepicker-title {
    white-space: nowrap;
}*/
select.ui-datepicker-month, select.ui-datepicker-year {
    display: inline-block;
    /*width: 43% !important;
    float: left !important;*/
}

table { border-collapse: collapse; }
table .top-border td { border-top: solid 1px #cccccc; }


.customer-info { width: 100%; }
.customer-info th { width: 10%; text-align: left; vertical-align: top; }

label[for="notes"] { margin-top: -18px; }