/*  FONTS  */

@import url('https://fonts.googleapis.com/css?family=Dosis');

@font-face {
font-family: "FontAwesome";
font-weight: normal;
font-style : normal;
       src : url("../lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
       src : url("../lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
             url("../lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
             url("../lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
             url("../lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
             url("../lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}



/*  GLOBALS  */

td.details-control {
    background: url('../imgsys/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../imgsys/details_close.png') no-repeat center center;
}
td.viewrecord:hover,td.viewrecord:focus {
	cursor:hand;
}
.page-view input:disabled, .page-view select:disabled, .page-view .select2-selection {
	background-color:#fff !important;
	border-top:0px !important;
	border-left:0px !important;
	border-right:0px !important;
}



/*  HELPERS  */

.pad_0 { padding:0px !important; }
.pad_1 { padding:1px !important; }
.pad_2 { padding:2px !important; }
.pad_3 { padding:3px !important; }
.pad_4 { padding:4px !important; }
.pad_5 { padding:5px !important; }
.pad_10 { padding:10px !important; }
.pad_15 { padding:15px !important; }
.pad_20 { padding:20px !important; }
.pad_30 { padding:30px !important; }
.pad_40 { padding:40px !important; }
.pad_50 { padding:50px !important; }
.pad_100 { padding:100px !important; }

.mar_0 { margin:0px !important; }
.mar_5 { margin:5px !important; }
.mar_10 { margin:10px !important; }
.mar_15 { margin:15px !important; }
.mar_20 { margin:20px !important; }
.mar_30 { margin:30px !important; }
.mar_40 { margin:40px !important; }
.mar_50 { margin:50px !important; }
.mar_100 { margin:100px !important; }

.p_top_0 { padding-top:0px !important; }
.p_top_1 { padding-top:1px !important; }
.p_top_2 { padding-top:2px !important; }
.p_top_3 { padding-top:3px !important; }
.p_top_4 { padding-top:4px !important; }
.p_top_5 { padding-top:5px !important; }
.p_top_10 { padding-top:10px !important; }
.p_top_15 { padding-top:15px !important; }
.p_top_20 { padding-top:20px !important; }
.p_top_30 { padding-top:30px !important; }
.p_top_40 { padding-top:40px !important; }
.p_top_50 { padding-top:50px !important; }
.p_top_100 { padding-top:100px !important; }

.p_bottom_0 { padding-bottom:0px !important; }
.p_bottom_5 { padding-bottom:5px !important; }
.p_bottom_10 { padding-bottom:10px !important; }
.p_bottom_15 { padding-bottom:15px !important; }
.p_bottom_20 { padding-bottom:20px !important; }
.p_bottom_30 { padding-bottom:30px !important; }
.p_bottom_40 { padding-bottom:40px !important; }
.p_bottom_50 { padding-bottom:50px !important; }
.p_bottom_100 { padding-bottom:100px !important; }
.p_bottom_130 { padding-bottom:130px !important; }
.p_bottom_150 { padding-bottom:150px !important; }
.p_bottom_200 { padding-bottom:200px !important; }
.p_bottom_300 { padding-bottom:300px !important; }
.p_bottom_500 { padding-bottom:500px !important; }

.p_left_0 { padding-left:0px !important; }
.p_left_5 { padding-left:5px !important; }
.p_left_10 { padding-left:10px !important; }
.p_left_15 { padding-left:15px !important; }
.p_left_20 { padding-left:20px !important; }
.p_left_30 { padding-left:30px !important; }
.p_left_40 { padding-left:40px !important; }
.p_left_50 { padding-left:50px !important; }
.p_left_100 { padding-left:100px !important; }

.p_right_0 { padding-right:0px !important; }
.p_right_5 { padding-right:5px !important; }
.p_right_10 { padding-right:10px !important; }
.p_right_15 { padding-right:15px !important; }
.p_right_20 { padding-right:20px !important; }
.p_right_30 { padding-right:30px !important; }
.p_right_40 { padding-right:40px !important; }
.p_right_50 { padding-right:50px !important; }
.p_right_100 { padding-right:100px !important; }

.m_top_0 { margin-top:0px !important; }
.m_top_5 { margin-top:5px !important; }
.m_top_10 { margin-top:10px !important; }
.m_top_15 { margin-top:15px !important; }
.m_top_20 { margin-top:20px !important; }
.m_top_25 { margin-top:25px !important; }
.m_top_30 { margin-top:30px !important; }
.m_top_40 { margin-top:40px !important; }
.m_top_50 { margin-top:50px !important; }
.m_top_60 { margin-top:60px !important; }
.m_top_70 { margin-top:70px !important; }
.m_top_80 { margin-top:80px !important; }
.m_top_90 { margin-top:90px !important; }
.m_top_100 { margin-top:100px !important; }

.m_bottom_0 { margin-bottom:0px !important; }
.m_bottom_5 { margin-bottom:5px !important; }
.m_bottom_10 { margin-bottom:10px !important; }
.m_bottom_15 { margin-bottom:15px !important; }
.m_bottom_20 { margin-bottom:20px !important; }
.m_bottom_25 { margin-bottom:25px !important; }
.m_bottom_30 { margin-bottom:30px !important; }
.m_bottom_40 { margin-bottom:40px !important; }
.m_bottom_50 { margin-bottom:50px !important; }
.m_bottom_60 { margin-bottom:60px !important; }
.m_bottom_70 { margin-bottom:70px !important; }
.m_bottom_80 { margin-bottom:80px !important; }
.m_bottom_90 { margin-bottom:90px !important; }
.m_bottom_100 { margin-bottom:100px !important; }

.m_left_0 { margin-left:0px !important; }
.m_left_5 { margin-left:5px !important; }
.m_left_10 { margin-left:10px !important; }
.m_left_15 { margin-left:15px !important; }
.m_left_20 { margin-left:20px !important; }
.m_left_25 { margin-left:25px !important; }
.m_left_30 { margin-left:30px !important; }
.m_left_40 { margin-left:40px !important; }
.m_left_50 { margin-left:50px !important; }
.m_left_100 { margin-left:100px !important; }

.m_right_0 { margin-right:0px !important; }
.m_right_5 { margin-right:5px !important; }
.m_right_10 { margin-right:10px !important; }
.m_right_15 { margin-right:15px !important; }
.m_right_20 { margin-right:20px !important; }
.m_right_25 { margin-right:25px !important; }
.m_right_30 { margin-right:30px !important; }
.m_right_40 { margin-right:40px !important; }
.m_right_50 { margin-right:50px !important; }
.m_right_100 { margin-right:100px !important; }

.fs-6 { font-size:6px !important; }
.fs-7 { font-size:7px !important; }
.fs-8 { font-size:8px !important; }
.fs-9 { font-size:9px !important; }
.fs-10 { font-size:10px !important; }
.fs-11 { font-size:11px !important; }
.fs-12 { font-size:12px !important; }
.fs-13 { font-size:13px !important; }
.fs-14 { font-size:14px !important; }
.fs-15 { font-size:15px !important; }
.fs-16 { font-size:16px !important; }
.fs-17 { font-size:17px !important; }
.fs-18 { font-size:18px !important; }
.fs-19 { font-size:19px !important; }
.fs-20 { font-size:20px !important; }
.fs-22 { font-size:22px !important; }
.fs-24 { font-size:24px !important; }
.fs-26 { font-size:26px !important; }
.fs-28 { font-size:28px !important; }
.fs-30 { font-size:30px !important; }
.fs-40 { font-size:40px !important; }
.fs-50 { font-size:50px !important; }
.fs-60 { font-size:60px !important; }
.fs-70 { font-size:70px !important; }
.fs-80 { font-size:80px !important; }
.fs-90 { font-size:90px !important; }
.fs-100 { font-size:100px !important; }

.w-auto { width:auto !important; }
.w-70pc { width:70% !important; }
.w-80pc { width:80% !important; }
.w-90pc { width:90% !important; }
.w-100pc { width:100% !important; }
.w-0 { width:0px !important; }
.w-5 { width:5px !important; }
.w-10 { width:10px !important; }
.w-15 { width:15px !important; }
.w-20 { width:20px !important; }
.w-25 { width:25px !important; }
.w-30 { width:30px !important; }
.w-35 { width:35px !important; }
.w-40 { width:40px !important; }
.w-45 { width:45px !important; }
.w-50 { width:50px !important; }
.w-60 { width:60px !important; }
.w-70 { width:70px !important; }
.w-80 { width:80px !important; }
.w-90 { width:90px !important; }
.w-100 { width:100px !important; }
.w-110 { width:110px !important; }
.w-120 { width:120px !important; }
.w-130 { width:130px !important; }
.w-140 { width:140px !important; }
.w-150 { width:150px !important; }
.w-200 { width:200px !important; }
.w-300 { width:300px !important; }
.w-350 { width:350px !important; }
.w-400 { width:400px !important; }
.w-450 { width:450px !important; }
.w-500 { width:500px !important; }
.w-550 { width:550px !important; }
.w-600 { width:600px !important; }
.w-650 { width:650px !important; }
.w-700 { width:700px !important; }
.w-750 { width:750px !important; }
.w-800 { width:800px !important; }
.w-850 { width:850px !important; }
.w-900 { width:900px !important; }
.w-950 { width:950px !important; }
.w-1000 { width:1000px !important; }

.h-auto { height:auto !important; }
.h-100pc { height:100% !important; }
.h-0 { height:0px !important; }
.h-5 { height:5px !important; }
.h-10 { height:10px !important; }
.h-15 { height:15px !important; }
.h-20 { height:20px !important; }
.h-25 { height:25px !important; }
.h-30 { height:30px !important; }
.h-35 { height:35px !important; }
.h-40 { height:40px !important; }
.h-45 { height:45px !important; }
.h-50 { height:50px !important; }
.h-60 { height:60px !important; }
.h-70 { height:70px !important; }
.h-80 { height:80px !important; }
.h-90 { height:90px !important; }
.h-100 { height:100px !important; }
.h-110 { height:110px !important; }
.h-120 { height:120px !important; }
.h-130 { height:130px !important; }
.h-140 { height:140px !important; }
.h-150 { height:150px !important; }
.h-200 { height:200px !important; }
.h-300 { height:300px !important; }
.h-350 { height:350px !important; }
.h-400 { height:400px !important; }
.h-450 { height:450px !important; }
.h-500 { height:500px !important; }
.h-550 { height:550px !important; }
.h-600 { height:600px !important; }
.h-650 { height:650px !important; }
.h-700 { height:700px !important; }
.h-750 { height:750px !important; }
.h-800 { height:800px !important; }
.h-850 { height:850px !important; }
.h-900 { height:900px !important; }
.h-950 { height:950px !important; }
.h-1000 { height:1000px !important; }

.display-block { display:block !important; }
.display-inline { display:inline !important; }

.full-width {
    display:block !important;
    float:left !important;
    clear:both !important;
    width:100% !important;
}
.btn-full-width {
    width:100% !important;
}

.text-left { text-align:left !important; }
.text-centered { text-align:center !important; }
.text-right { text-align:right !important; }

.floatleft { float:left !important; }
.floatcenter { float:center !important; }
.floatright { float:right !important; }

.bold { font-weight:bold !important; }
.italic { font-style:italic !important; }

.align-center, .text-center {
    text-align:center !important;
}
.align-left {
    text-align:left !important;
}
.align-right {
    text-align:right !important;
}
.align-justify {
    text-align:justify !important;
}

.color-gray-light { color:#ccc !important; }
.color-gray-dark { color:#777 !important; }
.color-gray { color:#aaa !important; }
.color-black { color:#000 !important; }
.color-white { color:#fff !important; }
.color-red { color:#f00 !important; }

.no-border { border:0px !important; }
.tbl-no-borders, .tbl-no-borders th, .tbl-no-borders td { border:0px !important; }

.btn-success {
    background-color: #916AB7 !important;
    border-color: #916AB7 !important;
    color:#fff !important;
}
.bck-transparent { background-color:transparent !important; }
.bck-black { background-color:black !important; }
.bck-white { background-color:white !important; }
.bck-green { background-color:green !important; }
.bck-red { background-color:red !important; }
.bck-blue { background-color:blue !important; }
.bck-yellow { background-color:gold !important; }
.bck-orange { background-color:orange !important; }
.bck-gray { background-color:#aaa !important; }
.bck-dark-gray { background-color:#777 !important; }
.bck-light-gray { background-color:#ddd !important; }

.pull-left { float:left; }
.pull-right { float:right; }

.uppercase { text-transform: uppercase !important; }

.bold { font-weight:bold !important; }
.italic { font-weight:italic !important; }



/*  CHANGES TO THEME CSS  */
body {
    background-color: #f5f5f5 !important;
}


#profile .page-header {
    background-image: url(https://www.in-site-web.com/web/fuse/assets/images/backgrounds/header-bg.png);
    background-color: #916AB7 !important;
}

.bg-secondary.text-auto {
    background-color: #916AB7 !important;
}

.layout #wrapper>.aside>.aside-content-wrapper>.aside-content>#sidenav .nav-link.active {
    background-color: #916AB7;
}
.bg-primary-500.text-auto {
    background-color: #eee !important;
}
.bg-primary-500.text-auto ul.nav li.subheader {
    color:#916AB7;
    font-family:Dosis, Roboto, "Helvetica Neue", sans-serif !important;
    font-weight:bold;
    font-size:18px;
}
.bg-primary-500.text-auto ul.nav li.nav-item, .bg-primary-500.text-auto ul.nav li.nav-item i {
    color:rgba(0,0,0,1);
}
.bg-primary-500.text-auto #sidenav .nav-link:hover:not(.active) i {
    color:rgba(0,0,0,1) !important;
}
.bg-primary-500.text-auto #sidenav .nav-link:hover:not(.active), .bg-primary-500.text-auto #sidenav .nav-link:focus:not(.active) {
    background-color: #fff !important;
}
.nav .subheader {
    height: auto;
    min-height: 30px;
    margin-top:15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:Dosis, Roboto, "Helvetica Neue", sans-serif !important;
}

.form-group {
    margin-bottom:15px !important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.label-info {
    background-color: #ddd;
    color:#000 !important;
    padding:3px !important;
    padding-left:10px !important;
    padding-right:10px !important;
    margin-top:30px !important;
    position:relative;
}
.example {
    height:auto !important;
    min-height:auto !important;
}
fieldset[disabled] {
    border:0px !important;
}
fieldset {
    border:0px !important;
}
.page-layout.simple.left-sidebar>.page-content-wrapper .page-content, .page-layout.simple.right-sidebar>.page-content-wrapper .page-content {
    background-color: #f5f5f5 !important;
}
.dropdown a, .dropdown a:link, .dropdown a:active, .dropdown a:visited, .dropdown a:hover, .dropdown a:focus {
    text-decoration:none !important;
}
#wrapper {
    overflow:auto !important;
}

#add-file-button {
    z-index:999 !important;
}

a, a:link, a:active, a:visited, a:focus, a:hover {
    text-decoration:none !important;
}
a i, a:link i, a:active i, a:visited i, a:focus i, a:hover i {
    text-decoration:none !important;
}

ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.avatarsquare {
    -webkit-border-radius: 0;
    border-radius: 0;
    border:1px solid #aaa !important;
    width:150px;
    height:150px;
}

#chat .page-content-wrapper>.page-content-card>.page-content #chat-content-views #chat-view .chat-footer {
    max-height:none !important;
}

.bg-secondary {
    background-color: #916AB7 !important;
}

.pmediaimg, .pmediaimg:link, .pmediaimg:active, .pmediaimg:visited, .pmediaimg:hover, .pmediaimg:focus {
    position: relative !important;
    width: 200px !important;
    height: 200px !important;
    background-size:cover !important;
    color:#fff;
}
.pmediadoc, .pmediadoc:link, .pmediadoc:active, .pmediadoc:visited, .pmediadoc:hover, .pmediadoc:focus {
    position: relative !important;
    width: 200px !important;
    height: 200px !important;
    background-size:cover !important;
    color:#fff;
}
#project-media > .period-media .media,
#project-media > .period-media > .period .media,
#project-docs > .period-media .media,
#project-docs > .period-media > .period .media {
    position: relative !important;
    width: 200px !important;
    height: 200px !important;
    background-size:cover !important;
}
#project-media > .period-media > a > div > div,
#project-docs > .period-media > a > div > div,
#photos-videos-tab-pane .period .period-media .media .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0,0,0,.54);
    color: #fff;
}



/*  NEW CLASSES  */

.page-header .logo-icon i, .page-header .logo-text .h4, .page-header .logo-text div {
    text-shadow: 0px 0px 5px rgba(110, 110, 110, 1) !important;
}

.form-group-sm {
    padding-top:8px !important;
    margin-bottom:8px !important;
}

.logintitles {
    background-color: rgba(255, 255, 255, 0.77);
    width:100%;
    height:auto;
    padding-top:40px;
    padding-bottom:20px;
}

.user-disabled td {
    background-color:#FFDDDD;
}

.required label {
    color:red !important;
}
.required input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: red !important;
}
.required input::-moz-placeholder { /* Firefox 19+ */
  color: red !important;
}
.required input:-ms-input-placeholder { /* IE 10+ */
  color: red !important;
}
.required input:-moz-placeholder { /* Firefox 18- */
  color: red !important;
}

#mail select {
    height: 5.6rem;
    color: rgba(0,0,0,.54);
    border: none;
    outline: 0;
    padding-left:20px;
    padding-right:20px;
    width:100%;
}
#mail select option {
    height: 5.6rem;
}

#icon-list > div > div {
    width:50px;
    height:30px;
}
#icon-list > div > div > div {
    display:none !important;
}
#icon-list > div > div i {
    border:1px solid transparent;
    background-color:transparent;
}
#icon-list > div > div i:hover {
    border:1px solid #aaa;
    background-color:#eee;
    cursor:hand;
}

.calendar_legend_activity {
    float:left;
    width:auto;
    height:auto;
    margin-right:20px;
    padding:5px;
    padding-left:25px;
    padding-right:25px;
    font-size: 1.5rem;
    background-color:#4682B4;
    color:#fff;
}
.calendar_legend_appointment {
    float:left;
    width:auto;
    height:auto;
    margin-right:20px;
    padding:5px;
    padding-left:25px;
    padding-right:25px;
    font-size: 1.5rem;
    background-color:#32CD32;
    color:#fff;
}
.calendar_legend_event {
    float:left;
    width:auto;
    height:auto;
    margin-right:20px;
    padding:5px;
    padding-left:25px;
    padding-right:25px;
    font-size: 1.5rem;
    background-color:#7FD0F0;
    color:#fff;
}

.fc-bgevent {
    overflow:hidden !important;
}
.fc-sat { background-color:rgb(255,240,240); }
.fc-sun { background-color:rgb(255,240,240); }

.cal_user_ico_img {
    width:20px;
    height:20px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-right:5px !important;
}
.cal_user_ico {
    display:inline;
    padding:5px;
    font-size:8px;
    font-weight:bold;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background-color:#fff;
    color:#000;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    margin-right:5px !important;
}

.registry .page-layout.carded.full-width>.page-content-wrapper .page-header {
    height: 20rem;
    min-height: 20rem;
    max-height: 20rem;
}
.registry-list-name {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#eee;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: 50% 50%;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
}
.registry-list-typology {
    position:absolute;
    top:5px;
    right:10px;
    font-size:13px;
    font-weight:bold;
    font-style:italic;
    color:rgb(255,165,0);
}

.lnk_hovgray_underlined, .lnk_hovgray_underlined:link, .lnk_hovgray_underlined:visited, .lnk_hovgray_underlined:active {
    text-decoration:none;
}
.lnk_hovgray_underlined:hover, .lnk_hovgray_underlined:focus {
    color:#aaa !important;
    text-decoration:underline !important;
}

.iqorder {
    display:block !important;
    margin:0px !important;
    height:auto !important;
    border:0px !important;
}
.iqtitle, .iqtitle p {
    /*color:#777 !important;*/
}
.iqmove {
    /*cursor:move;*/
}

.prboardtile, .prboardtile:link, .prboardtile:active, .prboardtile:visited {
    transition: opacity 0.25s ease-in-out;
    border:1px solid #fff;
}
.prboardtile:hover, .prboardtile:focus {
    transition: opacity 0.25s ease-in-out;
}

.tblProjectActivities {
    width:100%;
}
.tblProjectActivities td {
    width:16.6666%;
}

.table thead.thead-bold th {
    font-weight:bold;
}

.tab-content {
    /*background-color:#f3f3f3;*/
    border-top:1px solid #ddd;
}

.pdocgeneric { position:relative; }
.pdocgeneric:before {
    content: "\f016";
    font-family: FontAwesome;
    left:0px;
    position:absolute;
    top:0;
    color:#ddd;
    width:200px;
    height:200px;
}
.pdocpdf { position:relative; background-color:#fff; }
.pdocpdf:before {
    content: "\f1c1";
    font-family: FontAwesome;
    left:18%;
    position:absolute;
    top:0;
    color:#ddd;
    font-size:150px;
}
.pdocxls { position:relative; }
.pdocxls:before {
    content: "\f1c3";
    font-family: FontAwesome;
    left:18%;
    position:absolute;
    top:0;
    color:#ddd;
    font-size:150px;
}
.pdoczip { position:relative; }
.pdoczip:before {
    content: "\f1c6";
    font-family: FontAwesome;
    left:18%;
    position:absolute;
    top:0;
    color:#ddd;
    font-size:150px;
}
.pdocdoc { position:relative; }
.pdocdoc:before {
    content: "\f1c2";
    font-family: FontAwesome;
    left:18%;
    position:absolute;
    top:0;
    color:#ddd;
    font-size:150px;
}
.pdoctxt { position:relative; }
.pdoctxt:before {
    content: "\f0f6";
    font-family: FontAwesome;
    left:18%;
    position:absolute;
    top:0;
    color:#ddd;
    font-size:150px;
}

.pinterviewanswsaving, .pinterviewanswsaved, .pinterviewanswnotsaved { display:none; }
.pinterviewanswsaved { color:green; }
.pinterviewanswnotsaved { color:red; }

.tbl-project-activities td, .tbl-project-activities td span {
    font-size:12px !important;
}

.report-media {
    display:block;
    float:left;
    margin-right:20px;
    margin-top:20px;
    border:1px solid #aaa;
    width:150px;
    height:150px !important;
    overflow:hidden !important;
}
.report-media > img {
    width:100%;
    height:auto !important;
}

















@media screen and (max-width: 767px) {
    #login-v2 div.form-wrapper > div.form-content {
        background-color:rgba(255,255,255,0.95) !important;
    }

    .tp_dash_input_groups {
        padding-top:0px !important;
        margin-bottom:0px !important;
    }
    .tp_dash_input_groups:last-child {
        margin-bottom:20px !important;
    }
    #newquickidcategory {
        width:90% !important;
    }
    #newquickidtask {
        width:90% !important;
        margin-top:10px !important;
    }

    #calendar div.header-top > div.toolbar {
        margin-top:-20px;
    }
    #calendar div.header-bottom {
        margin-top:15px;
    }

    #modalCalManagement > div > div > div.modal-body > form > div > div.col-4 {
        text-align:left !important;
        padding-left:0px !important;
    }

    .calendar_legend_activity {
        margin-bottom:20px;
    }
    .calendar_legend_appointment {
        margin-bottom:20px;
    }
    .calendar_legend_event {
        margin-bottom:20px;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
        overflow-x:hidden !important;
        padding-left:15px !important;
        padding-right:15px !important;
    }
}











.displaynone { display:none !important; }
.displayblock { display:block !important; }


