/*ICON FONTS*/
@font-face {
    font-family: 'icomoon';
    src: url('css/fonts/icomoon.eot?-o1m50');
    src: url('css/fonts/icomoon.eot?#iefix-o1m50') format('embedded-opentype'),
    url('css/fonts/icomoon.woff?-o1m50') format('woff'),
    url('css/fonts/icomoon.ttf?-o1m50') format('truetype'),
    url('css/fonts/icomoon.svg?-o1m50#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

     Better Font Rendering ===========
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.icon-question:before {
    content: "\e600";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
    content: "\e601";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
    content: "\e602";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pause:before {
    content: "\e603";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-stop:before {
    content: "\e604";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-backward:before {
    content: "\e605";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-forward:before {
    content: "\e606";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-play2:before {
    content: "\e607";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pause2:before {
    content: "\e608";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-stop2:before {
    content: "\e609";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-backward2:before {
    content: "\e60a";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-forward2:before {
    content: "\e60b";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*ICON FONTS : end*/

body {
    background: #fff;
}

#header .container {
    max-width: 1300px;
}

#body {
    min-height: 500px;
}

.headline h4, .headline h3 {
    border-bottom: 2px solid #6bb9f4;
}

.btn-u {
    background: #C5131B;
}

a.update {
    margin-right: 5px;
}

.btn-u:hover {
    background: #e51b24;
}

.breadcrumb li.active {
    color: #C5131B;
}

.breadcrumb li a:hover, a:hover, a.link-csv, a.unlink-csv {
    color: #e51b24;
    text-decoration: underline;
}

a:hover, a.link-csv, a.unlink-csv {
    text-decoration: none;
}

.cursor-pointer {
    cursor: pointer;
}

#csv-item-grid .icon-retweet {
    font-size: 30px;
    color: #6BB9F4;
}

#csv-item-grid td p {
    margin: 0px;
}

#csv-item-grid .icon-ok {
    font-size: 30px;
    color: #468847;
}

.footer a,
.copyright a,
.footer a:hover,
.copyright a:hover {
    color: #6bb9f4;
}

.footer {
    background: #585f69;
}

.footer a {
    color: #6bb9f4;
}

.footer a:hover {
    color: #6bb9f4;
}

/*Dropdown Menu*/
.dropdown-menu {
    border-top: solid 2px #e51b24;
}

.collapse.in li a:hover,
.collapse.in li a.dropdown-toggle {
    border-bottom: solid 1px #e51b24 !important;
}

.navbar .nav > li > .dropdown-menu:after {
    left: 19px;
    border-top-color: #C5131B !important;
    border-bottom-color: #C5131B !important;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    color: #e51b24;
    border-bottom: solid 2px #e51b24;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:focus {
    color: #e51b24;
    border-bottom: solid 2px #C5131B;
}

.navbar .nav > .active > a:hover {
    color: #e51b24;
    background: none;
    border-bottom: solid 2px #e51b24;
}

/*Arrow for menu*/
.navbar .nav > li > a .caret {
    border-top-color: #e51b24 !important;
    border-bottom-color: #e51b24 !important;
}

.thumbnail-style h3 a:hover {
    color: #C5131B;
}

.thumbnail-style a.btn-more {
    background: #e51b24;
}

.thumbnail-style a.btn-more:hover {
    text-decoration: none;
    box-shadow: 0 0 0 2px #C5131B;
}

.purchase a.btn-buy {
    background: #C5131B;
    text-shadow: 0 1px 0 #e51b24;
}

.purchase a.btn-buy:hover {
    color: #fff;
    background: #e51b24;
    text-decoration: none;
    box-shadow: 0 0 5px #e51b24;
}

.service i {
    color: #000000;

}

.color-red {
    color: #e51b24;
}

.color-blue {
    color: #6bb9f4;
}

blockquote:hover {
    border-left-color: #6bb9f4;
}

.posts .dl-horizontal a:hover {
    color: #6bb9f4;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #6bb9f4;
    border-color: #6bb9f4 !important;
}

.purchase span {
    color: #333;
    text-align: center;
}

.footer .dl-horizontal a:hover {
    color: #6bb9f4 !important;
}

.da-slide h2 i {
    background: none;
}

.da-slide p i {
    background: none;

}

.da-slider {
    background: url("../../themes/svs-dialler/images/banner.png") repeat 0% 0%;

}

#messageEditor {
    width: 100%;
    min-height: 200px;
    border: 1px solid #ccc;
    line-height: 30px;
}

#messageEditor img {
    border: 1px solid #cccccc;
    margin: 5px 5px 0 5px;

}

#schedule-times .times:first-child .remove-times {
    display: none;
}

.times .pull-right {
    margin-left: 5px;
}

.media-form-container {
    margin-left: 0px;
}

#media-form .control-label {
    text-align: left;
}

#media-form .controls {
    /*margin-left: 60px;*/
}

.form-actions {
    background: none;
}

#media-form input[type=text] {
    padding: 1px 5px;
    height: 20px;
    width: 100%;
    display: block;
}

#media-form ul.tagit {
    width: auto;
}

#media-item-grid {
    margin-top: 5px;
}

#media-item-grid .table td {
    vertical-align: middle;
}

#media-item-grid img {
    width: 50px;
}

#message-grid tr.filters td, #message-grid tr th {
    border: none;
    padding: 0px;
}

.gridsearch-widget .headline {
    margin-top: 20px;
}

.gridsearch-widget .headline h4 {
    font-size: 24px;
    padding-bottom: 10px;
}

.gridsearch-widget .span9, .gridsearch-widget .span3 {
    margin-left: 0px;
}

.gridsearch-widget .span9 {
    width: 74%;
}

.gridsearch-widget .span3 {
    width: 23%;
}

.button-column a {
    padding: 0px 2px;
}

.table .caret {
    display: none;
}

h5 {
    font-size: 19px;
}

#media-item-grid .items thead, .csv-form, #csv-item-grid .filters, #campaign-grid .filters {
    display: none;
}

#csv-item-grid thead a, #campaign-grid thead a {
    color: #000;
}

#message-grid a {
    padding-right: 2px;
}

#reUploadMediaContainer {
    position: relative;
    display: block;
    width: 141px;
}

#reUploadMediaContainer input {
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.qq-upload-button {
    moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    vertical-align: middle;
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.qq-error-message {
    margin-top: 5px;
}

.red, .required {
    color: red;
}

.column-error {
    height: 35px;
    background: red !important;
    color: #fff;
    border: 1px solid #fff;
}

.tags ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.tags li {
    font-size: 130%;
}

.errorMessage {
    color: red;
    margin: -10px 0 10px;
}

form.svs-form label {
    position: relative;
}

form.svs-form div.span7, form.svs-form div.span2 {
    margin-left: 0px;
}

#campaign-form .span7 {
    width: 60%;
}

#campaign-form .errorMessage {
    text-align: left;
    margin: -10px 0 10px;
}

form.svs-form label .errorMessage {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    width: 280px;
    font-size: 12px;
}

#register-form span {
    margin-bottom: 10px;
}

.reg-page h3 {
    margin-bottom: 5px;
}

#register-form span label {
    margin-bottom: 0px;
    padding-top: 10px;
}

.who li i {
    color: #6BB9F4;
}

#tabs {
    border: none;
}

#tabs > .ui-tabs-panel {
    padding: 0px;
}

div.statement > div.container {
    width: 100%;
}

div.statement div.row {
    margin-left: 0px;
}

.nav-tabs {
    border-bottom: 2px solid #6BB9F4;
    margin: 0 0 30px !important;
}

.nav-tabs .ui-tabs-active a {
    background: #6BB9F4;
    color: #fff !important;
}

.nav-tabs > li > a:hover {
    background: #6BB9F4;
    color: #fff;
}

div.statement .well {
    background: none;
}

.padding-top-20 {
    padding-top: 20px;
}

.thumbnails {
    text-align: center;
}

.feature-box-icon-container {
    border-radius: 4em !important;
    -moz-border-radius: 4em !important;
    -webkit-border-radius: 4em !important;
    height: 8em;
    margin: 0 auto;
    width: 8em;
}

.bg-teal {
    background-color: #1BBC9B;
}

.bg-blue {
    background-color: #3598DB;
}

.bg-green {
    background-color: #2ECD71;
}

.bg-yellow {
    background-color: #F9B320;
}

.bg-pink {
    background-color: #FC658E;
}

.bg-violet {
    background-color: #7667F8;
}

.bg-red {
    background-color: #FE4A29;
}

.feature-box-icon-container .feature-box-icon {
    color: #FFFFFF;
    display: block;
    font-size: 4em;
    line-height: 2em;
    margin-left: 20px;
}

.droppable-box {
    border: 1px solid #ccc;
    height: 83px;
}

.draggable-audio {
    width: 100%;
    max-width: 150px;
    text-align: left;
    margin-bottom: 5px;
}

.draggable-grid .span12, .draggable-grid .span4 {
    margin-left: 0px;
}

.draggable-grid .span9 .span4 {
    height: 103px;
    text-align: center;
}

.draggable-grid p {
    margin-bottom: 0px;
    padding-left: 0px;
}

.droppable-box p {
    width: 99%;
    text-align: center;
    max-width: 1000px;
    padding: 5px 0px;
    overflow: hidden;
}

.droppable-box p i {
    font-size: 40px;
    cursor: pointer;
}

#files p, .test-call span {
    font-size: 12px;
}

#files p {
    text-align: left;
    width: 45%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

#files p:hover {
    cursor: move;
    white-space: normal;
    word-wrap: break-word;
    overflow: visible;
}

div.arrow-choice {
    text-align: center;
    padding-top: 3px;
}

div.down-arrow-divs-container {
    padding-top: 3px;
}

div.arrow-choice img {
    margin-right: 25px;
}

.draggable-grid .span9 div.down-arrow-divs-container .span4 {
    height: 60px;
}

.side-default .span2 {
    text-align: right;
    padding-top: 3px;
    height: auto;
    min-height: 5px;
    margin-left: 0px;
}

.side-default table {
    border-collapse: inherit;
}

.side-default .span9 {
    height: auto;
    min-height: 5px;
    margin-left: 0px;
}

#files strong {
    font-size: 13px;
    margin: 0px 0px 10px 0px;
}

#files {
    overflow: hidden;
}

#files .summary {
    display: none;
}

.file-form, .progress, .hide {
    display: none;
}

.file-form input[type=text], .file-form textarea {
    width: 100%;
    padding: 4px 2px;
}

.account-details .span6 {
    margin-left: 0px;
}

.account-details .span6 tbody {
    border-bottom: 1px solid #DDDDDD;
}

.form-actions {
    text-align: right;
}

.test-call input[type=text] {
    padding: 4px 0px;
    width: 100%;
}

audio {
    width: 47px;
    margin: 0 auto;
    margin-top: 10px;
}

ul.tagit {
    padding: 1px 2px;
}

.test-call {

}

.test-call p {

}

.wizard-buttons {
    padding-left: 0px;
}

#options-form {
    margin-top: 10px;
}

#options-form .row-fluid {
    margin-top: 5px;
}

#options-form .span7 {
    margin-left: 0px;
}

.radio-label {
    display: inline-block;
}

.radio-label input {
    margin-bottom: 5px;
    margin-left: 5px;
}

#da-slider {
    height: 215px;
}

.da-slide p {
    top: 88px;
}

.da-slide h2 {
    top: 15px;
    line-height: 28px;
}

.da-slide h2 i {
    font-size: 34px;
    display: block;
}

.da-arrows span {
    height: 50px;
    top: 38%;
}

.da-slide .da-img {
    top: 30px;
    height: 150px;
}

.da-img img, .da-img img {
    height: 150px;
}

.error {
    color: red;
}

/* borderless utility class */
.borderless {
    border: none;
}

/*
To prevent footer from being midway in the screen
due to lack of content on page
*/
div.body {
    min-height: 500px;
}

.alert {
    margin-top: 10px;
    margin-bottom: 0px;
}

.nav-tabs > li {
    margin-bottom: 0px;
    cursor: default;
}

.nav-tabs > li > a {
    cursor: default;
}

.nav-tabs > li > a:hover {
    color: #555;
    background: #fff;
}

.nav-tabs > li.ui-tabs-active > a:hover {
    background: #6BB9F4;
}

.clear {
    clear: both;
}

.arrow-right-image {
    margin: 0;
    padding: 52px 0 0 0;
    text-align: left;
}

.draggable-grid p {
    margin-bottom: 0;
    padding-left: 0;
    text-align: center;
}

div.span2.no-spacing {
    margin: 0;
    padding: 0;
}

.align-center {
    text-align: center;
}

/* webkit browsers only (chrome | safari)*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #RegisterForm_terms {
        width: 15px;
        height: 15px;
        margin-top: 0;
        display: inline-block;
        vertical-align: baseline;
    }
}

@media screen and (min-device-width: 1200px) and (max-width: 1400px) {

    .da-slide h2 i {
        font-size: 23px;
    }

    .da-slide .da-img {
        text-align: right;
    }
}

@media screen and (min-device-width: 800px) and (max-width: 1200px) {

    .da-slide h2 i {
        font-size: 23px;
    }

    .da-slide .da-img {
        text-align: right;
    }

}

@media screen and (min-device-width: 640px) and (max-width: 800px) {

    .da-slide h2 i {
        font-size: 26px;
    }

    .da-slide .da-img {
        text-align: right;
    }

}

@media screen and (max-width: 640px) {

    .da-slide h2 i {
        font-size: 18px;
    }

}

.disabled {
    background-color: #cccccc;
    opacity: 6;
}

#import-counter-container {
    margin-left: 15px;
    line-height: 30px;
}

.hide {
    display: none;
}

/*Channing Design changes*/

.de-container-5 {
    width: 20%;
    float: left;
}

.de-container-4 {
    width: 25%;
    float: left;
}

.de-container-3 {
    width: 33.3%;
    float: left;
}

.de-container-2 {
    width: 50%;
    float: left;
}

.de-container-1 {
    width: 100%;
    float: left;
}

/*MiSC*/
.round {
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important; /* future proofing */
    -khtml-border-radius: 4px !important; /* for old Konqueror browsers */
}

.round-top {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0;

    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0;
}

.round-bottom {
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 40;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4;
}

.wizzard-form {
}

.wizard-setup-1-selection {
    min-height: 100px;
}

.wizard-intro-p {
    padding: 5px;
    background: #F0F0F0;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin-top: 10px;
    position: relative;
}

.de-container-5 .btn, .de-container-3 .btn {
    padding: 4%;
    display: block;
    width: 92%;
    background: #FFF;
    border: 0;
    font-size: 12px;
    color: #303030;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wizard-arrow-right {
    display: block;
    margin: auto;
}

.wizard-arrow-down {
    display: block;
    margin: 20px auto;
}

.wizard-arrow-right-tab-top {
    margin-top: 50px;
}

.wizard-text-input {
    width: 83%;
    padding: 5% !important;
    display: block !important;
    margin: 5px auto !important;
}

.wizard-step2-placeHolder-1 {
    height: 35px;
}

.wizard-step2-placeHolder-2 {
    height: 265px;
}

.wizard-step2-placeHolder-3 {
    height: 252px;
}

.icon-play-circle {

}

.de-container-5 .icon-play-circle:before, .de-container-3 .icon-play-circle:before {
    content: "\e602";
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.de-container-5 .icon-stop, .de-container-3 .icon-stop {
    font-size: 29px;
    padding: 10px;
    display: block;
    margin: auto;
    color: #707070;
    cursor: pointer;
}

.de-container-5 .icon-play-circle, .de-container-3 .icon-play-circle {
    font-size: 29px;
    padding: 10px;
    display: block;
    margin: auto;
    color: #707070;
    cursor: pointer;
}

.de-container-5 .icon-stop:hover, .de-container-3 .icon-stop:hover {
    color: #6BB9F4;
}

.de-container-5 .icon-play-circle:hover, .de-container-3 .icon-play-circle:hover {
    color: #6BB9F4;
}

.wizard-info {
    position: absolute;
    top: 6px;
    right: 4px;
    font-size: 16px;
    color: #8F8B8B;
    cursor: pointer;
}

.wizard-info:hover {
    color: #6BB9F4;
}

.de-hint {
    position: absolute;
    padding: 5px 60px;
    background: #6BB9F4;
    background: rgba(95, 160, 209, 0.95);
    color: #FFFFFF;
    max-width: 300px;
    z-index: 99999999;
    display: none;
}

.de-hint h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}

.de-hint p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
}

.editable-label {
    display: inline-block;
    width: 60%;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

[contenteditable="true"] {
    padding: 4px;
}

[contenteditable="true"]:hover {
    outline: 2px solid #6bb9f4
}

textarea.labelTextArea {
    width: 70%;
    padding: 0;
    margin: 0;
    text-align: center;
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 13px;
    min-height: 30px;
    resize: none;
    vertical-align: middle;
}

.grid-view {
    padding: 0;
}

.controls div .headline, .span6 .headline, .span12 .headline {
    margin-top: -10px;
}

span#Account_tagIds label, span#Repair_tagIds label, span#tagIds label {
    display: inline-block;
    vertical-align: sub;
}

.select-wizard a img {
    height: 245px;
    border: 2px solid #CACACA;
    border-radius: 5px !important;
    opacity: 0.5;
}

.select-wizard a:hover img {
    opacity: 1;
    border: 2px solid #6bb9f4;
}

.nav-tabs li.active a, .nav-tabs li.active a:hover {
    background: #6BB9F4;
    cursor: pointer;
}

.nav-tabs li a:hover {
    background: #A6A9AB;
    color: white;
    cursor: pointer;
}

div.tab-content {
    border-top: 0;
}

.loading-wizard img {
    opacity: 0.4;
}

form#login-form input {
    height: 30px;
    margin-bottom: 10px;
}

.errors-notification {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #fbeed5;
    border-radius: 4px !important;
    margin-bottom: 20px;
}

.errors-notification .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.progress-bar {
    margin-left: 0;
    padding: 30px 0;
}

.progress-bar li {
    display: inline-block;
    list-style: none;
}

.progress-bar li a {
    color: white;
    padding: 7px;
    background: #A6A9AB;
}

.progress-bar li a:hover, .progress-bar li.active > a {
    background: #6BB9F4;
}

.table {
    font-size: 13px;
}

ul.child {
    position: absolute;
    margin-left: 0;
    padding-top: 20px;
    z-index: 100;
    display: none;
}

#screen-block label, #motherboard-block label, #other-parts-block label {
    font-size: 13px;
    color: #7D7F88;
    display: inline-block;
    vertical-align: sub;
}

input {
    height: 30px !important;
}

.chzn-search input {
    width: 100% !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

#uploadIMEI, #uploadPOP {
    margin-top: 10px;
    width: 65%
}

#repairNotes {
    width: 100%;
    resize: vertical;
    min-height: 100px;
}

