body { padding-top: 50px; padding-bottom: 20px; } @media (min-width: 1400px) { .container { width: 1350px !important; } } @media (min-width: 1600px) { .container { width: 1550px !important; } } a { cursor: default !important; } .animate-show { -webkit-transition: all linear 0.5s; transition: all linear 0.5s; opacity:1; } .animate-show.ng-hide-add, .animate-show.ng-hide-remove { -webkit-transition: all linear 0.5s; transition: all linear 0.5s; display: block !important; } .animate-show.ng-hide { opacity: 0; } input.ng-invalid, textarea.ng-invalid { border: solid 1px red; } input.ng-dirty.ng-valid, textarea.ng-dirty.ng-valid { border: solid 1px green; } .alert.inline-alert { padding-top: 5px; padding-bottom: 5px; margin-bottom: 5px; } .chosen-choices { min-width: 100% !important; height: 34px !important; padding: 3px 6px; font-size: 14px; vertical-align: middle; border: 1px solid #ccc; border-radius: 4px; } .chosen-container { min-width: 100% !important; border: none; padding: 0px; } .chosen-container-multi li.search-field input[type="text"] { min-height: 25px !important; height: 25px !important; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 999px; text-align: right; filter: alpha(opacity=0); opacity: 0; background: red; cursor: inherit; display: block; }