﻿/*Default Font Settings for Page*/
body {
    font: normal 150%/1.2 "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; 
}


.WaitDivModal
{    
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px; 
    background-color:white; 
    opacity: 0.4;
    z-index:99;
}
.WaitDiv
{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    margin:auto; 
    width:200px; 
    height:130px; 
    background-color:white; 
    border:2px solid lightblue;     
    background-image:url('../../assets/caso/images/spinner-large.gif');
    background-position:center;
    background-repeat:no-repeat;
    box-shadow: 5px 5px 5px #999999;
}
.WaitDivSmall
{
    position:absolute; 
    left:0px; 
    right:0px;
    top:0px;
    bottom:0px;
    margin:auto;     
    width:90px; 
    height:70px; 
    background-color:white; 
    border:2px solid lightblue;    
    background-image:url('../../assets/caso/images/spinner-small.gif');
    background-position:center;
    background-repeat:no-repeat;
    box-shadow: 5px 5px 5px #999999;
}

.WaitDivText {
    color:#009EE5;
    font-size:larger;
    position:absolute;
    left:0px;
    right:0px;
    bottom:10px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.WaitDivTextSmall {
    color:#009EE5;
    font-size:x-small;
    position:absolute;
    left:0px;
    right:0px;
    bottom:5px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.casowindow {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin: auto;
    border: 2px solid lightblue;
    z-index:1000 !important;
    font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    background-color:white;
    box-shadow: 5px 5px 5px #999999;
}
.casowindow>:first-child {
    position:absolute;
    left:10px;
    right:10px;
    top:2px;
    height:44px;
    padding-left: 14px;
    padding-top: 8px;
    margin-bottom:3px;
    border-bottom: 1px solid #428EBD;
    background-color: white;
    font-size: 24px; 
    color:#438eb9;            
    font-weight:bold;
}
.casowindow>:last-child {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:55px;
    background-color: #E6EAEF;
    overflow: hidden;
    text-align:right;
}
.casowindow>:nth-child(2) {
    position:absolute;
    left:10px;
    right:10px;
    top:62px;
    bottom:62px;            
}
.casowindow>:last-child button {
    margin-top:7px;
    margin-right:5px;
}

.wordwrap
{
    /* wrap long text and urls */
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    word-wrap: break-word; /* IE 5+ */
}

/*Login Prompt*/

.LoginEntryArea {
    position: absolute;
    top: 64px;
    width: 394px;
    background-color: transparent;
    border-left: 4px solid transparent;
    height: 50px !important;
}

.LoginEntryArea-Active {
    border-left-color: #FFC341 !important;
    background-color: #F5F5F5;
}

.PWEntryArea {
    position: absolute;
    top: 105px;
    width: 394px;
    background-color: transparent;
    border-left: 4px solid transparent;
    height: 50px !important;
}

.PWEntryArea-Active {
    border-left-color: #FFC341 !important;
    background-color: #F5F5F5;
}

.LoginButton {
    text-align: center;
    width: 85px;
    height: 30px;
    color: white;
    background-color: #ACD373;
    border: 1px solid #82C776;
    cursor: pointer;
}

.LoginButton:hover {
    background-color: #94B563;
}


/*Buttons*/

.btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: all ease .15s;
    transition: all ease .15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;
}
.btn > i{
    /*padding-left:2px;*/ 
    padding-right:7px;
}
.btn-lg {
    border-width: 5px;
    line-height: 1.35;
    padding: 7px 16px;
}
.btn-sm {
    border-width: 4px;
    font-size: 13px;
    padding: 4px 9px;
    line-height: 1.39;
}
.btn-xs {
    border-width: 3px;
}
.btn-minier {
    padding: 0 4px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
}
button.btn:active {
    top: 1px;
}
.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
    background-color: #abbac3 !important;
    border-color: #abbac3;
}
.btn:hover,
.btn-default:hover,
.btn:active,
.btn-default:active,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
    background-color: #8b9aa3 !important;
    border-color: #abbac3;
}
.btn.no-border:hover,
.btn-default.no-border:hover,
.btn.no-border:active,
.btn-default.no-border:active {
    border-color: #8b9aa3;
}
.btn.no-hover:hover,
.btn-default.no-hover:hover,
.btn.no-hover:active,
.btn-default.no-hover:active {
    background-color: #abbac3 !important;
}
.btn.active,
.btn-default.active {
    background-color: #9baab3 !important;
    border-color: #8799a4;
}
.btn.no-border.active,
.btn-default.no-border.active {
    background-color: #92a3ac !important;
    border-color: #92a3ac;
}
.btn.disabled,
.btn-default.disabled,
.btn[disabled],
.btn-default[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .btn-default,
.btn.disabled:hover,
.btn-default.disabled:hover,
.btn[disabled]:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn-default:hover,
.btn.disabled:focus,
.btn-default.disabled:focus,
.btn[disabled]:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn-default:focus,
.btn.disabled:active,
.btn-default.disabled:active,
.btn[disabled]:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn-default:active,
.btn.disabled.active,
.btn-default.disabled.active,
.btn[disabled].active,
.btn-default[disabled].active,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn-default.active {
    background-color: #abbac3 !important;
    border-color: #abbac3;
}
.btn-primary,
.btn-primary:focus {
    background-color: #428bca !important;
    border-color: #428bca;
}
.btn-primary:hover,
.btn-primary:active,
.open .btn-primary.dropdown-toggle {
    background-color: #1b6aaa !important;
    border-color: #428bca;
}
.btn-primary.no-border:hover,
.btn-primary.no-border:active {
    border-color: #1b6aaa;
}
.btn-primary.no-hover:hover,
.btn-primary.no-hover:active {
    background-color: #428bca !important;
}
.btn-primary.active {
    background-color: #2f7bba !important;
    border-color: #27689d;
}
.btn-primary.no-border.active {
    background-color: #2b72ae !important;
    border-color: #2b72ae;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca !important;
    border-color: #428bca;
}
.btn-info,
.btn-info:focus {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
}
.btn-info:hover,
.btn-info:active,
.open .btn-info.dropdown-toggle {
    background-color: #4f99c6 !important;
    border-color: #6fb3e0;
}
.btn-info.no-border:hover,
.btn-info.no-border:active {
    border-color: #4f99c6;
}
.btn-info.no-hover:hover,
.btn-info.no-hover:active {
    background-color: #6fb3e0 !important;
}
.btn-info.active {
    background-color: #5fa6d3 !important;
    border-color: #4396cb;
}
.btn-info.no-border.active {
    background-color: #539fd0 !important;
    border-color: #539fd0;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
}
.btn-info2,
.btn-info2:focus {
    background-color: #95c6e5 !important;
    border-color: #95c6e5;
}
.btn-info2:hover,
.btn-info2:active,
.open .btn-info2.dropdown-toggle {
    background-color: #67a6ce !important;
    border-color: #95c6e5;
}
.btn-info2.no-border:hover,
.btn-info2.no-border:active {
    border-color: #67a6ce;
}
.btn-info2.no-hover:hover,
.btn-info2.no-hover:active {
    background-color: #95c6e5 !important;
}
.btn-info2.active {
    background-color: #7eb6da !important;
    border-color: #62a6d1;
}
.btn-info2.no-border.active {
    background-color: #72afd6 !important;
    border-color: #72afd6;
}
.btn-info2.disabled,
.btn-info2[disabled],
fieldset[disabled] .btn-info2,
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled:active,
.btn-info2[disabled]:active,
fieldset[disabled] .btn-info2:active,
.btn-info2.disabled.active,
.btn-info2[disabled].active,
fieldset[disabled] .btn-info2.active {
    background-color: #95c6e5 !important;
    border-color: #95c6e5;
}
.btn-success,
.btn-success:focus {
    background-color: #87b87f !important;
    border-color: #87b87f;
}
.btn-success:hover,
.btn-success:active,
.open .btn-success.dropdown-toggle {
    background-color: #629b58 !important;
    border-color: #87b87f;
}
.btn-success.no-border:hover,
.btn-success.no-border:active {
    border-color: #629b58;
}
.btn-success.no-hover:hover,
.btn-success.no-hover:active {
    background-color: #87b87f !important;
}
.btn-success.active {
    background-color: #75aa6c !important;
    border-color: #629959;
}
.btn-success.no-border.active {
    background-color: #6ba462 !important;
    border-color: #6ba462;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #87b87f !important;
    border-color: #87b87f;
}
.btn-warning,
.btn-warning:focus {
    background-color: #ffb752 !important;
    border-color: #ffb752;
}
.btn-warning:hover,
.btn-warning:active,
.open .btn-warning.dropdown-toggle {
    background-color: #e59729 !important;
    border-color: #ffb752;
}
.btn-warning.no-border:hover,
.btn-warning.no-border:active {
    border-color: #e59729;
}
.btn-warning.no-hover:hover,
.btn-warning.no-hover:active {
    background-color: #ffb752 !important;
}
.btn-warning.active {
    background-color: #f2a73e !important;
    border-color: #f0981c;
}
.btn-warning.no-border.active {
    background-color: #f1a02f !important;
    border-color: #f1a02f;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #ffb752 !important;
    border-color: #ffb752;
}
.btn-danger,
.btn-danger:focus {
    background-color: #d15b47 !important;
    border-color: #d15b47;
}
.btn-danger:hover,
.btn-danger:active,
.open .btn-danger.dropdown-toggle {
    background-color: #b74635 !important;
    border-color: #d15b47;
}
.btn-danger.no-border:hover,
.btn-danger.no-border:active {
    border-color: #b74635;
}
.btn-danger.no-hover:hover,
.btn-danger.no-hover:active {
    background-color: #d15b47 !important;
}
.btn-danger.active {
    background-color: #c4513e !important;
    border-color: #aa4434;
}
.btn-danger.no-border.active {
    background-color: #ba4b39 !important;
    border-color: #ba4b39;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d15b47 !important;
    border-color: #d15b47;
}
.btn-inverse,
.btn-inverse:focus {
    background-color: #555555 !important;
    border-color: #555555;
}
.btn-inverse:hover,
.btn-inverse:active,
.open .btn-inverse.dropdown-toggle {
    background-color: #303030 !important;
    border-color: #555555;
}
.btn-inverse.no-border:hover,
.btn-inverse.no-border:active {
    border-color: #303030;
}
.btn-inverse.no-hover:hover,
.btn-inverse.no-hover:active {
    background-color: #555555 !important;
}
.btn-inverse.active {
    background-color: #434343 !important;
    border-color: #313131;
}
.btn-inverse.no-border.active {
    background-color: #3b3b3b !important;
    border-color: #3b3b3b;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
    background-color: #555555 !important;
    border-color: #555555;
}
.btn-pink,
.btn-pink:focus {
    background-color: #d6487e !important;
    border-color: #d6487e;
}
.btn-pink:hover,
.btn-pink:active,
.open .btn-pink.dropdown-toggle {
    background-color: #b73766 !important;
    border-color: #d6487e;
}
.btn-pink.no-border:hover,
.btn-pink.no-border:active {
    border-color: #b73766;
}
.btn-pink.no-hover:hover,
.btn-pink.no-hover:active {
    background-color: #d6487e !important;
}
.btn-pink.active {
    background-color: #c74072 !important;
    border-color: #af3462;
}
.btn-pink.no-border.active {
    background-color: #be386a !important;
    border-color: #be386a;
}
.btn-pink.disabled,
.btn-pink[disabled],
fieldset[disabled] .btn-pink,
.btn-pink.disabled:hover,
.btn-pink[disabled]:hover,
fieldset[disabled] .btn-pink:hover,
.btn-pink.disabled:focus,
.btn-pink[disabled]:focus,
fieldset[disabled] .btn-pink:focus,
.btn-pink.disabled:active,
.btn-pink[disabled]:active,
fieldset[disabled] .btn-pink:active,
.btn-pink.disabled.active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink.active {
    background-color: #d6487e !important;
    border-color: #d6487e;
}
.btn-purple,
.btn-purple:focus {
    background-color: #9585bf !important;
    border-color: #9585bf;
}
.btn-purple:hover,
.btn-purple:active,
.open .btn-purple.dropdown-toggle {
    background-color: #7461aa !important;
    border-color: #9585bf;
}
.btn-purple.no-border:hover,
.btn-purple.no-border:active {
    border-color: #7461aa;
}
.btn-purple.no-hover:hover,
.btn-purple.no-hover:active {
    background-color: #9585bf !important;
}
.btn-purple.active {
    background-color: #8573b5 !important;
    border-color: #705ca8;
}
.btn-purple.no-border.active {
    background-color: #7c69af !important;
    border-color: #7c69af;
}
.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
    background-color: #9585bf !important;
    border-color: #9585bf;
}
.btn-grey,
.btn-grey:focus {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
}
.btn-grey:hover,
.btn-grey:active,
.open .btn-grey.dropdown-toggle {
    background-color: #888888 !important;
    border-color: #a0a0a0;
}
.btn-grey.no-border:hover,
.btn-grey.no-border:active {
    border-color: #888888;
}
.btn-grey.no-hover:hover,
.btn-grey.no-hover:active {
    background-color: #a0a0a0 !important;
}
.btn-grey.active {
    background-color: #949494 !important;
    border-color: #828282;
}
.btn-grey.no-border.active {
    background-color: #8c8c8c !important;
    border-color: #8c8c8c;
}
.btn-grey.disabled,
.btn-grey[disabled],
fieldset[disabled] .btn-grey,
.btn-grey.disabled:hover,
.btn-grey[disabled]:hover,
fieldset[disabled] .btn-grey:hover,
.btn-grey.disabled:focus,
.btn-grey[disabled]:focus,
fieldset[disabled] .btn-grey:focus,
.btn-grey.disabled:active,
.btn-grey[disabled]:active,
fieldset[disabled] .btn-grey:active,
.btn-grey.disabled.active,
.btn-grey[disabled].active,
fieldset[disabled] .btn-grey.active {
    background-color: #a0a0a0 !important;
    border-color: #a0a0a0;
}
.btn-yellow {
    color: #996633 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn-yellow,
.btn-yellow:focus {
    background-color: #fee188 !important;
    border-color: #fee188;
}
.btn-yellow:hover,
.btn-yellow:active,
.open .btn-yellow.dropdown-toggle {
    background-color: #f7d05b !important;
    border-color: #fee188;
}
.btn-yellow.no-border:hover,
.btn-yellow.no-border:active {
    border-color: #f7d05b;
}
.btn-yellow.no-hover:hover,
.btn-yellow.no-hover:active {
    background-color: #fee188 !important;
}
.btn-yellow.active {
    background-color: #fbd972 !important;
    border-color: #f9cf4f;
}
.btn-yellow.no-border.active {
    background-color: #fad463 !important;
    border-color: #fad463;
}
.btn-yellow.disabled,
.btn-yellow[disabled],
fieldset[disabled] .btn-yellow,
.btn-yellow.disabled:hover,
.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-yellow:hover,
.btn-yellow.disabled:focus,
.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-yellow:focus,
.btn-yellow.disabled:active,
.btn-yellow[disabled]:active,
fieldset[disabled] .btn-yellow:active,
.btn-yellow.disabled.active,
.btn-yellow[disabled].active,
fieldset[disabled] .btn-yellow.active {
    background-color: #fee188 !important;
    border-color: #fee188;
}
.btn-light {
    color: #888888 !important;
    text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.25) !important;
}
.btn-light,
.btn-light:focus {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7;
}
.btn-light:hover,
.btn-light:active,
.open .btn-light.dropdown-toggle {
    background-color: #d9d9d9 !important;
    border-color: #e7e7e7;
}
.btn-light.no-border:hover,
.btn-light.no-border:active {
    border-color: #d9d9d9;
}
.btn-light.no-hover:hover,
.btn-light.no-hover:active {
    background-color: #e7e7e7 !important;
}
.btn-light.active {
    background-color: #e0e0e0 !important;
    border-color: #cecece;
}
.btn-light.no-border.active {
    background-color: #d8d8d8 !important;
    border-color: #d8d8d8;
}
.btn-light.disabled,
.btn-light[disabled],
fieldset[disabled] .btn-light,
.btn-light.disabled:hover,
.btn-light[disabled]:hover,
fieldset[disabled] .btn-light:hover,
.btn-light.disabled:focus,
.btn-light[disabled]:focus,
fieldset[disabled] .btn-light:focus,
.btn-light.disabled:active,
.btn-light[disabled]:active,
fieldset[disabled] .btn-light:active,
.btn-light.disabled.active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light.active {
    background-color: #e7e7e7 !important;
    border-color: #e7e7e7;
}
.btn-light.btn-xs:after {
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
}
.btn-light.btn-sm:after {
    left: -4px;
    right: -4px;
    top: -4px;
    bottom: -4px;
}
.btn-light .btn-lg:after {
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
}
.btn.btn-white {
    text-shadow: none !important;
    background-color: #FFF !important;
}
.btn.btn-white.no-hover:hover,
.btn.btn-white.no-hover:active {
    background-color: #FFF !important;
}
.btn.btn-white:focus,
.btn.btn-white.active {
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}
.btn.btn-white:focus.btn-bold,
.btn.btn-white.active.btn-bold {
    box-shadow: inset 1px 1px 3px 0 rgba(0, 0, 0, 0.15) !important;
}
.btn.btn-white.active:after {
    display: none;
}
.btn.btn-white {
    border-color: #cccccc;
    color: #444444 !important;
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.active,
.btn.btn-white:active,
.open .btn.btn-white.dropdown-toggle {
    background-color: #ebebeb !important;
    border-color: #cccccc;
}
.btn.btn-white:hover {
    color: #3a3434 !important;
}
.btn.btn-white.no-border:hover,
.btn.btn-white.no-border:active {
    border-color: #cccccc;
}
.btn.btn-white.disabled,
.btn.btn-white[disabled],
fieldset[disabled] .btn.btn-white,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled]:hover,
fieldset[disabled] .btn.btn-white:hover,
.btn.btn-white.disabled:focus,
.btn.btn-white[disabled]:focus,
fieldset[disabled] .btn.btn-white:focus,
.btn.btn-white.disabled:active,
.btn.btn-white[disabled]:active,
fieldset[disabled] .btn.btn-white:active,
.btn.btn-white.disabled.active,
.btn.btn-white[disabled].active,
fieldset[disabled] .btn.btn-white.active {
    border-color: #cccccc;
}
.btn-white.btn-default {
    border-color: #abbac3;
    color: #80909a !important;
}
.btn-white.btn-default:hover,
.btn-white.btn-default:focus,
.btn-white.btn-default.active,
.btn-white.btn-default:active,
.open .btn-white.btn-default.dropdown-toggle {
    background-color: #eff2f4 !important;
    border-color: #abbac3;
}
.btn-white.btn-default:hover {
    color: #6b8595 !important;
}
.btn-white.btn-default.no-border:hover,
.btn-white.btn-default.no-border:active {
    border-color: #abbac3;
}
.btn-white.btn-default.disabled,
.btn-white.btn-default[disabled],
fieldset[disabled] .btn-white.btn-default,
.btn-white.btn-default.disabled:hover,
.btn-white.btn-default[disabled]:hover,
fieldset[disabled] .btn-white.btn-default:hover,
.btn-white.btn-default.disabled:focus,
.btn-white.btn-default[disabled]:focus,
fieldset[disabled] .btn-white.btn-default:focus,
.btn-white.btn-default.disabled:active,
.btn-white.btn-default[disabled]:active,
fieldset[disabled] .btn-white.btn-default:active,
.btn-white.btn-default.disabled.active,
.btn-white.btn-default[disabled].active,
fieldset[disabled] .btn-white.btn-default.active {
    border-color: #abbac3;
}
.btn-white.btn-primary {
    border-color: #8aafce;
    color: #6688a6 !important;
}
.btn-white.btn-primary:hover,
.btn-white.btn-primary:focus,
.btn-white.btn-primary.active,
.btn-white.btn-primary:active,
.open .btn-white.btn-primary.dropdown-toggle {
    background-color: #eaf2f8 !important;
    border-color: #8aafce;
}
.btn-white.btn-primary:hover {
    color: #537c9f !important;
}
.btn-white.btn-primary.no-border:hover,
.btn-white.btn-primary.no-border:active {
    border-color: #8aafce;
}
.btn-white.btn-primary.disabled,
.btn-white.btn-primary[disabled],
fieldset[disabled] .btn-white.btn-primary,
.btn-white.btn-primary.disabled:hover,
.btn-white.btn-primary[disabled]:hover,
fieldset[disabled] .btn-white.btn-primary:hover,
.btn-white.btn-primary.disabled:focus,
.btn-white.btn-primary[disabled]:focus,
fieldset[disabled] .btn-white.btn-primary:focus,
.btn-white.btn-primary.disabled:active,
.btn-white.btn-primary[disabled]:active,
fieldset[disabled] .btn-white.btn-primary:active,
.btn-white.btn-primary.disabled.active,
.btn-white.btn-primary[disabled].active,
fieldset[disabled] .btn-white.btn-primary.active {
    border-color: #8aafce;
}
.btn-white.btn-success {
    border-color: #a7c9a1;
    color: #81a87b !important;
}
.btn-white.btn-success:hover,
.btn-white.btn-success:focus,
.btn-white.btn-success.active,
.btn-white.btn-success:active,
.open .btn-white.btn-success.dropdown-toggle {
    background-color: #edf4eb !important;
    border-color: #a7c9a1;
}
.btn-white.btn-success:hover {
    color: #6ea465 !important;
}
.btn-white.btn-success.no-border:hover,
.btn-white.btn-success.no-border:active {
    border-color: #a7c9a1;
}
.btn-white.btn-success.disabled,
.btn-white.btn-success[disabled],
fieldset[disabled] .btn-white.btn-success,
.btn-white.btn-success.disabled:hover,
.btn-white.btn-success[disabled]:hover,
fieldset[disabled] .btn-white.btn-success:hover,
.btn-white.btn-success.disabled:focus,
.btn-white.btn-success[disabled]:focus,
fieldset[disabled] .btn-white.btn-success:focus,
.btn-white.btn-success.disabled:active,
.btn-white.btn-success[disabled]:active,
fieldset[disabled] .btn-white.btn-success:active,
.btn-white.btn-success.disabled.active,
.btn-white.btn-success[disabled].active,
fieldset[disabled] .btn-white.btn-success.active {
    border-color: #a7c9a1;
}
.btn-white.btn-danger {
    border-color: #d7a59d;
    color: #b7837a !important;
}
.btn-white.btn-danger:hover,
.btn-white.btn-danger:focus,
.btn-white.btn-danger.active,
.btn-white.btn-danger:active,
.open .btn-white.btn-danger.dropdown-toggle {
    background-color: #fbf4f3 !important;
    border-color: #d7a59d;
}
.btn-white.btn-danger:hover {
    color: #b46f64 !important;
}
.btn-white.btn-danger.no-border:hover,
.btn-white.btn-danger.no-border:active {
    border-color: #d7a59d;
}
.btn-white.btn-danger.disabled,
.btn-white.btn-danger[disabled],
fieldset[disabled] .btn-white.btn-danger,
.btn-white.btn-danger.disabled:hover,
.btn-white.btn-danger[disabled]:hover,
fieldset[disabled] .btn-white.btn-danger:hover,
.btn-white.btn-danger.disabled:focus,
.btn-white.btn-danger[disabled]:focus,
fieldset[disabled] .btn-white.btn-danger:focus,
.btn-white.btn-danger.disabled:active,
.btn-white.btn-danger[disabled]:active,
fieldset[disabled] .btn-white.btn-danger:active,
.btn-white.btn-danger.disabled.active,
.btn-white.btn-danger[disabled].active,
fieldset[disabled] .btn-white.btn-danger.active {
    border-color: #d7a59d;
}
.btn-white.btn-warning {
    border-color: #e7b979;
    color: #daa458 !important;
}
.btn-white.btn-warning:hover,
.btn-white.btn-warning:focus,
.btn-white.btn-warning.active,
.btn-white.btn-warning:active,
.open .btn-white.btn-warning.dropdown-toggle {
    background-color: #fef7ec !important;
    border-color: #e7b979;
}
.btn-white.btn-warning:hover {
    color: #db9a3d !important;
}
.btn-white.btn-warning.no-border:hover,
.btn-white.btn-warning.no-border:active {
    border-color: #e7b979;
}
.btn-white.btn-warning.disabled,
.btn-white.btn-warning[disabled],
fieldset[disabled] .btn-white.btn-warning,
.btn-white.btn-warning.disabled:hover,
.btn-white.btn-warning[disabled]:hover,
fieldset[disabled] .btn-white.btn-warning:hover,
.btn-white.btn-warning.disabled:focus,
.btn-white.btn-warning[disabled]:focus,
fieldset[disabled] .btn-white.btn-warning:focus,
.btn-white.btn-warning.disabled:active,
.btn-white.btn-warning[disabled]:active,
fieldset[disabled] .btn-white.btn-warning:active,
.btn-white.btn-warning.disabled.active,
.btn-white.btn-warning[disabled].active,
fieldset[disabled] .btn-white.btn-warning.active {
    border-color: #e7b979;
}
.btn-white.btn-info {
    border-color: #8fbcd9;
    color: #70a0c1 !important;
}
.btn-white.btn-info:hover,
.btn-white.btn-info:focus,
.btn-white.btn-info.active,
.btn-white.btn-info:active,
.open .btn-white.btn-info.dropdown-toggle {
    background-color: #eef5fa !important;
    border-color: #8fbcd9;
}
.btn-white.btn-info:hover {
    color: #5896bf !important;
}
.btn-white.btn-info.no-border:hover,
.btn-white.btn-info.no-border:active {
    border-color: #8fbcd9;
}
.btn-white.btn-info.disabled,
.btn-white.btn-info[disabled],
fieldset[disabled] .btn-white.btn-info,
.btn-white.btn-info.disabled:hover,
.btn-white.btn-info[disabled]:hover,
fieldset[disabled] .btn-white.btn-info:hover,
.btn-white.btn-info.disabled:focus,
.btn-white.btn-info[disabled]:focus,
fieldset[disabled] .btn-white.btn-info:focus,
.btn-white.btn-info.disabled:active,
.btn-white.btn-info[disabled]:active,
fieldset[disabled] .btn-white.btn-info:active,
.btn-white.btn-info.disabled.active,
.btn-white.btn-info[disabled].active,
fieldset[disabled] .btn-white.btn-info.active {
    border-color: #8fbcd9;
}
.btn-white.btn-inverse {
    border-color: #959595;
    color: #555555 !important;
}
.btn-white.btn-inverse:hover,
.btn-white.btn-inverse:focus,
.btn-white.btn-inverse.active,
.btn-white.btn-inverse:active,
.open .btn-white.btn-inverse.dropdown-toggle {
    background-color: #e4e4e4 !important;
    border-color: #959595;
}
.btn-white.btn-inverse:hover {
    color: #4c4545 !important;
}
.btn-white.btn-inverse.no-border:hover,
.btn-white.btn-inverse.no-border:active {
    border-color: #959595;
}
.btn-white.btn-inverse.disabled,
.btn-white.btn-inverse[disabled],
fieldset[disabled] .btn-white.btn-inverse,
.btn-white.btn-inverse.disabled:hover,
.btn-white.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-white.btn-inverse:hover,
.btn-white.btn-inverse.disabled:focus,
.btn-white.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-white.btn-inverse:focus,
.btn-white.btn-inverse.disabled:active,
.btn-white.btn-inverse[disabled]:active,
fieldset[disabled] .btn-white.btn-inverse:active,
.btn-white.btn-inverse.disabled.active,
.btn-white.btn-inverse[disabled].active,
fieldset[disabled] .btn-white.btn-inverse.active {
    border-color: #959595;
}
.btn-white.btn-pink {
    border-color: #d299ae;
    color: #af6f87 !important;
}
.btn-white.btn-pink:hover,
.btn-white.btn-pink:focus,
.btn-white.btn-pink.active,
.btn-white.btn-pink:active,
.open .btn-white.btn-pink.dropdown-toggle {
    background-color: #fbeff4 !important;
    border-color: #d299ae;
}
.btn-white.btn-pink:hover {
    color: #ac5978 !important;
}
.btn-white.btn-pink.no-border:hover,
.btn-white.btn-pink.no-border:active {
    border-color: #d299ae;
}
.btn-white.btn-pink.disabled,
.btn-white.btn-pink[disabled],
fieldset[disabled] .btn-white.btn-pink,
.btn-white.btn-pink.disabled:hover,
.btn-white.btn-pink[disabled]:hover,
fieldset[disabled] .btn-white.btn-pink:hover,
.btn-white.btn-pink.disabled:focus,
.btn-white.btn-pink[disabled]:focus,
fieldset[disabled] .btn-white.btn-pink:focus,
.btn-white.btn-pink.disabled:active,
.btn-white.btn-pink[disabled]:active,
fieldset[disabled] .btn-white.btn-pink:active,
.btn-white.btn-pink.disabled.active,
.btn-white.btn-pink[disabled].active,
fieldset[disabled] .btn-white.btn-pink.active {
    border-color: #d299ae;
}
.btn-white.btn-purple {
    border-color: #b7b1c6;
    color: #7d6fa2 !important;
}
.btn-white.btn-purple:hover,
.btn-white.btn-purple:focus,
.btn-white.btn-purple.active,
.btn-white.btn-purple:active,
.open .btn-white.btn-purple.dropdown-toggle {
    background-color: #efedf5 !important;
    border-color: #b7b1c6;
}
.btn-white.btn-purple:hover {
    color: #6d5b9c !important;
}
.btn-white.btn-purple.no-border:hover,
.btn-white.btn-purple.no-border:active {
    border-color: #b7b1c6;
}
.btn-white.btn-purple.disabled,
.btn-white.btn-purple[disabled],
fieldset[disabled] .btn-white.btn-purple,
.btn-white.btn-purple.disabled:hover,
.btn-white.btn-purple[disabled]:hover,
fieldset[disabled] .btn-white.btn-purple:hover,
.btn-white.btn-purple.disabled:focus,
.btn-white.btn-purple[disabled]:focus,
fieldset[disabled] .btn-white.btn-purple:focus,
.btn-white.btn-purple.disabled:active,
.btn-white.btn-purple[disabled]:active,
fieldset[disabled] .btn-white.btn-purple:active,
.btn-white.btn-purple.disabled.active,
.btn-white.btn-purple[disabled].active,
fieldset[disabled] .btn-white.btn-purple.active {
    border-color: #b7b1c6;
}
.btn-white.btn-yellow {
    border-color: #ecd181;
    color: #d3a61a !important;
}
.btn-white.btn-yellow:hover,
.btn-white.btn-yellow:focus,
.btn-white.btn-yellow.active,
.btn-white.btn-yellow:active,
.open .btn-white.btn-yellow.dropdown-toggle {
    background-color: #fdf7e4 !important;
    border-color: #ecd181;
}
.btn-white.btn-yellow:hover {
    color: #c29712 !important;
}
.btn-white.btn-yellow.no-border:hover,
.btn-white.btn-yellow.no-border:active {
    border-color: #ecd181;
}
.btn-white.btn-yellow.disabled,
.btn-white.btn-yellow[disabled],
fieldset[disabled] .btn-white.btn-yellow,
.btn-white.btn-yellow.disabled:hover,
.btn-white.btn-yellow[disabled]:hover,
fieldset[disabled] .btn-white.btn-yellow:hover,
.btn-white.btn-yellow.disabled:focus,
.btn-white.btn-yellow[disabled]:focus,
fieldset[disabled] .btn-white.btn-yellow:focus,
.btn-white.btn-yellow.disabled:active,
.btn-white.btn-yellow[disabled]:active,
fieldset[disabled] .btn-white.btn-yellow:active,
.btn-white.btn-yellow.disabled.active,
.btn-white.btn-yellow[disabled].active,
fieldset[disabled] .btn-white.btn-yellow.active {
    border-color: #ecd181;
}
.btn-white.btn-grey {
    border-color: #c6c6c6;
    color: #8c8c8c !important;
}
.btn-white.btn-grey:hover,
.btn-white.btn-grey:focus,
.btn-white.btn-grey.active,
.btn-white.btn-grey:active,
.open .btn-white.btn-grey.dropdown-toggle {
    background-color: #ededed !important;
    border-color: #c6c6c6;
}
.btn-white.btn-grey:hover {
    color: #857979 !important;
}
.btn-white.btn-grey.no-border:hover,
.btn-white.btn-grey.no-border:active {
    border-color: #c6c6c6;
}
.btn-white.btn-grey.disabled,
.btn-white.btn-grey[disabled],
fieldset[disabled] .btn-white.btn-grey,
.btn-white.btn-grey.disabled:hover,
.btn-white.btn-grey[disabled]:hover,
fieldset[disabled] .btn-white.btn-grey:hover,
.btn-white.btn-grey.disabled:focus,
.btn-white.btn-grey[disabled]:focus,
fieldset[disabled] .btn-white.btn-grey:focus,
.btn-white.btn-grey.disabled:active,
.btn-white.btn-grey[disabled]:active,
fieldset[disabled] .btn-white.btn-grey:active,
.btn-white.btn-grey.disabled.active,
.btn-white.btn-grey[disabled].active,
fieldset[disabled] .btn-white.btn-grey.active {
    border-color: #c6c6c6;
}
.btn.disabled.active,
.btn[disabled].active,
.btn.disabled:focus,
.btn[disabled]:focus,
.btn.disabled:active,
.btn[disabled]:active {
    outline: none;
}
.btn.disabled:active,
.btn[disabled]:active {
    top: 0;
    left: 0;
}
.btn.active {
    color: #efe5b5;
}
.btn.active:after {
    display: inline-block;
    content: "";
    position: absolute;
    border-bottom: 1px solid #efe5b5;
    left: -4px;
    right: -4px;
    bottom: -4px;
}
.btn.active.btn-sm:after {
    left: -3px;
    right: -3px;
    bottom: -3px;
}
.btn.active.btn-lg:after {
    left: -5px;
    right: -5px;
    bottom: -5px;
}
.btn.active.btn-xs:after,
.btn.active.btn-minier:after {
    left: -1px;
    right: -1px;
    bottom: -2px;
}
.btn.active.btn-minier:after {
    bottom: -1px;
}
.btn.active.btn-yellow:after {
    border-bottom-color: #c96338;
}
.btn.active.btn-light {
    color: #515151;
}
.btn.active.btn-light:after {
    border-bottom-color: #B5B5B5;
}
.btn > .ace-icon {
    margin-right: 4px;
}
.btn > .ace-icon.icon-on-right {
    margin-right: 0;
    margin-left: 4px;
}
.btn > .icon-only.ace-icon {
    margin: 0 !important;
    text-align: center;
    padding: 0;
}
.btn-large > .ace-icon {
    margin-right: 6px;
}
.btn-large > .ace-icon.icon-on-right {
    margin-right: 0;
    margin-left: 6px;
}
.btn-sm > .ace-icon {
    margin-right: 3px;
}
.btn-sm > .ace-icon.icon-on-right {
    margin-right: 0;
    margin-left: 3px;
}
.btn-xs > .ace-icon,
.btn-minier > .ace-icon {
    margin-right: 2px;
}
.btn-xs > .ace-icon.icon-on-right,
.btn-minier > .ace-icon.icon-on-right {
    margin-right: 0;
    margin-left: 2px;
}
.btn.btn-link {
    border: none !important;
    background: transparent none !important;
    color: #0088cc !important;
    text-shadow: none !important;
    padding: 4px 12px !important;
    line-height: 20px !important;
}
.btn.btn-link:hover {
    background: none !important;
    text-shadow: none !important;
}
.btn.btn-link.active {
    background: none !important;
    text-decoration: underline;
    color: #009ceb !important;
}
.btn.btn-link.active:after {
    display: none;
}
.btn.btn-link.disabled,
.btn.btn-link[disabled] {
    background: transparent none !important;
    opacity: 0.65;
    filter: alpha(opacity=65);
    text-decoration: none !important;
}
.btn.btn-no-border {
    border-width: 0 !important;
}
.btn-group:first-child {
    margin-left: 0;
}
.btn-group > .btn,
.btn-group > .btn + .btn {
    margin: 0 1px 0 0;
}
.btn-group > .btn:first-child {
    margin: 0 1px 0 0;
}
.btn-group > .btn:first-child,
.btn-group > .btn:last-child {
    border-radius: 0;
}
.btn-group > .btn > .caret {
    margin-top: 15px;
    margin-left: 1px;
    border-width: 5px;
    border-top-color: #FFF;
}
.btn-group > .btn.btn-sm > .caret {
    margin-top: 10px;
    border-width: 4px;
}
.btn-group > .btn.btn-large > .caret {
    margin-top: 18px;
    border-width: 6px;
}
.btn-group > .btn.btn-xs > .caret {
    margin-top: 9px;
    border-width: 4px;
}
.btn-group > .btn.btn-minier > .caret {
    margin-top: 7px;
    border-width: 3px;
}
.btn-group > .btn + .btn.dropdown-toggle {
    padding-right: 3px;
    padding-left: 3px;
}
.btn-group > .btn + .btn-large.dropdown-toggle {
    padding-right: 4px;
    padding-left: 4px;
}
.btn-group .dropdown-toggle {
    border-radius: 0;
}
.btn-group > .btn,
.btn-group + .btn {
    margin: 0 1px 0 0;
    border-width: 3px;
    /* the border under an active button in button groups */
}
.btn-group > .btn.active:after,
.btn-group + .btn.active:after {
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-bottom-width: 1px;
}
.btn-group > .btn-large,
.btn-group + .btn-large {
    border-width: 4px;
    /* the border under an active button in button groups */
}
.btn-group > .btn-large.active:after,
.btn-group + .btn-large.active:after {
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-bottom-width: 1px;
}
.btn-group > .btn-sm,
.btn-group + .btn-sm {
    border-width: 2px;
    /* the border under an active button in button groups */
}
.btn-group > .btn-sm.active:after,
.btn-group + .btn-sm.active:after {
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-bottom-width: 1px;
}
.btn-group > .btn-xs,
.btn-group + .btn-xs {
    border-width: 1px;
    /* the border under an active button in button groups */
}
.btn-group > .btn-xs.active:after,
.btn-group + .btn-xs.active:after {
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom-width: 1px;
}
.btn-group > .btn-minier,
.btn-group + .btn-minier {
    border-width: 1px;
    /* the border under an active button in button groups */
}
.btn-group > .btn-minier.active:after,
.btn-group + .btn-minier.active:after {
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-bottom-width: 1px;
}
.btn-group > .btn {
    border-radius: 0 !important;
}
.btn-group > .btn.btn-round {
    border-radius: 4px !important;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn + .btn {
    margin: 1px 0 0 !important;
}
.btn-group-vertical > .btn:first-child {
    margin-top: 0 !important;
}
.btn-group.btn-overlap > .btn {
    margin-right: -1px;
}
.btn-group.btn-corner > .btn:first-child {
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
}
.btn-group.btn-corner > .btn:last-child {
    border-bottom-right-radius: 8px !important;
    border-top-right-radius: 8px !important;
}
.btn-group.btn-corner > .btn.btn-sm:first-child {
    border-bottom-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
}
.btn-group.btn-corner > .btn.btn-sm:last-child {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}
.btn-group.btn-corner > .btn.btn-xs:first-child {
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
}
.btn-group.btn-corner > .btn.btn-xs:last-child {
    border-bottom-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.btn.btn-white {
    border-width: 1px;
}
.btn.btn-bold {
    border-bottom-width: 2px;
}
.btn.btn-round {
    border-bottom-width: 2px;
    border-radius: 4px !important;
}
.btn.btn-app {
    display: inline-block;
    width: 100px;
    font-size: 18px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    text-shadow: 0 -1px -1px rgba(0, 0, 0, 0.2) !important;
    border: none;
    border-radius: 12px;
    padding: 12px 0 8px;
    margin: 2px;
    line-height: 1.7;
    position: relative;
}
.btn-app,
.btn-app.btn-default,
.btn-app.no-hover:hover,
.btn-app.btn-default.no-hover:hover,
.btn-app.disabled:hover,
.btn-app.btn-default.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #bcc9d5 0%, #abbac3 100%) !important !important;
    background-color: #b4c2cc !important;
    background-attachment: scroll !important;
}
.btn-app:hover,
.btn-app.btn-default:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #a3b5c5 0%, #93a6b2 100%) !important !important;
    background-color: #9baebc !important;
    background-attachment: scroll !important;
}
.btn-app.btn-primary,
.btn-app.btn-primary.no-hover:hover,
.btn-app.btn-primary.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #3b98d6 0%, #197ec1 100%) !important !important;
    background-color: #2a8bcb !important;
    background-attachment: scroll !important;
}
.btn-app.btn-primary:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #267eb8 0%, #136194 100%) !important !important;
    background-color: #1d6fa6 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-info,
.btn-app.btn-info.no-hover:hover,
.btn-app.btn-info.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #75b5e6 0%, #5ba4d5 100%) !important !important;
    background-color: #68adde !important;
    background-attachment: scroll !important;
}
.btn-app.btn-info:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #4a9ede 0%, #348dc9 100%) !important !important;
    background-color: #3f96d4 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-success,
.btn-app.btn-success.no-hover:hover,
.btn-app.btn-success.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #8ebf60 0%, #7daa50 100%) !important !important;
    background-color: #85b558 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-success:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #74a844 0%, #648740 100%) !important !important;
    background-color: #6c9842 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-danger,
.btn-app.btn-danger.no-hover:hover,
.btn-app.btn-danger.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #d55b52 0%, #d12723 100%) !important !important;
    background-color: #d3413b !important;
    background-attachment: scroll !important;
}
.btn-app.btn-danger:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #c43a30 0%, #a51f1c 100%) !important !important;
    background-color: #b52c26 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-warning,
.btn-app.btn-warning.no-hover:hover,
.btn-app.btn-warning.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #ffbf66 0%, #ffa830 100%) !important !important;
    background-color: #ffb44b !important;
    background-attachment: scroll !important;
}
.btn-app.btn-warning:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #ffaa33 0%, #fc9200 100%) !important !important;
    background-color: #fe9e19 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-purple,
.btn-app.btn-purple.no-hover:hover,
.btn-app.btn-purple.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #a696ce 0%, #8a7cb4 100%) !important !important;
    background-color: #9889c1 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-purple:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #8973be 0%, #6d5ca1 100%) !important !important;
    background-color: #7b68af !important;
    background-attachment: scroll !important;
}
.btn-app.btn-pink,
.btn-app.btn-pink.no-hover:hover,
.btn-app.btn-pink.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #db5e8c 0%, #ce3970 100%) !important !important;
    background-color: #d54c7e !important;
    background-attachment: scroll !important;
}
.btn-app.btn-pink:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #d2346e 0%, #aa2a59 100%) !important !important;
    background-color: #be2f64 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-inverse,
.btn-app.btn-inverse.no-hover:hover,
.btn-app.btn-inverse.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #555555 0%, #333333 100%) !important !important;
    background-color: #444444 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-inverse:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #3b3b3b 0%, #1a1a1a 100%) !important !important;
    background-color: #2b2b2b !important;
    background-attachment: scroll !important;
}
.btn-app.btn-grey,
.btn-app.btn-grey.no-hover:hover,
.btn-app.btn-grey.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #898989 0%, #696969 100%) !important !important;
    background-color: #797979 !important;
    background-attachment: scroll !important;
}
.btn-app.btn-grey:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #7c7c7c 0%, #5c5c5c 100%) !important !important;
    background-color: #6c6c6c !important;
    background-attachment: scroll !important;
}
.btn.btn-app.btn-light {
    color: #5a5a5a !important;
    text-shadow: 0 1px 1px #EEE !important;
}
.btn.btn-app.btn-light,
.btn.btn-app.btn-light.no-hover:hover,
.btn.btn-app.btn-light.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #e6e6e6 100%) !important !important;
    background-color: #ededed !important;
    background-attachment: scroll !important;
}
.btn.btn-app.btn-light:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #e7e7e7 0%, #d9d9d9 100%) !important !important;
    background-color: #e0e0e0 !important;
    background-attachment: scroll !important;
}
.btn.btn-app.btn-yellow {
    color: #996633 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}
.btn.btn-app.btn-yellow,
.btn.btn-app.btn-yellow.no-hover:hover,
.btn.btn-app.btn-yellow.disabled:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #ffe8a5 0%, #fcd76a 100%) !important !important;
    background-color: #fee088 !important;
    background-attachment: scroll !important;
}
.btn.btn-app.btn-yellow:hover {
    background-position: 0% 0%;
    background-repeat: repeat-x !important;
    background-image: linear-gradient(to bottom, #ffe18b 0%, #fbd051 100%) !important !important;
    background-color: #fdd96e !important;
    background-attachment: scroll !important;
}
.btn.btn-app {
    /* active state */
}
.btn.btn-app.btn-sm {
    width: 80px;
    font-size: 16px;
    border-radius: 10px;
    line-height: 1.5;
}
.btn.btn-app.btn-xs {
    width: 64px;
    font-size: 15px;
    border-radius: 8px;
    padding-bottom: 7px;
    padding-top: 8px;
    line-height: 1.45;
}
.btn.btn-app > .ace-icon {
    display: block;
    font-size: 42px;
    margin: 0 0 4px;
    line-height: 36px;
    min-width: 0;
    padding: 0;
}
.btn.btn-app.btn-sm > .ace-icon {
    display: block;
    font-size: 32px;
    line-height: 30px;
    margin: 0 0 3px;
}
.btn.btn-app.btn-xs > .ace-icon {
    display: block;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.btn.btn-app.no-radius {
    border-radius: 0;
}
.btn.btn-app.radius-4 {
    border-radius: 4px;
}
.btn.btn-app > .badge,
.btn.btn-app > .label {
    position: absolute !important;
    top: -2px;
    right: -2px;
    padding: 1px 3px;
    text-align: center;
    font-size: 12px;
    color: #FFF;
}
.btn.btn-app > .badge.badge-left,
.btn.btn-app > .label.badge-left,
.btn.btn-app > .badge.label-left,
.btn.btn-app > .label.label-left {
    right: auto;
    left: -2px;
}
.btn.btn-app > .label {
    padding: 1px 6px 3px;
    font-size: 13px;
}
.btn.btn-app.radius-4 > .badge,
.btn.btn-app.no-radius > .badge {
    border-radius: 3px;
}
.btn.btn-app.radius-4 > .badge.no-radius,
.btn.btn-app.no-radius > .badge.no-radius {
    border-radius: 0;
}
.btn.btn-app.active {
    color: #ffffff;
}
.btn.btn-app.active:after {
    display: none;
}
.btn.btn-app.active.btn-yellow {
    color: #996633;
    border-color: #fee188;
}
.btn.btn-app.active.btn-light {
    color: #515151;
}
.btn.btn-app.btn-light,
.btn.btn-app.btn-yellow {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset !important;
}


/*Fonts*/

.dark {
  color: #333333 !important;
}
.white {
  color: #ffffff !important;
}
.red {
  color: #dd5a43 !important;
}
.red2 {
  color: #e08374 !important;
}
.light-red {
  color: #ff7777 !important;
}
.blue {
  color: #478fca !important;
}
.light-blue {
  color: #93cbf9 !important;
}
.green {
  color: #69aa46 !important;
}
.light-green {
  color: #b0d877 !important;
}
.orange {
  color: #ff892a !important;
}
.orange2 {
  color: #feb902 !important;
}
.light-orange {
  color: #fcac6f !important;
}
.purple {
  color: #a069c3 !important;
}
.pink {
  color: #c6699f !important;
}
.pink2 {
  color: #d6487e !important;
}
.brown {
  color: #a52a2a !important;
}
.grey {
  color: #777777 !important;
}
.light-grey {
  color: #bbbbbb !important;
}
.bigger-110 {
  font-size: 110% !important;
}
.bigger-120 {
  font-size: 120% !important;
}
.bigger-130 {
  font-size: 130% !important;
}
.bigger-140 {
  font-size: 140% !important;
}
.bigger-150 {
  font-size: 150% !important;
}
.bigger-160 {
  font-size: 160% !important;
}
.bigger-170 {
  font-size: 170% !important;
}
.bigger-180 {
  font-size: 180% !important;
}
.bigger-190 {
  font-size: 190% !important;
}
.bigger-200 {
  font-size: 200% !important;
}
.bigger-210 {
  font-size: 210% !important;
}
.bigger-220 {
  font-size: 220% !important;
}
.bigger-230 {
  font-size: 230% !important;
}
.bigger-240 {
  font-size: 240% !important;
}
.bigger-250 {
  font-size: 250% !important;
}
.bigger-260 {
  font-size: 260% !important;
}
.bigger-270 {
  font-size: 270% !important;
}
.bigger-280 {
  font-size: 280% !important;
}
.bigger-290 {
  font-size: 290% !important;
}
.bigger-300 {
  font-size: 300% !important;
}
.bigger-125 {
  font-size: 125% !important;
}
.bigger-175 {
  font-size: 175% !important;
}
.bigger-225 {
  font-size: 225% !important;
}
.bigger-275 {
  font-size: 275% !important;
}
.smaller-90 {
  font-size: 90% !important;
}
.smaller-80 {
  font-size: 80% !important;
}
.smaller-70 {
  font-size: 70% !important;
}
.smaller-60 {
  font-size: 60% !important;
}
.smaller-50 {
  font-size: 50% !important;
}
.smaller-40 {
  font-size: 40% !important;
}
.smaller-30 {
  font-size: 30% !important;
}
.smaller-20 {
  font-size: 20% !important;
}
.smaller-75 {
  font-size: 75% !important;
}

.buttonDeleteAtt, .buttonBrowseAtt {
    font-size: smaller;
    margin-left: 3px;
    height: 26px;
    width: 65px;
    position: absolute;
}

.buttonDeleteAtt {
    position: relative;
    top: -30px;
}

.attachmentField {
    margin-left: 0;
    height: 27px;
    padding-left: 7px;
    width: 244px;
    visibility: hidden; 
    position: absolute;
}

.attachmentActionControl {
    display:inline-block;
    width: 150px;
    float: right;
    position: absolute;
}

.closebtn-preview {
    float: right; right: 121px; top: 21px; display: none; position: absolute; z-index: 1010;
}
.emb-preview {
    float: right; 
    top: 21px; 
    right: 150px; 
    border: solid; 
    border-width: 1px; 
    position: absolute; 
    display: none; 
    z-index: 1000;
    background-color: gray !important;
}
.backgrounddiv {
    /*left: 650px !important;*/
    width: 400px;
    height: 100vh;
    background-color: #eef9ff;
    position: absolute;
    z-index: 0;
}
.background-question {
    z-index: 0 !important;
    position: absolute !important;
}
.divControlWrapper {
    display: inline-block;
}

.q-text-input {
    height: 33px !important;
}

#divFormQuestions {
    overflow: auto !important;
    white-space:nowrap;
    position: 
}

#divContent{
    overflow: auto !important;
    white-space:nowrap;
}

#divFormSectionButtons {
    white-space: normal;
}

#divFormSettings {
    white-space: normal;
}

#divQuestionButtons {
    white-space: normal;
}


.table-striped tbody tr.highlight td { 
    background-color: #4EB1E2;
}

.float-right {
    float: right;
}

.payment {
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    margin:0; 
    width:38px; 
    height:38px; 
}

.qel {
    border-color: red !important;
}

.list-tooltip {
    display: inline-block; 
    position:absolute;
    padding-top: 2px;
}

.dropdown-tools {
    float: right;
    right: 50px;
    position: absolute;
    top: 0;
}