/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: local('Calibri'), url(https://fonts.gstatic.com/l/font?kit=YH3ek_qpdaY7ILI-bfzlYQ&skey=a1029226f80653a8&v=v8) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: local('Calibri Bold'), local('Calibri-Bold'), url(https://fonts.gstatic.com/l/font?kit=cCwcoZCh95jEfkePtzfl9_k_vArhqVIZ0nv9q090hN8&skey=cd2dd6afe6bf0eb2&v=v8) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: local('Calibri Italic'), local('Calibri-Italic'), url(https://fonts.gstatic.com/l/font?kit=s6BJz6dd05IaBkVSZYii2ltXRa8TVwTICgirnJhmVJw&skey=36a3d5758e0e2f58&v=v8) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body{background:#FFF;font-family:'Calibri',sans-serif;font-size:16px;}
#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 70px;
    width: 250px;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
    border-right:1px #ccc solid;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}
#wrapper.active {
    padding-left: 250px;
}
#wrapper.active #sidebar-wrapper {
    left: 250px;
}

#confirmwrapper.active {

}

#page-content-wrapper {
    width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 249px;
    background: #FFFFFF;
    border-top: 1px solid #d6d6d6;

    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}
.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #999999;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #fff;
    background: #1b459b;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#main_icon
{
    float:right;
    padding-right: 15px;
    padding-top:20px;
}
.sub_icon
{
    float:right;
    padding-right: 15px;
    padding-top:10px;
}

@media (max-width:767px) {
    #wrapper {
        padding-left: 70px;
        transition: all .4s ease 0s;
    }
    #sidebar-wrapper {
        left: 70px;
    }
    #wrapper.active {
        padding-left: 150px;
    }
    #wrapper.active #sidebar-wrapper {
        left: 250px;
        width: 250px;
        transition: all .4s ease 0s;
    }
}

.page-content{padding-left:15px;}

.btn-primary{background:#597abe;border:#597abe;}
#drawingparent {
    color:darkblue;
    background-color:transparent;
    /*max-width:600px;*/

}

/*This is the div within which the signature canvas is fitted*/
#drawing {
    border: 0px;
    background-color:transparent;
}

/* Drawing the 'gripper' for touch-enabled devices */
/*This is the div within which the signature canvas is fitted*/
#drawing {
    border: 0px;
    background-color:transparent;
}

/* Drawing the 'gripper' for touch-enabled devices */
html.touch #content {
    float:left;
    width:92%;
}
html.touch #scrollgrabber {
    float:right;
    width:4%;
    margin-right:2%;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}
html.borderradius #scrollgrabber {
    border-radius: 1em;
}
.drawing{height:100px;}
.newtable td, .newtable th{padding:5px;}
#sidebar-wrapper{background:#FFF;}
.text-danger{color:#EF0500;}
.text-success{color:#0CE510;}
.text-warning{color:#F36F19;}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background:#FFF;}

.homeicon {font-size:100px;color:#F36F19;}
.btn-zarafa {background:#F36F19;color:#FFF;width:100%;text-align:center;margin-bottom:30px;}
.rotated{-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);}
.fancybox-close-small {left:0;right:auto;}
.fancybox-close-small:hover:after {
    color: #FFF;
    background: #F36F19;
}
.fancybox-close-small:after {color: #FFF;
    background: #F36F19;}
#timer{font-size:16px; font-weight:bold;position: fixed;
    top: 0px;
    background: #FFF;
    border: 2px solid #666;
    margin-left: auto;
    margin-right: auto;padding:10px;}

.ppeon, .vendoron, .riskassesson {background:#eee;}
