.container .row .form-actions .btn, .container .row .well .btn  {
    margin:5px;
    min-height:20px;
}
.table-striped tbody tr:nth-child(2n+0) td, .table-striped tbody tr:nth-child(2n+0) th,.table-striped thead {
    background-color: #d9d9d9;
}

.filters input {
    width:auto;
}
.push {
    height: 168px;
}
.input-group .form-control {
    width: 206px;
}
* {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    margin: 0;
}
:before, :after  {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;

}
.input-group .form-control {
    width: 206px;
}
.input-group-addon {
    float: left;
    display: inherit;
}
* {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
    margin: 0;
}
:before, :after  {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;

}
.container {
    padding-left: 0;
    padding-right: 0;
}
.formNewColumn {
    display:inline-block; *display: inline;padding-right: 15px;vertical-align: top;

}

.formNewRow { padding-right: 15px;}
.ct-form-control {
    min-width: 206px;
}
.form-control {
    width: 206px;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
}
.form label {
    display: block;
    position: relative;
}
label {
    font-weight: unset;

}
.intl-tel-input input {
    width:220px;
    padding-top:4px;
    min-height: 30px;
}
.intl-tel-input {
    margin-bottom:10px;
}
.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shodow: none;
}
.col-sm-9 {
    width: calc(75% - 30px);
}
.col-sm-3 {
    width: calc(25% - 30px);
}
[class^="span"],
[class*="span"], .control-group .control-label, .control-group .controls, .control-group {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}
.control-group {
    width:100%;
}
/*.span1 {
    width: 8.33333333%;
}*/
.span2{
    width: 16.66666667%;
}
.span3 {
    width:calc(25% - 30px);
}
.span4 {
    width:33.333333%;
}
.span5 {
    width: 41.66666667%;
}
.span6 {
    width: 50%;
}
.span7 {
    width: 58.33333333%;
}
.span8 {
    width: 66.66666667%;
}
.span9 {
    width: calc(75% - 30px);
}
.span10 {
    width: 83.33333333%;
}
.span11 {
    width: 91.66666667%;
}
.span12 {
    width: 100%;
}
.footer .nav li ,.footer .nav {
    float: left;
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.progress .bar {
    width: 0%;
    height: 100%;
    color: #ffffff;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e90d2;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}
.progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
    background-color: #dd514c;
    background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
    background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
    background-color: #ee5f5b;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
    background-color: #5eb95e;
    background-image: -moz-linear-gradient(top, #62c462, #57a957);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
    background-image: -webkit-linear-gradient(top, #62c462, #57a957);
    background-image: -o-linear-gradient(top, #62c462, #57a957);
    background-image: linear-gradient(to bottom, #62c462, #57a957);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
    background-color: #62c462;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
    background-color: #4bb1cf;
    background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
    background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
    background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
    background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
    background-color: #5bc0de;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
    background-color: #fbb450;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
[class^="icon-"],
[class*=" icon-"] {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-asterisk:before {
    content: "\2a";
}
.icon-plus:before {
    content: "\2b";
}
.icon-euro:before {
    content: "\20ac";
}
.icon-minus:before {
    content: "\2212";
}
.icon-cloud:before {
    content: "\2601";
}
.icon-envelope:before {
    content: "\2709";
}
.icon-pencil:before , .icon-pencil:before{
    content: "\270f";
}
.icon-glass:before {
    content: "\e001";
}
.icon-music:before {
    content: "\e002";
}
.icon-search:before {
    content: "\e003";
}
.icon-heart:before {
    content: "\e005";
}
.icon-star:before {
    content: "\e006";
}
.icon-star-empty:before {
    content: "\e007";
}
.icon-user:before {
    content: "\e008";
}
.icon-film:before {
    content: "\e009";
}
.icon-th-large:before {
    content: "\e010";
}
.icon-th:before {
    content: "\e011";
}
.icon-th-list:before {
    content: "\e012";
}
.icon-ok:before {
    content: "\e013";
}
.icon-remove:before {
    content: "\e014";
}
.icon-zoom-in:before {
    content: "\e015";
}
.icon-zoom-out:before {
    content: "\e016";
}
.icon-off:before {
    content: "\e017";
}
.icon-signal:before {
    content: "\e018";
}
.icon-cog:before {
    content: "\e019";
}
.icon-trash:before {
    content: "\e020";
}
.icon-home:before {
    content: "\e021";
}
.icon-file:before {
    content: "\e022";
}
.icon-time:before {
    content: "\e023";
}
.icon-road:before {
    content: "\e024";
}
.icon-download-alt:before {
    content: "\e025";
}
.icon-download:before {
    content: "\e026";
}
.icon-upload:before {
    content: "\e027";
}
.icon-inbox:before {
    content: "\e028";
}
.icon-play-circle:before {
    content: "\e029";
}
.icon-repeat:before {
    content: "\e030";
}
.icon-refresh:before {
    content: "\e031";
}
.icon-list-alt:before {
    content: "\e032";
}
.icon-lock:before {
    content: "\e033";
}
.icon-flag:before {
    content: "\e034";
}
.icon-headphones:before {
    content: "\e035";
}
.icon-volume-off:before {
    content: "\e036";
}
.icon-volume-down:before {
    content: "\e037";
}
.icon-volume-up:before {
    content: "\e038";
}
.icon-qrcode:before {
    content: "\e039";
}
.icon-barcode:before {
    content: "\e040";
}
.icon-tag:before {
    content: "\e041";
}
.icon-tags:before {
    content: "\e042";
}
.icon-book:before {
    content: "\e043";
}
.icon-bookmark:before {
    content: "\e044";
}
.icon-print:before {
    content: "\e045";
}
.icon-camera:before {
    content: "\e046";
}
.icon-font:before {
    content: "\e047";
}
.icon-bold:before {
    content: "\e048";
}
.icon-italic:before {
    content: "\e049";
}
.icon-text-height:before {
    content: "\e050";
}
.icon-text-width:before {
    content: "\e051";
}
.icon-align-left:before {
    content: "\e052";
}
.icon-align-center:before {
    content: "\e053";
}
.icon-align-right:before {
    content: "\e054";
}
.icon-align-justify:before {
    content: "\e055";
}
.icon-list:before {
    content: "\e056";
}
.icon-indent-left:before {
    content: "\e057";
}
.icon-indent-right:before {
    content: "\e058";
}
.icon-facetime-video:before {
    content: "\e059";
}
.icon-picture:before {
    content: "\e060";
}
.icon-map-marker:before {
    content: "\e062";
}
.icon-adjust:before {
    content: "\e063";
}
.icon-tint:before {
    content: "\e064";
}
.icon-edit:before {
    content: "\e065";
}
.icon-share:before {
    content: "\e066";
}
.icon-check:before {
    content: "\e067";
}
.icon-move:before {
    content: "\e068";
}
.icon-step-backward:before {
    content: "\e069";
}
.icon-fast-backward:before {
    content: "\e070";
}
.icon-backward:before {
    content: "\e071";
}
.icon-play:before {
    content: "\e072";
}
.icon-pause:before {
    content: "\e073";
}
.icon-stop:before {
    content: "\e074";
}
.icon-forward:before {
    content: "\e075";
}
.icon-fast-forward:before {
    content: "\e076";
}
.icon-step-forward:before {
    content: "\e077";
}
.icon-eject:before {
    content: "\e078";
}
.icon-chevron-left:before {
    content: "\e079";
}
.icon-chevron-right:before {
    content: "\e080";
}
.icon-plus-sign:before {
    content: "\e081";
}
.icon-minus-sign:before {
    content: "\e082";
}
.icon-remove-sign:before {
    content: "\e083";
}
.icon-ok-sign:before {
    content: "\e084";
}
.icon-question-sign:before {
    content: "\e085";
}
.icon-info-sign:before {
    content: "\e086";
}
.icon-screenshot:before {
    content: "\e087";
}
.icon-remove-circle:before {
    content: "\e088";
}
.icon-ok-circle:before {
    content: "\e089";
}
.icon-ban-circle:before {
    content: "\e090";
}
.icon-arrow-left:before {
    content: "\e091";
}
.icon-arrow-right:before {
    content: "\e092";
}
.icon-arrow-up:before {
    content: "\e093";
}
.icon-arrow-down:before {
    content: "\e094";
}
.icon-share-alt:before {
    content: "\e095";
}
.icon-resize-full:before {
    content: "\e096";
}
.icon-resize-small:before {
    content: "\e097";
}
.icon-exclamation-sign:before {
    content: "\e101";
}
.icon-gift:before {
    content: "\e102";
}
.icon-leaf:before {
    content: "\e103";
}
.icon-fire:before {
    content: "\e104";
}
.icon-eye-open:before {
    content: "\e105";
}
.icon-eye-close:before {
    content: "\e106";
}
.icon-warning-sign:before {
    content: "\e107";
}
.icon-plane:before {
    content: "\e108";
}
.icon-calendar:before {
    content: "\e109";
}
.icon-random:before {
    content: "\e110";
}
.icon-comment:before {
    content: "\e111";
}
.icon-magnet:before {
    content: "\e112";
}
.icon-chevron-up:before {
    content: "\e113";
}
.icon-chevron-down:before {
    content: "\e114";
}
.icon-retweet:before {
    content: "\e115";
}
.icon-shopping-cart:before {
    content: "\e116";
}
.icon-folder-close:before {
    content: "\e117";
}
.icon-folder-open:before {
    content: "\e118";
}
.icon-resize-vertical:before {
    content: "\e119";
}
.icon-resize-horizontal:before {
    content: "\e120";
}
.icon-hdd:before {
    content: "\e121";
}
.icon-bullhorn:before {
    content: "\e122";
}
.icon-bell:before {
    content: "\e123";
}
.icon-certificate:before {
    content: "\e124";
}
.icon-thumbs-up:before {
    content: "\e125";
}
.icon-thumbs-down:before {
    content: "\e126";
}
.icon-hand-right:before {
    content: "\e127";
}
.icon-hand-left:before {
    content: "\e128";
}
.icon-hand-up:before {
    content: "\e129";
}
.icon-hand-down:before {
    content: "\e130";
}
.icon-circle-arrow-right:before {
    content: "\e131";
}
.icon-circle-arrow-left:before {
    content: "\e132";
}
.icon-circle-arrow-up:before {
    content: "\e133";
}
.icon-circle-arrow-down:before {
    content: "\e134";
}
.icon-globe:before {
    content: "\e135";
}
.icon-wrench:before {
    content: "\e136";
}
.icon-tasks:before {
    content: "\e137";
}
.icon-filter:before {
    content: "\e138";
}
.icon-briefcase:before {
    content: "\e139";
}
.icon-fullscreen:before {
    content: "\e140";
}
.icon-dashboard:before {
    content: "\e141";
}
.icon-paperclip:before {
    content: "\e142";
}
.icon-heart-empty:before {
    content: "\e143";
}
.icon-link:before {
    content: "\e144";
}
.icon-phone:before {
    content: "\e145";
}
.icon-pushpin:before {
    content: "\e146";
}
.icon-usd:before {
    content: "\e148";
}
.icon-gbp:before {
    content: "\e149";
}
.icon-sort:before {
    content: "\e150";
}
.icon-sort-by-alphabet:before {
    content: "\e151";
}
.icon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.icon-sort-by-order:before {
    content: "\e153";
}
.icon-sort-by-order-alt:before {
    content: "\e154";
}
.icon-sort-by-attributes:before {
    content: "\e155";
}
.icon-sort-by-attributes-alt:before {
    content: "\e156";
}
.icon-unchecked:before {
    content: "\e157";
}
.icon-expand:before {
    content: "\e158";
}
.icon-collapse-down:before {
    content: "\e159";
}
.icon-collapse-up:before {
    content: "\e160";
}
.icon-log-in:before {
    content: "\e161";
}
.icon-flash:before {
    content: "\e162";
}
.icon-log-out:before {
    content: "\e163";
}
.icon-new-window:before {
    content: "\e164";
}
.icon-record:before {
    content: "\e165";
}
.icon-save:before {
    content: "\e166";
}
.icon-open:before {
    content: "\e167";
}
.icon-saved:before {
    content: "\e168";
}
.icon-import:before {
    content: "\e169";
}
.icon-export:before {
    content: "\e170";
}
.icon-send:before {
    content: "\e171";
}
.icon-floppy-disk:before {
    content: "\e172";
}
.icon-floppy-saved:before {
    content: "\e173";
}
.icon-floppy-remove:before {
    content: "\e174";
}
.icon-floppy-save:before {
    content: "\e175";
}
.icon-floppy-open:before {
    content: "\e176";
}
.icon-credit-card:before {
    content: "\e177";
}
.icon-transfer:before {
    content: "\e178";
}
.icon-cutlery:before {
    content: "\e179";
}
.icon-header:before {
    content: "\e180";
}
.icon-compressed:before {
    content: "\e181";
}
.icon-earphone:before {
    content: "\e182";
}
.icon-phone-alt:before {
    content: "\e183";
}
.icon-tower:before {
    content: "\e184";
}
.icon-stats:before {
    content: "\e185";
}
.icon-sd-video:before {
    content: "\e186";
}
.icon-hd-video:before {
    content: "\e187";
}
.icon-subtitles:before {
    content: "\e188";
}
.icon-sound-stereo:before {
    content: "\e189";
}
.icon-sound-dolby:before {
    content: "\e190";
}
.icon-sound-5-1:before {
    content: "\e191";
}
.icon-sound-6-1:before {
    content: "\e192";
}
.icon-sound-7-1:before {
    content: "\e193";
}
.icon-copyright-mark:before {
    content: "\e194";
}
.icon-registration-mark:before {
    content: "\e195";
}
.icon-cloud-download:before {
    content: "\e197";
}
.icon-cloud-upload:before {
    content: "\e198";
}
.icon-tree-conifer:before {
    content: "\e199";
}
.icon-tree-deciduous:before {
    content: "\e200";
}

@media (min-width: 1200px) {
    label {
        word-wrap: break-word;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1570px;
    }
    .col-sm-3, .control-label{
        width:calc(50% - 30px);
    }
    .col-sm-9 , .controls{
        width:calc(50% - 30px);
    }
}
@media (max-width: 980px) {
    .span3 {
        width:initial;
    }
    body {padding-top: 40px;}
}
